Jump to content

Question

Posted

hello 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);

}

}

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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..