Thread: [317] Devo ranging...

Results 1 to 7 of 7
  1. #1 [317] Delta ranging... 
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    nevermind
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,163
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    hmm i use devo 2,7 but dont dc me when i use rangeand about npcs atack u after u teleport
    here is it
    Go to server>npcs>combat and click on Combat.java

    Find:


    public boolean needsWalkBack()

    Replace:


    if (n.GoodDistance(n.absX, n.absY, n.makeX, n.makeY, 10) == false) {
    n.needsWalkBack = true;
    return true;
    }

    With:


    client c = (client) server.playerHandler.players[n.playerId];
    if (n.GoodDistance(n.absX, n.absY, n.makeX, n.makeY, 10) == false || c.deathStage >= 1) {
    n.needsWalkBack = true;
    return true;
    }
    Reply With Quote  
     

  3. #3  
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    Bump.

    Also, I don't have a combat.java and no folders like that, it's all in one folder.
    Reply With Quote  
     

  4. #4  
    Previously, /*ReQuiem*/

    Gielinor's Avatar
    Join Date
    Sep 2009
    Posts
    553
    Thanks given
    56
    Thanks received
    20
    Rep Power
    151
    its not devo 2.7 then
    My signature was too big and pissed off Kevy.

    Reply With Quote  
     

  5. #5  
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    Oh sorry, it's Delta then I think.
    Reply With Quote  
     

  6. #6  
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    bump.
    Reply With Quote  
     

  7. #7  
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    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

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