how to update ingame resetcount to website resets in this file?
how to update ingame resetcount to website resets in this file?
resetcount ingame didnt update on my reset table in my website even i add it in sql cron
karli I sent you a private message, check it out please!
anyone have the script or explain me how to make a "started pack for new player"? i dont understand too much about that..
u need to simply add 1 by 1 without script...
meaning
make new DK in game
add all items in inventory with editor
then go in database and find that player in character table and copy the Inventory code of that player with the items inside that class character
then u must update DefaultClassType table of DK class code cuz now its only with default items, but u added what u wanted in inventory and u must update that table example
UPDATE DefaultClassType
SET Inventory = Here the whole code starting wit 0xF................................
WHERE Class = '0'
0 = classs u copied with the items when u made and then u have it when u make new character
more depth
https://forum.ragezone.com/f197/rele...r-with-881018/
thanks, i know how to make the regular items, the problem is items with expiration, can you help me with that?
like Panda (3days), if i make the script the panda are expired and life = 0
- - - Updated - - -
thanks, i know how to make the regular items, the problem is items with expiration, can you help me with that?
like Panda (3days), if i make the script the panda are expired and life = 0
please check this thread https://forum.ragezone.com/f197/rele...9-2-a-1152572/
and this
https://github.com/evtnlife/IGCN-Sea...sWithBonus.sql
i did not test it myself, so i cant say if its working, read the .sql inside and replace id of item and so on, but make backup of your database first or make new db just for test that query code or something