leoadrian Posted September 14, 2012 Posted September 14, 2012 works on interlude :) tnx for share Quote
Howl3r Posted September 14, 2012 Posted September 14, 2012 And where this will help? Just asking... It supposed they will delete 3-4 lines change mods... but who cares... Quote
ajoesh Posted November 22, 2012 Posted November 22, 2012 omg am i do wrong.? all my admin command didnt work all itemskill too Quote
BJIackHawk Posted November 22, 2012 Posted November 22, 2012 Better use green one. ^^) Red isnt good calls for negative emotions. ^^) Quote
MrHotFire Posted December 1, 2012 Posted December 1, 2012 Go to java/net/sf/l2j/gameserver/handler/admincommandhandlers/AdminGmChat.java find this CreatureSay cs = new CreatureSay(0, Say2.ALLIANCE, activeChar.getName(), text); and change Say2.ALLIANCE to Say2.PARTYROOM_COMMANDER Thanks.;) Quote
heliocs Posted December 3, 2012 Posted December 3, 2012 im give for interlude post cod for interlude . { int offset = 0; if(command.contains("menu")) offset = 17; else offset = 13; String text = command.substring(offset); CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text); GmListTable.broadcastToGMs(cs); text = null; cs = null; } Quote
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.