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
Pet Skills
Author Message
lilscout Offline
Expired VIP Member
**

Posts: 3
Joined: Sep 2013
Reputation: 0
Version: 1.4.2.133
Post: #1
Pet Skills

What is the best way to use a wynns pet skills with tower?
03-28-2015 19:49 PM
Find all posts by this user Quote this message in a reply
fender Offline
Goblin Grave Robber
*

Posts: 19
Joined: Mar 2015
Reputation: 10
Version: 1.4.1.128
Post: #2
RE: Pet Skills

(03-28-2015 19:49 PM)lilscout Wrote:  What is the best way to use a wynns pet skills with tower?
Code:
Command('/useshortcut 1 1')
or
Code:
Action(ID, false, false)
ID's here: link
(This post was last modified: 03-28-2015 21:25 PM by fender.)
03-28-2015 20:18 PM
Find all posts by this user Quote this message in a reply
plixplox Offline
Expired VIP Member
**

Posts: 304
Joined: Nov 2013
Reputation: 23
Version: 1.4.2.138
Post: #3
RE: Pet Skills

Summoner-AIO works nicely too.. <-Search Script
03-28-2015 21:18 PM
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #4
RE: Pet Skills

(03-28-2015 19:49 PM)lilscout Wrote:  What is the best way to use a wynns pet skills with tower?

Herre is a simple script i sometimes use... Put pet skill in bar 1, position 6... or modify the script with your skill position...

U can "uncomment" the 2 lines that uses shortcut 1 10 if u want to use a 2nd skill...

+2 rep me if it helped you...!

    LUA Programming
ShowToClient("Skill Pet","PhantomPower ON");
repeat
	if(GetTarget() ~= nil and GetTarget():IsAlikeDeath() == false) then
 Command("/useshortcut 1 6"); --shortcut with macro.
 Sleep(300)
 --Command("/useshortcut 1 10"); --shortcut with macro.
 --Sleep(300)
	end;
	Sleep(1000)
until false;

03-29-2015 18:07 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Interlude skills help evapore 2 2,586 08-02-2015 02:41 AM
Last Post: Fox
  about skills drake182 0 1,977 05-27-2015 23:12 PM
Last Post: drake182
  TOGGLE SKILLS aut0matic 3 3,854 05-15-2015 21:21 PM
Last Post: TheQQmaster
  [BUG] Ertheia Skills veinha 3 3,622 04-11-2015 12:12 PM
Last Post: plixplox
  Open Window Skills Table benbt91 8 4,889 03-22-2015 08:13 AM
Last Post: benbt91
  percentage skills reus xanoch666 3 3,185 11-05-2014 16:08 PM
Last Post: Vinter
Information Load or save Skills Setup !! JuZioo 1 2,228 11-01-2014 11:58 AM
Last Post: plixplox
  It recognises chr's item-hp-skills etc but doesn't work d3adlock 0 1,922 09-30-2014 17:11 PM
Last Post: d3adlock
  Bot stops useing skills eXez 4 3,191 02-27-2014 09:36 AM
Last Post: eXez
  auto learning skills Skyshadow_Meadow 5 4,728 01-09-2014 08:17 AM
Last Post: volakas



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