Jump to content

Question

3 answers to this question

Recommended Posts

Posted


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;

Posted (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 by Nova
Posted

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!.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...