• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Inventory 6 slot GUI

Status
Not open for further replies.
Level 2
Joined
May 3, 2016
Messages
7
I already try every inventory system who exist but don't find what i want in GUI (don't want a too complex inventory in JASS).

For now i am working on the Bag and Hero inventory part only to fix everything and 6 kind of equipments and classes will be done after :

Hero inventory :
- Item say it give stats but give nothing
- Pots and other expendables can be used normaly

Bag inventory :
- 6 Slot for every kind of equipement (see a bit bot)
- Bag need to can wear only 1 item of each type
- Item skill that give stats
- When item is add to the bag, add the stats ability to the hero
- When item is removed to the bag, remove the stats ability to the hero

6 Equipments :
- Ring // Armor // Weapon // Orb // Gloves // Helmet

3 Class (to allow hero able to use or not) :
- Light // Normal // Heavy
IF unit type = Archer , Assasin ...
Equipament Class = Light
IF YES = ok ...
IF NO = drop item

If someone got one who can do it in GUI, will be fine
If nota map where i work on is attached
 
Level 2
Joined
May 3, 2016
Messages
7
Inventory system modified, some useless things delete and code simplify.

But items still don't be add in the current inventory, help ?
 

Attachments

  • Inventory System.w3x
    24.6 KB · Views: 60
Status
Not open for further replies.
Top