Custom Search
TibiaBot NG Scripts
MAGE BOMB $5.00

Tuesday, November 17, 2009

Mage Bomb On Sale

I now have a Mage Bomb for sale. Works with 8.53 written for TibiaBot NG
Meant For Use With A Multi-client, and also your own attacking and healing scripts.
If you purchase it you must make a copy of the client.ng for each character you want to use ex. CharNameClient.ng is what you should save the file after entering your login information.


Healing Script For Using Potions

Attack Target Using Rune



Mage Bomb $5.00

Saturday, October 10, 2009

Healer Using Pots For Tibiabot NG

Copy This To The TibiaBotNG scripter, save and execute for a healer that uses health potions


//This Script Heals Using Pots
//Set The Pots You Want To Use To True
const
UltPotion = True; // Change this to False Not To Use Or True To Use
GraPotion = True; // Change this to False Not To Use Or True To Use
StrPotion = True; // Change this to False Not To Use Or True To Use
RegPotion = True; // Change this to False Not To Use Or True To Use
UltPotionHp = 500; //Enter Hp To Use Potion
GraPotionHp = 700; //Enter Hp To Use Potion
StrPotionHp = 1000; //Enter Hp To Use Potion
RegPotionHp = 1300; //Enter Hp To Use Potion
UltPotionID = 7643; //Only Change If On OpenTibia Servers
GraPotionID = 239; //Only Change If On OpenTibia Servers
StrPotionID = 236; //Only Change If On OpenTibia Servers
RegPotionID = 266; //Only Change If On OpenTibia Servers




procedure Heal;
begin
UpdateWorld;
if UltPotion <> False then begin
if Self.Health <= UltPotionHp then begin
Self.Containers.Container.UseItemWithSelf(UltPotionID);
sleep(1300);
exit;
end;
end;

if GraPotion <> False then begin
if Self.Health <= GraPotionHp then begin
Self.Containers.Container.UseItemWithSelf(GraPotionID);
sleep(1300);
exit;
end;
end;

if StrPotion <> False then begin
if Self.Health <= StrPotionHp then begin
Self.Containers.Container.UseItemWithSelf(StrPotionID);
sleep(1300);
exit;
end;
end;

if RegPotion <> False then begin
if Self.Health <= RegPotionHp then begin
Self.Containers.Container.UseItemWithSelf(RegPotionID);
sleep(1300);
exit;
end;
end;


end;


while not terminated do begin
UpdateWorld;
Heal;
sleep(400);
end;

Wednesday, March 25, 2009

Updates

There Was A Reported Problem With The Priority Attacker, and I personally noticed some issues with the Rune Maker, therefor both have been updated now

NOTE:: As of 4/01/09 the RuneMaker v8 is encountering issues with the safelist feature of the program. I am unsure of whether this was an affect of the previous client update where CIP stated less information would be stored in the client. I am looking into this and checking to see if it is fixable. PLEASE TAKE IN MIND THIS WILL ONLY AFFECT THE "SAFELIST", THE LOGOUT IF PLAYER ON SCREEN FEATURE STILL WORKS. For the time being, just to make sure the script doesn't crash, be sure to run the script with the safelisting const set to false, this will force the script to log you out of the game if a player appears on screen, assuming you don't have the battle icon. I'd also like to note, to this day no characters that I have spoken to have been banned for using this script, and no one has died. I won't lie, I all most died twice testing the logout function afk, but came back just in time to exori vis the the lvl 14 knight / lvl 8 pally that had been trying to pk me. Though there is a few ways you can get killed using the script. A) You pick a bad spot that lures a creature over, monster attacks you and gives you battle icon, monster kills you or player walks up and pk's you. B) Someone using a NG standing a level below you uses level spy to watch you bot. They get an area attack rune and uses it on edge of screen and gives you battle icon because you have been attacked by a player. ALWAYS MAKE SURE THAT YOU HAVE PICKED A GOOD AREA WHERE PLAYERS WONT BE ABLE TO LVL SPY YOU AND YOU DON'T LURE MONSTERS OVER. Also to prevent death in case of failure to follow the simple rule above, always have you player set to stand in place when attacking target, full defensive, using the cave hunting feature to attack monster and players but DO NOT SELECT TARGET ALL, I REPEAT DO NOT SELECT TARGET ALL. Selecting target all will re enable chase creature. On top of selecting stand in place in the client also select it in the advanced options of tibiabot. You must have already enabled attack monster for this option to un-grey. Also always have self-heal enabled and mana restore but don't set the mana restore at a point where it will drink mana pots if you make a rune. If you do all of this I personally guarantee you that you wont die, especially if you have audio alerts on =D. Note I tried to pk my sorc running this script with my 60+ ek, my friends 80+ ek, and had a friend who is a RP with 105 Distance try.... ALL FAILED


PriorityAttacker v3
RuneMaker v8

Thursday, March 5, 2009

Rune Maker

Rune Maker Is Now V8 Read More About It In The Updates

Go And Get It HeRe

Wednesday, March 4, 2009

Priority Attacking Script

Priority Attacker Is Now V3, Read More In The Updates

This script will allow you to enter the name of the creature you wish to target, this will then scan the creature lists and if the target is found it will attack it.

You Can Download My Script Here

Tuesday, March 3, 2009

Attack Target with Rune

This script allows you to attack your current target using what ever rune is specified.

Download Here

More TibiaBot NG Scripts Soon To Come!

First script I will post is an A.F.K mana trainer. This script allows you to train mana near a river or ocean, auto fishes, stacks and eats. It also logs off before a player can even enter the screen (assuming you dont have the battle icon).

EVENTUALLY this scipt will be updated to allow safe-list when I release the rune making version of this script.

Get the File Here

Also For thoose of you who dont know, TibiaBot NG is aviable over at their homepage.