Jump to content
  • 0

Question

Posted

i have 3 problems : 1)i have for example 12 life stones(stackable) and when i am going to augment life stones disappeared and  used only 1 to augment others are gone 2)Book of giants when i am going to enchant skill npc doesnt use the book however enchant the skill without the  book 3)And i have a problem with my custom tattoo i can see it on my inventory and i can see it on shop only in black form and i have passed them right to armorgpr and on itemname 

7 answers to this question

Recommended Posts

  • 0
Posted

1 & 2, if you are using frozen you need small core change as well http://www.maxcheaters.com/topic/201050-lsbogsscrolls-stackable-l2jfrozen-fully-working/

 

Normal in inventory and black on multisell? What's the ID? If I remember well, that's caused by too high ID.

  • 0
Posted

1 & 2, if you are using frozen you need small core change as well http://www.maxcheaters.com/topic/201050-lsbogsscrolls-stackable-l2jfrozen-fully-working/

 

Normal in inventory and black on multisell? What's the ID? If I remember well, that's caused by too high ID.

ok tattoo problem solved but nothing with ls and bogs

  • 0
Posted

Make them unstackable and check if the problem still exists,if not check again your code,if still exists i dunno what u have done there xD

  • 0
Posted
final int spbId = 6622;
 
final L2ItemInstance spb = player.getInventory().getItemByItemId(spbId);
 
if (spb == null)// Haven't spellbook
{
player.sendPacket(new SystemMessage(SystemMessageId.YOU_DONT_HAVE_ALL_OF_THE_ITEMS_NEEDED_TO_ENCHANT_THAT_SKILL));
return;
}
                    // ok
if (Config.BOG_STACKABLE)
player.destroyItem("Consume", spbId, 1, trainer, true);
else
player.destroyItem("Consume", spb, trainer, true);
                               }
                       }
                       else
                    
{
final SystemMessage sm = new SystemMessage(SystemMessageId.YOU_DONT_HAVE_ENOUGH_EXP_TO_ENCHANT_THAT_SKILL);
player.sendPacket(sm);
return;
}




Something here is wrong i cant figure out

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

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.

I've Disabled AdBlock