• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Latest .j files (1.32.2)

Status
Not open for further replies.
Level 19
Joined
Jan 1, 2018
Messages
739
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.
 
Level 19
Joined
Jan 1, 2018
Messages
739
Re-using this thread to ask the same question again, can someone provide me the files for 1.32.3? Thanks.
 
Level 19
Joined
Jan 1, 2018
Messages
739
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:
Level 19
Joined
Jan 1, 2018
Messages
739
Forgot about my monthly routine of asking for what's new. So has anything been added in 1.32.5/6/7/8? Thanks.
 
Status
Not open for further replies.
Top