Item set help

Joined
Oct 2, 2006
Messages
7
Reaction score
0
okay, so i have it so when a unit dies it respawns. Also i have it so when u kill a unit an item drops. See this is the trouble, when my unit respawns it doesn't, the newly created unit doesn't drop any items. plz can anybody tell me so the newly created unit also drops items too.
 
Joined
Oct 2, 2006
Messages
7
Reaction score
0
see i am having an orpg u barely get any items on the map, because the newly respawned units don't drop items, and it is a 10 player game so u need items, i have tried everthing but it seems only a trigger will work
 

Octopor

your whole family is made of meat
Joined
Nov 28, 2003
Messages
2,043
Reaction score
2
We'll need to see the triggers you have both for the unit to drop items and for the unit to respawn.
 
Joined
Oct 2, 2006
Messages
7
Reaction score
0
Units respawn trigger

Actions
Unit-A unit owned by Neutral Hostile Dies

Conditions

(triggering unit) is a structure) equal to false
(triggering unit) is a summoned) equal to false

Actions

Wait 10.00 seconds
Unit-Create 1 (unit-type of (triggering unit) for neutral hostile at position of triggering unit facing defualt building facing degrees



I don't have a item drop trigger, i just have it so i double click on units, and select what item they drop from an item table
 

Dream_Walker

BattleForums Senior Member
Joined
Feb 20, 2005
Messages
1,924
Reaction score
0
Location
Arcanum
Just manually do the drop triggers. Such as for high level items dropping from high level monsters, try it like this:

A unit dies

Random Number between 1-100 less than or equal to 5 (5% to drop)
Level of (Dying unit) equal to [x]

Create 1 [Item] at location.
 

Octopor

your whole family is made of meat
Joined
Nov 28, 2003
Messages
2,043
Reaction score
2
I don't have a item drop trigger, i just have it so i double click on units, and select what item they drop from an item table
This is your problem, the original units will be the only ones to drop items because when units are created they don't come with any items to drop.
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
Just manually do the drop triggers. Such as for high level items dropping from high level monsters, try it like this:

A unit dies

Random Number between 1-100 less than or equal to 5 (5% to drop)
Level of (Dying unit) equal to [x]

Create 1 [Item] at location.
Yeah, but this trigger is too generic for what if he had 4 monsters with the same level and they needed to drop different items? You can kill the Level of (dying unit) line and replace it with the type of unit it is.
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
No problem, keep posting problems or whatever as they develop.
 

NewPosts

New threads

Top