Warcraft III resources & community, 2003–2006 · archived

Help needed!

6 posts
#1

Help needed!

I'm making an ORPG. I want it to have "bags" you could say, just another spot to put items. Well I want this bag to be a hero, and when you try to locate it, it makes it right where your hero is. This bag cannot be selected or cannot be moved. I saw this in a D&D map. Could anyone tell me how I could make this?
#2
Make a hero with model: none and no shadow.

and make this trigger:
EVENTS:every 0.1 seconds of the game
CONDITIONS: ---
ACTIONS: Move 'backpack' instantly to position of 'hero'
#3
RamzaMake a hero with model: none and no shadow.

and make this trigger:
EVENTS:every 0.1 seconds of the game
CONDITIONS: ---
ACTIONS: Move 'backpack' instantly to position of 'hero'
Alright, I'll try that. :D
#4
Ah, it worked. I couldnt make a unit have no model, but I made it really tiny. I also had to get rid of the collision size. Thank you. :D
#5
NP.
To make the model invisible, hold shift while pressing the scaling value, then u can fill in '0' or go to model and then custom and fill in a word or number or anything
#6
RamzaNP.
To make the model invisible, hold shift while pressing the scaling value, then u can fill in '0' or go to model and then custom and fill in a word or number or anything
Ah, ok, thanks. I made the model an arrow and then made its move height -1 instead. :D