• 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.

Dungeons like TEVE?

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
Hi guys i am working on a system that when you killed the boss of the dungeon you will go to a specific room and items will be given there is that possible? thanks :) can i ask for trigger or map?
 
Level 10
Joined
Jan 20, 2011
Messages
492
Legendary, my old project destroyer has a similar system to Teve dungeon loot drop. It is not really great coding, but it is basic and I'm sure you can modify it so that it drops one to people, and change it up to your liking.

All your really have to do is put all the items in an array, and do a loop so that it randomly shuffles between the list of item numbers. It's ok if you don't have a look, but just a suggestion to help.

http://www.hiveworkshop.com/forums/map-development-202/destroyer-remake-221309/
 
Level 13
Joined
Jun 3, 2011
Messages
1,058
Legendary, my old project destroyer has a similar system to Teve dungeon loot drop. It is not really great coding, but it is basic and I'm sure you can modify it so that it drops one to people, and change it up to your liking.

All your really have to do is put all the items in an array, and do a loop so that it randomly shuffles between the list of item numbers. It's ok if you don't have a look, but just a suggestion to help.

http://www.hiveworkshop.com/forums/map-development-202/destroyer-remake-221309/

Thanks :)
 
Status
Not open for further replies.
Top