Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Well is your source different than the one compiled in the worldserver.exe?

[DiscordArchive] Well is your source different than the one compiled in the worldserver.exe?

[DiscordArchive] Well is your source different than the one compiled in the worldserver.exe?

Pages (9): Previous 1 5 6 7 8 9  
rektbyfaith
Administrator
0
06-05-2019, 01:49 PM
#81
Archived author: Jamey • Posted: 2019-06-05T13:49:37.929000+00:00
Original source

Furthermore, that will crash if a player is attacking a player
rektbyfaith
06-05-2019, 01:49 PM #81

Archived author: Jamey • Posted: 2019-06-05T13:49:37.929000+00:00
Original source

Furthermore, that will crash if a player is attacking a player

rektbyfaith
Administrator
0
06-05-2019, 01:49 PM
#82
Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:49:51.652000+00:00
Original source

hm
rektbyfaith
06-05-2019, 01:49 PM #82

Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:49:51.652000+00:00
Original source

hm

rektbyfaith
Administrator
0
06-05-2019, 01:50 PM
#83
Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:50:06.665000+00:00
Original source

```cpp
if (attacker->GetTypeId() == TYPEID_PLAYER)
return damage;
```
rektbyfaith
06-05-2019, 01:50 PM #83

Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:50:06.665000+00:00
Original source

```cpp
if (attacker->GetTypeId() == TYPEID_PLAYER)
return damage;
```

rektbyfaith
Administrator
0
06-05-2019, 01:50 PM
#84
Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:50:17.314000+00:00
Original source

won't that just return the regular damage without causing any crash
rektbyfaith
06-05-2019, 01:50 PM #84

Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:50:17.314000+00:00
Original source

won't that just return the regular damage without causing any crash

rektbyfaith
Administrator
0
06-05-2019, 01:51 PM
#85
Archived author: Jamey • Posted: 2019-06-05T13:51:53.135000+00:00
Original source

I missed that
rektbyfaith
06-05-2019, 01:51 PM #85

Archived author: Jamey • Posted: 2019-06-05T13:51:53.135000+00:00
Original source

I missed that

rektbyfaith
Administrator
0
06-05-2019, 01:51 PM
#86
Archived author: Jamey • Posted: 2019-06-05T13:51:58.674000+00:00
Original source

Anyway, better to whitelist than to blacklist
rektbyfaith
06-05-2019, 01:51 PM #86

Archived author: Jamey • Posted: 2019-06-05T13:51:58.674000+00:00
Original source

Anyway, better to whitelist than to blacklist

rektbyfaith
Administrator
0
06-05-2019, 01:52 PM
#87
Archived author: Jamey • Posted: 2019-06-05T13:52:24.046000+00:00
Original source

```cpp
if(attacker->GetTypeId() != TYPEID_UNIT)
return damage;
```
rektbyfaith
06-05-2019, 01:52 PM #87

Archived author: Jamey • Posted: 2019-06-05T13:52:24.046000+00:00
Original source

```cpp
if(attacker->GetTypeId() != TYPEID_UNIT)
return damage;
```

rektbyfaith
Administrator
0
06-05-2019, 01:52 PM
#88
Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:52:28.948000+00:00
Original source

hmm
rektbyfaith
06-05-2019, 01:52 PM #88

Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:52:28.948000+00:00
Original source

hmm

rektbyfaith
Administrator
0
06-05-2019, 01:52 PM
#89
Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:52:32.242000+00:00
Original source

alright
rektbyfaith
06-05-2019, 01:52 PM #89

Archived author: MR.MUSTACHE • Posted: 2019-06-05T13:52:32.242000+00:00
Original source

alright

Pages (9): Previous 1 5 6 7 8 9  
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)