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 6 online users.
» 0 Member(s) | 1 Guest(s)
Applebot, Bing, Google, UptimeRobot, Yandex

Latest Threads
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 2,242
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 1,280
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 2,070
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 2,533
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 1,475
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 3,966
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 1,629
framerat limit
Forum: General
Last Post: Malinowamamba
01-30-2025, 03:58 PM
» Replies: 2
» Views: 2,267
Help-me Bmega / Computer ...
Forum: General
Last Post: FabioPuniisher
01-27-2025, 02:06 PM
» Replies: 5
» Views: 3,261
otion or exhaustion bug,
Forum: General
Last Post: erickpdl
01-27-2025, 12:35 AM
» Replies: 3
» Views: 1,313

 
  Scripts for REP+ Service
Posted by: Doktor Combo - 06-04-2016, 10:02 AM - Forum: Free Scripts - Replies (11)

Hello,
I can do some few scripts on request in exchange for REP+!

I have 200lvl to do scripts

MSG Me on this topic what scripts do you need Big Grin

Sorry for my english ;/

Print this item

  [ED][MS] Dragon Lord Darashia
Posted by: Doktor Combo - 06-04-2016, 09:49 AM - Forum: Free Scripts - No Replies

Vocation: ED/MS
Level: 80+
Depositer: YES
Refiler: YES (GMP and SD)


TESTED 101% FULL WORKOUT


Place:
[Image: latest?cb=20091206020727&path-prefix=en]


Download? Give me REP+!



Attached Files
.bbot   [ED][MS] Dragon Lord Darashia .bbot (Size: 6.79 KB / Downloads: 305)
Print this item

  [K] Darashia Rotworms [8+]
Posted by: Doktor Combo - 06-04-2016, 08:05 AM - Forum: Free Scripts - Replies (1)

Vocation: Knight
Level: 8+
Depositer: YES
Refiler: YES (HP)
Bot Refil when have 5HP and less than 30 CAP


Bot use "exura infir ico"

Place:
[Image: latest?cb=20090320115450&path-prefix=en]



Download? Give me REP+!



Attached Files
.bbot   [K] Darashia Rotworms [8+].bbot (Size: 6.62 KB / Downloads: 121)
Print this item

  [ED][MS] Mana Level Training PORT HOPE
Posted by: Doktor Combo - 06-04-2016, 07:25 AM - Forum: Free Scripts - No Replies

Vocation: ED/MS
MinLevel: 80
Spells: Utana Vid

Bot buy 400 GMP, and refil when less than 50 GMP.
You need money on BP ;]



Download? Give me REP+!



Attached Files
.bbot   [ED][MS] Mana Level Training PORT HOPE.bbot (Size: 875 bytes / Downloads: 193)
Print this item

  Show all supplies HUD
Posted by: puszkyn91 - 06-02-2016, 10:30 AM - Forum: Free Scripts - Replies (1)

Hey, thats my second self made HUD
It shows your supplies (ammo, hp, mp, food, runes) after pressing Right Alt
It also shows skills %, stamina minues

Quote:Tibia.IsKeyDown(18)==1
ammo:=Misc.ItemCountEx(16142)
spearr:=Misc.ItemCountEx(7378)
speare:=Misc.ItemCountEx(7367)
stars:=Misc.ItemCountEx(7368)
hp:=Misc.ItemCountEx(236)
mp:=Misc.ItemCountEx(237)
food:=Misc.ItemCountEx(3725)
sd:=Misc.ItemCountEx(3155)
mwall:=Misc.ItemCountEx(3180)
#SUPPLIES
HUD.Print(1, 2, 250, 250, 20, 5000, .::SUPPLIES::.)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 250, 252, 145, 5000, Arrows: !ammo!)
HUD.Print(1, 2, 250, 252, 145, 5000, Spears: R: !spearr! E: !speare!)
HUD.Print(1, 2, 250, 252, 145, 5000, Assasin stars: !stars!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 128, 226, 250, 5000, Mana Potions: !mp!)
HUD.Print(1, 2, 255, 152, 152, 5000, Health Potions: !hp!)
HUD.Print(1, 2, 128, 255, 140, 5000, Food: !food!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 190, 190, 192, 5000, SD Runes: !sd!)
HUD.Print(1, 2, 242, 250, 128, 5000, MW Runes: !mwall!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
lv:=Self.Level
lv%:=Self.Level%
mlv:=Self.MagicLevel
mlv%:=Self.MagicLevel%
dist:=Self.Skill.Distance
dist%:=Self.Skill.Distance%
sh:=Self.Skill.Shielding
sh%:=Self.Skill.Shielding%
sta:=Self.StaminaMins
sta%:=Self.Stamina%
Qntitem1:=!sta!
item1:=!sta!
item1Value:=2400
VarSub(item1, !item1Value!)
#HUD
HUD.Print(3, 2, 250, 250, 20, 5000, .::EXP & SKILLS::.)
HUD.Print(3, 2, 255, 255, 255, 5000, --------------)
HUD.Print(3, 2, 195, 255, 142, 5000, Level: !lv! (!lv%!%))
HUD.Print(3, 2, 152, 252, 219, 5000, Magic: !mlv! (!mlv%!%))
HUD.Print(3, 2, 255, 255, 255, 5000, --- )
HUD.Print(3, 2, 250, 252, 145, 5000, Distance: !dist! (!dist%!%))
HUD.Print(3, 2, 250, 252, 145, 5000, Shielding: !sh! (!sh%!%))
HUD.Print(3, 2, 255, 255, 255, 5000, --------------)
HUD.Print(3, 2, 255, 152, 152, 5000, Stamina: !sta! (!sta%!%))
HUD.Print(3, 2, 255, 152, 152, 5000, Premium: !item1!)

Print this item