• 0

    posted a message on [Revived!] Map Night
    Quote from TheAlmaity: Go

    Map Night is starting! Get on people!

    How do I join in on this? :)

    Posted in: General Chat
  • 0

    posted a message on Campaign Units/Importing heros

    Sup everyone, I'm hit a real big issue here! I'm trying to add heros into my map (Kerrigan etc will do perfectly) however I cannot get them, they are under the SC2 Liberty Campaign thing on data etc arn't they and I don't seem to have this in hte data editor etc or anything. I'm wondering is this because I havn't completed the campaign? Is there a way around it?

    Also, I have download a Heros pack (http://www.sc2mapster.com/maps/specters-hero-pack/) I'm wondering, how do I transfer the models over? I've copied the data over to my map however the units have no models and thus cannot do anything.

    Thanks for any help!

    Posted in: Project Workplace
  • 0

    posted a message on LotR Custom Maps?

    I've uploaded the map so far. It needs beta testing to balance the prices of buildings etc, also there are no heroes yet.

    Anyone that remembers the old map try mine out and tell me if I've forgotten anything from the BFME version!

    Posted in: Project Workplace
  • 0

    posted a message on [Trigger + General] Ringwars
    Quote from Grogian: Go

    @Peetahh: Go

    You can modify max food in the "Race" tab of the data editor.

    Drag a box around where the hero is and you'll select it.

    That's what I thought, but it still didn't select it :S

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Trigger + General] Ringwars

    Also, bacically the hero I made cocked up, ingame it shows as a a white egg on the floor which can't do anything, I would like to delete it however I can't select it on the map editor!

    Is there a way to list all the units on the map or something?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Trigger] Healing Aura / Fountain of Health

    Unit - Set (Picked unit) Life to (((Picked unit) Life (Current)) * 1.05)

    Surely that increases the units life by 5% of there current life, not 5% of there default life.

    Thanks for the script anyway!

    Posted in: Tutorials
  • 0

    posted a message on [Trigger + General] Ringwars
    Quote from Demolion: Go

    @Peetahh: Go

    "Stats - Supplies" is a property in the "Units" section of the data editor. It will be something negative to start with, since the units are removing supply.

    Thanks, but insted I just put the maximum amount of troops up to 30000 so I don't have to go through each one.

    I'm just wondering is there somewhere where I can download heros with all of the models, spell icons etc so I don't need to make each one :)

    Posted in: Miscellaneous Development
  • 0

    posted a message on Looking for European, ASIAN publisher.

    <- English

    Posted in: Team Recruitment
  • 0

    posted a message on LotR Custom Maps?

    I'm working on building a Ringwars style map.

    Making it as similar as possible, however as there isn't fixed build places I've put one of each command center down, same layout, big scary monster in the middle to start. Different buildings will get you different heros (Looking for some to download to save me time :D)
    Killing units will get you money of course, no supply limit. I've also put bacically an unlimited supply of Vespene + Minerals as you can't get farms etc to get money.

    I'm no-where near finished but I'll post in here when I have a beta ready and playable :)

    Posted in: Project Workplace
  • 0

    posted a message on [Trigger + General] Ringwars
    Quote from Demolion: Go

    @Peetahh: Go

    1) I'm assuming your super monster is placed at Point 001 when the map starts? If so you can simply set your kill trigger to kill a value from the list in the action. If not, create a global variable of type unit and save the super monster to it when it spawns, then kill the unit of the value in the variable after 1 minute.

    2) I'd suggest using the data editor over triggers for this. Create two effects, 'Healing Aura (Heal)' of type "Modify Unit" with "Effect - Vitals +" set to "(0|0|0):(0.05|0|0)" (this will heal 5% of the units health), and 'Healing Aura (Search)' of type "Search Area". Set the area to have the desired radius and the effect to 'Healing Aura (Heal)'. Then create a behaviour 'Healing Aura (Behavior)' of type "Buff" with "Effect - Effect - Periodic" set to 'Healing Aura (Search)', "Stats - Duration" set to "-1.0000" and "Stats - Period" set to "1" (or whatever you want to tick frequency to be). Then give this behaviour to your healing fountain/main base in the "Behavior - Behaviors +" section of the unit. For clarities sake the attached map has this behaviour on a medivac.

    3) Set the "Stats - Supplies" of all units to "0".

    4) Use an event which will fire when the building is built, e.g. "Unit Is Created" event with ability set to whatever the build ability of you map is. Use a condition to check if it's of one of the types that should spawn a hero and if it is spawn a hero next to it with a "Create Units With Default Facing" action, setting the player to "Owner of (Created Unit))".

    Just trying this out! Thanks.

    For #3 who do I do this, like where is the option to do it for all units, is it a trigger on map start?

    Edit:

    Ok, I've worked out how to kill the person in the middle.

    I've worked out how to spawn heros when a building spawns

    The well is working. Just need help on #3 :)

    edit 2: Is there a place to download some pre-made heros so I don't need to make my own? :D

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Trigger + General] Ringwars

    Ok, to start of with I have NO experience in any map making programs, this is my first try.

    Here's what I'm creating;
    If any of you played Battle For Middle Earth online you may have played the map Ringwars? Up to 8 players, 2v2v2v2, can build some stuff from every class and bacically have a massive fight. Resources for killing troops, in the middle there was a Balrog which died after 1 minute or so.

    I'm trying to create a Starcraft 2 version of this.

    I've got the basic layout, obviously the left would be the same but for now I've just done the right :P
    http://i183.photobucket.com/albums/x92/OoOpeterOoO/Terrain001.jpg

    I've read through some tutorials etc. I know how to create a Super Monster to put in the middle, I tried using triggers to kill it, I've deleted it now as it didn't work but I tried putting a point in the center and for the trigger it was kill unit closest to this point after 1 minute game time and it didn't work.

    Secondly, I was thinking about a healing well in everyones spawns so they can run back and heal. There was a Tut on it but when I used that one I got syntax errors. http://forums.sc2mapster.com/development/tutorials/937-trigger-healing-aura-fountain-of-health/#p7

    Thirdly, How can I increase the max amount of troops allowed, 200 is the limit and I'd like an unlimited limit!

    Finally, I would like heros to spawn when you build certain buildings (which will cost more then normal) do I need to do this with triggers, if so how?

    You've probably read through this and facepalmed during the whole thing because it's all so simple... right? :D

    Thanks <3

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.