- Joined
- Jul 10, 2011
- Messages
- 562
hey all...
i nearly got my item restriction system to work as intended theres just one thing left....the hashtable saving the unit-types for the desired item level (item levels are my classes^^).
now there a problem occuring that is strange.
i use this line to save the unit-type in the hash :
but somehow i can use this line afterwards to save the next unit type:
so for the unit-type with the unit id H02J its working perfectly but the second unit type isnt registered somehow and i dont know whats the problem.
anyone has an idea?
greetz clapto
i nearly got my item restriction system to work as intended theres just one thing left....the hashtable saving the unit-types for the desired item level (item levels are my classes^^).
now there a problem occuring that is strange.
i use this line to save the unit-type in the hash :
- Hashtabelle - Save (GetUnitTypeId(GroupPickRandomUnit(GetUnitsOfTypeIdAll('H02J')))) as 1 of 1 in (Last created hashtable)
but somehow i can use this line afterwards to save the next unit type:
- Hashtabelle - Save (GetUnitTypeId(GroupPickRandomUnit(GetUnitsOfTypeIdAll('H02O')))) as 2 of 1 in (Last created hashtable)
so for the unit-type with the unit id H02J its working perfectly but the second unit type isnt registered somehow and i dont know whats the problem.
anyone has an idea?
greetz clapto