• 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.

[JASS] Channel System Problem

Status
Not open for further replies.
Level 15
Joined
Oct 16, 2010
Messages
942
And get rid of those BJ's:

SaveRealBJ( value , key , id , hash ) -> SaveReal( hash, id , key , value )
^Same for LoadReal
GetHandleIdBJ -> GetHandleId

For some reason I couldn't get the native hashtable functions to work so i've just been using the BJ's in all my systems.

I've done some testing and the periodic seems to be working fine but the bar above the unit doesn't fill and the unit never exits the channel (so for some reason it's the stopchannel isn't ever being called).

Oh and the IsUnitMoving func is working right as well.
 
Status
Not open for further replies.
Top