Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jan'alai #381

Closed
Xadras opened this issue Jul 26, 2015 · 3 comments
Closed

Jan'alai #381

Xadras opened this issue Jul 26, 2015 · 3 comments

Comments

@Xadras
Copy link
Collaborator

Xadras commented Jul 26, 2015

Originally reported by: Anon X (Bitbucket: Anonx, GitHub: Anonx)


Jan'alai läuft jetzt auf das Ziel zu auf welches Er seinen Flammenatem http://looking4group.de/database/?spell=43140 casten will.

Er läuft also auf das Ziel zu und castet währenddessen fertig. Er sollte dort wo er getankt wird stehen bleiben und sich zu dem Ziel drehen auf welches Er den Flammenatem zaubert. Deshalb ist die 360° Verteilung so wichtig.

Außerdem wird das Ziel wegen LOS-Problemen? manchmal nicht getroffen.
(Keine Resist, kein Kampflogeintrag ) Issue #282

http://de.wowhead.com/npc=23578/janalai
http://de.wowhead.com/spell=43140/flammenatem


In Issue #270 wurde ein Problem mit fehlenden NPCs gefixxed, das posted Issue wurde nicht behoben.

Die Brutwächter http://de.wowhead.com/npc=24504/brutwachter-der-amanishi,
welche durch
http://de.wowhead.com/spell=43962/brutwachter-der-amanishi-beschworen
werden, sollten sofort beide auf die selbe Seite laufen, sofern auf einer Seite keine Eier mehr zu Öffnen sind.

Summon Amani'shi Hatcher: About every 90 seconds during the fight he calls 2 Amani'shi Hatchers (Low HP) which run mostly to either side (sometimes both Hatchers go to the same side, like when all of one sides eggs are spawned)

Wenn alle Eier down sind spawnen keine Brutwächter mehr.

http://wowwiki.wikia.com/Jan%27alai_%28original%29


@Xadras
Copy link
Collaborator Author

Xadras commented Feb 16, 2016

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


mangosArchives/Mangos-One-scripts-old#15

Früher war der Respawn in der Core geregelt. Wurde dann entfernt und über das Linking gemacht.

#!c++

-            if (uiData == FAIL)
-            {
-                m_uiEggsRemainingCount_Left = 20;
-                m_uiEggsRemainingCount_Right = 20;
-
-                for(GuidList::const_iterator itr = m_lEggsGUIDList.begin(); itr != m_lEggsGUIDList.end(); ++itr)
-                {
-                    if (Creature* pEgg = instance->GetCreature(*itr))
-                    {
-                        if (!pEgg->isAlive())
-                            pEgg->Respawn();
-                    }
-                }
-            }

xfurry commented on 28 Oct 2012

The eggs and hatchers are handled by creature_linking_template.

@Xadras
Copy link
Collaborator Author

Xadras commented Feb 23, 2016

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


#!sql

DELETE FROM `creature_formations` WHERE `leaderGUID` IN (23578,89322);
INSERT INTO `creature_formations` VALUES
('89322','89228','120','360','0'),
('89322','89320','120','360','0'),
('89322','89301','120','360','0'),
('89322','89317','120','360','0'),
('89322','89302','120','360','0'),
('89322','89316','120','360','0'),
('89322','89321','120','360','0'),
('89322','89328','120','360','0'),
('89322','89348','120','360','0'),
('89322','89353','120','360','0'),
('89322','89343','120','360','0'),
('89322','89351','120','360','0'),
('89322','89354','120','360','0'),
('89322','89352','120','360','0'),
('89322','89350','120','360','0'),
('89322','89346','120','360','0'),
('89322','89347','120','360','0'),
('89322','89344','120','360','0'),
('89322','89349','120','360','0'),
('89322','89345','120','360','0'),
('89322','89355','120','360','0'),
('89322','89356','120','360','0'),
('89322','89337','120','360','0'),
('89322','89342','120','360','0'),
('89322','89335','120','360','0'),
('89322','89338','120','360','0'),
('89322','89340','120','360','0'),
('89322','89333','120','360','0'),
('89322','89341','120','360','0'),
('89322','89339','120','360','0'),
('89322','89336','120','360','0'),
('89322','89334','120','360','0'),
('89322','89315','120','360','0'),
('89322','89300','120','360','0'),
('89322','89226','120','360','0'),
('89322','89319','120','360','0'),
('89322','89332','120','360','0'),
('89322','89227','120','360','0'),
('89322','89323','120','360','0'),
('89322','89314','120','360','0');

@Xadras
Copy link
Collaborator Author

Xadras commented May 4, 2016

Original comment by Xadras (Bitbucket: Xadras, GitHub: Xadras):


Removing component: NPC (automated comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant