| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 42,533
» Latest member: triip
» Forum threads: 21,010
» Forum posts: 106,715
Full Statistics
|
| Online Users |
There are currently 7 online users. » 0 Member(s) | 2 Guest(s) Applebot, Bing, Google, UptimeRobot, Yandex
|
| Latest Threads |
RL MAP OTS 10.98 CAVEBOT ...
Forum: Off-Topic
Last Post: Mephisto
01-24-2026, 04:11 PM
» Replies: 0
» Views: 540
|
GET A $500,500.99 GIFT TH...
Forum: Off-Topic
Last Post: jhonnathanmuller
01-22-2026, 10:04 PM
» Replies: 0
» Views: 404
|
We’re Curating a $500,500...
Forum: Off-Topic
Last Post: jhonnathanmuller
01-22-2026, 01:35 PM
» Replies: 0
» Views: 400
|
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 4,819
|
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 2,848
|
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 3,667
|
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 4,627
|
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 2,761
|
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 5,627
|
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 2,853
|
|
|
| 196 knight free script |
|
Posted by: Gustav17 - 05-14-2014, 06:53 PM - Forum: Free Scripts
- Replies (1)
|
 |
Hey guys, I am searching free script for my 196 knight, I NEED to do profit, hopefully nice profit, I will give +1 to the one who give me a nice and simple one, with refiller and stuff aswell. thx 96/95 skills.
|
|
|
| Advanced Hud - Updated |
|
Posted by: BenQ - 05-11-2014, 03:08 PM - Forum: Free Scripts
- Replies (6)
|
 |
Hey guys.. there was this one guy that said you cannot make a hud that shows your current stamina with mins.. I am about to prove him wrong 
Old Code:
Code: 12000 {Hud} levelpercent:=self.Level%() level:=Self.Level() cap:=Self.Capacity() stamina:=Self.StaminaMins() staminamins:=Self.StaminaMins() staminaminsleft:=Self.StaminaMins() cc:=Misc.ItemCountEx(3043) plat:=Misc.ItemCountEx(3035) gold:=Misc.ItemCountEx(3031) VarDiv(gold, 100) VarAdd(plat, !gold!) VarDiv(stamina, 60) VarDiv(staminamins, 60) VarMult(staminamins, 60) VarSub(staminaminsleft, !staminamins!) HUD.Print(3, 3, 255, 128, 0, 13500, Advanced Statistics:) HUD.Print(3, 3, 255, 255, 255, 13500, Current Level: !level! with !levelpercent!%) HUD.Print(3, 3, 255, 255, 255, 13500, Current Stamina: !stamina! hours and !staminaminsleft! minutes) HUD.Print(3, 3, 255, 255, 255, 13500, Current Cap: !cap!) HUD.Print(3, 3, 255, 255, 255, 13500, Current Gold: !cc!.!plat!cc) Exit()
Better Code:
Code: 12000 {Hud} levelpercent:=self.Level%() level:=Self.Level() cap:=Self.Capacity() stamina:=Self.StaminaMins() staminamins:=Self.StaminaMins() staminaminsleft:=Self.StaminaMins() cc:=Misc.ItemCountEx(3043) plat:=Misc.ItemCountEx(3035) gold:=Misc.ItemCountEx(3031) VarDiv(stamina, 60) VarDiv(staminamins, 60) VarMult(staminamins, 60) VarSub(staminaminsleft, !staminamins!) HUD.Print(3, 3, 255, 128, 0, 13250, Advanced Statistics:) VarSub(stamina, 14) HUD.Print(3, 3, 204, 255, 204, 13250, Stamina Runs out in: !stamina! hours and !staminaminsleft! minutes) VarAdd(stamina, 14) HUD.Print(3, 3, 0, 255, 0, 13250, Current Stamina: !stamina! hours and !staminaminsleft! minutes) HUD.Print(3, 3, 102, 255, 255, 13250, Current Cash: !cc!cc !plat! platinum and !gold! gold) HUD.Print(3, 3, 222, 255, 0, 13250, Current Level: !level! with !levelpercent!%) HUD.Print(3, 3, 174, 175, 170, 13250, Current Cap: !cap!) Exit()
|
|
|
|