This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
Question
Sakretsos
i have add this code ....
protected void onExit(L2Character character) { if(!_noPeace) { character.setInsideZone(L2Character.ZONE_PEACE, false); } + if (character instanceof L2PcInstance) + { + L2PcInstance player = (L2PcInstance) character; + + if(player.isAio()) + { + player.sendMessage("Aio Buffers Can't Leave From Towns."); + player.teleToLocation(82516, 148525, -3470); + return; + } + }but i get this kind of error .. on gs .. can someone help me for this ?
and also...
and note that i have 1 player online ... so the second player was the AIO character.. that can't logout !
also no errors on java code !
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now