Hello, I'm trying to add the area where the death was, well it says where was the death wanted to put asssim Player1 was defeated by Player2 in Imperial Tomb
but in this code that to so doing he announces thus: Imperial Tomb Player1 was defeated by Player2
if (Config.ANNOUNCE_PVP_KILL)
{
msg = Config.ANNOUNCE_PVP_MSG.replace("$killer", targetPlayer.getName()).replace("$target", getName());
SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addZoneName(targetPlayer.getPosition());
sm.addString(msg);
Broadcast.toAllOnlinePlayers(sm);
}
else
Broadcast.announceToOnlinePlayers(msg);
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.
I'm just testing the extender) I couldn't find any critical issues.
I found my own error due to which the autoloot function was not active:
just a syntax error, case-sensitive. You can't use a capital letter in the Myext.ini settings.
AutoLootMobDrop = true. (parameter true must necessarily be with a lowercase letter)
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
l2jkain
Hello, I'm trying to add the area where the death was, well it says where was the death wanted to put asssim Player1 was defeated by Player2 in Imperial Tomb
but in this code that to so doing he announces thus: Imperial Tomb Player1 was defeated by Player2
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.