Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need dungeon boss script

Featured Replies

I wanted to make a profile for Gate of the Setting Sun Dungeon, but when i got to last boss it is kinda over my abilities:(
Maybe someone could help me out, I need a script for last boss:

Boss is this npc:

  <Npc>
    <Entry>56877</Entry>
    <Name>Raigonn</Name>
    <Vector3 X="960.5662" Y="2306.168" Z="296.1062" Type="Flying" />
    <Faction>Horde</Faction>
    <Type>None</Type>
    <ContinentId>TheGreatWall</ContinentId>
  </Npc>

He has a buff id 107118

http://www.wowhead.com/spell=107118/impervious-carapace

Impervious Carapace
Reduces damage taken by 99%.


To take this buff away, so boss is possible to kill, weak spot needs to be killed first:

  <Npc>
    <Entry>56895</Entry>
    <Name>Weak Spot</Name>
    <Vector3 X="960.6653" Y="2309.694" Z="313.9673" Type="Flying" />
    <Faction>Neutral</Faction>
    <Type>None</Type>
    <ContinentId>TheGreatWall</ContinentId>
  </Npc>

However to get to Weak Spot, one needs to use Artilery object, to shoot himself up on to the Weak Spot, there are a few Artileries to use in the room, all have same id, just different cords:

One of them:
Artillery id 59819
2290.71 296.1056 162.7399

Boss can throw person down, before he destroys Weak Spot, so repeat use of artillery may be necessary.

Here is a full code from honorbuddy dungeon buddy for this boss, if thats any help:
http://pastebin.com/raw/QjGg2C4c

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.