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

Thread Closed 
 
Thread Rating:
  • 36 Vote(s) - 2.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mage asistance after spoiler use spoil skill?
Author Message
newgeneration Offline
Ratman Chieftain
*

Posts: 23
Joined: Mar 2011
Reputation: 0
Version: 1.4.3.143
Post: #1
Mage asistance after spoiler use spoil skill?

I have 2 characters Mage and Spoiler i want to make it When spoiler spoil some mob then mage start hitting becousen ow when spoiler target some mob and start to run to him mage already kill the mob .. Can i make it mage to start asisstance after spoil ?
09-17-2011 17:30 PM
Find all posts by this user
Daczu Offline
Zaken's Royal Guard
*

Posts: 51
Joined: Aug 2011
Reputation: 3
Version: 1.4.1.118
Post: #2
RE: Mage asistance after spoiler use spoil skill?

Its possible using plugin and script Wink
09-17-2011 18:33 PM
Find all posts by this user
newgeneration Offline
Ratman Chieftain
*

Posts: 23
Joined: Mar 2011
Reputation: 0
Version: 1.4.3.143
Post: #3
RE: Mage asistance after spoiler use spoil skill?

(09-17-2011 18:33 PM)Daczu Wrote:  Its possible using plugin and script Wink

Can someone make that script ? After spoiler use Spoil then Sph start hitting ?
09-17-2011 20:43 PM
Find all posts by this user
Daczu Offline
Zaken's Royal Guard
*

Posts: 51
Joined: Aug 2011
Reputation: 3
Version: 1.4.1.118
Post: #4
RE: Mage asistance after spoiler use spoil skill?

PLUGIN:
    LUA Programming
function OnMagicSkillLaunched(user, target, skillId)
  if (skillId == SPOILID) and (user:IsMyPartyMember()) then
    Command('.scriptStart name.lua');
  end;
end;


SCRIPT name.lua:
    LUA Programming
repeat
  UseSkill(NUKEID);
until GetTarget():GetHp()>0


Save it in proper locations, fill NUKEID and SPOILID with skill ids, set on nuker assist on spoil and start spoiling. I didn't test it so there is a big possibility of small bugs. Just write here is something doesn't work.
(This post was last modified: 09-17-2011 21:56 PM by Daczu.)
09-17-2011 21:55 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  spoil rate buybuy 0 1,909 11-16-2015 15:16 PM
Last Post: buybuy
  Ertheia funcional autoattack ? (mage) Sm4sher 0 2,071 11-11-2015 08:57 AM
Last Post: Sm4sher
  l2tower using skill's bogdanel 2 3,712 11-10-2015 18:17 PM
Last Post: cvetangor
  Get skill enchant level raid1141 1 4,142 10-15-2015 14:57 PM
Last Post: raid1141
  Script Ertheia Mage no AOE Madness12 1 2,243 09-28-2015 16:02 PM
Last Post: Botter100
  Nuke/skill delay lordbauer 6 5,279 04-15-2015 02:44 AM
Last Post: plixplox
  A Problem With Mage kagkouras 4 4,335 04-06-2015 00:24 AM
Last Post: plixplox
Smile Elemental Summoner (Merrow the Unicorn) Skill Script feoh_wizard 0 3,199 02-14-2015 09:19 AM
Last Post: feoh_wizard
  pls help with mage (it attack just once every 2 secods) ninjasoman 3 3,412 12-15-2014 20:50 PM
Last Post: ninjasoman
Big Grin dash skill(TH) aisvariukas 8 4,747 11-13-2014 18:50 PM
Last Post: aisvariukas



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