L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pick up herb
Author Message
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 642
Version: 1.4.2.133
Post: #6
RE: pick up herb

any1 can test ?

btw just for premium

    LUA Programming
SCONFIG = L2TConfig.GetConfig(); -- Getting config
 
potPickup = false; -- checking, to not spam all time settings
repeat -- repeat
	if (GetMe():GetMpPercent() < 50)  then --getting mp in percent, doing if less then 50
		if potPickup == false then
 
		SCONFIG.pickup.userPickup.pickupRange = 300; -- range
		SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_BEFORE; -- picking before
 
 
		potPickup = true; -- we enabled pickup
		end;
 
	elseif (GetMe():GetMpPercent() > 50) then -- more than 50% mp
		if potPickup then
			SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_OFFLINE; -- disabling pickup
			potPickup = false; -- to not spam disabling
 
		end;
	end;
 
until false; -- 4 ever


PUSH [Image: knUu53] IF HELPED
03-31-2014 02:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
pick up herb - bogdanel - 03-30-2014, 11:47 AM
RE: pick up herb - TheQQmaster - 03-30-2014, 14:39 PM
RE: pick up herb - CoolAsIce - 03-30-2014, 14:57 PM
RE: pick up herb - bogdanel - 03-30-2014, 15:09 PM
RE: pick up herb - knutoz - 03-30-2014, 15:20 PM
RE: pick up herb - TheQQmaster - 03-31-2014 02:48 AM
RE: pick up herb - bogdanel - 03-31-2014, 15:53 PM
RE: pick up herb - TheQQmaster - 03-31-2014, 22:24 PM
RE: pick up herb - bogdanel - 04-04-2014, 04:20 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  a weird pick up question.... soul2eat 3 3,404 01-07-2015 13:48 PM
Last Post: knutoz
  pick up still not working Cttdav 12 8,115 08-01-2014 20:18 PM
Last Post: capucine
  pick plugin/script Arabaico 3 6,718 06-24-2014 12:20 PM
Last Post: BabyGotBoobs
  Bot Wont pick up adena dfeser 1 3,508 06-12-2014 23:20 PM
Last Post: Fox
Lightbulb About pick up Bans My8os 4 4,667 12-22-2013 19:54 PM
Last Post: capucine
  official - Problem with pick up after update mardukx 11 9,205 11-28-2013 21:39 PM
Last Post: TheQQmaster
  Pick up toon Cttdav 2 2,999 10-04-2013 09:49 AM
Last Post: 13dk13
  PICK UP stamos1991 1 2,479 09-21-2013 09:52 AM
Last Post: thewizzie
  Pick up configuration warhawk 2 4,179 07-03-2013 08:35 AM
Last Post: natherlog
  Wynn summoner - how to pick up only mana herb Zigardo 2 5,520 06-05-2013 10:48 AM
Last Post: Zigardo



User(s) browsing this thread: