Signup Now
Page 1 of 65 1231151 ... LastLast
Results 1 to 10 of 650
  1. #1
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27

    Hotkeys & HUDs: Make your script requests here!

    Thread closed!
    I'll be taking a time off. ='(



    Hotkeys & HUDs
    Make your script requests here!



    I'll be using this thread to work on any request the community has, regarding Hotkeys & HUDs. If you have any request, just ask away, but remember to follow the simple rules below and also search on the list of already made scripts on this very same post.


    Rules
    1. You may only do one request at a time.
    2. Include iluvponeys in your request post so that I know you've read the rules.
    3. Please be patient.




    Actions
    1. Character Relogger on Low Stamina


    Hotkeys
    1. Loot Logger
    2. Relogger & Backpack Reopener
    3. OTServer Gold Changer
    4. Friend Healer (Exura Sio)
    5. Flask Dropper
    6. Anti Stalker
    7. Alerts
    8. Auto Haste
    9. Hold Target
    10. Offline Trainer
    11. Amulet/Ring Equipper
    12. Food Eater
    13. Fish Water Elementals
    14. Kill Counter
    15. Smart(?) Healing
    16. Navigation SD Combo
    17. PK Guild Alert
    18. Pause


    HUDs
    1. Show Special Areas
    2. Engine States
    Last edited by Raphael; 03-30-2015 at 03:09 PM.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  2. #2
    Free User KrzychuPC's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Good luck

  3. #3
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Signed. ? blablablablablabla

  4. #4
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Can you remake this action to one action? I want this action in one code not 2x foreach and openitem(mainbp, mainbp, false) at end if not item found in first bp Please do it if its possible bro

    local lootdpbp = getlootingdestination('lootdepotname')
    local stackdpbp = getlootingdestination('stackdepotname')
    local mainbp = getlootingdestination('lootbpname')


    foreach lootingitem i 's' do
    moveitemsonto(i.id, stackdpbp, mainbp, '1')
    wait(50,150)
    end

    foreach lootingitem i 'n' do
    moveitemsonto(i.id, lootdpbp, mainbp, '1')
    wait(100,200)
    end

  5. #5
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    How can i, chance waypoint section of the bot? Like clicking in the plus button in waypointer, how to change from one to anoter, tried a Gotolabel but no result, what can i do?

  6. #6
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    gotolabel('label name', 'section name')

  7. #7
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Thank yoy @mistgun, then, i use openitem('depot') but i need to stay next a fixed depot, there is a way to the bot find a empty depot?

  8. #8
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    @User Not Found: Use opendepot() function.

  9. #9
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    @Raph_ where i can see those functions? In official docs in website not appears!!

  10. #10
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    You can open library using any program that can open .lua files. Library is placed in your main folder with //Windbot

 

 

Posting Permissions

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