Vince Jimenez Posted July 12, 2015 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 68 Reputation: 1 Joined: 10/16/12 Last Seen: August 14, 2016 Share Posted July 12, 2015 Can i have some Script every time my Punching bag kills its randomly get an PvP Points > #PvPPointsRandom 5- 150 points every time kill my punching bag? PLEASE! Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 14, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted July 14, 2015 OnMyMobDead: .@random = rand(5,150); #PvPPoints = #PvPPoints + .@random; announce strcharinfo(0)+" got "+.@random+" points by killing the punching bag. ",bc_map; monster "prontera",150,160,"--en--",1002,1,"Punching_Bag::OnMyMobDead"; end; Quote Link to comment Share on other sites More sharing options...
Nova Posted July 12, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted July 12, 2015 (edited) What's your current Punching Bag script? Is it just a permanent monster or? It'd be a lot easier if you post it so we don't just replace what it might already be doing. - script Punching_Bag HIDDEN_NPC,{ end; OnInit: monster "prontera",150,160,"--en--",1002,1,"Punching_Bag::OnMyMobDead"; end; OnMyMobDead: #PvPPoints = #PvPPoints + rand(5,150); monster "prontera",150,160,"--en--",1002,1,"Punching_Bag::OnMyMobDead"; end; } Just change the mob ID, map and coordinates. Edited July 12, 2015 by Nova Quote Link to comment Share on other sites More sharing options...
Vince Jimenez Posted July 14, 2015 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 68 Reputation: 1 Joined: 10/16/12 Last Seen: August 14, 2016 Author Share Posted July 14, 2015 What's your current Punching Bag script? Is it just a permanent monster or? It'd be a lot easier if you post it so we don't just replace what it might already be doing. - script Punching_Bag HIDDEN_NPC,{ end; OnInit: monster "prontera",150,160,"--en--",1002,1,"Punching_Bag::OnMyMobDead"; end; OnMyMobDead: #PvPPoints = #PvPPoints + rand(5,150); monster "prontera",150,160,"--en--",1002,1,"Punching_Bag::OnMyMobDead"; end; } Just change the mob ID, map and coordinates. Thank you sir, is it posible to announce on whole map "Charname" got ( How many PvP Points given by random ) by killing Punching BAG!. Quote Link to comment Share on other sites More sharing options...
Question
Vince Jimenez
Can i have some Script every time my Punching bag kills its randomly get an PvP Points > #PvPPoints
Random 5- 150 points every time kill my punching bag? PLEASE!
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.