• 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.

[Help] How to change drop from Ilusion Kundun ?

Newbie Spellweaver
Joined
Jan 23, 2018
Messages
26
Reaction score
4
Hello ragezone's !

Please help how to change drop item from Ilusion Kundun ?
And how to add more ancient items in drop ?

Thanks.
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Re: How to change drop from Ilusion Kundun ?

1. must tell us what files u use..
2. ancient items are not addable or removable cuz thats a standard coded config in Gameserver (u can do that if u know how to allow those items) by coding the GS... thats all i know Shatter helped me year ago about it in s2 files.

well we dont know what files u use so first tell us that.
 
Upvote 0
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Re: How to change drop from Ilusion Kundun ?

ok for adding items to kundun i'd recommend u do this

1. data\eventitemba17.txt
add the items u want to drop from kundun there

if u want to do the same in other monsters where u dont have config file or even to same KUNDUN is possible..

scfdata/scf_itemdroprate.txt

Example:
//| type | index | Level | Opt | Luck | Skill | Duration | Rate (x/10000) | MonsterMinLvl | MonsterMaxLvl | DropMap(-1=all map)/

14 11 7 0 0 0 1 45 68 142 -1 //Loch's Feather
45 and 68 is the monster's level
that means u go to monster.txt in Data folder and find the monster ID
then put the item code like this
14 11 7 0 0 0 1 1000 138 138 -1 //Loch's Feather


so
monster.txt
338(ID) 1 "Illusion of Kundun" 140(level) 5000000 0 3070 3105 892 0 10000 10000 3 150 10 7 800 1700 10800 2 100 0 4 0 60 60 60 60

338 = kundun ID
140 = Kundun level

so u see what i did there?

14 11 7 0 0 0 1 1000 140 140 -1 //Loch's Feather
i make lochs feather drop from 138 138 = monster level of kundun.. if there is other monster with level 138 it will drop from him too!
so u can also config last number which is -1 map code
kalima7 map code is 36 so code is:

14 11 7 0 0 0 1 1000 140 140 36 //Loch's Feather
14 = id 11 = code 7 = level of item in order to drop and the rst u can understand from the Example:

then make sure u test by changing 1000 drop rate to 3000 or 5001 + / - and see how it drops
but i guarantee you it might not drop ancient cus thats not coded in GS and scf_itemdroprate.txt so yeah thats it
hope u can do it

peace
 
Upvote 0
Initiate Mage
Joined
Nov 21, 2009
Messages
4
Reaction score
0
Re: How to change drop from Ilusion Kundun ?

hello and for igc files ? where is it ?
 
Upvote 0
Back
Top