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
Where is FactionID ?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Where is FactionID ?
it is now in the table npcAIData.sql
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Where is FactionID ?
ok thanksProbe wrote:it is now in the table npcAIData.sql

btw what must i do for aggresive monster ?
what must i change to npcAIData
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Where is FactionID ?
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
you must set the 'aggro' to a value above 0, which determins the range in which it aggroes
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Where is FactionID ?
NPC AIDataProbe 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
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');
but not aggro at all
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Where is FactionID ?
you rebooted?
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Where is FactionID ?
sureProbe wrote:you rebooted?
im reboot my server

do u have example NPC with very aggro setting
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Where is FactionID ?
Epilogue don't support aggro monster ?
im spawn aggrsive monster
but not aggresive at all
im try with normal char and gm char
im spawn aggrsive monster
but not aggresive at all
im try with normal char and gm char
- Gnacik
- L2j Veteran
- Posts: 925
- Joined: Tue Dec 16, 2008 3:49 pm
- Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
- Contact:
Re: Where is FactionID ?
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.
if you want to make mob social agro with other mob set faction and faction range in npcaidata.