Baium has no brain in my server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Baium has no brain in my server
how about you edit the baium's teleporter checks so it fits your needs? Only idiots would disable the ai, without it they're just like normal mobs but with high stats.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- ZaKaX
- Posts: 357
- Joined: Thu Nov 22, 2007 6:28 am
- Location: Somewhere in Asia.
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: Baium has no brain in my server
repxl enable the AI and delete the quest/item check lines..
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Baium has no brain in my server
com.l2jserver.gameserver.model.actor.instance.L2GrandBossInstance.onSpawn()
Code: Select all
if (getNpcId() == 29020 || getNpcId() == 29028) // baium and valakas are all the time in passive mode, theirs attack AI handled in AI scripts super.disableCoreAI(true);
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Baium has no brain in my server
btw, we need to unhardcode it 

Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 207
- Joined: Wed May 20, 2009 8:29 pm
Re: Baium has no brain in my server
ye this solved my problem i added it just as a commentJIV wrote:com.l2jserver.gameserver.model.actor.instance.L2GrandBossInstance.onSpawn()
Code: Select all
if (getNpcId() == 29020 || getNpcId() == 29028) // baium and valakas are all the time in passive mode, theirs attack AI handled in AI scripts super.disableCoreAI(true);
JIV = FTW

not like other unneeded POSTS !!!!!!!!!!!!!!!!!!
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
- ThePhoenixBird
- L2j Inner Circle
- Posts: 1857
- Joined: Fri May 27, 2005 5:11 pm
Re: Baium has no brain in my server
Not like their replies were wrong either, you were asking for AI when you disabled it.repxl wrote: not like other unneeded POSTS !!!!!!!!!!!!!!!!!!
Explain yourself a bit more next time, like you only needed the mob with AI and not with Quests.

-
- Posts: 19
- Joined: Sat Nov 06, 2010 1:03 pm
Re: Baium has no brain in my server
I have a familiar problem but not with Baium with monors of Baium just stay and do not do anything. I use Server: Revision 4425 and DP: Revision 7669.
If someone have familiar problems and solution tell me pls.
If someone have familiar problems and solution tell me pls.
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: Baium has no brain in my server
no problem with clean install, but with clean install of 4425 and 7669 a other problem.
If Baium was attacked and not killed, because of party wipe or something, when you try it a second time, sometimes you got 2 Baiums spawned.. but only for a few min. and the the second baium disapear.
I try to fix that, but I can't find a error or mistake in the script... hmm strange...
in Epilouge it was the same, but I wait until freya, mabe the little bug gone, but it isnt..
If Baium was attacked and not killed, because of party wipe or something, when you try it a second time, sometimes you got 2 Baiums spawned.. but only for a few min. and the the second baium disapear.
I try to fix that, but I can't find a error or mistake in the script... hmm strange...
in Epilouge it was the same, but I wait until freya, mabe the little bug gone, but it isnt..