• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

RPG HELP- ITEM HELP

Status
Not open for further replies.
Level 2
Joined
Dec 24, 2004
Messages
6
I need help with being only allowed 1 item type and class specific items please. :wink: I also need help random item drops for specific areas in my map. Any and all help will be appreciated. :D :D
 
Level 16
Joined
Sep 3, 2004
Messages
2,086
Who knew bumping was legit?

Anyways, you just have to do this, with a variable
Unit acquires an item.
Conditions
ItemCheck=True
Actions
Set Itemcheck=False
Drop item being manipulated
If Hero has item of type of item being manipulated
Then- Give text message: ONLY 1 ITEM ALLOWED
Else- Give Item being manipulated to triggering unit.
Set ItemCheck=True

For the items, make it fire when they die, and a chance. Then give them a random level X item. Just set all desired items to level X
 
Level 2
Joined
Dec 24, 2004
Messages
6
thanx a bunch, it was a little unclear at first, but i got it.. im trying to be good with all types of triggers to make a awesome map. but, i dont got a very good idea lol.. any suggestions?
 
Status
Not open for further replies.
Top