[DiscordArchive] what do you need?
[DiscordArchive] what do you need?
Archived author: teebaum • Posted: 2017-03-02T16:53:00.616000+00:00
Original source
what do you need?
Archived author: Viste • Posted: 2017-03-02T17:45:11.612000+00:00
Original source
thx for sql add it to pr
Archived author: Viste • Posted: 2017-03-02T17:45:53.163000+00:00
Original source
and PR now ready
Archived author: teebaum • Posted: 2017-03-02T17:46:02.644000+00:00
Original source
nice thanks
Archived author: teebaum • Posted: 2017-03-02T17:52:22.980000+00:00
Original source
If I want to edit:
void Unit::UpdateSpeed(UnitMoveType mtype, bool forced)
in a module, does this work or not?
Because i need to hardcode some stuff inthere
Archived author: teebaum • Posted: 2017-03-02T17:56:46.389000+00:00
Original source
Or something like this:
i literally don't know how to make this as a module:
https://github.com/fr4z3n/Draenor_AC_PWC...b27dR12940
does this even works? <@108617457836539904>https://github.com/fr4z3n/Draenor_AC_PWC_Core/commit/3118179923b8c4e330a830aaef3d72a80db23822#diff-fe4911c7f8df768f8e6c8c82fb74b27dR12940
Archived author: Yehonal • Posted: 2017-03-02T19:08:15.834000+00:00
Original source
You need to create an hook to be used in a script if you want something clean, maybe we need an how-to
Archived author: teebaum • Posted: 2017-03-02T19:29:25.387000+00:00
Original source
that would be just a hook for on UpdateSpeedSetStackBonus that would be not clean too..
I can create the other hooks for DuelComplete etc.. but not for the update speed, that's just to custom I guess..
Archived author: Viste • Posted: 2017-03-02T19:49:29.601000+00:00
Original source
someone can review my PR
Archived author: Deleted User • Posted: 2017-03-02T20:13:42.374000+00:00
Original source
Found this in player.cpp
//Reputations if "StartAllReputation" is enabled, -- TODO: Fix this in a better way
if (sWorld->getBoolConfig(CONFIG_START_ALL_REP))
which refers to nothing in the config (at least nothing called "reputation")