Page 1 of 1

No GrandBoss auto spawn.

Posted: Wed Aug 10, 2016 8:34 pm
by zilbe333
Hello,
I've got isseu - no GrandBoss auto spawn.
All/any boss can be spawned manualy, all npc's are fine, there.
But the GrandBoss, for instance Queen Ant, core, orfen etc. are empty. I can't find what, and WHERE who handles them.
I'm trying to read and understand Eclpipse part.
Database has the data of all boses.
GrandbossManager.java has a comend
" * NOTE: The current version does NOT spawn the Grand Bosses,
* it just stores and retrieves the values on reboot/startup,
* for AI scripts to utilize as needed."

Re: No GrandBoss auto spawn.

Posted: Wed Aug 10, 2016 9:42 pm
by Sacrifice
Current and actual version is non-runnable.

Re: No GrandBoss auto spawn.

Posted: Thu Aug 11, 2016 8:28 pm
by zilbe333
I want to understand how auto spawn works, what/ who triggers it..
I have all bosses in the grandboss_data table, their coordinates. my ai/individual folder has 3 bosses baium.py, antharas.py, core.py
baium and antharas ir there, CORE isnt, why so? Them 3 all are in scripts.cfg, still Core isn't in its location spawned.
Queen Ant, Core, Orfen, Zaken etc. are missing, no spawns...

Re: No GrandBoss auto spawn.

Posted: Thu Aug 11, 2016 8:40 pm
by Sacrifice
Bosses that you cant see or can see on database are spawned and/or controlled from java AI's. Each one by his java. Thats due to in java you have more control over functionality of raidboss or grandboss.

You can find all control javas doing a search on eclipse with the id of raid boss.

For instance... :+1:

Re: No GrandBoss auto spawn.

Posted: Fri Aug 12, 2016 6:36 pm
by zilbe333
Are they supposed to be .java files for each boss on ct 1.5 hellbound too? I've seen later chronicle versions, AI/induviduals foldert has every bosses .java file! and so is mentioned in scripts.cfg as bossName.java..
I'm not sure where they supossed to be in eclipse, as I am missing them out, but the Baium file is in .py, mentioned in scripts.cfg as
ai/individual/baium.py, and is working fine, Core has the same pattern but is missing. I've got Antharas .py file and Antharas is in his liar, those two bosses that has .py files are the only ones, that are in their places, except Core. All the others I dont have no java no py files at all.
I tried to implement other chronicles files for ct 1.5 hellbound, but unsuccessfuly.
p.s.
x/y/z all mathcesh fine with py, I tried today play around Core py, but without success..