Baium has no brain in my server

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Baium has no brain in my server

Post by jurchiks »

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.
User avatar
ZaKaX
Posts: 357
Joined: Thu Nov 22, 2007 6:28 am
Location: Somewhere in Asia.

Re: Baium has no brain in my server

Post by ZaKaX »

Holy horse :lol:
¿ Que dice los cojones de la nina ?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Baium has no brain in my server

Post by LasTravel »

repxl enable the AI and delete the quest/item check lines..
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Baium has no brain in my server

Post by JIV »

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);
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Baium has no brain in my server

Post by _DS_ »

btw, we need to unhardcode it :lol:
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
repxl
Posts: 207
Joined: Wed May 20, 2009 8:29 pm

Re: Baium has no brain in my server

Post by repxl »

JIV 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);
ye this solved my problem i added it just as a comment
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
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Baium has no brain in my server

Post by ThePhoenixBird »

repxl wrote: not like other unneeded POSTS !!!!!!!!!!!!!!!!!!
Not like their replies were wrong either, you were asking for AI when you disabled it.

Explain yourself a bit more next time, like you only needed the mob with AI and not with Quests. :roll:
babun
Posts: 19
Joined: Sat Nov 06, 2010 1:03 pm

Re: Baium has no brain in my server

Post by babun »

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.
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: Baium has no brain in my server

Post by Flashy »

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