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

Help

Status
Not open for further replies.
Level 3
Joined
Aug 12, 2008
Messages
27
Im working on a AoS and RPG hybrid and i need suggestions
(i.e. Quests, Spells, and ANYTHING u want)
Also can someone tell me how to import spells im really confused on doing stuff like that. And i plan to release the Beta of my map on Halloween can anyone volunteer to host or tell me how to host? (I have Windows Vista Business, my laptop is a Dell Inspiron 8600, and i have a linksys router and 3 other people are using the same router). Also can someone do like a picture for my map? Also i have JASS NewGen so if your idea involves a JASS script thatll be good! And can someone tell me the how to make it so that after the Event happens the Action is to kill every unit in a certain region. If you need my map to do whatever just give me your e-mail and ill send you my map.
Help would be greatly appreciated!
 
Level 3
Joined
Feb 13, 2008
Messages
65
Im working on a AoS and RPG hybrid and i need suggestions
(i.e. Quests, Spells, and ANYTHING u want)

First off, the correct forum for suggestions is the Idea Factory: Idea Factory - The Hive Workshop - A Warcraft III Modding Site and the Project Recruitment: Project Recruitment - The Hive Workshop - A Warcraft III Modding Site.

Note: It's helpful if you go into any of the forums I just mentioned with a vivid idea of what you want to make. Going in there right now saying "I'm making an AoS and a RPG hybrid give ideas" would be like going into a grocery store and asking for a food that has a color.
Also can someone tell me how to import spells im really confused on doing stuff like that.
Read this tutorial:
http://www.hiveworkshop.com/forums/f278/spells-importing-tutorial-19626/

And i plan to release the Beta of my map on Halloween can anyone volunteer to host or tell me how to host? (I have Windows Vista Business, my laptop is a Dell Inspiron 8600, and i have a linksys router and 3 other people are using the same router).
To do this, you need to go to your router's IP and open the Warcraft 3 ports. It's very simple, and if you are not the master of your Router you'll need to ask whoever is to do it for you because messing around in there isn't safe.
Also can someone do like a picture for my map?
Not sure if you meant for the loading screen or for the minimap, anyway, here is a link to a guide on both:
Loading Screen: World-Editor Tutorials Site
MiniMap: World-Editor Tutorials Site

And can someone tell me the how to make it so that after the Event happens the Action is to kill every unit in a certain region.
Try this:
This trigger will make it so that everyone thats an enemy of a player you pick will die in that region.
  • Event -
    • Put your Event here
  • Conditions
  • Actions -
    • Unit Group - Pick every unit in (Units in (Region You want) matching (((Matching unit) belongs to an enemy of (Player you want to not die) Equal to True))) and do Actions -
      • Unit - Kill (Picked Unit)
This will kill every unit in that region regardless of who they are
  • Event -
    • Put your Event here
  • Conditions
  • Actions -
    • Unit Group - Pick every unit in (Units in (Region You want) and do Actions -
      • Unit - Kill (Picked Unit)

Btw, next time it would help if you asked each question separately and if you actually did research on your own before asking. It took me about 10 seconds of typing into google or going to the "Tutorials" link at the top left of this page to find most of the things you needed.
 
Status
Not open for further replies.
Top