please make sure you gave a "INFORMATIVE" topic title next time ...
and this is client issue ...cant be control using script.
moved this topic to client area.
refer this line
src/config/renewal.h#L7
//quick option to disable all renewal option, used by ./configure
//#define PRERE
if it's commented...then you are using RENEWAL.....else....PRE-RENEWAL
for monster "changing" into another monster..you can just simply duplicate this
<mob id>,<name>@NPC_METAMORPHOSIS,idle,193,1,10,2000,5000,no,self,always,0,<new mob id>,,,,,,
for 2 monster move together and cast this...no idea how to do it.
increase the effect of doppelganger card.
db/re/item_db.txt#L2124
4142,Doppelganger_Card,Doppelganger Card,6,20,,10,,,,,,,,2,,,,,{ bonus bAspdRate,100; },{},{}
increase attack speed by 100% .. or any value you want..
you mean you unable to check for the quest status ??
add this before check if the quest is finished.
if( checkquest( 5005,HUNTING ) != 2 ){
mes "Please kill all 100 Dunyerr";
close;
}
you can try this
http://upaste.me/r/3a5183
you can consider to use "temporary" variable if your delay is short ...
change all
ITEMDELAY_
to
@ITEMDELAY_