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
I want this information to complement this script that send me the char info
Photos/videos (optional):
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):