BBot - The best bot of the world
[Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Bugs (https://forums.bmega.net/forum-7.html)
+--- Forum: New Bugs (https://forums.bmega.net/forum-22.html)
+--- Thread: [Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work (/thread-18510.html)



[Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - sifu - 09-16-2015

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]


RE: [Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - MegaNo0body - 09-16-2015

Look you're trying:

Self.Skill.Shielding; ()

It should be:

Self.Skill.Shielding()

Can you confirm it will not work after this change?


RE: [Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - sifu - 09-16-2015

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?



RE: [Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - MegaNo0body - 09-17-2015

Thanks for reporting, we will work on this this weekend.


RE: [Tibia 10.81 and BBot 64.0] Self.Skills.Shield doesn't work - sifu - 09-17-2015

Great! So do I Tongue

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