Jump to content
  • 0

My new monsters don't want to move his ass


Question

Posted

How the tittle says if i create new monsters in custom_npc.sql when i spawn them in game, they don't want to move from spawn spot... what can i do? I think the problem isn't from database, the problem is from my source right no?

If yes where i find the problem...or i don't know give me some advices

6 answers to this question

Recommended Posts

  • 0
Posted

You probably missed to create the AI on the dedicated table, which stores the value of canMove, and is 0 by default.

 

That's the problem when you use splitted SQL data on different tables (skills, ai, templates, minions, teachTo possibilities)... And I saw that error really often.

  • 0
Posted

My easy fix is just remove from custom_npc and add in npc table.

And they will move without any problem.

 

custom_npc table are mostly used for NPC's and not minions.

 

  • 0
Posted

custom_npc table are mostly used for NPC's and not minions.

When 'npc' table is named 'npc' but is for both NPCs and minions. Sounds logical (it could be a SweeTs answer, btw :troll:)

 

What's the reason of such table if you can only add half of your customs on it ?

  • 0
Posted

When 'npc' table is named 'npc' but is for both NPCs and minions. Sounds logical (it could be a SweeTs answer, btw :troll:)

 

What's the reason of such table if you can only add half of your customs on it ?

 

Well i didn't understand above (maybe its just me).

 

My expiriance is talking i had same errors before and when i just add custom mob in 'npc' table everything goes well...

  • 0
Posted

Well i didn't understand above (maybe its just me).

 

My expiriance is talking i had same errors before and when i just add custom mob in 'npc' table everything goes well...

i tried already to add in 'npc' and is the same shit:D

You probably missed to create the AI on the dedicated table, which stores the value of canMove, and is 0 by default.

 

That's the problem when you use splitted SQL data on different tables (skills, ai, templates, minions, teachTo possibilities)... And I saw that error really often.

thanks for the answers i should config them and in custom_npcaidata

can be locked!

Guest
This topic is now closed to further replies.


×
×
  • Create New...