I found out my BBOT folder had over 2 GIGABYTES
Windows Version: 7
Firewall Version: doesn't matter
Antivirus Version: doesn't matter
Script Used: "screenshot advancements and Death" makes an ScreenShot every time my macro Puts sword ring on.
How to reproduce the bug:
Have this option ON, and use macro (see below) that puts ring with skill on when fighting and takes if off when not
Oh one more thing I noticed now - it made screenshots when i had like 1% to next skill.
I advanced now and it doesn't make SS anymore.
But anyway, it took couple gigs of ss really qucikly
Windows Version: 7
Firewall Version: doesn't matter
Antivirus Version: doesn't matter
Script Used: "screenshot advancements and Death" makes an ScreenShot every time my macro Puts sword ring on.
How to reproduce the bug:
Have this option ON, and use macro (see below) that puts ring with skill on when fighting and takes if off when not
Oh one more thing I noticed now - it made screenshots when i had like 1% to next skill.
I advanced now and it doesn't make SS anymore.
But anyway, it took couple gigs of ss really qucikly
Code:
700 {ring} PeZe:=Status.InPZ() Battle:=Self.Attacking() swring:=Misc.ItemCountEx(3091) coAS:=Self.Inventory.Ring() !swring!>=1 [sword] !Battle!==1 [pz0] !coAS!<>3094 Self.Equip.Ring(3091) exit() {pz0} !PeZe!<>1 [pz1] !coAS!<>3089 Self.Equip.Ring(3052) exit() {pz1} Self.UnEquip.Ring(0) exit() exit() {sword} !PeZe!<>1 [pz2] !coAS!<>3089 Self.Equip.Ring(3052) exit() {pz2} Self.UnEquip.Ring(0) exit()