Where is FactionID ?

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
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Where is FactionID ?

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

Re: Where is FactionID ?

Post by Probe »

it is now in the table npcAIData.sql
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Where is FactionID ?

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

Re: Where is FactionID ?

Post 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
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Where is FactionID ?

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

Re: Where is FactionID ?

Post by Probe »

you rebooted?
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Where is FactionID ?

Post by rigid »

Probe wrote:you rebooted?
sure
im reboot my server :)

do u have example NPC with very aggro setting
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Where is FactionID ?

Post 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
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Where is FactionID ?

Post 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.
Post Reply