• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

TFT version 1.24b Problem

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
Firstly, upgrade to Patch 1.26, the lattest WC3 patch. Any other versions are not supported here or by Blizzard. You can not even garuntee your map will function on the newest versions of WC3 due to slight changed made to the engine.

Secondly, your map is using scripting practices that are no longer supported. The typecasting return bug was patched and so throws a syntax error in newer versions of WC3 but was a staple required system of old maps.

The solution is to update or rewrite your scripted trigger systems to be supported by newer versions of WC3. This is done by getting rid of all functions that abuse the typecasting return bug and attempting to replace the logic that required the typecasting return bug with the natives that Blizzard added for this purpose.

If you did not write the systems used in your map and have no knowledge of JASS, you will just have to delete the systems and find more modern equivilents.
 
Status
Not open for further replies.
Top