Patch 1.23b

cleeezzz

The Undead Ranger.
Reaction score
268
i havent really looked through the attachment systems but does CSData, CSSafety, PUI use return bug?
 

Azlier

Old World Ghost
Reaction score
461
CSData, yes. CSSafety, not sure. I think so. PUI, no.

Anyway, those are already fixed. Vexorian works fast on things that people don't actually need.
 

vile

New Member
Reaction score
8
Excuse me but I'm REALLY confused here.

If I use tables with the return bug, what exactly do I have to change in order for the map to work on the new version?

Code:
function H2I takes handle h returns integer
    return h
    return 0
endfunction

function TableData takes handle h returns string
    return I2S(H2I(h))
endfunction

Just changing H2I to the new native that blizzard showed?
 

vile

New Member
Reaction score
8
You're kidding me right?>
That's all I have to change?

So what's all the fuss about? Jass NEWGEN pack would be a problem to compile with I suppose, since i'm using structs?

What about getting stuff that was saved to gamecache?
Works the same?

Code:
function SetReal takes string table,string field,real r returns nothing
   call StoreReal(AoMCache,table,field,r)
endfunction

function GetReal takes string table, string field returns real
   return GetStoredReal(AoMCache,table,field)
endfunction
?
 
Reaction score
341
Gamecache didn't change in this patch.

Jass NEWGEN pack would be a problem to compile with I suppose, since i'm using structs?

Why wouldn't structs compile..?

So what's all the fuss about?

The fuss is about most maps that are worth playing, and that aren't being maintained anymore will not be playable.
 

Faust

You can change this now in User CP.
Reaction score
123
Sorry but I don't know many maps that are good and are unmaintained.
Or even if there is a few, I hope and bet the create will hear about this patch, and creates another final version. It's really nothing much work...

Alternatively, you can deprotect those maps, update the systems, and voilá.
 

vile

New Member
Reaction score
8
I bumped into quite a few users who couldnt compile with NewGen on the new patch
 

Sevion

The DIY Ninja
Reaction score
413
Sorry but I don't know many maps that are good and are unmaintained.
Or even if there is a few, I hope and bet the create will hear about this patch, and creates another final version. It's really nothing much work...

Alternatively, you can deprotect those maps, update the systems, and voilá.

You'd have to find all parts of the system.

It'd all be in JASS.

It'd be a pain in the arse.
 

Viikuna

No Marlo no game.
Reaction score
265
Lols, I actually had a Typecasting Library which had all return bug functions, before they announced this new patch.

I just thought that it is silly to rewrite H2I to every system. ( Only Table had its own H2I because it was not made by me and I was too lazy to edit it. )
 

GetTriggerUnit-

DogEntrepreneur
Reaction score
129
Warcraft probally tried to make something that can own NewGen and it's private globals. Basicly, this can make Jass spell non-need Globals and by the same occasion, Mui.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top