You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the Developer is not experiencing the Stuck in invisible menu issues as much as some of the users.
Ive noticed it happened a lot during multi boxing especiall trio boxing whne you use the "send @ALL" features to send them all the "hp warp" command.
I believe this is due to a timing issues that the 3+ request happens at he same time messing something up on the server.
I have resolved it a simpel way
get 1-2 of my 3 character to open the menu
do the "send @ALL hp warp destionation X" command
now the 2 character in the menu is not teleported they are still just staring at the menu
go out of the meny of the 2 character with a small elay (*.5 secs is more than fine) and they teleport to the destion
This works 100% of the time for me. which lead me to the lua fix to ad in a random delay between 0 to 1 sec on the teleport function so the multiboxing characters does not teleport at the exact same time.
I hope the dev can import this fix as i have no LUA experience :(
The text was updated successfully, but these errors were encountered:
I know the Developer is not experiencing the Stuck in invisible menu issues as much as some of the users.
Ive noticed it happened a lot during multi boxing especiall trio boxing whne you use the "send @ALL" features to send them all the "hp warp" command.
I believe this is due to a timing issues that the 3+ request happens at he same time messing something up on the server.
I have resolved it a simpel way
now the 2 character in the menu is not teleported they are still just staring at the menu
This works 100% of the time for me. which lead me to the lua fix to ad in a random delay between 0 to 1 sec on the teleport function so the multiboxing characters does not teleport at the exact same time.
I hope the dev can import this fix as i have no LUA experience :(
The text was updated successfully, but these errors were encountered: