Tested and Recommended :)
http://i.imgur.com/nXHfp41.png
Printable View
Tested and Recommended :)
http://i.imgur.com/nXHfp41.png
Script edron beheoths is a bit bugged. When it came back from refill to edron boat than it stops without position check. Second is that the skinning isn't working aswell becouse when i'm using skinning without skin wait than the character sometimes stuck. Soft boots refill should be added if u can becousr it uses alot of gmp so it may help a bit in often refilling.
Mistgun, I was looking to bot my 170 sorc somewhere, so you think I could handle LB quara dungeon with full def geat?
Mistgun, i buy script Orc Fortress 2 in 1, and not yet received.
@mistgun still selling your OF 2 in 1 Script? Bcoz there's some kind of error on buying for rl cash site
Peace !
@frems, nope it does almost every floor except of warlords
@mistgun
best setting to loot toad for 150 ek? :) goroma cults
http://i.imgur.com/QgnLYj8.png
http://i.imgur.com/7RMbwhp.png http://i.imgur.com/XMNMl65.png
Real Cash: 7 USD Tibia Coins: 150 TC's
http://i.imgur.com/O6oxlNJ.png
- Vocation: Elite Knight
- Script Mode: Easy
- Recommended level: 70+
- Experience per hour: 60k/h - 75k/h
- Profit per hour: 5k/h - 13k/h+
(depends on bonelord eye price)
http://i.imgur.com/Wk172ze.png
http://i.imgur.com/0W4Pk7K.png
Info: Start script at Ab'dendriel depot
http://i.imgur.com/ZbTuFPg.png
- Items Seller
- Area Choose
- Advanced General Information HUD
- Force Refiller
- Recent Loot HUD
- Anti Furniture
- Advanced Targeting
- Advanced Alerts
and much more not listed here!
http://i.imgur.com/pyNdIhb.png
Potions:
- Mana Potion - Hotkey: Any
- Great Health Potion / Strong Health Potion - Hotkey: Any
Healing Spells:
- Exura Ico - Hotkey: Any
Rings:
- Stealth Ring (optional) - Hotkey: Any (equip + unequip)
http://i.imgur.com/umRD8PY.png
http://i.imgur.com/6XPsdWV.png
Waypoint Settings:
- Hunt Pyramid: True/False (1 - 8)
- Check Vampire Boss: True/False
- Loot & Sell Heavy Items: True/False
Depot Settings:
- Take Supplies: True/False
- Take Rings: True/False (ring name)
- Take Food: True/False
http://i.imgur.com/kPhlnJt.png
http://i.imgur.com/bevQB6K.png
as always awesome work!
totally worth!
http://i.imgur.com/oJmKTzd.jpg
@mistgun send u email on PM yesterday, any progress on sript delivery?
bumpitybump
http://i.imgur.com/pNBmxC6.png
http://i.imgur.com/QgnLYj8.png
http://i.imgur.com/7RMbwhp.png http://i.imgur.com/XMNMl65.png
Real Cash: - Tibia Coins: 150 TC's
http://i.imgur.com/O6oxlNJ.png
- Vocation: Sorcerer
- Script Mode: Easy
- Recommended level: 2+
- Experience per hour: 4k/h - 10k/h
- Profit per hour: 0,5k/h+
http://i.imgur.com/Wk172ze.png
http://i.imgur.com/jsGAfb3.png
Info: Start script at Dawnport destiny temple or at last place you logged out.
http://i.imgur.com/ZbTuFPg.png
- Relog Next Char
- Area Choose
- Last Hunting Place Finder
- Force Island Leaving
- Lure Mode
- Anti Furniture
- Advanced Targeting
- Back From Temple
and much more not listed here!
http://i.imgur.com/pyNdIhb.png
Potions:
- Mana Potion - Hotkey: Any
- Small Health Potion - Hotkey: Any
Healing Spells:
- Exura Infir - Hotkey: Any
Attack Spells:
- Exori Infir Vis - Hotkey: Any
http://i.imgur.com/6XPsdWV.png
Waypoint Settings:
- Spawn Set: Surface / Underground
- Main Spawn: Surface: (west/south/east) | Underground: (minotaurs/desert/skeletons/semi-circle)
- Log On Next Char: True/False
- Level To Leave Island: 8-20
- Loot Gold: True/False
- Vocation: any
- City: any
Additional Settings:
- Show Approx. Time Info: True/False
http://i.imgur.com/kPhlnJt.png
http://i.imgur.com/bevQB6K.png
https://www.youtube.com/watch?v=anTSbQZm0DY
@mistgun
Very good. When more quiet of coins will buy.
@mistgun, Ultimate Dawnport, + does not sell for money in game?
Happened on dawnport script, hunting on desert.Code:19:38:17 error in Cavebot script ForceRefill:
["if $wptsection == section.name and not ..."]:ForceRefill:15 attempt to call global 'insidespecialarea' (a nil value)
Ok, thank you.
Just one more thing, I opened some bots and set all different spawns, but I just checked them now and most of them are hunting on the Semi Circle spawn.
EDIT: All the chars with "undeground" spawn option are hunting there, all of them are hunting as knight, after level 8.
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.
Today i try Hellgate for EK , brilliant profit :) In my server bonelord is for 4,5K each
http://i63.tinypic.com/95so07.jpg
Also i botting my other noob ek on Orc fortress (voucher)
http://i65.tinypic.com/51viw1.jpg
Good exp like 180K/h :) from 91 to almost 102 on one stamina :P
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.
I need that same hellgate script to paladin , how do ?
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?
Shadows Of Yalahar Quest
http://i.imgur.com/GMwf1Ae.jpg?1
http://i.imgur.com/QgnLYj8.png
http://i.imgur.com/7RMbwhp.png http://i.imgur.com/XMNMl65.png
Real Cash: - Tibia Coins: 150 TC's
http://i.imgur.com/O6oxlNJ.png
- Vocation: Any
- Script Mode: Depends on mission
- Recommended level: 100+
http://i.imgur.com/Wk172ze.png
Info: Start script at Edron's Depot
http://i.imgur.com/pyNdIhb.png
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
http://i.imgur.com/6XPsdWV.png
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
http://i.imgur.com/kPhlnJt.png
- 50 k ~ gold in backpack
- Supplies
- Helmet of The Deep
- Golem Blueprint if level is lower than 250
- Old Power Core if level is lower than 250
http://i.imgur.com/bevQB6K.png
Check private please mistgun ! sended TCs for a script :)
All orders done :)
@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.