LeonHartley / Comet-Java

Habbo emulator written in Java.
Other
4 stars 4 forks source link

Wired bug #41

Open DeletedAccount56456 opened 7 years ago

DeletedAccount56456 commented 7 years ago

http://prntscr.com/djh9b8

This bug is only with the first option of 'wf_act_match_to_sshot' selected!

////// Step 1: https://gyazo.com/a9a5f053ee298fbf08b867888f85bf7b

If you configure wired action: player steps on gate wired reaction: player teleports wired reaction (wf_act_match_to_sshot): to close the door (the first option only) //////

////// Step 2: https://gyazo.com/44cb02971d2d3570137e89891243d683

and you walk on the roller behind the gate with open gates the gates get closed //////

////// Step 3: https://gyazo.com/d0be9126f889436bc524c3d22a178287

then you go again on the roller, and there is the bug. You go through the gate. //////

When you open the gate and close it, you can't roll in it when it's closed anymore, because it refreshes the furni state then.

And when you click all 3 options in the 'wf_act_match_to_sshot' wired, it will work as it needs to.