Jump to content

V3ct0r

Administrators
  • Content Count

    2,887
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by V3ct0r

  1. You can notice shadow from Ami on character creation screen. But there is no Ami: http://s014.radikal.ru/i326/1608/21/3aea9e1b20e4.png
  2. Hello @Juan! Thank you for your suggestion, but we have decided to do not make sections in other languages for a while. Because our community is not too big and there is no necessity to divide it.
  3. They are very useful. There is no any public repository. You can make it by yourself if you want. No, the source code is "pre" 2.4. It is closer to PKO server and client.
  4. @zzzritdzzz First of all, you need web server with PHP. You can use XAMPP. Then put script from 1st post to web server folder (htdocs for XAMPP) and go in web browser to localhost/lgo and localhost/objlgo.
  5. @Dimitrov you can find VS 2015 on MS site or google it
  6. Hello @xiangxhuwang! It is not easy to do. First, you have to patch server (GameServer.exe) to make it apply guild name for Navy Guilds. Then you have to patch client (Game.exe) to enable guild name edit form for Navy.
  7. Hi @Jelly It is not enough memory for many maps. So you should run garner, magicsea and darkblue on different GameServer.exe, as @InuYasha said.
  8. Hello @Angelix! You can compile source code in Visual Studio/C++ 2008. Also you can use VS 2015 but with some fixes
  9. Hello @crusadel! Show us ctrl.lua from server\resource\mapname
  10. @InuYasha check file hairs.txt. It is list of hairs
  11. @InuYasha Tell more about Guild vs Guild system. There is already one in original server files (secretgarden map)
  12. @DangThao the same as official PKO 1.38 server
  13. V3ct0r

    GM Command editor

    Fixed. To the future just replace daylight-online.ru to pkodev.net and let me know about broken link.
  14. GameServer.exe from PKO 1.38 files (2088 KB) SkillEff = 0x00098841 GameServer.exe version 1.36 (2040 KB) SkillEff - 0x0009137B
  15. @Kyren other 32-bit programs work?
  16. V3ct0r

    WEBSITE

    @soilder12 Do SQL Query in MSSQL Management Studio / Query Analyzer USE [AccountServer] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[account_pending]( [acc_id] [int] IDENTITY(1,1) NOT NULL, [name] [varchar](50) NOT NULL, [password] [varchar](50) NOT NULL, [squestion] [varchar](100) NOT NULL, [answer] [varchar](100) NOT NULL, [email] [varchar](100) NOT NULL, [gender] [int] NOT NULL, [credit] [int] NULL, [truename] [varchar](100) NOT NULL, [birthday] [datetime] NOT NULL, [contact] [varchar](50) NOT NULL, [country] [varchar](50) NOT NULL, [ipaddr] [varchar](50) NOT NULL, [ip2country] [varchar](50) NOT NULL, [actcode] [varchar](50) NULL, [invtcode] [varchar](50) NULL, [create_time] [varchar](50) NOT NULL ) ON [PRIMARY] GO SET ANSI_PADDING OFF GO ALTER TABLE [dbo].[account_pending] ADD CONSTRAINT [DF_account_pending_gender] DEFAULT ((0)) FOR [gender] GO
  17. @Dimitrov any modifications and new scripts in server files? You need to find where from this function calls.
  18. V3ct0r

    GM Command editor

    @Emiliano Install Visual C++ Redistributable for Visual Studio 2015
  19. Try to specify MSSQL Instance Name instead of IP 127.0.0.1
  20. &make item_id, number, player_id Player ID - id of character from GameDB.dbo.character. Also you can get player id using &qcha: &qcha character_name
×
×
  • Create New...