WELCOME TO BOOST LIKE
Site: boost-like.store
Boost Like is the best place to buy Twitter Accounts in bulk.
We offer cheap Twitter Accounts and provide flexible prices, discounts and bonuses for loyal clients.
If you want to place a bulk order then you can indicate it with the number of items in the checkout form. or you can contact our manager and ask to assist you with bulk purchase.
We sell Twitter Accounts at the most affordable price!
https://boost-like.store/category/twitter-services/twitter-accounts/
Boosted Twitter Accounts
https://boost-like.store/category/twitter-services/twitter-accounts/boosted-twitter-account/
Our support chat is open 24/7
We can help: info@boost-like.store
Bulk Accounts In Cheap Price!
Look at the screens. You have procrastinated for 3 weeks...And when I've showed You the preview for Your and Your customer for acceptation, in less than 24h, You have disputed and stated this childlish act.
Yeah, we have worked before and I delivered. I won't be taking part with Your drama. Good luck with working with Russians.
Take care
Question
ower12
i have problem i line tiara can help me? pls
else if (command.startsWith("become_noble"))
{
NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
if (!player.isNoble())
{
//then you check for the level 78
if(player.getLevel()>=78){
//then you ask for items
if(
player.getInventory().getItemByItemId(12345/**1 item id **/).getCount()>=12345/** Is bigger or equals required item count **/
&& player.getInventory().getItemByItemId(12345/**2 item id **/).getCount()>=12345/** Is bigger or equals required item count **/
&& player.getInventory().getItemByItemId(12345/**3 item id **/).getCount()>=12345/** Is bigger or equals required item count **/
&& player.getInventory().getItemByItemId(12345/**4 item id **/).getCount()>=12345/** Is bigger or equals required item count **/
){
L2ItemInstance tiara = player.getInventory().addItem("tiara", 7694, 1, player, null);//give nobless tiara
player.getInventory().equipItemAndRecord(tiara);//equip the tiara if you want
player.setNoble(true, true);
player.sendPacket(new UserInfo(player));
html.setFile("data/html/classmaster/nobleok.htm");
}else
player.sendMessage("You don't have enough items.");
}
else
player.sendMessage("Your level must be 78 or higher.");
}
else
html.setFile("data/html/classmaster/alreadynoble.htm");
player.sendPacket(html);
//and don't forget the imports for l2iteminstance etc..
}
18 answers to this question
Recommended Posts