• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[System Request] Item Restriction for certain Hero Types

Status
Not open for further replies.
Level 9
Joined
Jul 10, 2011
Messages
562
Hey all...

i need a system im not able to make.

the system should do the following.

i wanna be able to set an array of item-types which is only wearable for a certain group of hero-types. and i need several of these "tables".

example :
ItemTable[1] = item X
ItemTable[1] = item Y
ItemTable[2] = item Z
ItemTable[2] = item W

HeroTypeGroup [1] = Hero-type X , hero-type Y & hero-type Z
HeroTypeGroup [2] = Hero-type X & Hero-type Y

now all item-types in ItemTable[1] are wearable for Hero-type X,Y & Z and all item-types in ItemTable [2] are wearable just for Hero-type X & Y but not for Z.


i hope you got what i mean.


the one making the system for me will be credited in my map and will get +rep here.

And please make a demo map so i can copy the system.


Thanks in advance

greetz claptomanic
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
I think that I can only do a unique-1-unit only system.

X Item Set is for X only.
Y Item Set is for Y only.
Z Item Set is for Z only.

But you want that X and Y can share same Item Class, but not Z, kinda... hard I think.
 
Status
Not open for further replies.
Top