- Joined
- Oct 19, 2010
- Messages
- 71
Hi. Thanks for taking time to view this.
background: I'm going to create an item system for my map that includes player-crafted items (there will be different materials and quality levels) which can also be enchanted. Given my limited skills, the simplest but most time-consuming way I can think to do this is to add an item for each combination (of materials, quality levels, and enchantments). I have 2 quick questions:
1) Will doing that create a long delay (for something like loading time or download speed)?
2) In Jass or VJass would it be possible to create the items during the game (so that the name, description, abilities etc can all be assigned at that point)? I imagine if that's possible it would be much easier to make changes and add new materials, quality levels, and enchantments. It's not necessary to explain how to do this. I'm just curious. If it's possible I might learn how to do it eventually.
Thanks again for reading. Thank you for any responses.
background: I'm going to create an item system for my map that includes player-crafted items (there will be different materials and quality levels) which can also be enchanted. Given my limited skills, the simplest but most time-consuming way I can think to do this is to add an item for each combination (of materials, quality levels, and enchantments). I have 2 quick questions:
1) Will doing that create a long delay (for something like loading time or download speed)?
2) In Jass or VJass would it be possible to create the items during the game (so that the name, description, abilities etc can all be assigned at that point)? I imagine if that's possible it would be much easier to make changes and add new materials, quality levels, and enchantments. It's not necessary to explain how to do this. I'm just curious. If it's possible I might learn how to do it eventually.
Thanks again for reading. Thank you for any responses.