ZelosAvalon Posted May 22, 2014 Posted May 22, 2014 (edited) i need a script for when an player kill a monster event he'll get a Event Point, but idk how i can configure this, i was make a var #Event_Point but didn't work , maybe i need to make a sql for this ? any1 can explain me how i can do this ? Edited May 22, 2014 by ZelosAvalon Quote
Skorm Posted May 22, 2014 Posted May 22, 2014 event_map,100,100,5 script Start Event 100,{ monster "event_map",0,0,"--ja--",2001,100,"OnMobDeath"; end; OnMobDeath: #event_points++; dispbottom "You have "+#event_points+" event point(s)."; } Quote
Question
ZelosAvalon
i need a script for when an player kill a monster event he'll get a Event Point, but idk how i can configure this, i was make a var #Event_Point but didn't work , maybe i need to make a sql for this ? any1 can explain me how i can do this ?
Edited by ZelosAvalon1 answer 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.