Thread: Barrage Delta Glitch Please Help :(?

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Barrage Delta Glitch Please Help :(? 
    unleashedpkk
    Guest


    Ok, when i'm stood 3 squares away from the player, he can still hit me. Althrough he's froze.
    When i stand 4 squares away (On the X in the picture) he can't attack me.
    Any suggestions on how this can be fixed?
    Reply With Quote  
     

  2. #2  
    unleashedpkk
    Guest
    help please ?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    post barrage code here
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  4. #4  
    Registered Member
    Nando's Avatar
    Join Date
    Feb 2009
    Age
    29
    Posts
    3,517
    Thanks given
    2,439
    Thanks received
    1,108
    Rep Power
    5000
    it's has nothing to do with the barrage. attack()


    Reply With Quote  
     

  5. #5  
    Tierney
    Guest
    Yea thats the melee code that needs some fixing, not barrage
    Reply With Quote  
     

  6. #6  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    oo maaa bad
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Dec 2007
    Age
    31
    Posts
    1,953
    Thanks given
    114
    Thanks received
    608
    Rep Power
    1094
    Try looking for something like this:
    GoodDistance(EnemyX, EnemyY, absX, absY, 3
    Assuming your using delta.
    Reply With Quote  
     

  8. #8  
    unleashedpkk
    Guest
    Still Couldn't fix someone help please ?
    Reply With Quote  
     

  9. #9  
    Uhm Kyle
    Guest
    This is just a guess.

    Search for;

    Code:
    private boolean Attack() {
    Add something like this (This may not be correct, but it could work)

    Code:
    if(AttackingOn2.hitID != playerId && AttackingOn2.hitID != 0 && itFreezes){
    sM("A magical force stops you from moving.");
    ResetAttack();
    return false;
    }
    Something like that i guess? you'll have to test it & make some changes.
    Reply With Quote  
     

  10. #10  
    unleashedpkk
    Guest
    Tried still cant get it anyone else have an idea??
    Reply With Quote  
     

Page 1 of 3 123 LastLast

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
  •