Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Should we enable this?

[DiscordArchive] Should we enable this?

[DiscordArchive] Should we enable this?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
03-24-2019, 10:32 PM
#1
Archived author: Ouizzy • Posted: 2019-03-24T22:32:19.303000+00:00
Original source

Should we enable this?
rektbyfaith
03-24-2019, 10:32 PM #1

Archived author: Ouizzy • Posted: 2019-03-24T22:32:19.303000+00:00
Original source

Should we enable this?

rektbyfaith
Administrator
0
03-24-2019, 10:33 PM
#2
Archived author: Nix • Posted: 2019-03-24T22:33:03.125000+00:00
Original source

There isn't really a lot of downside to it, it only does something if there is a subscriber (listening to the event)
rektbyfaith
03-24-2019, 10:33 PM #2

Archived author: Nix • Posted: 2019-03-24T22:33:03.125000+00:00
Original source

There isn't really a lot of downside to it, it only does something if there is a subscriber (listening to the event)

rektbyfaith
Administrator
0
03-24-2019, 10:33 PM
#3
Archived author: Nix • Posted: 2019-03-24T22:33:52.315000+00:00
Original source

Sure, if you only write scripts that do stuff on player cast it might be a bit heavy, but that would be an issue that would have to be tackled on another level
rektbyfaith
03-24-2019, 10:33 PM #3

Archived author: Nix • Posted: 2019-03-24T22:33:52.315000+00:00
Original source

Sure, if you only write scripts that do stuff on player cast it might be a bit heavy, but that would be an issue that would have to be tackled on another level

rektbyfaith
Administrator
0
03-24-2019, 10:36 PM
#4
Archived author: Ouizzy • Posted: 2019-03-24T22:36:34.121000+00:00
Original source

so
rektbyfaith
03-24-2019, 10:36 PM #4

Archived author: Ouizzy • Posted: 2019-03-24T22:36:34.121000+00:00
Original source

so

rektbyfaith
Administrator
0
03-24-2019, 10:36 PM
#5
Archived author: Ouizzy • Posted: 2019-03-24T22:36:37.770000+00:00
Original source

shouldn't i have a case
rektbyfaith
03-24-2019, 10:36 PM #5

Archived author: Ouizzy • Posted: 2019-03-24T22:36:37.770000+00:00
Original source

shouldn't i have a case

rektbyfaith
Administrator
0
03-24-2019, 10:36 PM
#6
Archived author: Ouizzy • Posted: 2019-03-24T22:36:40.462000+00:00
Original source

#ifdef ELUNA
rektbyfaith
03-24-2019, 10:36 PM #6

Archived author: Ouizzy • Posted: 2019-03-24T22:36:40.462000+00:00
Original source

#ifdef ELUNA

rektbyfaith
Administrator
0
03-24-2019, 10:36 PM
#7
Archived author: Ouizzy • Posted: 2019-03-24T22:36:56.329000+00:00
Original source

to make it for eluna only?
rektbyfaith
03-24-2019, 10:36 PM #7

Archived author: Ouizzy • Posted: 2019-03-24T22:36:56.329000+00:00
Original source

to make it for eluna only?

rektbyfaith
Administrator
0
03-24-2019, 10:37 PM
#8
Archived author: Nix • Posted: 2019-03-24T22:37:37.542000+00:00
Original source

Well not entirely
rektbyfaith
03-24-2019, 10:37 PM #8

Archived author: Nix • Posted: 2019-03-24T22:37:37.542000+00:00
Original source

Well not entirely

rektbyfaith
Administrator
0
03-24-2019, 10:38 PM
#9
Archived author: Nix • Posted: 2019-03-24T22:38:00.053000+00:00
Original source

You would have to replace that line with the sEluna call to trigger the event
rektbyfaith
03-24-2019, 10:38 PM #9

Archived author: Nix • Posted: 2019-03-24T22:38:00.053000+00:00
Original source

You would have to replace that line with the sEluna call to trigger the event

rektbyfaith
Administrator
0
03-24-2019, 10:38 PM
#10
Archived author: Nix • Posted: 2019-03-24T22:38:51.324000+00:00
Original source

From
```
//sScriptMgr->OnPlayerSpellCast(playerCaster, this, skipCheck); // pussywizard: optimization
```

To
```
#ifdef ELUNA
sEluna->OnSpellCast(player, spell, skipCheck);
#endif
```
rektbyfaith
03-24-2019, 10:38 PM #10

Archived author: Nix • Posted: 2019-03-24T22:38:51.324000+00:00
Original source

From
```
//sScriptMgr->OnPlayerSpellCast(playerCaster, this, skipCheck); // pussywizard: optimization
```

To
```
#ifdef ELUNA
sEluna->OnSpellCast(player, spell, skipCheck);
#endif
```

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)