يμÎřŋøƒƒ Posted May 30, 2009 Posted May 30, 2009 Hello ! Can someone help me here ? I need a script that announces the castle lords on log in ... Can someone share it here ? Realy Thanks Quote
0 killer666 Posted October 1, 2009 Posted October 1, 2009 Add in enterworld.java: if (clan != null) { if (clan.getHasCastle() > 0) { Castle castle = CastleManager.getInstance().getCastleById(clan.getHasCastle()); if ((castle != null) && (activeChar.getObjectId() == clan.getLeaderId())) Announcements.getInstance().announceToAll("Castle Lord " + activeChar.getName() + " Of " + castle.getName() + " Castle Is Currently Online."); } } cretids to Intrepid Quote
0 xXxDarkKnightxXx Posted October 24, 2009 Posted October 24, 2009 Killer666 se pio akribws line sto enterworld.java? to xreiazomai kai egw !! Quote
Question
يμÎřŋøƒƒ
Hello !
Can someone help me here ?
I need a script that announces the castle lords on log in ...
Can someone share it here ?
Realy Thanks
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.