Warcraft III Clan PW
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Map map map map

2 posters

Go down

Map map map map Empty Map map map map

Post  Lord Kidpaler IV Fri Jul 02, 2010 2:11 pm

How do you make quests?... i cant figure out how so can you put down the trigger of how to do a report to quest and a killing stuff quest?
Lord Kidpaler IV
Lord Kidpaler IV

Posts : 143
Join date : 2010-05-10

Back to top Go down

Map map map map Empty Re: Map map map map

Post  Azrooh Sat Jul 03, 2010 4:17 pm

Use a method of your choice to 'talk' to the NPC (ability, region, whatever)

Set a boolean variable to true, indicating you have the quest. If you want the quest to be only for one player, use an array

Send a game message indicating you have the quest.

Optional: Create something in the quest menu. Theoretically you could create them at init and locally unhide them, but this may cause server splits.

Set an integer variable to 0 and use it as your quest tracker, turn on a trigger that sets it to variable + 1 and displays a game message every time you kill a creature of the type(s) you want. Again, you can set arrays for this if you want them to do the quest independantly.

Use a method of your choice to check if the variable is at 15. You can do this through an ability, a chat message, stepping into a region, or a timed event. If true, display a game message telling him to go to the quest giver. Turn on a 'quest finished' trigger (you'll need booleans instead of turning on the trigger if you want people to do it independently)

Repeat step one. Rig it so the quest is completed and the heroes recieve the rewards.

(Optional and a bit advanced for you I'd guess: Make a custom quest system that allows you to view what quests you have. The default quest thing is better suited for credits and info than quests because you can't display info to only one player without risk of desync).
Azrooh
Azrooh

Posts : 36
Join date : 2010-06-15
Location : Omaha

http://vofproductions.co.cc

Back to top Go down

Map map map map Empty Difficulty choosing through Dialog Buttons

Post  Lord Kidpaler IV Fri Jul 23, 2010 10:37 am

How do you make it so when you click easy medium etc that the units are set to that difficulty?
Lord Kidpaler IV
Lord Kidpaler IV

Posts : 143
Join date : 2010-05-10

Back to top Go down

Map map map map Empty Re: Map map map map

Post  Azrooh Sat Jul 24, 2010 4:19 am

You can do it through handicaps or upgrades.
Action - Set Level of Upgrade for Player
Action - Set Handicap for Player

Might not be the exact names, I don't have the WE open at the moment.
Azrooh
Azrooh

Posts : 36
Join date : 2010-06-15
Location : Omaha

http://vofproductions.co.cc

Back to top Go down

Map map map map Empty Re: Map map map map

Post  Lord Kidpaler IV Sat Jul 24, 2010 11:36 am

TY
Lord Kidpaler IV
Lord Kidpaler IV

Posts : 143
Join date : 2010-05-10

Back to top Go down

Map map map map Empty Re: Map map map map

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum