Thread: [PI] Boss safe spot

Results 1 to 9 of 9
  1. #1 [PI] Boss safe spot 
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Hello,

    After fixing some dumb things with my boss and completed it, i was trying to kill the boss legit by my self but when i tried to attack him on a spot he couldn't attack me back.

    On the y coord: 4763, the npc can still hit me
    On the y coords: 4762-4760, i can hit the npc but the npc can't hit me
    On the y coord: 4759 and lower, I can't hit the npc and the npc can't hit me

    I thought that it was this:
    Code:
    public int distanceRequired(int i) {
    		switch(npcs[i].npcType) {
    		case 3847:
    			return 5;
    So i tried to calculate how much return value i have to increase , but that didn't work out good aswell. (maybe this isn't even what it cause the problem)

    Thanks for answer!

    Already tried to find it on google and rune-server
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Bumpie , realy need this to complete my boss!
    Reply With Quote  
     

  3. #3  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    Quote Originally Posted by MyrChivvon View Post
    Hello,

    After fixing some dumb things with my boss and completed it, i was trying to kill the boss legit by my self but when i tried to attack him on a spot he couldn't attack me back.

    On the y coord: 4763, the npc can still hit me
    On the y coords: 4762-4760, i can hit the npc but the npc can't hit me
    On the y coord: 4759 and lower, I can't hit the npc and the npc can't hit me

    I thought that it was this:
    Code:
    public int distanceRequired(int i) {
    		switch(npcs[i].npcType) {
    		case 3847:
    			return 5;
    So i tried to calculate how much return value i have to increase , but that didn't work out good aswell. (maybe this isn't even what it cause the problem)

    Thanks for answer!

    Already tried to find it on google and rune-server
    PI has terrible path finding so it doesnt work flawlessly like rs... maybe the npc is melee based so can only attack you from close range on that coord?
    Owner of OS-RSPS, the first Oldschool RuneScape Server (2014)
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Shadowy View Post
    PI has terrible path finding so it doesnt work flawlessly like rs... maybe the npc is melee based so can only attack you from close range on that coord?
    I am working on Sea troll queen, it is mage based if you ment that.
    Thanks for answer
    Reply With Quote  
     

  6. #5  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    Quote Originally Posted by MyrChivvon View Post
    I am working on Sea troll queen, it is mage based if you ment that.
    Thanks for answer
    in that case i dont know mate. print out the distance to player. debug the NPC combat code - see what STOPS it attacking a player... be it too far away or somet
    Owner of OS-RSPS, the first Oldschool RuneScape Server (2014)
    Reply With Quote  
     

  7. #6  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    A video would be great.

    Sounds like pathfinding/clipping is the issue.
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Vesia View Post
    A video would be great.

    Sounds like pathfinding/clipping is the issue.
    Thanks for your answers,
    I don't realy have a recording program,
    My clipping is pretty decent.
    This are my clipping files:
    Screenshot by Lightshot

    If you want me to upload them i could do that.
    My solution was just place some objects where you can attack him and he can't attack you, something like barricades, if it can't be fixed.

    So is it a pathfinding issue?

    Thanks,
    Reply With Quote  
     

  9. #8  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    Quote Originally Posted by MyrChivvon View Post
    Thanks for your answers,
    I don't realy have a recording program,
    My clipping is pretty decent.
    This are my clipping files:
    Screenshot by Lightshot

    If you want me to upload them i could do that.
    My solution was just place some objects where you can attack him and he can't attack you, something like barricades, if it can't be fixed.

    So is it a pathfinding issue?

    Thanks,
    just get hypercam, it's free and easy.
    Reply With Quote  
     

  10. #9  
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Vesia View Post
    just get hypercam, it's free and easy.
    Okay, i do it asap, becuz i am not at home atm
    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

Similar Threads

  1. Replies: 1
    Last Post: 05-22-2014, 03:35 PM
  2. [PI] Fixing Safe spots on npcs?
    By Nutella in forum Help
    Replies: 0
    Last Post: 11-27-2011, 09:44 AM
  3. Replies: 5
    Last Post: 09-18-2011, 06:48 PM
  4. {Delta} safe spot help plz!
    By owner josh in forum Help
    Replies: 2
    Last Post: 08-18-2009, 03:39 AM
  5. PvP Planet - Adding Safe spot.
    By mikelmao in forum Help
    Replies: 1
    Last Post: 05-26-2009, 05:18 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •