toolbar powered by Conduit

eb hotkeys

Eat Food - Simply eats food each 30 secs.
auto 30000 dontlist | eatfood


Stack Items - Put together all items that are stackables every 30 secs.
auto 30000 dontlist | stackitems


Soft Boots - Put the soft boots OUT of protection zones and if your mana goes below 70%, if not, put the BOH (you can change the BOH id 3079 for any other boots)
auto 100 listas 'Soft Boots' | if [$inpz == 0 && $mppc < 70] equipboots 6029 | else equipboots 3079 Tibia Title - Set the title to 'Tibia - CHARNAME'. Useful if you bot more than 1 char at the same time auto 1000 dontlist | setcaption 'Tibia - $name' Screenshot - Take a screenshot at your elfbot folder. {savescreen | statusmessage 'SCREENSHOT TAKEN' | wait 500} Aim MW - Just aim a magic wall rune (i recommend to use on ctrl hotkey) crosshair 3180 Anti-Idle - Dont let your char be kicked at 15 minutes idle. auto 100 listas 'Anti-Idle' | {turnn | wait 30000 | turns | wait 30000} Train ML - Waste your mana if it goes higher than 60% of mana and out of protection zone. auto 100 listas 'Train ML' | if [$inpz == 0 && $mppc > 60] {say 'Exura' | wait 1200}


Hunt Haste - Only haste if no monsters near, if you are out of protection zones and have mana to cast the spell. If you gets paralyzed and have monsters near, will cast a safe exura.(You can change the mana of the spell and the spell to cast.)
auto 100 listas 'Hunt Haste' | if [$inpz == 0 && $hasted == 0 && $mp > 100 && $monstersaround.5 == 0] say 'Utani Gran Hur' | if [$paralyzed && $mp >= 20 && $monstersaround.5 >=1] say 'Exura'


Exori Gran - Casts a berserk spell if you have mana enough, 3 or more monsters around and no players around you. (you can add a " | else exorihur 101" if conditions are not satisfied cast whirlwind throw spell)
auto 100 listas 'Auto Exori Gran' | if [$monstersaround.1 >= 3 && $playersaround.4 == 0 && $mp > 350] say 'Exori Gran'


Anti Push - Gold Coins, Worms and Potions - Trust me, this one is very useful on traps. Made by me. (Works 100% better than magebot does.)
auto 100 listas 'Anti Push: ON' | dropitems 283 284 285 | ifnot [$topitem.$posx.$posy.$posz == 3031] dropitemsxyzamount $posx $posy $posz 3031 2 | ifnot [$topitem.$posx.$posy.$posz == 3492] dropitemsxyzamount $posx $posy $posz 3492 2


Set Party Members, GUILD MEMBERS (NEW) and Nav Members as friends - really useful when you dont get a full friend list
auto 500 dontlist | {foreach 'screenplayers' $f} if [$f.isfriend == 0 && $f.party >= 3 || $f.isonnavi || $f.warbanner == 1] {setrelation '$f.name' 'friend' | setrelation '$name' '0'}


Set guild enemies as enemy - really useful when you dont get a full enemy list.
auto 500 dontlist | {foreach 'screenplayers' $h} if [$h.isfriend == 0 && $h.warbanner == 2] {setrelation '$h.name' 'enemy' | setrelation '$name' '0'}


Change Friends/Enemies Outfit & Color - This script will give all your friends that are NOT in navigation and are NOT your combo leader a WHITE WARRIOR FULL, your friends connected on the navigation a RED WARRIOR FULL, your combo leader will get a WHITE SUMMONER FULL if hes not connected on the navigation and a RED SUMMONNER FULL if hes connected. Just remember to activate the 5 scripts (copy and paste on persistent hotkeys).
auto 500 dontlist | foreach 'allplayers' $a if [$a.isfriend && $a.isonnavi == 0 && $a.isleader == 0] {setoutfitcolor '$a.name' 0 0 0 0 3 | setoutfit '$a.name' 134}
auto 500 dontlist | foreach 'allplayers' $b if [$b.isfriend && $b.isonnavi == 0 && $b.isleader] {setoutfitcolor '$b.name' 0 0 0 0 3 | setoutfit '$b.name' 133}
auto 500 dontlist | foreach 'allplayers' $c if [$c.isfriend && $c.isonnavi == 1 && $c.isleader == 0] {setoutfitcolor '$c.name' 94 94 94 94 3 | setoutfit '$c.name' 134}
auto 500 dontlist | foreach 'allplayers' $d if [$d.isfriend && $c.isonnavi == 1 && $d.isleader] {setoutfitcolor '$d.name' 94 94 94 94 3 | setoutfit '$d.name' 133}
auto 500 dontlist | foreach 'allplayers' $e if [$e.isenemy] {setoutfitcolor '$e.name' 95 95 95 95 3 | setoutfit '$e.name' 134}


Hold Attack / Exiva Kill
auto 100 dontlist | if [$attacked] set $victim $creature.'$attacked.name' | if [$victim && $attacked == 0] attack target


Auto Haste and Paralyze Healer (DONT WASTE MANA INSIDE PZ) - You can change the 'Utani Gran Hur' to 'Utani Hur', 'Utani Tempo Hur', as you wish.
auto 100 listas 'Auto Haste' | if [$inpz == 0 && $hasted == 0] say 'Utani Gran Hur'


Auto SSA if HP or MP go less than x% - change the red text to change the percentage, change the blue text if you want this to prevent mana damages and DONT use it if you are using a AoL
auto 10 listas 'Auto SSA' | set $pc 40 | if [$hppc < $pc && $winitemcount.3081 >= 1 && $amuletslot.id != 3081] {equipammy 3081 | wait 90}


Use energy ring if too many enemies on screen (You need to use enemy list)
auto 100 dontlist | if [$enemycount >= 4 && $ringslot.id != 3051] {equipring 3051 | wait 500} | if [$enemycount < 4 && $ringslot.id == 3051] {unequip 'ring' '0' | wait 500}


UE Combo Hotkey
auto 10 listas 'UE Combo' | foreach 'newmessages' $ue if [$ue.content == 'Exevo Gran Mas Frigo' && $ue.sender == 'Leader Name'] say 'Exevo Gran Mas Frigo'


Magic Wall Line via nav
auto 100 dontlist | set $x [$leader.posx-3] | set $y [$leader.posy-3] | set $z [$leader.posz]
auto 100 dontlist | setrelation '$name' '0' | set $leader $creature.'$lastnavmsg.sender' | set $random $rand.1.7
auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mwn'] {useongroundxyz 3180 [$x+$random] [$leader.posy-4] [$z]}
auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mwe'] {useongroundxyz 3180 [$leader.posx+5] [$y+$random] [$z]}
auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mws'] {useongroundxyz 3180 [$x+$random] [$leader.posy+4] [$z]}
auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mww'] {useongroundxyz 3180 [$leader.posx-5] [$y+$random] [$z]}

AND THE TRIGGER THAT SHOULD BE USED BY THE LEADER:
if [$self.dir == 0] navsay mwn | if [$self.dir == 1] navsay mwe | if [$self.dir == 2] navsay mws | if [$self.dir == 3] navsay mww | if [$navion] statusmessage '$systime - Navigation MW Combo Command Sent'
only on nav members!
auto 500 listas 'Team Heal' | refillmana 1500 1


Push Items Under
auto 10 listas 'Push Under' | moveitemonground $posx [$posy-1] $posz $posx $posy $posz|moveitemonground $posx [$posy+1] $posz $posx $posy $posz| moveitemonground [$posx-1] [$posy-1] $posz $posx $posy $posz| moveitemonground [$posx-1] $posy $posz $posx $posy $posz|moveitemonground [$posx-1] [$posy+1] $posz $posx $posy $posz| moveitemonground [$posx+1] [$posy-1] $posz $posx $posy $posz|moveitemonground [$posx+1] $posy $posz $posx $posy $posz| moveitemonground [$posx+1] [$posy+1] $posz $posx $posy $posz