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);
}
I've been trying to set-up an Interlude server for the past few days and did get one up and running, but it's a mess.
Even the "gold" standard files shared here didn't give better results.
I am wondering which are the current best projects to invest in?
- AdvExt64 looks like crap - no offense to the developers.
- And I've seen a few more related projects - Athena Project? also not good looking in general.
Is it true L2Reborn is Java based?
Really curious to know if there are good server packs or services to buy there - protocol 110? I really dig the look and feel of l2reborn.
Let me know what you guys think
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchiha.sellpass.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchiha.sellpass.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchiha.sellpass.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchiha.sellpass.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
DS-Dazzel
someone who understands it and can java diser me where I am wrong in this line?
Original mod:
L2JMack: Welcome
I'm trying to log changes to this:
L2JMack: Welcome MyNick
6 answers to this question
Recommended Posts