- Joined
- Feb 12, 2007
- Messages
- 99
Hello, following Heroes and Empires map update, I am changing the equipment system for heroes. And now I have a problem on Hash tables.
The system consist in a virtualisation/emulation of the Abilities of items (and no the items themselves). To simply put it, I need to attach to an item references : 4 abilities with each their own level (up to 100 for now). Thus allowing players to craft their equipment into a large panel of items and evolving as they wish to.
Beware, it isn't making an item in the WE and giving him abilities in a list, no, it's adding those abilities in game as well as upgrading those abilities ranks/levels.
Unfortunately my first try with hash tables had not been a success, fatal error of WE, function of hash tables that don't appear both in GUI or Jass.
In worse case, I could eventually link the abilities to heroes and not item but that'd be a lost of a lot of advantages so... need that system to work somehow.
Finally If someone know a way to rename an item in game, (which from my research isn't possible) then it'd be perfect.
Going back to those damn ha(r)sh tables I thank you in advance.
ArnaudB
The system consist in a virtualisation/emulation of the Abilities of items (and no the items themselves). To simply put it, I need to attach to an item references : 4 abilities with each their own level (up to 100 for now). Thus allowing players to craft their equipment into a large panel of items and evolving as they wish to.
Beware, it isn't making an item in the WE and giving him abilities in a list, no, it's adding those abilities in game as well as upgrading those abilities ranks/levels.
Unfortunately my first try with hash tables had not been a success, fatal error of WE, function of hash tables that don't appear both in GUI or Jass.
In worse case, I could eventually link the abilities to heroes and not item but that'd be a lost of a lot of advantages so... need that system to work somehow.
Finally If someone know a way to rename an item in game, (which from my research isn't possible) then it'd be perfect.
Going back to those damn ha(r)sh tables I thank you in advance.
ArnaudB