Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Can I write to you then in PM?

[DiscordArchive] Can I write to you then in PM?

[DiscordArchive] Can I write to you then in PM?

rektbyfaith
Administrator
0
07-15-2020, 01:33 PM
#1
Archived author: Deleted User • Posted: 2020-07-15T13:33:06.266000+00:00
Original source

Can I write to you then in PM?
rektbyfaith
07-15-2020, 01:33 PM #1

Archived author: Deleted User • Posted: 2020-07-15T13:33:06.266000+00:00
Original source

Can I write to you then in PM?

rektbyfaith
Administrator
0
07-15-2020, 01:33 PM
#2
Archived author: Asunyaa • Posted: 2020-07-15T13:33:11.685000+00:00
Original source

I know what you try to do but the thing is, that not every object/creature in naxxramas is automatically "catched" in the script
rektbyfaith
07-15-2020, 01:33 PM #2

Archived author: Asunyaa • Posted: 2020-07-15T13:33:11.685000+00:00
Original source

I know what you try to do but the thing is, that not every object/creature in naxxramas is automatically "catched" in the script

rektbyfaith
Administrator
0
07-15-2020, 01:34 PM
#3
Archived author: Asunyaa • Posted: 2020-07-15T13:34:13.037000+00:00
Original source

And if you want to manipulate states of an object you first need to "catch" the generated GUID based on the entry_id which are all written in "naxxramas.h"
rektbyfaith
07-15-2020, 01:34 PM #3

Archived author: Asunyaa • Posted: 2020-07-15T13:34:13.037000+00:00
Original source

And if you want to manipulate states of an object you first need to "catch" the generated GUID based on the entry_id which are all written in "naxxramas.h"

rektbyfaith
Administrator
0
07-15-2020, 01:34 PM
#4
Archived author: Asunyaa • Posted: 2020-07-15T13:34:29.391000+00:00
Original source

Just like these here:
rektbyfaith
07-15-2020, 01:34 PM #4

Archived author: Asunyaa • Posted: 2020-07-15T13:34:29.391000+00:00
Original source

Just like these here:

rektbyfaith
Administrator
0
07-15-2020, 01:34 PM
#5
Archived author: Asunyaa • Posted: 2020-07-15T13:34:35.775000+00:00
Original source

```C++
enum NXGOs
{
GO_PATCHWERK_GATE = 181123,
GO_GLUTH_GATE = 181120,
GO_NOTH_GATE = 181201,
GO_HEIGAN_ENTERANCE_GATE = 181202,
GO_HEIGAN_EXIT_GATE = 181203,
GO_LOATHEB_GATE = 181241,
GO_ANUB_GATE = 181126,
GO_ANUB_NEXT_GATE = 181195,
GO_FAERLINA_GATE = 194022,
GO_MAEXXNA_GATE = 181209,
GO_THADDIUS_GATE = 181121,
GO_GOTHIK_ENTER_GATE = 181124,
GO_GOTHIK_INNER_GATE = 181170,
GO_GOTHIK_EXIT_GATE = 181125,
GO_HORSEMAN_GATE = 181119,
GO_SAPPHIRON_GATE = 181225,

GO_HORSEMEN_CHEST_10 = 181366,
GO_HORSEMEN_CHEST_25 = 193426,

GO_SAPPHIRON_BIRTH = 181356,
GO_KELTHUZAD_FLOOR = 181444,
GO_KELTHUZAD_GATE = 181228,

GO_DEATHKNIGHT_WING = 181577, //Loatheb portal
GO_THADDIUS_PORTAL = 181576, //Thadius portal
GO_MAEXXNA_PORTAL = 181575, //Maexxna portal
GO_HORSEMAN_PORTAL = 181578, //Four Horseman portal

GO_DEATHKNIGHT_EYE_PORTAL = 181210,
GO_PLAGUE_EYE_PORTAL = 181211,
GO_SPIDER_EYE_PORTAL = 181212,
GO_ABOM_EYE_PORTAL = 181213,

GO_CONS_NOX_TESLA_STALAGG = 268049,
GO_CONS_NOX_TESLA_FEUGEN = 268050
};
```
rektbyfaith
07-15-2020, 01:34 PM #5

Archived author: Asunyaa • Posted: 2020-07-15T13:34:35.775000+00:00
Original source

```C++
enum NXGOs
{
GO_PATCHWERK_GATE = 181123,
GO_GLUTH_GATE = 181120,
GO_NOTH_GATE = 181201,
GO_HEIGAN_ENTERANCE_GATE = 181202,
GO_HEIGAN_EXIT_GATE = 181203,
GO_LOATHEB_GATE = 181241,
GO_ANUB_GATE = 181126,
GO_ANUB_NEXT_GATE = 181195,
GO_FAERLINA_GATE = 194022,
GO_MAEXXNA_GATE = 181209,
GO_THADDIUS_GATE = 181121,
GO_GOTHIK_ENTER_GATE = 181124,
GO_GOTHIK_INNER_GATE = 181170,
GO_GOTHIK_EXIT_GATE = 181125,
GO_HORSEMAN_GATE = 181119,
GO_SAPPHIRON_GATE = 181225,

GO_HORSEMEN_CHEST_10 = 181366,
GO_HORSEMEN_CHEST_25 = 193426,

GO_SAPPHIRON_BIRTH = 181356,
GO_KELTHUZAD_FLOOR = 181444,
GO_KELTHUZAD_GATE = 181228,

GO_DEATHKNIGHT_WING = 181577, //Loatheb portal
GO_THADDIUS_PORTAL = 181576, //Thadius portal
GO_MAEXXNA_PORTAL = 181575, //Maexxna portal
GO_HORSEMAN_PORTAL = 181578, //Four Horseman portal

GO_DEATHKNIGHT_EYE_PORTAL = 181210,
GO_PLAGUE_EYE_PORTAL = 181211,
GO_SPIDER_EYE_PORTAL = 181212,
GO_ABOM_EYE_PORTAL = 181213,

GO_CONS_NOX_TESLA_STALAGG = 268049,
GO_CONS_NOX_TESLA_FEUGEN = 268050
};
```

rektbyfaith
Administrator
0
07-15-2020, 01:34 PM
#6
Archived author: Asunyaa • Posted: 2020-07-15T13:34:53.317000+00:00
Original source

Sure, u can also PM me
rektbyfaith
07-15-2020, 01:34 PM #6

Archived author: Asunyaa • Posted: 2020-07-15T13:34:53.317000+00:00
Original source

Sure, u can also PM me

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)