BBot - The best bot of the world
too many screenshots - 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: too many screenshots (/thread-19008.html)



too many screenshots - Catar - 12-22-2015

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 Smile

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()



RE: too many screenshots - byko - 12-22-2015

Clearly and explained, i like posts like that one, GJ.


RE: too many screenshots - MegaNo0body - 12-22-2015

(12-22-2015, 06:49 PM)byko Wrote: Clearly and explained, i like posts like that one, GJ.

It's very helpful when the steps to reproduce are detailed like this topic.


RE: too many screenshots - MegaNo0body - 01-03-2016

So, this bug happen when you equip the sword ring, it increases your Sword Level and BBot think you upped level.

Thinking on ways to fix this bug.


RE: too many screenshots - Catar - 01-03-2016

One of the factors was that I had 1% to next sword. When I advanced it stopped making SS


RE: too many screenshots - MegaNo0body - 01-03-2016

Uhmm