Lindvior
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 6
- Joined: Mon May 25, 2009 7:54 pm
Lindvior
Hello. I need a little help, if can be provided. I want to make Lindvior a custom Raid Boss, for some events in the Gracia Area. However, my main problem is that the HP bar does not appear. Well, that can be a little inconvenience, but the main problem is that he does not attack.
If anyone can tell me how to solve this problem, I will appreciate it. And also, how to make a custom mob/raid-boss to respawn at a custom time choosen by me.
Thanks, and I wait for a solution, if that exists.
If anyone can tell me how to solve this problem, I will appreciate it. And also, how to make a custom mob/raid-boss to respawn at a custom time choosen by me.
Thanks, and I wait for a solution, if that exists.
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Lindvior
he isn't attacking because he's probably missing the animations of it...
He wasn't ment to be introduced as a grandboss yet.
you could try making a new npcId with lindvior's template, and setting it to L2FlyingMonster , and see if that works
He wasn't ment to be introduced as a grandboss yet.
you could try making a new npcId with lindvior's template, and setting it to L2FlyingMonster , and see if that works
-
- Posts: 6
- Joined: Mon May 25, 2009 7:54 pm
Re: Lindvior
did that. it flyes very good if it is in air, but does not attack, nor gives any dmg, either if he hasn't the animation for it yet.
-
- Posts: 34
- Joined: Tue Sep 08, 2009 9:15 am
Re: Lindvior
Monsters do give dmg even if they dont have any animation, look at beleth for example :p maybe not set it as flymonster but just monster with a new template.
- gigiikun
- L2j Veteran
- Posts: 637
- Joined: Wed Jan 24, 2007 10:00 am
- Location: Hungary
Re: Lindvior
FlyMonsters cant attack normally only by skills.
- regenx
- Posts: 319
- Joined: Sat Jul 17, 2010 6:55 am
Re: Lindvior
What skill / skills need for Lindvior? 

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
- regenx
- Posts: 319
- Joined: Sat Jul 17, 2010 6:55 am
Re: Lindvior
Okgigiikun wrote:FlyMonsters cant attack normally only by skills.

- ShinichiYao
- Advanced User
- Posts: 262
- Joined: Tue Jan 12, 2016 3:53 am
Re: Lindvior
I don't know if these skills can be modify
Code: Select all
<skill id="5781" levels="1" name="Presentation - Lindvior Approach">
<!-- Confirmed CT2.5 -->
<set name="hitTime" val="17000" />
<set name="magicLvl" val="85" />
<set name="operateType" val="A1" />
<set name="rideState" val="NONE" />
<set name="targetType" val="SELF" />
</skill>
<skill id="5782" levels="1" name="Presentation - Lindvior Gust">
<!-- Confirmed CT2.5 -->
<set name="hitTime" val="10000" />
<set name="magicLvl" val="85" />
<set name="operateType" val="A1" />
<set name="rideState" val="NONE" />
<set name="targetType" val="SELF" />
</skill>
<skill id="5783" levels="1" name="Presentation - Lindvior Descent">
<!-- Confirmed CT2.5 -->
<set name="hitTime" val="15000" />
<set name="magicLvl" val="85" />
<set name="operateType" val="A1" />
<set name="rideState" val="NONE" />
<set name="targetType" val="SELF" />
</skill>
<skill id="5784" levels="1" name="Presentation - Lindvior Dust">
<!-- Confirmed CT2.5 -->
<set name="hitTime" val="5000" />
<set name="magicLvl" val="85" />
<set name="operateType" val="A1" />
<set name="rideState" val="NONE" />
<set name="targetType" val="SELF" />
</skill>
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Lindvior
You don't need "Livindor" skills, you can use dragon valley boss' skills.ShinichiYao wrote: โFri Apr 28, 2017 11:07 am I don't know if these skills can be modifyCode: Select all
<skill id="5781" levels="1" name="Presentation - Lindvior Approach"> <!-- Confirmed CT2.5 --> <set name="hitTime" val="17000" /> <set name="magicLvl" val="85" /> <set name="operateType" val="A1" /> <set name="rideState" val="NONE" /> <set name="targetType" val="SELF" /> </skill> <skill id="5782" levels="1" name="Presentation - Lindvior Gust"> <!-- Confirmed CT2.5 --> <set name="hitTime" val="10000" /> <set name="magicLvl" val="85" /> <set name="operateType" val="A1" /> <set name="rideState" val="NONE" /> <set name="targetType" val="SELF" /> </skill> <skill id="5783" levels="1" name="Presentation - Lindvior Descent"> <!-- Confirmed CT2.5 --> <set name="hitTime" val="15000" /> <set name="magicLvl" val="85" /> <set name="operateType" val="A1" /> <set name="rideState" val="NONE" /> <set name="targetType" val="SELF" /> </skill> <skill id="5784" levels="1" name="Presentation - Lindvior Dust"> <!-- Confirmed CT2.5 --> <set name="hitTime" val="5000" /> <set name="magicLvl" val="85" /> <set name="operateType" val="A1" /> <set name="rideState" val="NONE" /> <set name="targetType" val="SELF" /> </skill>
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 
