Thread: [PI] Make all slayer monsters give exp when killed?H-E-L-P

Results 1 to 6 of 6
  1. #1 [PI] Make all slayer monsters give exp when killed?H-E-L-P 
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    I changed the req. slay lvl for killing crawling hands, to 1. So people can train on slayer monsters.
    But when I kill one, I dont recieve any slay exp.
    I understand PI has a slayer task thing added, to where you get a slayer task from the guy at edge. But I dont want him, I just wanna be able to kill ANY slayer monster if I have the lvl to do so, and get exp for killing it.

    Rep for anyone who helps
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    so you want it so when you kill the slayer monsters in the slay tower, they only give slayer exp right? not all monsters
    Reply With Quote  
     

  3. #3  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    *FOR FUTURE REFERENCE, I ANSWERED THAT GUYS QUESTION IN PM!!!*
    bumpz0rs!!
    Reply With Quote  
     

  4. #4  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    bump
    Reply With Quote  
     

  5. #5  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    bump
    Reply With Quote  
     

  6. #6  
    Registered Member 2pro's Avatar
    Join Date
    Aug 2009
    Posts
    774
    Thanks given
    15
    Thanks received
    15
    Rep Power
    66
    In npchandler search for:
    Code:
    if (npcs[i].isDead == true) {
    and add something like this:

    Code:
    if (npcs[i].npcType == 1610) {
    c.addSkillXP(8000, 18);
    }
    Quote Originally Posted by Gator God View Post
    The use of small code like this is what makes a server great.
    Quote Originally Posted by Shoes View Post
    First of all, that's my code. Second of all it is more efficient in many ways, they may not be big but it's the little things that count.
    Quote Originally Posted by Luke132 View Post
    A thread's age doesn't mean anything if the information in the topic is still relevant.
    Why is gravedigging disallowed then?
    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
  •