Byakuran Posted August 6, 2013 Group: Members Topic Count: 110 Topics Per Day: 0.02 Content Count: 229 Reputation: 5 Joined: 12/16/11 Last Seen: May 6, 2020 Share Posted August 6, 2013 they will warp to a certain map and mvp monster are there .. then when they kill each mvp they will get a points .. each mvp have their own points in them like baphomet has 50points when they kill it and tao gunka has 20points something like that Quote Link to comment Share on other sites More sharing options...
Capuche Posted August 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted August 6, 2013 // permanent monster prontera,0,0,0,0 monster Baphomet 1039,1,7200000,600000,"monster_points::OnMobDead1" prontera,0,0,0,0 monster Tao Gunka 1583,1,18000000,600000,"monster_points::OnMobDead2" // etc.. - script monster_points -1,{ OnMobDead1:// bapho .@points = 50; #monster_points = #monster_points + .@points ;// give points to the killer dispbottom "you got "+ .@points +" points. Total: "+ #monster_points +" points.";// display the points end; OnMobDead2:// tao .@points = 20; #monster_points = #monster_points + .@points ; dispbottom "you got "+ .@points +" points. Total: "+ #monster_points +" points."; end; } // etc.. Quote Link to comment Share on other sites More sharing options...
-1 Bolby91 Posted September 27, 2018 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 60 Reputation: 0 Joined: 07/03/13 Last Seen: February 12 Share Posted September 27, 2018 how to add this in the server?? Quote Link to comment Share on other sites More sharing options...
Byakuran Posted August 7, 2013 Group: Members Topic Count: 110 Topics Per Day: 0.02 Content Count: 229 Reputation: 5 Joined: 12/16/11 Last Seen: May 6, 2020 Author Share Posted August 7, 2013 thanks for it i'm going to use it thanks.. Quote Link to comment Share on other sites More sharing options...
Question
Byakuran
they will warp to a certain map and mvp monster are there .. then when they kill each mvp they will get a points .. each mvp have their own points in them like baphomet has 50points when they kill it and tao gunka has 20points something like that
Link to comment
Share on other sites
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.