[DiscordArchive] so feild 5 on dbc or spellmgr.cpp? which is better?
[DiscordArchive] so feild 5 on dbc or spellmgr.cpp? which is better?
Archived author: Claudiodfc • Posted: 2019-04-09T11:05:03.333000+00:00
Original source
Yea simple case
Archived author: Chaz • Posted: 2019-04-09T11:05:29.977000+00:00
Original source
ok adding this ty
Archived author: Chaz • Posted: 2019-04-09T11:05:32.199000+00:00
Original source
case 7720: // Summon Friend
spellInfo->Attributes |= SPELL_ATTR0_CANT_USED_IN_COMBAT;
break;
Archived author: Claudiodfc • Posted: 2019-04-09T11:05:43.977000+00:00
Original source
Good
Archived author: Claudiodfc • Posted: 2019-04-09T11:05:48.505000+00:00
Original source
Hope it works for you
Archived author: Claudiodfc • Posted: 2019-04-09T11:06:41.018000+00:00
Original source
Btw i Don't know if you know about bit manipulation, but you should google that up, I'll try to make a guide on it
Archived author: Claudiodfc • Posted: 2019-04-09T11:07:01.999000+00:00
Original source
And add it to the wiki since i needed it in the past
Archived author: Chaz • Posted: 2019-04-09T11:07:22.509000+00:00
Original source
great ty
Archived author: speedfangz • Posted: 2019-04-09T11:08:31.056000+00:00
Original source
that would be a great idea <@402557126544982050> bit is annoying xD
Archived author: Claudiodfc • Posted: 2019-04-09T11:09:47.903000+00:00
Original source
They are a strange concept indeed