andrei23 Posted August 23, 2013 Posted August 23, 2013 Hi,i want to ask if someone can help me with some AIs for Grand Raidbosses I want to be able to enter in the raid zone,hit them,kill them etc..like the usual monsters with no quests. Quote
0 andrei23 Posted August 23, 2013 Author Posted August 23, 2013 Yea but i got a npc:raid boss status,if i change them to l2monster,it will work?.. Quote
0 Tryskell Posted August 23, 2013 Posted August 23, 2013 Rework scripts in order to drop L2BossZone support (notably checks isInBossZone(), and allowEntry stuff). Nothing more to do, if you think about another thing, it will go to exploit (those zones got an antisummon included, for example, so dropping zones themselves isn't a solution) to fully bugged bosses (xdem's answer + I must add inside the script, addSpawn can cast under L2GrandBoss). Quote
0 andrei23 Posted August 23, 2013 Author Posted August 23, 2013 K so i just delete the line from Ai's ? "import com.l2jserver.gameserver.model.zone.type.L2BossZone;"? Sorry because im so dumb but im not so good at java thats why i want to be sure.. I just want to fix them for a custom server.with no quests I dont know why but when i hit valakas,it tp me to town.. Quote
0 Tryskell Posted August 23, 2013 Posted August 23, 2013 Those checks are mostly done on GrandBossTeleporters. Some boss scripts can also have their own teleporter, but that doesn't change the idea behind the fact checks are made on boss teleporter (Angelic Vortex, etc). About what you have to do, check first GrandBossManager, and the use of _zones. Then check methods using that list. Then make changes following what you want to do, according methods you will find. I notably talked about isInBossZone(), but there are others checks. Follow them all, track them down, and think a little. Quote
0 ^Wyatt Posted August 23, 2013 Posted August 23, 2013 Those checks are mostly done on GrandBossTeleporters. Some boss scripts can also have their own teleporter, but that doesn't change the idea behind the fact checks are made on boss teleporter (Angelic Vortex, etc). About what you have to do, check first GrandBossManager, and the use of _zones. Then check methods using that list. Then make changes following what you want to do, according methods you will find. I guess it's kinda out of range for him Sorry because im so dumb but im not so good at java thats why i want to be sure.. If you're not so skilled in java and you want to do it for a "custom pvp server" I suggest you to just get the stats of the bosses from the 'npc' table of the database and create a duplicated 'custom_npc' for each grandboss, with the same stats, different id and same template_id, and then spawn it in custom zones and set the type to L2RaidBoss... Quote
0 Tryskell Posted August 23, 2013 Posted August 23, 2013 As I said and until he uses new teleporters, the main checks are made during teleport. Raidbosses themselves got almost no checks at all (only antharas so far, from memory ?). If you use a custom teleporter which gather all telports possibilities, then you only have to drop the "protect" check some GBs have. Otherwise do as ^Wyatt said, but you still have things to fix anyway (notably when you restart and you're in a BossZone, etc etc). Easiest is to drop allowEntry checks and system. Quote
0 andrei23 Posted August 24, 2013 Author Posted August 24, 2013 K ty vm for help everyone,i get it about teleports. But can someone explain why when i hit valakas,he tp me to town? Quote
0 Trance Posted August 24, 2013 Posted August 24, 2013 K ty vm for help everyone,i get it about teleports. But can someone explain why when i hit valakas,he tp me to town? He must be inside the lair. Quote
0 Tryskell Posted August 24, 2013 Posted August 24, 2013 About Valakas / Antharas, there is normally a check made on onAttack(. Quote
0 andrei23 Posted September 7, 2013 Author Posted September 7, 2013 He must be inside the lair. Valakas is inside the lair but when i attk him,he still teleport me to the town. Quote
0 Trance Posted September 8, 2013 Posted September 8, 2013 Valakas is inside the lair but when i attk him,he still teleport me to the town. Then, there is no AI for it. Quote
Question
andrei23
Hi,i want to ask if someone can help me with some AIs for Grand Raidbosses
I want to be able to enter in the raid zone,hit them,kill them etc..like the usual monsters with no quests.
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.