Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 42,533
» Latest member: triip
» Forum threads: 21,052
» Forum posts: 108,626
Full Statistics
|
Online Users |
There are currently 4 online users. » 0 Member(s) | 1 Guest(s) Bing, Google, UptimeRobot
|
Latest Threads |
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 2,272
|
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 1,303
|
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 2,093
|
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 2,577
|
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 1,489
|
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 3,994
|
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 1,655
|
framerat limit
Forum: General
Last Post: Malinowamamba
01-30-2025, 03:58 PM
» Replies: 2
» Views: 2,296
|
Help-me Bmega / Computer ...
Forum: General
Last Post: FabioPuniisher
01-27-2025, 02:06 PM
» Replies: 5
» Views: 3,296
|
otion or exhaustion bug,
Forum: General
Last Post: erickpdl
01-27-2025, 12:35 AM
» Replies: 3
» Views: 1,349
|
|
|
Sword / life ring |
Posted by: Catar - 04-13-2016, 01:38 PM - Forum: Free Scripts
- Replies (2)
|
 |
Macro that puts skill ring on while fighting and life ring when not fighting.
Also takes ring out in protection zone
Variables
Code: AtRingBP=3091 (3091 sword ring in BP)
AtRingF=3094 (3094 sword ring on finger)
[macro]700 {lifering}
PeZe:=Status.InPZ()
Battle:=Self.Attacking()
swring:=Misc.ItemCountEx(!AtRingBP!)
coAS:=Self.Inventory.Ring()
!swring!>=1 [sword]
!Battle!==1 [pz0]
!coAS!<>!AtRingF!
Self.Equip.Ring(!AtRingBP!)
exit()
{pz0}
!PeZe!<>1 [pz1]
!coAS!<>3089
Self.Equip.Ring(3052)
exit()
{pz1}
Self.UnEquip.Ring(0)
exit()
exit()
{sword}
!PeZe!<>1 [pz2]
!coAS!<>3089
Self.Equip.Ring(3052)
exit()
{pz2}
Self.UnEquip.Ring(0)
exit()
[/macro]
|
|
|
berserk potion auto drinker |
Posted by: Catar - 04-13-2016, 07:24 AM - Forum: Free Scripts
- No Replies
|
 |
Variables:
drinkberk=1 (turns macro ON if 1)
shielding=115 (put your shielding skill)
Change the name of the monster that you want to kill with berserk potions
[macro]700 {berserkpot} Creatures.ByRangeName(7, Hellspawn)>=1 !drinkberk!==1 skill:=Self.Skill.Shielding() bers:=Misc.ItemCountEx(7439) !skill!>=!shielding! !bers!>=1 Hotkey.Use(7439) exit()
[/macro]
Code: Creatures.ByRangeName(7, Hellspawn)>=1
!drinkberk!==1
skill:=Self.Skill.Shielding()
bers:=Misc.ItemCountEx(7439)
!skill!>=!shielding!
!bers!>=1
Hotkey.Use(7439)
exit()
So berserk potions increase our skill by 5, but REDUCES shielding by 10,
potion works 10 minutes, so to avoid bot drinking it too often my macro checks if the shielding skill is already reduced.
If not, it will drink potion
Very usefull on monsters like hellspawns or werewolves, which drop them.
Effect:
![[Image: 4AbJrJC.jpg]](http://i.imgur.com/4AbJrJC.jpg)
|
|
|
|