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

Quest Kills

Status
Not open for further replies.
Level 6
Joined
Dec 9, 2008
Messages
233
Hy, i have a lesser problem.

I wanna to, when you kill (etc, Bandit), your quest gets update by message: now killed 2/5 bandit, on next bandit kill 3/5 bandits,...

I made part of this trigger, but i cant figure out how to add +1 string when you kill that one bandit.
 
Last edited:
Level 12
Joined
Mar 16, 2006
Messages
992
Change Quest Requirement Description.
Quest - Change the description of ______ to "string 1" + "string 2".

String 1 being an integer converted to a string(kill count), with string 2 being "/# Units Killed". Adjust as necessary.

A unit dies. Attacking unit has quest. Dying unit is = to Unit in quest. +1 (kill count). Change description & display message.
 
Level 6
Joined
Dec 9, 2008
Messages
233
but i cant set variable for bandit.. i dont know why but only in unit-type variable i can choose bandit, but its now the same and i cannot choose him in triger event...?
 
Level 6
Joined
Dec 9, 2008
Messages
233
aha...integer..ok

EDIT1:


will this work?

EDIT2:
omg it didnt displayed the image..
 
Last edited by a moderator:
  • Angry
Reactions: Rui
Status
Not open for further replies.
Top