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

Thread Closed 
 
Thread Rating:
  • 15 Vote(s) - 2.27 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HELP] Summon Skill
Author Message
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #11
RE: [HELP] Summon Skill

yeah, fox is right! (hey wtf? me too want DemonReputation :DDD)
about shortcut is something /useshortcut() or something like that, just use search button...
05-28-2012 14:19 PM
Find all posts by this user
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #12
RE: [HELP] Summon Skill

Uhm how? I don't understand how use /useshortcut() command Sad
05-30-2012 11:50 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #13
RE: [HELP] Summon Skill

mmh, lazy ppl:

    LUA Programming
HPWhenUseSkill = 85;   -- HP%
 
function PetSkill()
if (GetTarget():GetHpPercent() < HPWhenUseSkill) and
   (myself:IsAlikeDeath() == false)and 
   (GetTarget() ~= nil) and 
   (GetTarget():IsMonster() == true)then
   Command('/use<span class="highlight" style="padding-left: 0px; padding-right: 0px;">shortcut</span> 1 12')
   Sleep(3000);
end;
end;



try this one, it should work

edit: which skill u want use? tell me the name

Use this one:


    LUA Programming
actionid = ;
HPWhenUseSkill = 85;   -- HP%
 
   repeat
     if ((pet ~= nil) and
	 (GetTarget():GetHpPercent() < HPWhenUseSkill) and
         (myself:IsAlikeDeath() == false)and 
         (GetTarget() ~= nil) and 
         (GetTarget():IsMonster() == true))then  
 
            Action(actionid, true, true);
        Sleep(3000);
 
      end;
until false;




go to this page: http://forum.l2tower.eu/showthread.php?t...ght=action

use alt+f and write pet-skill name, copy ID and paste it to the first line f.e. "actionid = 12345;"
(This post was last modified: 05-30-2012 13:22 PM by TheBl4ckPhoenix.)
05-30-2012 12:21 PM
Find all posts by this user
 Reputed by : Funkyspank(+1)
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #14
RE: [HELP] Summon Skill

I try use use this script and don't work, then i try change Action whit Command("/Useshortcut") and don't work too T_T Action is is 1035, i put it in actionid but do nothing :|
05-30-2012 20:19 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #15
RE: [HELP] Summon Skill

it should use skill every 3 seconds when mob's hp is < 85%
05-30-2012 20:21 PM
Find all posts by this user
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #16
RE: [HELP] Summon Skill

i know, but don't work, summon does nothing, and dunno why :/
05-30-2012 20:55 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #17
RE: [HELP] Summon Skill

Yeah i tested it myself and it is not working.. I will keep to test it
05-30-2012 21:03 PM
Find all posts by this user
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #18
RE: [HELP] Summon Skill

OOk Tongue Ty for help and answer
05-31-2012 12:30 PM
Find all posts by this user
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #19
RE: [HELP] Summon Skill

up
06-03-2012 15:40 PM
Find all posts by this user
Funkyspank Offline
Goblin Grave Robber
*

Posts: 13
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.83
Post: #20
RE: [HELP] Summon Skill

up Sad
06-06-2012 11:15 AM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  l2tower using skill's bogdanel 2 3,713 11-10-2015 18:17 PM
Last Post: cvetangor
  Get skill enchant level raid1141 1 4,143 10-15-2015 14:57 PM
Last Post: raid1141
  Help to Summon Reanimated Man (Feoh Soultaker) versutia4 9 5,647 08-16-2015 17:17 PM
Last Post: TheQQmaster
  Summon buff nolanriot193 0 2,343 07-22-2015 16:15 PM
Last Post: nolanriot193
  Nuke/skill delay lordbauer 6 5,281 04-15-2015 02:44 AM
Last Post: plixplox
Smile Elemental Summoner (Merrow the Unicorn) Skill Script feoh_wizard 0 3,200 02-14-2015 09:19 AM
Last Post: feoh_wizard
  select member of party to summon bistabil 6 4,166 12-10-2014 22:49 PM
Last Post: bistabil
Big Grin dash skill(TH) aisvariukas 8 4,748 11-13-2014 18:50 PM
Last Post: aisvariukas
  Problema con IDs Skill ronycontreras 4 3,745 09-30-2014 23:18 PM
Last Post: ronycontreras
  Dark Assasin Move skill tuxevil 2 2,448 09-25-2014 03:09 AM
Last Post: soul2eat



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