1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Equipment Interaction NPE

Discussion in 'Client & Site Support' started by SlashnHax, May 14, 2015.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Code (Text):
    1.  
    2. interacted = (ring = Equipment.newQuery().names(ROD_PATTERN).results().first()) != null && ring.interact(location.actionString);
    3.  
    Code (Text):
    1.  
    2. (02:50:47) java.lang.NullPointerException
    3. (02:50:47)     at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.for(gcc:245)
    4. (02:50:47)     at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.interact(gcc:116)
    5. (02:50:47)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(kl:157)
    6. (02:50:47)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(kl:30)
    7. (02:50:47)     at com.alpha.api.framework.bot.tasks.generic.navigation.teleports.RingOfDuellingTeleport.execute(RingOfDuellingTeleport.java:69)
    8. (02:50:47)     at com.alpha.api.framework.bot.AlphaBot.onLoop(AlphaBot.java:105)
    9. (02:50:47)     at com.runemate.game.api.script.framework.LoopingScript.run(brb:38)
    10. (02:50:47)     at com.runemate.game.api.script.framework.AbstractScript.start(fqb:54)
    11. (02:50:47)     at app.Nm.run(hnb:127)
    12.  
    It opens the tab, goes to move the mouse to the slot then crashes.
    @Cloud
     
  2. Best Answer:
    Post #2 by Cloud, May 17, 2015
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Resolved for the next release.
     

Share This Page

Loading...