• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Dday Judgment 19.9b won't work.

Status
Not open for further replies.
Level 11
Joined
Apr 27, 2009
Messages
223
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: 143
Last edited:
Status
Not open for further replies.
Top