Josh!..Learning From the BEST!!!!!![]()
Keep Fighting for live Japan, we pray for u All
mega.nz link no torrent @cinus
Gm Tools not have?
- - - Updated - - -
how to GM SETTING?? my character noob.. I wanna GM POWER
remove annoying intro
drag it in to your client and replace files
https://www.mediafire.com/file/snlxv...Intro.rar/file
- - - Updated - - -
I edited the first quest to give you everything you see gold + vip + mount ... etc
[Tutorials]Icarus shop coin change(del the cash (yellow)cointo ruby coin(blue coin)) - RaGEZONE - MMO development community
i had post here,not to earn the cash coin,just change to ruby coin to buy goods in shop.
- - - Updated - - -
https://forum.ragezone.com/f858/tutorials-icarus-shop-coin-change-1195264/
i had post here,not to earn the cash coin,just change to ruby coin to buy goods in shop.
its in your server files data don't edit database it will lock you downhow to edit first quest??
if you need any item in game for now :
1. search for the item id
2. search for the quest you have and before you turn it in close your game and server
3. edit the quest file and add your item
note : you can add gold and Exp to any quest but for item you need to have the quest with item reward on it
https://imgur.com/a/pBA2uPJ
sql command Error....
what happen .
it is hard to say,you need to open ICARUS_Char_Database and then run this sql.
if it can't ,please play game sometime to get ruby coin first
then run :
SET IDENTITY_INSERT ICARUS_Char_Database.dbo.Table_CharItem ON
UPDATE Table_CharItem SET Amount = Amount + 5000 WHERE OWNER ='1' AND RecId = 'ry_0_0000'
or you can change the ruby coin's amount in sql's table ,find this recID == ry_0_0000