Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

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

 
  -:Ugi's Service:- Royal Paladin Scripts
Posted by: damiansnk - 04-23-2016, 09:16 PM - Forum: Free Scripts - Replies (14)


[Image: RkU3Fed.png]-:Ugi's Service:- Paladin Scripts [Image: RkU3Fed.png]

[table=95][tr][td]LEVEL[/td]
[td]Place[/td]
[td]MONSTERS[/td]
[td]PACC/FACC[/td]
[td]LINK[/td][/tr][tr]

[td]15[/td]
[td]Dwarven Bridge[/td]
[td]Trolls[/td]
[td]FACC[/td]
[td]View More Details[/td][/tr][tr]

[td]20[/td]
[td]Ab'Dendriel Elfs Cave NorthWest[/td]
[td]Elfs[/td]
[td]FACC[/td]
[td]View More Details[/td][/tr][tr]

[td]30[/td]
[td]Kazordoon Dwarf Guards Mine [/td]
[td]Dwarfs Guard[/td]
[td]FACC[/td]
[td]work on[/td][/tr][tr]

[td]80[/td]
[td]Yalahar Cultish Castle[/td]
[td]Cults[/td]
[td]PACC[/td]
[td]View More Details[/td][/tr][/table]




[Image: RkU3Fed.png]-:Ugi's Service:- Paladin Scripts [Image: RkU3Fed.png]

Print this item

  Rottin Wood Hunting Horn
Posted by: Mlodym - 04-17-2016, 08:29 PM - Forum: Free Scripts - Replies (3)

[Image: hunting_horn.gif] HUNTING HORN QUEST [Image: hunting_horn.gif]


1st: script for first time start bank venore bot go and buy exura ico, kitchen knife and go to quest. ;)

2st: script going with daily task take quest, done and relog to next char.

REWARD
[Image: platinum_coin.gif] 5x
[Image: time_ring.gif] rare
[Image: hunting_horn.gif] very rare



what you need on 8-20lvl:
-stealth rings
-plate set
-100 gp on bank
-20-30 mana potions
-good weapon for u lvl




tibia configuration
[Image: RaOWoYc.png]

GOOD LUCK


Repute please ;) \/



Attached Files
.bbot   Rottin Wood ( hunting horn) quest first time by mlodym.bbot (Size: 8.25 KB / Downloads: 159)
.bbot   Rottin Wood (hunting horn) quest by mlodym.bbot (Size: 8.31 KB / Downloads: 153)
Print this item

Tongue The Exterminator Collector Quest
Posted by: Mlodym - 04-14-2016, 05:20 PM - Forum: Free Scripts - Replies (2)

HELLO this is my first scipt for quest
START DEPO CARLIN
reward four rubies (1k) :P but you done 1 acc of 20 charactes 20 x 1k=20k enjoy



Attached Files
.bbot   Exterminator Collector by mlodym.bbot (Size: 2.09 KB / Downloads: 77)
Print this item

  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]

Print this item

  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]
[Image: 7gyT4A0.png]

Print this item