My monsters won't cast earth skills...

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
kotkot90
Posts: 30
Joined: Sat Jun 19, 2010 2:01 pm

My monsters won't cast earth skills...

Post by kotkot90 »

L2J Revision 4410:

I added a monster with id 60001,

Code: Select all

 npc table: 60001   35416   Doom Knight 1   myMon 1 LineageMonster.death_blader 15  45  85  male    L2Monster   40  28000   1319    11  2   40  43  30  21  20  10  490 0   3000    469 779 381 400 150 333 1472    0   0   0   110 500 1   0   LAST_HIT    false npcaidata table: 60001   15                          100 0   0   0           0               fighter npcskills table: 60001   4073    660001   4101    660001   4415    3  
I can spawn the monster normally but it won't cast the stun skill and other skills I have added. However if I add magic skills, it cast normally. Where is the problem? :? :? :?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: My monsters won't cast earth skills...

Post by jurchiks »

maybe AI?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
kotkot90
Posts: 30
Joined: Sat Jun 19, 2010 2:01 pm

Re: My monsters won't cast earth skills...

Post by kotkot90 »

jurchiks wrote:maybe AI?
Only my custom monsters do that things. The monsters that are already in, work normally.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: My monsters won't cast earth skills...

Post by jurchiks »

custom_npcAIData??
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: My monsters won't cast earth skills...

Post by babyjason »

not all npc s have animations for all skills. allthough u wont see it cast, it doesent mean it doesent cast it.
User avatar
kotkot90
Posts: 30
Joined: Sat Jun 19, 2010 2:01 pm

Re: My monsters won't cast earth skills...

Post by kotkot90 »

babyjason wrote:not all npc s have animations for all skills. allthough u wont see it cast, it doesent mean it doesent cast it.
yes you're right, it casts. But why the animation doesn't show? I use doom knight's template and the doom knight has all the animations. I put the same skills. Maybe because I've changed some stuff like attack speed or something?

EDIT: I found it!!! There are 2 doom knight templates pffffffff. 20674 and 35416 . I used the 2nd one which seems that has no animations, grrrrrr.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: My monsters won't cast earth skills...

Post by babyjason »

kotkot90 wrote:
babyjason wrote:not all npc s have animations for all skills. allthough u wont see it cast, it doesent mean it doesent cast it.
yes you're right, it casts. But why the animation doesn't show? I use doom knight's template and the doom knight has all the animations. I put the same skills. Maybe because I've changed some stuff like attack speed or something?

EDIT: I found it!!! There are 2 doom knight templates pffffffff. 20674 and 35416 . I used the 2nd one which seems that has no animations, grrrrrr.
because simply put u cant animate all the 100 000 monsters in game to have their own animation for all the probably 3,4 k skills, u only see the skills effect if it has animation the skill.

that s why is necessery to put correct skills to correct monsters...
Post Reply