• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Hashtable crashes WE (newgen)

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,206
Hashtables work perfectly in newgen if you script in jass (what you should be doing).

If you use GUI, some will crash cause of the poor design of GUI in WC3. What happens is they reference types which the maintenence team thought would logically be in GUI but stupidly were not. Blame the maker of GUI and not the maintenece team.
 
Level 12
Joined
Apr 15, 2008
Messages
1,063
If you use GUI, some will crash cause of the poor design of GUI in WC3. What happens is they reference types which the maintenence team thought would logically be in GUI but stupidly were not. Blame the maker of GUI and not the maintenece team.
That is true with one exception: Save/Load ability. There are (propably) working JASS functions for abilities, while the actual ability type is some relict from development version of JASS (with the addition of hashtables, it has now 3 functions: GetSpellAbility() and save/load)

Back to topic: What exactly are you trying to do with the hashtable, when it crashes?
 
Status
Not open for further replies.
Top