Jump to content
  • 0

Small Npe And Something Else


Question

Posted

else if (parameters.contains("Cov"))
{
  if(player.getInventory().getItemByItemId(11010).getCount()>= 3)
  {
player.getInventory().destroyItemByItemId("Consume",11010, 3, player, null);
player.sendMessage("SYS: 3 of your Vote Tickets have been consumed.");
player.broadcastPacket(new InventoryUpdate());
MagicSkillUser mgc = new MagicSkillUser(player, player, 1363, 1, 1, 1);
SkillTable.getInstance().getInfo(1363, 1).getEffects(player,player);
player.broadcastPacket(mgc);
player.sendMessage("Your strength is improved due to Chant of Victory effects!"); 
   }
else
{ 
player.sendMessage("You don't have enough vote tickets.");
return;
}
 
}
 
java.lang.NullPointerException
at com.l2jfrozen.gameserver.powerpak.Buffer.BuffHandler.handleCommand(BuffHandler.java:338)
at com.l2jfrozen.gameserver.handler.custom.CustomBypassHandler.handleBypass(CustomBypassHandler.java:101)
at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:315)
at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:77)
at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1213)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

i made this .. the item does not get destroyed visually.. it gets destroyed but visually i see the same number .. it needs char restart to show correctly..and i get also this NPE when i dont have the items to use the buff

 

 

Recommended Posts

  • 0
Posted (edited)

working perfect 

                else if (parameters.contains("cov"))
                {			
                    if (player.destroyItemByItemId("Buff", 11010, 3, player, true))
			{
				player.getInventory().destroyItemByItemId("Consume",11010, 3, player, null);
				player.sendMessage("SYS: 3 of your Vote Tickets have been consumed.");
				player.broadcastPacket(new InventoryUpdate());
				MagicSkillUse mgc = new MagicSkillUse(player, player, 1363, 1, 1, 1);
				SkillTable.getInstance().getInfo(1363, 1).getEffects(player,player);
				player.broadcastPacket(mgc);
				player.sendMessage("Your strength is improved due to Chant of Victory effects!"); 
			}

			else
			{ 
			player.sendMessage("You don't have enough vote tickets.");
                        return;
			}
                }
Edited by ⏇Melron⏇℠Abs
  • 0
Posted (edited)


if (player.destroyItemByItemId("Buff", id, count, player, true))

{

SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player);

player.broadcastPacket(new MagicSkillUse(this, player, buffid, 1, 0, 0));

Addk your msg to else and ready

Edited by Reborn12
  • 0
Posted
 if (player.destroyItemByItemId("Buff", id, count, player, true))
   {
    SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player);
    player.broadcastPacket(new MagicSkillUse(this, player, buffid, 1, 0, 0));
Addk your msg to else and ready

 

next? :P haha was not that for sure

  • 0
Posted

 

working perfect 

                else if (parameters.contains("cov"))
                {			
                    if (player.destroyItemByItemId("Buff", 11010, 3, player, true))
			{
				player.getInventory().destroyItemByItemId("Consume",11010, 3, player, null);
				player.sendMessage("SYS: 3 of your Vote Tickets have been consumed.");
				player.broadcastPacket(new InventoryUpdate());
				MagicSkillUse mgc = new MagicSkillUse(player, player, 1363, 1, 1, 1);
				SkillTable.getInstance().getInfo(1363, 1).getEffects(player,player);
				player.broadcastPacket(mgc);
				player.sendMessage("Your strength is improved due to Chant of Victory effects!"); 
			}

			else
			{ 
			player.sendMessage("You don't have enough vote tickets.");
                        return;
			}
                }

your item visually destroyed? cause mine doesnt it gets destroyed but visually not.. and when i dont have the items i get the npe

  • 0
Posted

You only check for the item count while item doesn't exist - npe. Also lol at this inventory update packet. *Missing facepalm emoticone*  :gusta:

 

Simply..

 

 

if (!player.destroyItem(...
   return;
 
give buff crap
  • 0
Posted

 

You only check for the item count while item doesn't exist - npe. Also lol at this inventory update packet. *Missing facepalm emoticone*  :gusta:

 

Simply..

if (!player.destroyItem(...
   return;
 
give buff crap

as he said he dont get the visually of the destroyed item and i guess thats why one more update added... 

about ur code ... cmon one code can be coded with 1k ways ... 

  • 0
Posted

 

You only check for the item count while item doesn't exist - npe. Also lol at this inventory update packet. *Missing facepalm emoticone*  :gusta:

 

Simply..

if (!player.destroyItem(...
   return;
 
give buff crap

visually bug , thought it was for test porpuse xD 

Guest
This topic is now closed to further replies.


  • Posts

    • Hi I would like to buy your panel, please reach me out from discord: doncarlo thanks in advance 🙂
    • Hi,   I am looking for experienced L2J developer who can handle Java work – systems, shops, buffer, custom features and client-side edits. Paid work. If you are interested, contact me: Discord: doncarlo
    • Hi all, I am looking for very experienced L2J developer to join and help with my Lineage 2 Interlude project (server launching soon). What I need: Build and manage shop system (manager shops) Buffer service, GM shop, custom services Good understanding of server-side (L2J) and also client-side edits Clean, stable and professional work (no random fixes) Important: Must have real experience with L2J / Interlude Must understand how to properly structure systems, not just copy-paste This is paid work, I respect your time and effort. If you are serious and experienced, contact me on Discord: doncarlo Thanks.    
    • Hey, I went through your NimeraCP and honestly, it looks really solid. Instantly bought for my server! Compared to most L2 panels, this is on a completely different level — the UI is clean, modern, and doesn’t feel like some 15-year-old system. I really like how everything is in one place — shop, referrals, rewards, roll & lucky wheel. The automation and real-time features (If you ask Splicho nicely, hahaha) are a big win too, since most panels are missing that. Overall though, great job. It feels like a next-gen panel, not just another copy. Definitely has the potential to be one of the top solutions in the L2 scene.
    • Helloo i was wonder if in interlude there is a way to increase font ui size ?  becouse sometimes when i put the game in full screen all the bars buff inventory etc are very  small  and i dont see very good .. , some one know if i can edit something in system?
  • Topics

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