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
DS-Dazzel
someone who understands it and can java diser me where I am wrong in this line?
if (Config.SHOW_WELCOME_PM) { CreatureSay np = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT1); CreatureSay na = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT2); activeChar.sendPacket(np)activeChar.getName()); activeChar.sendPacket(na)activeChar.getName()); }Original mod:
if (Config.SHOW_WELCOME_PM) { CreatureSay np = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT1); CreatureSay na = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT2); activeChar.sendPacket(np); activeChar.sendPacket(na); }L2JMack: Welcome
I'm trying to log changes to this:
L2JMack: Welcome MyNick
6 answers to this question
Recommended Posts