Thread: [PI] Help me :D

Results 1 to 8 of 8
  1. #1 [PI] Help me :D 
    Registered Member
    Join Date
    Nov 2011
    Posts
    47
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    ok so y Farcast wont work on players like i follow them when i attack them with ranged or magic but when i attack NPC's my farcast works perfect

    If some1 know how to fix it PLEASE HELP ME!!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2013
    Posts
    100
    Thanks given
    3
    Thanks received
    1
    Rep Power
    11
    are u from shilo-nation?
    give meur skype iltry to help
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    AttackPlayer.java and in CombatAssistant.java delayedHit()

    Basically, when you first click a player with magic, it will follow them, make it stop movement

    Code:
    if (c.usingMagic) {
    c.stopMovement();
    return;
    }
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2011
    Posts
    47
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by icandoit View Post
    AttackPlayer.java and in CombatAssistant.java delayedHit()

    Basically, when you first click a player with magic, it will follow them, make it stop movement

    Code:
    if (c.usingMagic) {
    c.stopMovement();
    return;
    }
    Exactly where should i type the code in? Sorry for being a noob xD
    Reply With Quote  
     

  5. #5  
    Super Donator

    Xsj's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    301
    Thanks given
    184
    Thanks received
    64
    Rep Power
    278
    Quote Originally Posted by affe View Post
    Exactly where should i type the code in? Sorry for being a noob xD

    Combatassistant.java

    search for
    Code:
    if (c.playerEquipment[c.playerWeapon] == 9185 && !properBolts()) {
    and under the end bracket add

    Code:
    if (c.usingMagic) {
    c.stopMovement();
    return;
    }
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2011
    Posts
    47
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by OperationX View Post
    Combatassistant.java

    search for
    Code:
    if (c.playerEquipment[c.playerWeapon] == 9185 && !properBolts()) {
    and under the end bracket add

    Code:
    if (c.usingMagic) {
    c.stopMovement();
    return;
    }
    Now i run to the Player and doesn't use the spells
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2011
    Posts
    47
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Bump
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2011
    Posts
    47
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Bump
    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. Moving npcs coords [PI][HELP ME]
    By PasiipaZ in forum Help
    Replies: 12
    Last Post: 04-12-2011, 06:49 AM
  2. [PI] Help me Please This is Pathetic
    By GasMask in forum Requests
    Replies: 1
    Last Post: 01-10-2011, 03:59 AM
  3. [PI] Help me out please?
    By phl0w in forum Help
    Replies: 0
    Last Post: 12-09-2010, 03:50 PM
  4. [PI]Help me[PI]
    By getdum in forum Help
    Replies: 18
    Last Post: 11-28-2010, 10:18 PM
  5. [PI]Help me[PI]
    By getdum in forum Help
    Replies: 9
    Last Post: 11-08-2010, 05:25 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •