Jump to content

Recommended Posts

Posted

DISCLAIMER: I know this code is not complete ,  but it's something to begin with for those who want to create this specific event (if they find it useful) saving them some time. It ain't much but it's free.


LuckyBoxNPC.java

LuckyChests.java

NPC XML

 

 

Video

Posted
2 hours ago, LordPanic said:

DISCLAIMER: I know this code is not complete ,  but it's something to begin with for those who want to create this specific event (if they find it useful) saving them some time. It ain't much but it's free.


LuckyBoxNPC.java

LuckyChests.java

NPC XML

 

 

Video

 

Ok let's start.

 

1. You're doing an iteration over 

private final List<Npc> _boxList = new ArrayList<>();	

which mean ArrayList<> is not the proper type. Use CopyOnWriteArrayList for thread safety reasons.

 

2. This is completely useless, also you're doing double "setTarget"

if(this.isDead()) 
{
		player.setTarget(player);
		player.setTarget(null);
		return;
}

 (Also this is needless)

 

3. Why initialize a variable using 0 and then add the value again? Why no do it directly?

int chanceToDie = 0;			
chanceToDie = Rnd.get(100);

 

4. Why this check exists in both then and else case?

LuckyChests.getInstance().removeluckyBox(this.getObjectId());

 

Posted
1 hour ago, Kara said:

 

Ok let's start.

 

1. You're doing an iteration over 

private final List<Npc> _boxList = new ArrayList<>();	

which mean ArrayList<> is not the proper type. Use CopyOnWriteArrayList for thread safety reasons.

 

lmao why use this CopyOnWriteTrash when his code doesn't seem to have concurrency issues?

ArrayList is the way to go for casual codes like this his list rarely ever gets populated

Posted
6 hours ago, xdem said:

lmao why use this CopyOnWriteTrash when his code doesn't seem to have concurrency issues?

ArrayList is the way to go for casual codes like this his list rarely ever gets populated

Didnt you read? Its not completed. Image write this code and remove element while is reading

Posted

Thanks for sharing. If you wrote this code, could you explain your thought about this line?

doCast(SkillTable.getInstance().getInfo(4143, Math.min(10, Math.round(4143 / 10))));

 

i mean the 2nd parameter of getInfo method. There isn't any dynamic data there and it will always return 10 as level. Whats its purpose?

Posted (edited)
9 hours ago, Kara said:

 

Ok let's start.

 

1. You're doing an iteration over 

private final List<Npc> _boxList = new ArrayList<>();	

which mean ArrayList<> is not the proper type. Use CopyOnWriteArrayList for thread safety reasons.

 

Nope it's fine this is the reason why i use Iterator to begin with. For example this one will lead to CME

public void removeluckyBox(int boxid) {
		for(Npc mob : _boxList) {
			if(mob.getObjectId() == boxid) {							
				_boxList.remove(mob);
				Broadcast.announceToOnlinePlayers("[Lucky Chest]: ["+_boxList.size()+"] left.", true);				
			}			
			//TODO if(_boxList.isEmpty()){ teleport players back and end the event }
		}		
	}

 

Compared to:

public void removeluckyBox(int boxid) {
		for(Iterator<Npc> iterator = _boxList.iterator(); iterator.hasNext();) {
			Npc mob = iterator.next();
			if(mob.getObjectId() == boxid) {							
				iterator.remove();
				Broadcast.announceToOnlinePlayers("[Lucky Chest]: ["+_boxList.size()+"] left.", true);				
			}			
			//TODO if(_boxList.isEmpty()){ teleport players back and end the event }
		}		
	}

 

9 hours ago, Kara said:

 

2. This is completely useless, also you're doing double "setTarget"

if(this.isDead()) 
{
		player.setTarget(player);
		player.setTarget(null);
		return;
}

 

True i guess there is a more effective way to just ignore completely players who target the dead box's. This is the best i could figure out at that time. Im sure there is a packet requestcancelmytarget or whatever to do it the "right" way.

 

9 hours ago, Kara said:

 

 

3. Why initialize a variable using 0 and then add the value again? Why no do it directly?

int chanceToDie = 0;			
chanceToDie = Rnd.get(100);

 

Obviously i could Rnd.get(100) < 50 w.o variables to begin with. I dont even know why i didnt change it.
 

 

9 hours ago, Kara said:

4. Why this check exists in both then and else case?

LuckyChests.getInstance().removeluckyBox(this.getObjectId());

 

True i dont know why i ignored this one.

  

22 minutes ago, melron said:

Thanks for sharing. If you wrote this code, could you explain your thought about this line?

doCast(SkillTable.getInstance().getInfo(4143, Math.min(10, Math.round(4143 / 10))));

 

i mean the 2nd parameter of getInfo method. There isn't any dynamic data there and it will always return 10 as level. Whats its purpose?

I did change it on source forgot to change it to pastebin aswell and yes u are right , just put the 10 which is the lvl of the skill

 

Thanks for  pointing out the mistakes , i will fix them.

Edited by LordPanic

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


  • Posts

    • That’s just part of buying and selling; if your service didn't appeal to me at the time, there's no reason for me to force myself to buy it. After all, I regularly buy other interfaces and clients from other users mostly Russians using USDT. But *I'm* the child here, even though *you're* the incredibly arrogant one.   The payment method or the amounts were never the problem you were. But life goes on; you’d rather stay caught up in your delusions, thinking you’re the protagonist of some anime. Princess Alice 😂   I have all the interfaces for the 474/506/509/520/542/563/557. and olds too.  Some were created by me, including the ARENA P140 interface, which will soon be released for free. This includes everything you make available. It will no longer be a monopoly held by just a few people.   Including your clients with system. like  
    • NEW: Ryzen 9 9950X VPS now Available! Our most Powerful VPS plans now available with dedicated Zen 5 cores clocked up to 5.7 GHz, DDR5 ECC, blazing NVMe Gen4 storage (~7 GB/s), 10 Gbit/s uplink with up to 50 TB traffic, and premium Anti-DDoS included on every plan. No KYC, crypto payments accepted, deployed in minutes. ⭐ RYZEN 9 9950X VPS: [ 9.99 ] 2vCore | 6GB DDR5 | 30GB NVMe - DEPLOY [ 19.99 ] 4vCore | 12GB DDR5 | 50GB NVMe - DEPLOY [ 39.99 ] 8vCore | 24GB DDR5 | 80GB NVMe - DEPLOY [ 69.99 ] 12vCore | 48GB DDR5 | 120GB NVMe - DEPLOY - 10 Gbit/s Port included in ALL Plans - Premium Anti-DDoS included in ALL Plans - No-KYC signup, crypto payments accepted ✅ Ryzen 9 9950X VPS ( vpslab.cloud )
    • I thiunk RU Federation having issues now with paypal?
    • 👑 [FOR SALE] Lineage 2 Premium UCP – Modern Web Panel with Progression & Reward Systems. Looking for the ultimate edge to make your server boom and boost revenue? Introducing the L2 Premium UCP—the most comprehensive and modern User Control Panel on the market. Developed with a total focus on player experience (UX) and administrative automation. Say goodbye to outdated, buggy panels. Give your server the look and feel of an official game!  
  • 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..