Signup Now
Page 54 of 65 FirstFirst ... 444525354555664 ... LastLast
Results 531 to 540 of 650
  1. #531
    Free User
    Join Date
    Aug 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    is it possible to make a hotkey thats stopping all persistants? in ibot it was:
    setsettings_ib("Settings/Actions/Enabled","no")

  2. #532
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by matiwindbot View Post
    is it possible to make a hotkey thats stopping all persistants? in ibot it was:
    setsettings_ib("Settings/Actions/Enabled","no")
    Nope, no reliable way to do it.

  3. #533
    Free User Rickiey's Avatar
    Join Date
    Aug 2014
    Location
    The Netherlands
    Posts
    51
    Reputation
    13
    Rep Power
    20
    @Raphael

    A hotkey that would save me from stalkers in a tomb trapping me, doing nothing else then trying to run trought the invisble stalker, this eats my manapotions!

    Any suggestion?
    Last edited by Rickiey; 08-25-2014 at 11:02 PM.

  4. #534
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Rickiey View Post
    @Raphael

    A hotkey that would save me from stalkers in a tomb trapping me, doing nothing else then trying to run trought the invisble stalker, this eats my manapotions!

    Any suggestion?
    Please search before making a request: http://forums.tibiawindbot.com/showt...6-Anti-Stalker

  5. #535
    Free User Rickiey's Avatar
    Join Date
    Aug 2014
    Location
    The Netherlands
    Posts
    51
    Reputation
    13
    Rep Power
    20
    Oh well thanks in advance, i actually did use the search but i couln't find anything!

  6. #536
    Free User
    Join Date
    Feb 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Raphael, could you help me with an action for ice fishing?

    I converted the script from Ibot, but i crashs suddenly, with no reason.. I found out that there is an action for this, something like icefishing(), but I don't know how to use it.

    I used the search button for hours and nothing.. So, here I am.

    Can you, please, help me?

    I appreciate it!

    Yours,
    Zed.

  7. #537
    Free User
    Join Date
    Aug 2014
    Posts
    41
    Reputation
    10
    Rep Power
    0
    anyone can help me?

    Im doing a script that place are 4 floors and i need do a action will check the $posz then go to stair for up and on this action continue check the $posz for up again until leave cave
    Is that clear?

    An example:

    local MPLEAVE = getuseroption("minmana")
    local MPMANE = getuseroption("mananame")

    local HPLEAVE = getuseroption("minhp")
    local HPNAME = getuseroption("hpname")

    local CAP = getuseroption("mincap")

    if $wptsection == 'HUNT' and $posz == 8 then
    if itemcount(MPNAME) < tonumber(MPLEAVE) or itemcount(HPNAME) < tonumber(HPLEAVE) or $cap < tonumber(CAP)
    then
    gotolabel('LEAVE')
    elseif $posz == 9 then
    gotolabel('UPSTAIRS')
    elseif $posz == 10 then
    gotolabel('UPAGAIN')
    end


    Thats possible?
    thanks in advance

  8. #538
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by zedisonfire View Post
    Raphael, could you help me with an action for ice fishing?

    I converted the script from Ibot, but i crashs suddenly, with no reason.. I found out that there is an action for this, something like icefishing(), but I don't know how to use it.

    I used the search button for hours and nothing.. So, here I am.

    Can you, please, help me?

    I appreciate it!

    Yours,
    Zed.
    You can create waypoint action and call this function
    fishinice(x, y, z) 

    It will automatically reach location of ice spot, and move trash if found any, X,Y,Z means coordinates of ice spot.

  9. #539
    Free User
    Join Date
    Jul 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Hi, i need a script of "exevo vis hur", "exevo frigo hur" or "exevo gran frigo hur". I can't find on forum.
    Thanks

  10. #540
    Free User
    Join Date
    Jul 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    any ideas for the minimize eq after x seconds?! kinda first day ..

 

 

Posting Permissions

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