Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work
#1
Windows Version: 7
Firewall Version: doesn't have
Antivirus Version: doesn't have
Script Used: my own
How to reproduce the bug:

When I create a new macro and try use Self.Skill.Shielding; () or any other Self.Skill option always return 0 to my variable.


Can test with script above

Code:
LSHIELD:=Self.Skill.Shielding; ()

I want this information to complement this script that send me the char info
Code:
CHARID:=1
LEVEL:=Self.Level()
PERCENTLEVEL:=Self.Level%()

HP:=Self.Health()
PHP:=Self.Health%();
MHP:=Self.HealthMax();

M:=Self.Mana();
PM:=Self.Mana%();
MM:=Self.ManaMax();

CAP:=Self.Capacity();

POS:=Creatures.PlayersOnScreen()

Misc.LoadUrl(http://myurl.com/tibia/?level=!LEVEL!&plevel=!PERCENTLEVEL!&hp=!HP!&php=!PHP!&mhp=!MHP!&m=!M!&pm=!PM!&mm=!MM!&pos=!POS!&cap=!CAP!&uid=!CHARID!)

Photos/videos (optional):
[Image: Qfx3J1y.png]
Reply
#2
Look you're trying:

Self.Skill.Shielding; ()

It should be:

Self.Skill.Shielding()

Can you confirm it will not work after this change?
Reply
#3
I can confirm, i've tried all the possibilities that I could thought.

This way that I mentioned is what the autocomplete gave

I tried:
  • Self.Skill.Shielding()
  • Self.Skill.Shielding();
  • Self.Skill.Shielding;()
  • Self.Skill.Shielding

Huh

(09-16-2015, 07:27 PM)MegaNo0body Wrote: Look you're trying:

Self.Skill.Shielding; ()

It should be:

Self.Skill.Shielding()

Can you confirm it will not work after this change?
Reply
#4
Thanks for reporting, we will work on this this weekend.
Reply
#5
Great! So do I Tongue

(09-17-2015, 12:24 PM)MegaNo0body Wrote: Thanks for reporting, we will work on this this weekend.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)