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
Auto Activate Soulshots
Author Message
odair2 Offline
Elpy
*

Posts: 4
Joined: Nov 2014
Reputation: 0
Version: 1.4.1.128
Post: #1
Information Auto Activate Soulshots

Should make a choice in (Use Item) to enable automatic soulshots
03-04-2015 15:01 PM
Find all posts by this user Quote this message in a reply
tophersoccer Offline
Expired VIP Member
**

Posts: 422
Joined: Aug 2012
Reputation: 142
Version: 1.4.3.143
Post: #2
RE: Auto Activate Soulshots

/deletethread
03-04-2015 17:45 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #3
RE: Auto Activate Soulshots

    LUA Programming
function Shots(value)
	local items = GetInventory();
	for i in items.list do
		if string.match(i.Name, "Spiritshot") or string.match(i.Name, "Soulshot") then
			ActivateSoulShot(i.displayId,value)
		end;
	end;
end;
 
 
Shots(false);-- dissable shots
Shots(true);-- enable shots


PUSH [Image: knUu53] IF HELPED
03-04-2015 18:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Auto Augment - Services / AIO NPC. 2pho3nix 11 17,552 07-27-2020 09:37 AM
Last Post: z3renity
  script auto farm help twisterfire 5 5,244 07-10-2018 22:43 PM
Last Post: TMBlack
  Help, with "Auto" De-level script JavaFan 3 3,100 11-12-2015 17:18 PM
Last Post: JavaFan
  [HELP] Auto Saved DC ! nikevers 0 1,983 07-28-2015 00:32 AM
Last Post: nikevers
  AUTO RES ACCEPT sonsfully 17 11,299 07-15-2015 19:59 PM
Last Post: Maveco
  Auto Accept Res Not working aywka 32 16,348 07-10-2015 08:16 AM
Last Post: TheQQmaster
Information pet auto attack alexanderkalm 0 2,650 07-09-2015 06:14 AM
Last Post: alexanderkalm
  WTB Auto accept mail scripts or plugins king200527 0 2,223 07-07-2015 11:39 AM
Last Post: king200527
  Not workl: Auto Resurrection On! . erickalisetc 9 6,500 05-27-2015 07:37 AM
Last Post: rORUMI
  Help Auto Buff Or Heal For Not In Party Verheiden 3 4,201 04-27-2015 16:58 PM
Last Post: Hebdzik



User(s) browsing this thread: 1 Guest(s)