• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Latest .j files (1.32.2)

Status
Not open for further replies.
Level 20
Joined
Jan 1, 2018
Messages
772
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