Jump to content

Question

11 answers to this question

Recommended Posts

  • 0
Posted

Many thanks, as soon as I learn to add I will test <3

 

its the correct answer, you have to paralyze the character server side but without the frozen effect on the client side. In case speed is still an issue you should reduce the player's speed for that duration

  • 0
Posted

Your question makes new question...

The broadcast is fast or you can get many dropped items without 'delay' ?

  • 0
Posted (edited)

You should add a 'timer' when pick up detected..

 

L2PcInstance.java 

@@ -6892,6 +6892,18 @@
 					checkAndEquipArrows();
 			}
 		}
+
+		double speed = this.getStat().getMovementSpeedMultiplier();
+		int div = 800;
+		ThreadPoolManager.getInstance().scheduleAi(new Runnable()
+				{
+					@Override
+					public void run()
+					{
+						setIsParalyzed(false);
+					}
+				}, (int) (div/speed));
+				setIsParalyzed(true);
 		target = null;
 	}

Customize div to your value

Edited by melron
  • 0
Posted

You should add a 'timer' when pick up detected..

 

L2PcInstance.java 

@@ -6892,6 +6892,18 @@
 					checkAndEquipArrows();
 			}
 		}
+
+		double speed = this.getStat().getMovementSpeedMultiplier();
+		int div = 800;
+		ThreadPoolManager.getInstance().scheduleAi(new Runnable()
+				{
+					@Override
+					public void run()
+					{
+						setIsParalyzed(false);
+					}
+				}, (int) (div/speed));
+				setIsParalyzed(true);
 		target = null;
 	}

Customize div to your value

I love Bro, Working 100%

Guest
This topic is now closed to further replies.


  • Posts

    • There is a ready-made option and the possibility to work according to "Wishlist"
    • Contact me, Discord: xbaus
    • WTB GRACIA FINAL INTERFACE
    • Dear partners! At the moment we are in great need of the following positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password — Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password) — Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts — Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com) — Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA. — WhatsApp OLD Accounts — Twitter accounts with followers and posts (old accounts) Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options. Active links to our projects: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

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