• 🏆 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!

[Spell] Condition not working for item class type

Status
Not open for further replies.
Level 10
Joined
Jan 20, 2011
Messages
492
Hey guys I'm using a backpack system from hiveworkshop, and I've currently run into an issue with it. When the backpack is open I use a integer to recognise if it is open, and set the variable to 1. The backpack can only store items that are not of class type miscellaneous, however with my trigger it does not go into the actions so the backpack can hold these items, and I cannot figure out what is wrong with the conditions.

This is showing that they are under the class miscellaneous.
ts01Tea.png


This trigger shows how I am trying to stop them from picking it up while the backpack is open. If you are wondering about the Novice condition that is because novices cannot pick up any item, so I use an OR condition.
nAlSOWz.png
 
Last edited:
Status
Not open for further replies.
Top