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

What's wrong with my map? (About quest)

Status
Not open for further replies.
Level 1
Joined
Sep 30, 2012
Messages
7
I just created a map. (4 player)
Link:
Code:
http://www.mediafire.com/?ihmfe5un1ofs836
And it work with player Red and do not work for other players?
I don't know why? Help me. please?
_________________
I'm sorry, i'm not good at english. :|
 
Level 12
Joined
Sep 11, 2011
Messages
1,176
I just created a map. (4 player)
Link:
Code:
http://www.mediafire.com/?ihmfe5un1ofs836
And it work with player Red and do not work for other players?
I don't know why? Help me. please?

tell me more about this ? what really happened ?

I'm sorry, i'm not good at english. :|
it's okay, we're all not good at english here :) nobody is perfect
 
Level 1
Joined
Sep 30, 2012
Messages
7
i don't know how to post a trigger , so i upload my map file. My map has a quest. I wanna it works with 4 player. I've tested and it works only with red player. :|
 
Level 12
Joined
Sep 11, 2011
Messages
1,176
i don't know how to post a trigger , so i upload my map file. My map has a quest. I wanna it works with 4 player. I've tested and it works only with red player. :|

i've downloaded your map and i think the problem is this:

  • Set Hero_Quest = (Hero manipulating item)
  • Set Player_Quest = (Owner of Hero_Quest)
now if Hero of player 1 picks up Alleria Flute of Accuracy, Player 1 will be the one who could do the quest.. later if Hero of player 2 pick up the item as well, then the Hero_Quest would be overwritten to Hero of player 2 and now player 2 is the one who could do the quest.. get it ?
 
Level 1
Joined
Sep 30, 2012
Messages
7
If a unit buy this item, mark quest(i have created a undiscovered quest) as discorved for owner of this unit. I think it's no wrong, right?
 
Level 12
Joined
Sep 11, 2011
Messages
1,176
If a unit buy this item, mark quest(i have created a undiscovered quest) as discorved for owner of this unit. I think it's no wrong, right?

i see, now i have another question..

what do you want the quest be ?

Option 1 :
Player 1 red kills a footman
footman killed = 1
Player 2 blue kills a footman
footman killed = 1
Player 2 blue kills a footman
footman killed = 2
Player 1 red kills a footman
footman killed = 2

Option 2 :

Player 1 red kills a footman
footman killed = 1
Player 2 blue kills a footman
footman killed = 2
Player 2 blue kills a footman
footman killed = 3
Player 3 teal kills a footman
footman killed = 4

i meant, was it an individual quest or a party quest ?
 
Level 1
Joined
Sep 30, 2012
Messages
7
I mean I want to create a quest that each player must receive this quest from a quest giver. The first requirement of this quest is to kill the 10 footmans. And then return to speak with quest giver to complete the quest.

Who can help me??? :((
 
Status
Not open for further replies.
Top