Lineage 2 Tower Forum

Full Version: Summoner Servitor Skills...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys,

I'm trying to get two things working for Summoner Skills but I can't figure either out...

The first is making Wynn Souless' cast "Phantom Power"...
skills.txt Wrote:11346 Phantom Power

I've tried both of the following but they never cast :/
    LUA Programming
Action(11340, false, false);
-- And...
UseSkill(11340);



I'm also trying to get it to switch the "Common Course" from "Passive" to "Defend" however I can't find the skill ID/action ID anywhere.

Thanks
Use Action() and the correct action ID from this list

http://forum.l2tower.eu/thread-action-li...8#pid38738
you can also do pet skills if you put it the skill icon on the shortcut bar and use Command("shortcut bar location") to cast
(11-12-2014 17:13 PM)Tuxevil Wrote: [ -> ]Use Action() and the correct action ID from this list

http://forum.l2tower.eu/thread-action-li...8#pid38738

Ahh thanks for the list, I feel bad that I searched and couldn't find that :/

(11-12-2014 17:34 PM)tophersoccer Wrote: [ -> ]you can also do pet skills if you put it the skill icon on the shortcut bar and use Command("shortcut bar location") to cast

That's the method I was using as a temporary method Tongue

(11-12-2014 17:13 PM)Tuxevil Wrote: [ -> ]Use Action() and the correct action ID from this list

http://forum.l2tower.eu/thread-action-li...8#pid38738

Hmm, I can't get Defend to work at all using action/useskill or useskillraw

Only way I can use Defend is by Command("/useservitorskills Defend");
Reference URL's