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());
Please keep me in your contacts, I want to add this in my features for later (30-60 days) and I do have some questions regarding other forms of payment too. Thanks!
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