MVP from DEAD BRANCH

daim

New member
Messages
130
Points
0
Hi there,

Is there a way to reconize a mvp than spawned naturaly or by dead branch? I would like to do something like this, if player kill MVP from dead branch or other spawn items it wont get rewarded, but if they hunt and kill the mvp naturally then they will get reward some prize.

Thanks

 
spaning mvps with event label  can make it happen
 
for example:

Code:
pay_dun04,120,115,0,0    boss_monster    Moonlight Flower    1150,1,3600000,600000,"xxxx::OnMvpDead"
Code:
-	script	xxxx	-1,{end;OnMvpDead:	getitem 501,10;end;}
 
ok thanks, so i have to alter mvp spawn script from mobs spawn, instead alter spawn it from deadbranch. Thanks for the idea Angelmelody

 
Back
Top