Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Oct 2016
    Posts
    5
    Reputation
    10
    Rep Power
    0

    After libery update the HUD dosent work nomore?

    Code Fail : error in HUD script NewHUDScript2:
    ["{'Keep Haste', function() return (keepHaste an..."]:MMWS:73 attempt to call global '_keepHaste' (a nil value)
    stack traceback:
    [" SectionItem[3]()"]:MMWS:119 in function [" function inputevents(e)"]:MMWS:106


    this been working perfecly till i updated windbot.. any ides?

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,393
    Reputation
    183
    Rep Power
    25
    This is probably because of load order... Your script is trying to access a global variable named _keepHaste, but that variable is not yet defined. Try disable the HUD, save the script, restart the bot, enable the HUD again - if this doesn't fix it, you need to find out where _keepHaste is defined and fix it there. It looks like you're using a paid script, in that case you should also contact the script vendor for support.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


 

 

Posting Permissions

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