Page 1 of 1
Where is FactionID ?
Posted: Fri Feb 26, 2010 11:26 am
by rigid
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
i dont see FactionID in NPC SQL Epilogue
how to setup Monster for Aggresive if dont have FactionID like Gracia Final
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:28 am
by Probe
it is now in the table npcAIData.sql
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:30 am
by rigid
Probe wrote:it is now in the table npcAIData.sql
ok thanks

btw what must i do for aggresive monster ?
what must i change to npcAIData
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:33 am
by Probe
that part is still in npc.sql
you must set the 'aggro' to a value above 0, which determins the range in which it aggroes
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:36 am
by rigid
Probe wrote:that part is still in npc.sql
you must set the 'aggro' to a value above 0, which determins the range in which it aggroes
NPC AIData
Code: Select all
INSERT INTO `npcaidata` (`npc_id`, `skill_chance`, `primary_attack`, `canMove`, `minrangeskill`, `minrangechance`, `maxrangeskill`, `maxrangechance`, `soulshot`, `spiritshot`, `spschance`, `sschance`, `ischaos`, `clan`, `clan_range`, `enemyRange`, `enemyClan`, `dodge`, `ai_type`) VALUES(22127, 15, NULL, 1, 100, 80, 800, 100, 0, 0, 0, 0, NULL, 'monastery_clan', 400, 400, NULL, NULL, 'mage');
Aggro in NPC sql = 99999
but not aggro at all
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:45 am
by Probe
you rebooted?
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:48 am
by rigid
Probe wrote:you rebooted?
sure
im reboot my server
do u have example NPC with very aggro setting
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 11:56 am
by rigid
Epilogue don't support aggro monster ?
im spawn aggrsive monster
but not aggresive at all
im try with normal char and gm char
Re: Where is FactionID ?
Posted: Fri Feb 26, 2010 7:06 pm
by Gnacik
if you want to make mob aggro set 'aggro'=600 for example. in npc table. its aggro range.
if you want to make mob social agro with other mob set faction and faction range in npcaidata.