ZelosAvalon Posted May 22, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 181 Reputation: 33 Joined: 11/11/12 Last Seen: 9 hours ago Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted May 22, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
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 ZelosAvalonLink to comment
Share on other sites
1 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.