Ok so my question is how to change the drop of individual monsters? For example Yetti in Azria. I tried searching the forum but didn't find anything. If there is a guide for that excuse me for asking. And still if there is a guide please link it.
Printable View
Ok so my question is how to change the drop of individual monsters? For example Yetti in Azria. I tried searching the forum but didn't find anything. If there is a guide for that excuse me for asking. And still if there is a guide please link it.
You can find all the informations related to each monster drops in the file propMoverEx.inc :)
and in the propDropEvent ...
something like :
*/
blabla
/*
= No Drop ... its Wildcard ...
if u erase the */ /* it will be dropped ... :)
blabla
sry 4 bad english ^^
Well propDropEvent.inc is to edit general drops :) not the individual ones ^_^
The food drops are listed in propDropEvent.inc, since they are general drops ( droped by more than one mob, selected by a level range value ).
exemple : mobs from level 60 to 120 are going to drop meet salad :)
Not sure if it's the true tho :P
Just search for lollipop for exemple, and you will find which lines are talking about food drops :)
I'm guessing 71 is the level?Code:DropItem(II_GEN_FOO_COO_MEATSALAD, 600000000, 0, -1, 71, 130 );
Andthis is where the card drop list begins i guess?Code://====================== PIERCING_CARD_ITEM Start ======================
71, 130 ); means mobs btw level 71 and 130 are going to drop meet salad.
And
Yea it probably begins here, that's just just a comment tho ^^
rawr...ima member :>
i just completely disabled the drop of them by "//"
And yeah i know its a comment, disabled some 2,3% cards but the others i gotta check the codes for which cards stand :D Anyway thanks for the help bro.
Gratz :P
coolsazzou ...
Ure Good :D
u know what ya say ^^
I like the propdropevent...
cuz i can drop through this files EventItems ...
i like it more than the Event.lua XD