- 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
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
Last edited: