• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Full IGCN Config Files for S16 and Below [Spots&More]

Newbie Spellweaver
Joined
Dec 26, 2020
Messages
9
Reaction score
0
anyone have the script or explain me how to make a "started pack for new player"? i dont understand too much about that..
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
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/release-newly-created-character-with-881018/
 
Newbie Spellweaver
Joined
Dec 26, 2020
Messages
9
Reaction score
0
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/release-newly-created-character-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



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/release-newly-created-character-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
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
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





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/release-igcn-season-9-2-a-1152572/

and this

https://github.com/evtnlife/IGCN-Season9.2-custons/blob/master/ClassWithBonus.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
 
Newbie Spellweaver
Joined
Nov 19, 2023
Messages
7
Reaction score
0
HI KarLi can i use the common.ini and replace it with may igccommonini from s9e2 files and make the reset on spot work? i will appreciate if you will respond. thanks
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
HI KarLi can i use the common.ini and replace it with may igccommonini from s9e2 files and make the reset on spot work? i will appreciate if you will respond. thanks
hi, no u cannot unfortunaly, u must open 2 window with notepad and open your s9e2 and mine common.xml
then manually copy paste or type the configs on your s9e2.

the spots are in monster folder monsterspawn.xml you will have to do the same thing like common.xml, dont worry its just like max 5 mins focus work
 
Initiate Mage
Joined
Nov 19, 2023
Messages
3
Reaction score
0
hi, no u cannot unfortunaly, u must open 2 window with notepad and open your s9e2 and mine common.xml
then manually copy paste or type the configs on your s9e2.

the spots are in monster folder monsterspawn.xml you will have to do the same thing like common.xml, dont worry its just like max 5 mins focus worK
Thank you for your response. I mean, i need the StayOnSpot feature so when i type /reset, i will stay on spot. Will it for just by copying the line on your common.ini or there are other things to do.
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Masteru I dont know, a normal version i think.

If you want full version, try sql 2014
https://mega.nz/#!s8xD1b5b!KAXFaUn7Po53fkB7bxvLQxEBZFtKdv1ndd3KL61NCR0


PASSWORD


tuservermu.com.ve

Thank you for your response. I mean, i need the StayOnSpot feature so when i type /reset, i will stay on spot. Will it for just by copying the line on your common.ini or there are other things to do.
i dont think if u copy the line it will work, BUT ifthey forget to put the line then it will work.
If not u must re-code files of sources or find other version that has it
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,205
Reaction score
255
Junior Spellweaver
Joined
Oct 22, 2007
Messages
109
Reaction score
4
KarLi License or crack for this? Thanks in advance ;)
licccccccc.JPG - [Release] Full IGCN Config Files for S16 and Below [Spots&More] - RaGEZONE Forums
 
Back
Top