SphereCommunity
Send to closed bank from anywhere - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Send to closed bank from anywhere (/Thread-Send-to-closed-bank-from-anywhere)



Send to closed bank from anywhere - Rostok - 01-31-2017 06:24 PM

Hello!

Found this bug:
I can send anything from any place to bankbox.

All you need is yoko injection. (not tested on easyuo/stealth)
Scripts:

Code:
sub setreceive()
uo.addobject('itemm')
while uo.targeting()
  wait(1000)
wend
uo.setreceivingcontainer('itemm')
end sub

sub gett()
uo.addobject('itemmm')
while uo.targeting()
  wait(1000)
wend
uo.grab(-1,'itemmm')
end sub

Use setreceive() to some item in your backpack. After done, move this item to bank.

Use gett() to any item you can pickup.

Fix:

Use check for closed bankbox in ON=@ItemDropOn_Item trigger.

Tested on 56b, 56c.


RE: Send to closed bank from anywhere - Coruja - 02-01-2017 02:22 AM

that's nice, thanks for the report Smile

do you tested it on 56d too? I remember that I already fixed this on source code some time ago


RE: Send to closed bank from anywhere - Rostok - 02-01-2017 07:37 PM

Tested on some nightly i compiled some months ago... Give me some server with 56d i will test =)