| 09-01-2003, 07:45 PM | #1 |
How can you set the item level of an item above 8? I want to use triggers to see if a hero is at a high enough level to buy an item and it will be comparing against the item level preferably. The problem is that the item is for a level 10 hero or above (probably changed later) I am going to have to copy and paste this many times so I would rather not have to edit this each paste. |
| 09-01-2003, 07:50 PM | #2 |
Guest | Well you can either Slk edit to force it to allow higher lvls though i don't know if they would be acepted by the game or you can use arrays to store all the items in one and then the other one would store basic information about them in a string format... IE: LVL,Slot,Hero Class... Though you could just have it store Lvl if you want but i use that system to store a lot of information about the item. |
