[DiscordArchive] hello i am trying to make a haste cap of 80k on...
[DiscordArchive] hello i am trying to make a haste cap of 80k on...
Archived author: August • Posted: 2025-07-06T18:07:25.360000+00:00
Original source
have you increased the stock limit of 32k stats?
Archived author: darkqc • Posted: 2025-07-06T21:38:23.127000+00:00
Original source
No i dont know how to
Archived author: darkqc • Posted: 2025-07-06T21:38:47.239000+00:00
Original source
Ive been searching files for it and cant fiind anything
Archived author: darkqc • Posted: 2025-07-06T22:19:46.935000+00:00
Original source
in which file is the 32k stock limit stats?
Archived author: Rev • Posted: 2025-07-07T07:10:36.468000+00:00
Original source
ObjectMgr.cpp
Archived author: Rev • Posted: 2025-07-07T07:10:45.094000+00:00
Original source
search for
```c++
itemTemplate.ItemStat[i].ItemStatValue = uint32(fields[29 + i*2].GetInt16());
```
Archived author: Rev • Posted: 2025-07-07T07:11:01.111000+00:00
Original source
change to
```c++
itemTemplate.ItemStat[i].ItemStatValue = uint32(fields[29 + i*2].GetInt32());
```
Archived author: darkqc • Posted: 2025-07-07T13:06:14.505000+00:00
Original source
okay yeah i had change that the thing is that the weapon i have in my hand got 80000 haste on it and it works but at like 32k or something it reset to 0
Archived author: darkqc • Posted: 2025-07-07T13:06:31.815000+00:00
Original source
which gives only 14k haste when i have 80k
Archived author: darkqc • Posted: 2025-07-07T13:07:25.813000+00:00
Original source
i want that once i hit 80k i have an attack speed of 0.00 and stay there even if i have 90k for exemple