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

Dday Judgment 19.9b won't work.

Status
Not open for further replies.
Level 11
Joined
Apr 27, 2009
Messages
224
Hello i have been reading about why older maps dont work on newest patches and it seems there are few bugs that can cause this and one of them is the return BUG that i cant seem to figure out. I'm not that much in Jass im just trying to make this old map playable in that state that it is.

Make a Map Work for Patch 1.24

function SiphonGoldHandle2Integer takes handle h returns integer
return h
return 0
endfunction

to

function SiphonGoldHandle2Integer takes handle h returns integer
return GetHandleId(h)
endfunction

Here is the map. I tried few more things like Handlevars Return Casting Converter
and it seems even that doesnt work.. Can someone make it playable? I'l pay 10 euros to anyone who makes it playable :)
 

Attachments

  • Dday Judgment 19.9b (Deprotected).w3x
    3.9 MB · Views: 142
Last edited:
Status
Not open for further replies.
Top