Lindvior

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Legionaire
Posts: 6
Joined: Mon May 25, 2009 7:54 pm

Lindvior

Post by Legionaire »

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.
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Lindvior

Post by Probe »

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
Legionaire
Posts: 6
Joined: Mon May 25, 2009 7:54 pm

Re: Lindvior

Post by Legionaire »

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.
Danoontje
Posts: 34
Joined: Tue Sep 08, 2009 9:15 am

Re: Lindvior

Post by Danoontje »

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.
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Lindvior

Post by gigiikun »

FlyMonsters cant attack normally only by skills.
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: Lindvior

Post by regenx »

What skill / skills need for Lindvior? :?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Lindvior

Post by MELERIX »

Lindvior is not killable xD

is just a common NPC for animation.
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: Lindvior

Post by regenx »

gigiikun wrote:FlyMonsters cant attack normally only by skills.
Ok :) He said 'only by skills' I will try to add some skills from Lilith and Anakim
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Re: Lindvior

Post by ShinichiYao »

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>
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Lindvior

Post by Zoey76 »

ShinichiYao wrote: โ†‘Fri Apr 28, 2017 11:07 am 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>
You don't need "Livindor" skills, you can use dragon valley boss' skills.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply