I found bug... Every player when logout then teleport to bind location.
This bug is in file ArenaMasterService.java (com\aionemu\gameserver\services\ecfunctions\oneVsone\ArenaMasterService.java)
in function onPlayerLogOut row 122 call TeleportService2.moveToBindLocation(player, false);
I moved this to function onLeaveInstance on row 138 and everything is fine now.
I sent my ArenaMasterService.java on pastebin
[Java] ArenaMasterService.java fix - Pastebin.com
PS. Sorry, my english is very poor.



Reply With Quote


