Nero Posted January 27, 2012 Posted January 27, 2012 // KoE Exit guild_vs1,49,56,5 script Exit 51,{ mes "[Exit]"; mes "See ya."; if ( getcharid(2) == getcastledata("guild_vs1",1) ) getitem 7179, 20; // configure prize here next; warp "Save",0,0; close; } Players can only take once when they won the event. please help me to do that... Quote
Nokia Posted January 27, 2012 Posted January 27, 2012 (edited) nvm Edited January 27, 2012 by Nokia Quote
Nero Posted January 27, 2012 Author Posted January 27, 2012 thank you for replying a very great answer. Quote
Nokia Posted January 27, 2012 Posted January 27, 2012 np, anyway your script is working for me, i get 20x these item. Quote
Question
Nero
// KoE Exit
guild_vs1,49,56,5 script Exit 51,{
mes "[Exit]";
mes "See ya.";
if ( getcharid(2) == getcastledata("guild_vs1",1) )
getitem 7179, 20; // configure prize here
next;
warp "Save",0,0;
close;
}
Players can only take once when they won the event.
please help me to do that...
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.