Any way to Convert to 1.24b+?

Laiev

Hey Listen!!
Reaction score
188
have some gamecache compatible with 1.24b/c?

or a way to fix this:

JASS:
function GetUnit takes string table, string field returns unit
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetItem takes string table, string field returns item
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetEffect takes string table, string field returns effect
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetTrigger takes string table, string field returns trigger
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetTimer takes string table, string field returns timer
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetGroup takes string table, string field returns group
    return GetStoredInteger(cscache,table,field)
    return null
endfunction
function GetLoc takes string table, string field returns location
    return GetStoredInteger(cscache,table,field)
    return null
endfunction


Thx in advanced :rolleyes:
 

Troll-Brain

You can change this now in User CP.
Reaction score
85
It's again the return bug in an other form.
We have plenty of thread about it.

Also CScache is deprecated now.
But there is an other more-up-to-date date or something, no ?
 

Laiev

Hey Listen!!
Reaction score
188
But this is stored in a table, so is a little different, I search in wc3c for some gamecache compatible and found none... so is just because this reason i'm here asking help :)
 

Laiev

Hey Listen!!
Reaction score
188
oh god.... blizzard just pissed off in gamecache lol... well... thx anyway :p +rep
 

Troll-Brain

You can change this now in User CP.
Reaction score
85
oh god.... blizzard just pissed off in gamecache lol... well... thx anyway :p +rep
In fact, it's totally wrong.

Now, you should use game cache only as it is supposed, transfer data between map in a campaign.
An not like here and older to store data and handle pointers.

It's just because of the return bug here.
 

Laiev

Hey Listen!!
Reaction score
188
for me is a problem, because i'm not too good in jass to make everything little easy how people say... that's my problem :p


I'll search some tutorial and try to do by myself, thank you again for the help
 

Laiev

Hey Listen!!
Reaction score
188
Just to close this, I already get it work with CSSafeCache :) thx guys for the help
 
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