You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
A small reminder for everyone browsing here - our bonus-start is active starting from today, you can already play with the new benefits! Have a good time everyone 🙂
Congratulations to the Creative alliance on the first-ever defeat of Frintezza on our server! 🏆 Your teamwork and dedication have earned you a place in history.🎉
Question
Medisept
hi there, what i should add so players with 88 class will have 5 seconds delay? I mean after 5 secs they press to village to respawn in town....
RequestRestartPoint.java
if (activeChar.getActiveClass() == 88)
{
ThreadPoolManager.getInstance().scheduleGeneral(new DeathTask(activeChar), 5000L);
activeChar.sendMessage("You will respawn in 5 seconds.");
return;
}
new DeathTask(activeChar).run();
Anything i should change? because now i press to village but it just staying on ground and getting message only the message
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.