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
ower12
ello you ask someone save items for noblest try make many times and I can not if someone can make me want to ask 4 items and you have to be lvl 78 .. thanks ..
p.d srry for my bad engish
else if (command.startsWith("become_noble"))
{
NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
if (!player.isNoble())
{
player.setNoble(true, true);
player.sendPacket(new UserInfo(player));
html.setFile("data/html/classmaster/nobleok.htm");
player.sendPacket(html);
}
else
{
html.setFile("data/html/classmaster/alreadynoble.htm");
player.sendPacket(html);
}
}
1 answer to this question
Recommended Posts