Latest .j files (1.32.2)

Status
Not open for further replies.
Level 20
Joined
Jan 1, 2018
Messages
770
Does anyone have the common.j and Blizzard.j files for patch 1.32.2? I only have them for 1.32.0, and since I uninstalled reforged, I cannot get the new ones.
 
Re-using this thread to ask the same question again, can someone provide me the files for 1.32.3? Thanks.
 
Thanks, here's what's new:
JASS:
constant playerunitevent EVENT_PLAYER_UNIT_STACK_ITEM = ConvertPlayerUnitEvent(319)
constant unitevent EVENT_UNIT_STACK_ITEM = ConvertUnitEvent(318)
// Source is the item that is losing charges, Target is the item getting charges.
constant native BlzGetStackingItemSource takes nothing returns item
constant native BlzGetStackingItemTarget takes nothing returns item
constant native BlzGetStackingItemTargetPreviousCharges takes nothing returns integer

// For EVENT_PLAYER_UNIT_PICKUP_ITEM, returns the item absorbing the picked up item in case it is stacking.
// Returns null if the item was a powerup and not a stacking item.
constant native BlzGetAbsorbingItem takes nothing returns item
constant native BlzGetManipulatedItemWasAbsorbed takes nothing returns boolean
 
Last edited:
Forgot about my monthly routine of asking for what's new. So has anything been added in 1.32.5/6/7/8? Thanks.
 
Sorry for the revival, but I believe an investigation for the most recent patch might be in order. Here is the most recent J file. I think @Drake53 might want to investigate.
 

Attachments

Status
Not open for further replies.
Back
Top