Thread: Fix Agility

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Fix Agility 
    Registered Member MrVidel's Avatar
    Join Date
    Dec 2009
    Posts
    166
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    For my agility its the Gnome Course, and when you climb up the tree its all black..how do i fix that?
     

  2. #2  
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    How many heights are you making it go up? If it's not the height issue, use a different client.

     

  3. #3  
    Registered Member MrVidel's Avatar
    Join Date
    Dec 2009
    Posts
    166
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    were may i find the height?
     

  4. #4  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    and maybe wrong coords =/



    click banner to join gtracer!
     

  5. #5  
    Registered Member MrVidel's Avatar
    Join Date
    Dec 2009
    Posts
    166
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    here is my gnome agility code:

    Code:
    if(objectID == 2295 && System.currentTimeMillis() - lastAction > actionInterval && absX == 2474 && absY == 3436){
    addSkillXP(1000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    WalkTimer(0,-7);
    }
    if(objectID == 2285 && System.currentTimeMillis() - lastAction > actionInterval){
    addSkillXP(5000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    heightLevel += 1;
    toX = 2473;
    toY = 3424;
    }
    if(objectID == 2313 && System.currentTimeMillis() - lastAction > actionInterval){
    addSkillXP(5000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    heightLevel += 1;
    toX = 2473;
    toY = 3420;
    }
    if(objectID == 2312 && System.currentTimeMillis() - lastAction > actionInterval && absX == 2477 && absY == 3420){
    addSkillXP(1000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    WalkTimer(6,0);
    }
    if(objectID == 2314 && System.currentTimeMillis() - lastAction > actionInterval){
    addSkillXP(5000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    heightLevel = 0;
    toX = 2487;
    toY = 3421;
    }
    if(objectID == 2286 && System.currentTimeMillis() - lastAction > actionInterval){
    addSkillXP(1000, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    toX = 2486;
    toY = 3427;
    }
    if(objectID == 4058 && (absX == 2484 && absY == 3430 && System.currentTimeMillis() - lastAction > actionInterval || absX == 2487 && absY == 3430 && System.currentTimeMillis() - lastAction > actionInterval)){
    addSkillXP(1500, 16);
    actionInterval = 7500;
    lastAction = System.currentTimeMillis();
    WalkTimer(0,7);
    setAnimation(746);
    }
     

  6. #6  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    its cuz ur client is in low detail, you must use high.
     

  7. #7  
    Registered Member MrVidel's Avatar
    Join Date
    Dec 2009
    Posts
    166
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    i tried it in high but i just get stuck in the box:

     

  8. #8  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    height = 2;
     

  9. #9  
    Registered Member MrVidel's Avatar
    Join Date
    Dec 2009
    Posts
    166
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    oh which part?
     

  10. #10  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    The part where u get stuck in the box!!
     

Page 1 of 2 12 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
  •