![]() |
[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 Photos/videos (optional): ![]() 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:
![]() (09-16-2015, 07:27 PM)MegaNo0body Wrote: Look you're trying: 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 ![]() (09-17-2015, 12:24 PM)MegaNo0body Wrote: Thanks for reporting, we will work on this this weekend. |