HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Alchemy Spell

11-13-2003, 10:25 PM#1
KurupteD.
Has anyone played enfos and used the empaths spell alchemy witch makes a random item right infront of her to be used by anyone who grabs it? Well I need a spell like that for my rpg, if anyone knows how to do it, or if theirs a tutorial anywhere id be glad to know, thx.
11-13-2003, 10:59 PM#2
Hunter0000
Easy

Make an item array that has all the items you want to possibly come out

make a dummy spell (roar might be good for this one)

Trigger

E
Unit uses an ability
C
Unit = (your hero)
Spell being cast = (your spell)
A
Create random item from item array at postion of casting unit

NOTE!
Im not sure about using an array, you might have to use an item table, but it doesn't really matter

Whala

Your new spell!