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!
Good evening.
I have played some good maps on v. 1.24.
Now they don't work.
Is there any program that can update maps or smth like that?
Sorry if i have posted this thread in wrong forum.
function H2I takes handle h returns integer
return h // I think this is correct order
return 0
endfunction
This function had identical behaviour to the GetHandleId function but was slower. GetHandleId was added to compensate for the removal of the type casting exploit (the above function will now throw a syntax error).
I recall people at WC3C saying it was slower than GetHandleId, but not that much slower. This is probably due to it being a native while the other was a function. I do agree that resolving the function name used to be faster as H2I is a lot shorter than GetHandleId and JASS interprets every name every time it is referenced.
Some maps that did not use that exploit have also stopped working after certain patches.
Usually to fix these maps it's enough to open the map in the newest version of world editor and save them with that editor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.