Page 13 of 17 FirstFirst ... 3 11 12 13 14 15 ... LastLast
Results 181 to 195 of 244

Thread: Map Making Help Centre

  1. #181
    Administrator Cen's Avatar
    Join Date
    Sep 2006
    Location
    Slovenia
    Age
    32
    Posts
    15,685
    Blog Entries
    2

    Bug

    Ok, show you map making skills and answer me this bug:

    1. This is the strangest thing ever. Open the empty map with only bugged trigger and check it out. Pic explains you the problem.
    image: [url]http://www2.arnes.si/~kferja2/trigger.jpg[/url] (wtf xpam didn't want to upload gosh)
    map: [url]http://www2.arnes.si/~kferja2/triggerbug.w3x[/url] (wtf xpam didn't want to upload gosh #2)


    2. What format of song do I need so w3 can play it (can it be mp3?)

    Undefeated Mad Balls Arena champion

  2. #182
    Registered User
    Join Date
    Jun 2007
    Posts
    4
    Hi gus, I'm making my first TD, and i have done all the work with the trigers like spawning and other stuff. Its going pretty well, but i have a question. How can i make that a player cant build a structure at certain point? The way i know is to change the pathing requierments, but my point is different. Imagine its all grass, but you can build somewhere and other places - you cant. I dont want to cange the terrain to not buildable it should be all the same so if there some trigger i can do it - to forbid building in a region it is gonna be best.
    Last edited by sprocker; 8th October 2007 at 05:03 PM.

  3. #183
    Administrator Cen's Avatar
    Join Date
    Sep 2006
    Location
    Slovenia
    Age
    32
    Posts
    15,685
    Blog Entries
    2
    Hmm, I will tell you only one way, how to do this (it's not the best one probably):

    event: Unit enters region X
    conditions: Unit type of triggering unit equal to tower X
    action: Kill triggering unit
    Add (xxx gold<----as much as the tower costs) to owner of triggering unit.

    In that case player won't lose any gold and the tower won't be built...There is probably more simple way, so don't make you life harder and wait for others if they have better solution

    Undefeated Mad Balls Arena champion

  4. #184
    Registered User
    Join Date
    Jun 2007
    Posts
    4
    Yeah i though of this but as you said i dont like this way and im trying to find something better. For now i had made the creeps to be unvulnerable untill they leave their spawn regions but thats not verry good either. thanks anyway

  5. #185
    Retired Moderator ShadoWbg's Avatar
    Join Date
    Jul 2006
    Location
    Plovdiv, Bulgaria
    Age
    32
    Posts
    434
    Quote Originally Posted by klemen View Post
    event: Unit enters region X
    conditions: Unit type of triggering unit equal to tower X
    action: Kill triggering unit
    Add (xxx gold<----as much as the tower costs) to owner of triggering unit.
    Quote Originally Posted by sprocker View Post
    How can i make that a player cant build a structure at certain point? The way i know is to change the pathing requierments, but my point is different. Imagine its all grass, but you can build somewhere and other places - you cant. I dont want to cange the terrain to not buildable it should be all the same so if there some trigger i can do it - to forbid building in a region it is gonna be best.
    Well if you dont want to waste a players time to build and to destroy his/her/ tower you can do someth like this...

    ShadoWbgs Stupid idea xD
    Events
    Unit - A unit Begins construction
    Conditions
    Actions
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    If - Conditions
    (Region 000 <gen> contains (Constructing structure)) Equal to True
    Then - Actions
    Game - Display to (Player group((Owner of (Constructing structure)))) the text: You cannot build he...
    Unit - Kill (Constructing structure)
    Player - Add [Cost of Tower] to (Owner of (Constructing structure)) Current gold
    Else - Actions

    Its same as your and klemens ideas, but i am not sure if Unit Enters Region will work.... what the heck give it a try ...sry for dissapointing you guys but i havent been using the editor for ages xD
    To contact me in the server: ShadoW.bg
    Hidden Text click here to show



  6. #186
    Registered User
    Join Date
    Jun 2007
    Posts
    4
    Quote Originally Posted by ShadoWbg View Post
    Well if you dont want to waste a players time to build and to destroy his/her/ tower you can do someth like this...

    ShadoWbgs Stupid idea xD
    Events
    Unit - A unit Begins construction
    Conditions
    Actions
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    If - Conditions
    (Region 000 <gen> contains (Constructing structure)) Equal to True
    Then - Actions
    Game - Display to (Player group((Owner of (Constructing structure)))) the text: You cannot build he...
    Unit - Kill (Constructing structure)
    Player - Add [Cost of Tower] to (Owner of (Constructing structure)) Current gold
    Else - Actions

    Its same as your and klemens ideas, but i am not sure if Unit Enters Region will work.... what the heck give it a try ...sry for dissapointing you guys but i havent been using the editor for ages xD
    I actually meant that i now use your trigger with "a unit beggins construction" but i dont like it. It really wastes player time. The thing i really want is, the player see a red instead of green beneath his tower(before building it) and he cant place it there. As if its on the path.

  7. #187
    Administrator Cen's Avatar
    Join Date
    Sep 2006
    Location
    Slovenia
    Age
    32
    Posts
    15,685
    Blog Entries
    2
    In that case you will probably have to make unbuildable terrain...like rocks..

    Also you should look at stronghold maps.

    Undefeated Mad Balls Arena champion

  8. #188
    Registered User
    Join Date
    Jun 2007
    Posts
    4
    Quote Originally Posted by klemen View Post
    In that case you will probably have to make unbuildable terrain...like rocks..

    Also you should look at stronghold maps.
    I dont want to change the terrain cause it looks great as it is. I will look the stronghold map as u said.

  9. #189
    nice idea to start this treat...
    here is my qeustion:
    i want to create an leaderboard with 2 teams (6X2) with starting value 200
    how.. i tried to build it but.. it says 100 but after a unit enters a circle the value become 0 (the circle has an region if neutral hostile enters it then -1 for team 1)

  10. #190
    Retired Moderator ShadoWbg's Avatar
    Join Date
    Jul 2006
    Location
    Plovdiv, Bulgaria
    Age
    32
    Posts
    434
    Quote Originally Posted by Marcotjuhhhhh View Post
    nice idea to start this treat...
    here is my qeustion:
    i want to create an leaderboard with 2 teams (6X2) with starting value 200
    how.. i tried to build it but.. it says 100 but after a unit enters a cle the value become 0 (the cle has an region if neutral hostile enters it then -1 for team 1)
    Do you need leaderboard or multiboard?
    Leaderboard mean player have some value too...

    And on multiboard you have all sorts of possiblities...?
    wich of the both you need and if i recall correct in
    leaderboard you can't hide players values ... i might be wrong tho have opened editor in long time
    To contact me in the server: ShadoW.bg
    Hidden Text click here to show



  11. #191

    Post

    well actuly i am want to build 2 boards.
    a board (leaderboard) for 2 teams same thing as in (costum hero line)
    and i want a multiboard that if an admin (from my admin mod on map)
    only the one who logged in can be seen as
    admins: logged in
    <name> yes
    (if another admin from my admin mod log in)
    <name> yes
    (there will be no no only the name is there if you log in)

    and for leaderboard:
    team:
    team 1 lives: <amount>
    team 2 lives: <amount>
    when a unit of neutral hostile is entered, it dies and do -1 for that current team.. there are 2 sides so neutral hostile will been send from 2 sides.
    enough information?

  12. #192
    AJalex
    Guest
    create an intreger for the leadboard and set it to the amount of lifes you want ... and when a creature enters the desired location set the intreger -1 and make all that on the leadboard


    for more tutorials (kewl ones) go to [url]www.thehelper.net[/url]

  13. #193

    i know now

    yes i knew i was doing something wrong, i wasnt very good at variables now i know what that is =),
    i got another question, i have been looking on the helper.net forums and i found an demo map for costum skills for hero's. i want the same but a little diffrent. you have to type \learn <skillname> and for next level \upgrade skillname and it is already chosen it says: that skill is already chosen.
    you still need skillpoints from hero's. another way i want is like the custom hero line wars map, choose the item with desired skill, go to finish region and there you go. HOW?
    EDIT: after few weeks of relearning this stuff,, i already know this xD if you need help, ask me
    Last edited by Marcotjuhhhhh; 6th December 2007 at 09:28 PM.

  14. #194
    IOwnYouAll
    Guest
    [url]http://eurobattle.net/showthread.php?t=38435[/url]

    there is already one

  15. #195
    Banned I'm here for some weeks and I already got banned...I'm such a jerk!

    Join Date
    Feb 2008
    Location
    Promised Land
    Posts
    219
    Yeah, i know.. But this is update..

    Cus that old topic is maked bad..
    So i maked this one!
    Whit all context,
    we can just continue here.
    Last edited by imba.AOE; 24th February 2008 at 04:25 PM.

    Signature made by Spartan. Thanks dude!

    P.S. Finaly, i'm here and i will stop whit flaming, insulting, etc..

Page 13 of 17 FirstFirst ... 3 11 12 13 14 15 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Affiliates