HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

large inventory?

03-06-2005, 01:15 PM#1
Spacepig
hi does some one know how to Trigger the inventory so it get more space! ?

like Diablo 2 or somehing

Remember i am an Beginner so don´t give me an advanced Trigger :D


hehehe


///Spacepig
03-06-2005, 01:20 PM#2
Dalten
Quote:
Originally Posted by Spacepig
hi does some one know how to Trigger the inventory so it get more space! ?

like Diablo 2 or somehing

Remember i am an Beginner so don´t give me an advanced Trigger :D


hehehe


///Spacepig

It's impossible to do it without at least some medium triggering ability.
03-06-2005, 01:21 PM#3
Guest
Doing this would require very advanced triggers. Rather go on wc3sear.ch and download vexorian's inventory system.
03-06-2005, 01:23 PM#4
Spacepig
i have download some of the existing but i don´t get them to work ? :D
03-06-2005, 01:40 PM#5
Guest
in the game gameplay constants and game interface u can find it its at the bottom some were i think, i aint completly sure were but it is deffinatly there

or

if u run an upgrade using the backpack u can set it to as much as u wont(i think u can havnt tried it yet)
03-06-2005, 03:04 PM#6
Guest
ApM:
- You can use the game interfact settings, but you need to combine it with JASS
- Backpack has a max of 6
- If this was so easy, why would vexorian make such a complicated system for it to work?
03-06-2005, 04:17 PM#7
Guest
i never sed it was easy, spacepig sed it wasnt working so i sed talk to vexorian meaning ask vexorian why it wont be working.
03-06-2005, 10:40 PM#8
johnfn
Probably the best way of doing it (I've thought of doing this myself previously) is to always have two items on the bottom: one to go forward in the inventory and one to go back. Whenever the hero uses an item, it would increment/decrement a variable that was related to the position in the oversized backpack. Like you would go through 5 inventories of items or something like that. I hope that made sense to someone. (incidentally the items would be in an item array, and a for loop would give them to the hero)
03-07-2005, 02:00 PM#9
Guest
Johnfn, all I can say is hats off to you !!!
This is exactly the technique I use in all my maps when I need to extend inventories

*gives rep*