• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Dday Judgment 19.9b won't work.

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