Thread: EXP In Wildy Help!

Results 1 to 3 of 3
  1. #1 EXP In Wildy Help! 
    Banned
    Join Date
    Mar 2008
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I Need Help Changing So That You DONT Recieve Any Form Of EXP For Melee/Range/Magic While Pking In The Wild.

    My Source Currently DOES Give XP While Your Pking.

    Please Help. I Have No Clue Where This Would be At
    Reply With Quote  
     

  2. #2  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    just edit your exp methods so that it also includes something like
    Code:
    else if(isInWild)
    return;
    }
    or something. just whipped it up in my head

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Mar 2008
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Paul Griffiths View Post
    just edit your exp methods so that it also includes something like
    Code:
    else if(isInWild)
    return;
    }
    or something. just whipped it up in my head
    Thanks,
    Still Need Help
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •