View Single Post
  #4  
Old 07-06-2016, 01:09 PM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

4 & 5. You could do this yourself. Something like:

Code:
sub EVENT_LEVEL_UP {
  if ($ulevel > 50) {
    quest::pvp(on);
    plugin::Whisper("You are now a follower of Discord");
  }
}
Also, you might work on your approach a little. Just making a post with a numbered list and not actually asking anybody to help is probably not the best way to make friends.
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote