Signup Now
Page 136 of 157 FirstFirst ... 3686126134135136137138146 ... LastLast
Results 1,351 to 1,360 of 1568
  1. #1351
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by Stephano View Post
    But ALL characters hunting on DIFFERENT underground spawns went to the semicircle spawn, instead of going to their respectives spawns.
    ahh it's because they have low manas and won't back on those spawns but you can actually change this if you wish, in second action in HuntSemiCircle section there's a line:
    if itemcount('shovel') ~= 0 and itemcount('mana potion') >= 10 and spawn ~= 'Semi Circle' then


    change it to:
    if itemcount('shovel') ~= 0 and spawn ~= 'Semi Circle' then

    and it should be done.

  2. #1352
    Free User
    Join Date
    Dec 2015
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Today i try Hellgate for EK , brilliant profit In my server bonelord is for 4,5K each


    Also i botting my other noob ek on Orc fortress (voucher)



    Good exp like 180K/h from 91 to almost 102 on one stamina :P

  3. #1353
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    21
    There are some bugs with the Dawnport Script if you try to use it till level 20.
    When the char gets teleported to temple it get stuck trying to reach bank from there.
    Not sure about this one, but when you try to deposit more than 1500 character might get on a depositing loop.
    Solved the first problem with:
    -- check bank

    if gold() < 100 or $level == 20 then
    gotolabel('to_oressa')
    end

    Might solve the second problem:
    -- depositif not islocation() then
    gotolabel(0)
    else
    while islocation() and (gold() ~= 0 and $balance < 1500) do
    npctalk('hi', 'deposit all', 'yes', 'balance') waitping()
    end
    end

    Also action 70 on the same section:
    -- deposit

    while islocation() and gold() > 500 and $balance < 1500 do
    npctalk('hi', 'deposit all', 'yes', 'balance') waitping()
    end

    Almost forgot that the travel action should be changed to donate the money in case of carrying more than 500 gps, but I don't know the dialog right now.
    Last edited by Stephano; 04-21-2016 at 05:48 PM.

  4. #1354
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by Stephano View Post
    There are some bugs with the Dawnport Script if you try to use it till level 20.
    When the char gets teleported to temple it get stuck trying to reach bank from there.
    Not sure about this one, but when you try to deposit more than 1500 character might get on a depositing loop.
    Solved the first problem with:
    -- check bank

    if gold() < 100 or $level == 20 then
    gotolabel('to_oressa')
    end

    Might solve the second problem:
    -- depositif not islocation() then
    gotolabel(0)
    else
    while islocation() and (gold() ~= 0 and $balance < 1500) do
    npctalk('hi', 'deposit all', 'yes', 'balance') waitping()
    end
    end

    Also action 70 on the same section:
    -- deposit

    while islocation() and gold() > 500 and $balance < 1500 do
    npctalk('hi', 'deposit all', 'yes', 'balance') waitping()
    end

    Almost forgot that the travel action should be changed to donate the money in case of carrying more than 500 gps, but I don't know the dialog right now.
    thanks for suggestions, tbh i've never botted there more than 13 lvls, will add these

  5. #1355
    Free User
    Join Date
    Mar 2016
    Posts
    2
    Reputation
    10
    Rep Power
    0
    I need that same hellgate script to paladin , how do ?

  6. #1356
    Free User
    Join Date
    Sep 2014
    Posts
    47
    Reputation
    16
    Rep Power
    0
    Hey! Was thinking about buying your banuta surface script but I have a question.. The character I am botting does not have any tasks done, how does that work with boss points and such? Can I keep botting the same monsters till I have full task points, ie botting banuta till I have full task points?

  7. #1357
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    26

    ANY - Shadows Of Yalahar Quest

    Shadows Of Yalahar Quest








    Real Cash: - Tibia Coins: 150 TC's






    • Vocation: Any
    • Script Mode: Depends on mission
    • Recommended level: 100+





    Info: Start script at Edron's Depot





    Tip: You can run this script on fasthotkeys


    Potions:
    • Any Mana Potion - Hotkey: Any
    • Any Health Potion - Hotkey: Any


    Healing Spells:
    Knight:
    • Exura Ico - Hotkey: Any
    Mages:
    • Exura Vita - Hotkey: Any
    • Exura Gran - Hotkey: Any
    Paladin:
    • Exura - Hotkey: Any
    • Exura San - Hotkey: Any
    • Exura Gran San - Hotkey: Any


    Attack Spells:
    Knight:
    • Exori - Hotkey: Any
    • Exori Gran - Hotkey: Any
    • Exori Ico - Hotkey: Any
    Mages:
    • Sudden Death Rune - Hotkey: Any
    • Exori Frigo + Vis + Flam - Hotkey: Any
    Paladins:
    • Exori San + Con - Hotkey: Any






    Waypoint Settings:
    • Logout On Complete: true/false
    • Adventurer Guild Member: true/false
    • Sunken Access: True/False
    • Factory Access: True/False
    • Alchemist Access: True/False
    • Haste Spell: utani hur / gran hur
    • Hp/Mana Potion: any







    • 50 k ~ gold in backpack
    • Supplies
    • Helmet of The Deep





    Last edited by mistgun; 04-27-2016 at 03:09 PM.

  8. #1358
    Free User
    Join Date
    Sep 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Check private please mistgun ! sended TCs for a script

  9. #1359
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    26
    All orders done

  10. #1360
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    21
    @mistgun, sometimes bot get stuck on Dawnport script. When hunting south surface it jumps into water for some reason and stay there until I have to move the character manually out of there.

 

 

Posting Permissions

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