Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] What values specifically you want to make signed?

[DiscordArchive] What values specifically you want to make signed?

[DiscordArchive] What values specifically you want to make signed?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
09-27-2019, 11:35 PM
#1
Archived author: Shin • Posted: 2019-09-27T23:35:19.138000+00:00
Original source

What values specifically you want to make signed?
rektbyfaith
09-27-2019, 11:35 PM #1

Archived author: Shin • Posted: 2019-09-27T23:35:19.138000+00:00
Original source

What values specifically you want to make signed?

rektbyfaith
Administrator
0
09-28-2019, 12:13 AM
#2
Archived author: 小爛土 • Posted: 2019-09-28T00:13:29.461000+00:00
Original source

Armor, The resists, and block
rektbyfaith
09-28-2019, 12:13 AM #2

Archived author: 小爛土 • Posted: 2019-09-28T00:13:29.461000+00:00
Original source

Armor, The resists, and block

rektbyfaith
Administrator
0
09-28-2019, 12:21 AM
#3
Archived author: 小爛土 • Posted: 2019-09-28T00:21:25.261000+00:00
Original source

making the resists ints would be needed to emulate earlier classic wow, I think it was changed in patch 1.9, having these be ints would allow for me to make the expanded reforging completely modular without needing to add any new stucts or make people need to rewrite bits of my code in their similar modules
rektbyfaith
09-28-2019, 12:21 AM #3

Archived author: 小爛土 • Posted: 2019-09-28T00:21:25.261000+00:00
Original source

making the resists ints would be needed to emulate earlier classic wow, I think it was changed in patch 1.9, having these be ints would allow for me to make the expanded reforging completely modular without needing to add any new stucts or make people need to rewrite bits of my code in their similar modules

rektbyfaith
Administrator
0
09-28-2019, 12:23 AM
#4
Archived author: 小爛土 • Posted: 2019-09-28T00:23:02.411000+00:00
Original source

basically, my current intention is to make a method for generating new item tempaltes by merging other ones together
rektbyfaith
09-28-2019, 12:23 AM #4

Archived author: 小爛土 • Posted: 2019-09-28T00:23:02.411000+00:00
Original source

basically, my current intention is to make a method for generating new item tempaltes by merging other ones together

rektbyfaith
Administrator
0
09-28-2019, 12:25 AM
#5
Archived author: 小爛土 • Posted: 2019-09-28T00:25:19.674000+00:00
Original source

actually, that seems silly, I suppose I could do that by making an item modification struct that gets used instead, but then I would need to change _applyItemMods to take the Item not the ItemTemplate... the latter might be better actually
rektbyfaith
09-28-2019, 12:25 AM #5

Archived author: 小爛土 • Posted: 2019-09-28T00:25:19.674000+00:00
Original source

actually, that seems silly, I suppose I could do that by making an item modification struct that gets used instead, but then I would need to change _applyItemMods to take the Item not the ItemTemplate... the latter might be better actually

rektbyfaith
Administrator
0
09-28-2019, 12:26 AM
#6
Archived author: 小爛土 • Posted: 2019-09-28T00:26:29.846000+00:00
Original source

at most that would take up one additional word in ram per call to _applyItemMods while the call is active, as it would store one more pointer.
rektbyfaith
09-28-2019, 12:26 AM #6

Archived author: 小爛土 • Posted: 2019-09-28T00:26:29.846000+00:00
Original source

at most that would take up one additional word in ram per call to _applyItemMods while the call is active, as it would store one more pointer.

rektbyfaith
Administrator
0
09-28-2019, 12:51 AM
#7
Archived author: 小爛土 • Posted: 2019-09-28T00:51:24.357000+00:00
Original source

I would still like to make at least the resists signed to ensble emulating patches prior to 1.9 however
rektbyfaith
09-28-2019, 12:51 AM #7

Archived author: 小爛土 • Posted: 2019-09-28T00:51:24.357000+00:00
Original source

I would still like to make at least the resists signed to ensble emulating patches prior to 1.9 however

rektbyfaith
Administrator
0
09-28-2019, 01:02 AM
#8
Archived author: Viste • Posted: 2019-09-28T01:02:29.488000+00:00
Original source

we use uint
rektbyfaith
09-28-2019, 01:02 AM #8

Archived author: Viste • Posted: 2019-09-28T01:02:29.488000+00:00
Original source

we use uint

rektbyfaith
Administrator
0
09-28-2019, 01:03 AM
#9
Archived author: Viste • Posted: 2019-09-28T01:03:07.188000+00:00
Original source

because blizzard use it in client and i think in they servers to
rektbyfaith
09-28-2019, 01:03 AM #9

Archived author: Viste • Posted: 2019-09-28T01:03:07.188000+00:00
Original source

because blizzard use it in client and i think in they servers to

rektbyfaith
Administrator
0
09-28-2019, 01:05 AM
#10
Archived author: Viste • Posted: 2019-09-28T01:05:40.284000+00:00
Original source

and yes as you write its asume to packet struct
rektbyfaith
09-28-2019, 01:05 AM #10

Archived author: Viste • Posted: 2019-09-28T01:05:40.284000+00:00
Original source

and yes as you write its asume to packet struct

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