Thread: Glitch food [718]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Glitch food [718] 
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Glitch eating, eating and attack that decreases the seconds to beat again, does anyone know how to fix? I shall be grateful, thank you
    Reply With Quote  
     

  2. #2  
    Member Glitch food [718] Market Banned
    Mr Joopz's Avatar
    Join Date
    Aug 2012
    Age
    26
    Posts
    1,410
    Thanks given
    259
    Thanks received
    96
    Rep Power
    14
    In English please?
    Reply With Quote  
     

  3. #3  
    Registered Member Blackmoon's Avatar
    Join Date
    Jun 2014
    Posts
    633
    Thanks given
    47
    Thanks received
    107
    Rep Power
    42
    Quote Originally Posted by Mr Joopz View Post
    In English please?
    He means when he eats, it resets the attack delay means you can hit right on the next tick.
    Reply With Quote  
     

  4. #4  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Mr Joopz View Post
    In English please?
    This:
    He means when he eats, it resets the attack delay means you can hit right on the next tick.
    Reply With Quote  
     

  5. #5  
    Member Glitch food [718] Market Banned
    Mr Joopz's Avatar
    Join Date
    Aug 2012
    Age
    26
    Posts
    1,410
    Thanks given
    259
    Thanks received
    96
    Rep Power
    14
    Quote Originally Posted by infernal7188 View Post
    This:
    So you eat and then have the ability to hit right after? Let's establish that.
    Reply With Quote  
     

  6. #6  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Mr Joopz View Post
    So you eat and then have the ability to hit right after? Let's establish that.
    yes, if you can help me I will be grateful.
    Reply With Quote  
     

  7. #7  
    Member Glitch food [718] Market Banned
    Mr Joopz's Avatar
    Join Date
    Aug 2012
    Age
    26
    Posts
    1,410
    Thanks given
    259
    Thanks received
    96
    Rep Power
    14
    Quote Originally Posted by infernal7188 View Post
    yes, if you can help me I will be grateful.
    Send me your foods file.
    Reply With Quote  
     

  8. #8  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Mr Joopz View Post
    So you eat and then have the ability to hit right after? Let's establish that.
    I got food delay, food.java
    public static boolean eat(final Player player, Item item, int slot) {
    Food food = Food.forId(item.getId());
    if (food == null)
    return false;
    if (player.getFoodDelay() > Utils.currentTimeMillis())
    return true;
    if (!player.getControlerManager().canEat(food))
    return true;
    String name = ItemDefinitions.getItemDefinitions(food.getId())
    .getName().toLowerCase();
    player.getPackets().sendGameMessage("You eat the " + name + ".");
    player.setNextAnimation(EAT_ANIM);
    long foodDelay = name.contains("half") ? 600 : 1800;
    player.getActionManager().setActionDelay((int) foodDelay / 1000);
    player.addFoodDelay(foodDelay);
    player.getActionManager().setActionDelay(
    player.getActionManager().getActionDelay() + 2);
    player.getInventory()
    i need correct time
    Reply With Quote  
     

  9. #9  
    Member Glitch food [718] Market Banned
    Mr Joopz's Avatar
    Join Date
    Aug 2012
    Age
    26
    Posts
    1,410
    Thanks given
    259
    Thanks received
    96
    Rep Power
    14
    Quote Originally Posted by infernal7188 View Post
    I got food delay, food.java

    i need correct time
    What do you mean "correct" time? lol. That's fine?
    Reply With Quote  
     

  10. #10  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by Mr Joopz View Post
    What do you mean "correct" time? lol. That's fine?
    sorry, this is for eat food time correct? time for eating and not delay
    Reply With Quote  
     

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

Similar Threads

  1. boss emote glitch's(718/742)
    By rasta crackz in forum Help
    Replies: 5
    Last Post: 12-15-2014, 07:54 AM
  2. Replies: 1
    Last Post: 08-25-2013, 02:02 AM
  3. npc glitch rsps 718
    By natural x in forum Help
    Replies: 1
    Last Post: 02-12-2013, 09:41 PM
  4. [Glitch Fix] Fix a common food & bone glitch.
    By noweight in forum Tutorials
    Replies: 50
    Last Post: 01-24-2009, 11:02 AM
  5. Food glitch fix
    By ncarug02 in forum Tutorials
    Replies: 5
    Last Post: 07-16-2008, 06:27 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
  •