Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/05/2018 in all areas

  1. 1 point
    Hi, you mean example if they are forged in boots to make them forge in gloves? This is done in "resource\script\calculate\variable.lua" file. You find the "StoneItemType" table and you change the values you want. The StoneItemType[xx] index of your gem you find it in "resource\stoneinfo.txt" and the values are: 1 = 1 handed sword 2 = 2 handed sword 3 = Bow 4 = Firegun 7 = Daggers 9 = Staff 11 = Shield 20 = Cap 22 = Armor 23 = Gloves 24 = Boots 27 = Tattoo So for example if you want to make Eye of Black Dragon forgeable in gloves and boots, you find in StoneInfo.txt that Eye of Black Dragon = 13 and then you change StoneItemType[13] in variable.lua to StoneItemType[13] = { 23,24,0 }
  2. 1 point
    Press ALT+P, type the message (it is typed on the lower part with white letters, not easy to see), press enter
  3. 1 point
    1) Stall Server (Offline Stall) Update Character remain trading in set stall when player leaves the game. 1) Fixed IP addresses of players in the database, now their real IP addresses are saved in the database, not 127.0.0.1; 2) Fixed random disconnection of players; 3) When player try to login an account that is in an offline stall, the player will not see the message "Your account is already in the game"; 4) Fixed offline stall auto closing when it becomes empty. Now offline stalls nearby will not be disabled. 2) Names for Navy guilds (Navy Division) Now it's possible to create navy guilds with names. 3) Swings Works with Rebirth Wings. 4) Specify GameServer.exe the name of the game database By default, GameServer works with a database named GameDB and this name can not be changed, since it is stored in GameServer.exe. There is a new setting is added in GameServer.cfg that allows you to specify GameServer.exe with which database to work. db_name = HelloWorld 5) A tool to cut off maps with objects Download samples 6) Add IGS Crystals function (In-Game Shop) Now you can add IGS crystals to player's account from GameServer Lua scripts. AddCrystals("Account", amount) 7) Web for TOP/PKO Server
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...