System Hero and Creep Revive, Item Combiner 2

SD_Ryoko

Ultra Cool Member
Reaction score
85
Ryoko's Hero Tavern
This demo map sells heroes from a tavern. You can use random, repick, and all random.

YOU MUST add every custom hero to gameplay constants. You can delete everything that is already there.

Techtree - Dependancy Equivelants - Hero : ADD ALL HERE.
Techtree - Dependancy Equivelants - Alter: ADD ZONE INDICATOR.

Neutral Vehicle Loading]

This demo map helps you make cars for your map and cars you can steal.

-You need all the triggers.
-You need the two custom abilities.
-Your passenger unit must have the custom loading ability.
-Your vehicle must have all four abilities the tank has, including the custom cargo ability.

Ryoko Heroes, Creeps, and Items

Item Combiner
Shows how to combine charged items into one inventory slot. For example, it will combine potions with 5 charges each, into a potion with 10 charges.

Hero Revive
Revives heros using a timer window, local variables, and based on hero level.

Creep Revive
Revives creeps after x seconds, in the exact original location, and original type.

Hero Morph
Shows how to 'morph' heroes into a different hero when they level.

Item Attachments
The Claws of Attack +9 in the center has a model effect. It attaches a sword to the left hand of the hero. It has the 'Sword Effect' ability.

Spell Casting Tower
The tower in the center is a chain lightning tower. This shows how to make a tower cast spells on units. Notice, the attack cooldown is slightly less than the abilities cooldown, and the ability requires 0 mana. A trigger controls its behavior.

Imported Unit Models
This map has an import model, the Ice Infernal. Note the import paths were provided in the ZIP file, and I used it on a Rock Golem.

Elevators and Footswitches
-A simple up-and-down Elevator Example
-How to use Elevators as Stairs
-An example footswitch that kills all units

Teleporter
A simple one way teleporter with special effects.

Ryokos' Multiboard
Also has a simple multiboard that displays a force icon, player name, and kills.

Senkins' Multiboard
This is the multiboard used in Senkins tutorial. Download this if you came from the tutorial.

.
 

Attachments

  • Ryoko Heroes, Creeps, and Items 2.w3x
    229.2 KB · Views: 22,929
  • Senkins Multiboard.w3x
    218.8 KB · Views: 12,915
  • Ryoko Hero Tavern.w3x
    24.4 KB · Views: 14,918
  • Ryoko Vehicle Load.w3x
    13.8 KB · Views: 7,055
H

Hurricane

Guest
There's one bug on your map Ryoko Vehicle Load.w3x ...when you unload the car if you move him the control won't change to neutral passive...yuo can fix it by changing the event "finish cast a ability" to "being casting a ability"...
 
I

icinchy1

Guest
Thanks

hey guys, just wanted to say thanks for this, it was really helpful
 
B

butters132

Guest
how would you make it so that when you repick you don't have to choose a hero?
 

Drunken_God

Hopes to get back into Mapmaking with SC2 :)
Reaction score
106
Ryoko's Hero Tavern
This demo map sells heroes from a tavern. You can use random, repick, and all random.

YOU MUST add every custom hero to gameplay constants. You can delete everything that is already there.

Techtree - Dependancy Equivelants - Hero : ADD ALL HERE.
Techtree - Dependancy Equivelants - Alter: ADD ZONE INDICATOR.

Neutral Vehicle Loading]

This demo map helps you make cars for your map and cars you can steal.

-You need all the triggers.
-You need the two custom abilities.
-Your passenger unit must have the custom loading ability.
-Your vehicle must have all four abilities the tank has, including the custom cargo ability.

Ryoko Heroes, Creeps, and Items

Item Combiner
Shows how to combine charged items into one inventory slot. For example, it will combine potions with 5 charges each, into a potion with 10 charges.

Hero Revive
Revives heros using a timer window, local variables, and based on hero level.

Creep Revive
Revives creeps after x seconds, in the exact original location, and original type.

Hero Morph
Shows how to 'morph' heroes into a different hero when they level.

Item Attachments
The Claws of Attack +9 in the center has a model effect. It attaches a sword to the left hand of the hero. It has the 'Sword Effect' ability.

Spell Casting Tower
The tower in the center is a chain lightning tower. This shows how to make a tower cast spells on units. Notice, the attack cooldown is slightly less than the abilities cooldown, and the ability requires 0 mana. A trigger controls its behavior.

Imported Unit Models
This map has an import model, the Ice Infernal. Note the import paths were provided in the ZIP file, and I used it on a Rock Golem.

Elevators and Footswitches
-A simple up-and-down Elevator Example
-How to use Elevators as Stairs
-An example footswitch that kills all units

Teleporter
A simple one way teleporter with special effects.

Ryokos' Multiboard
Also has a simple multiboard that displays a force icon, player name, and kills.

Senkins' Multiboard
This is the multiboard used in Senkins tutorial. Download this if you came from the tutorial.

.

I've got an idea for improvement:
Limit the heroes in your hero tavern map to 1 and if they repick limit it to old limit + 1
 

Rommel

New Member
Reaction score
13
Great job, my love...Iam going to use all of ur wonderful systems in my map "Battle of mount Hyjal.."..Thank you very much...and keep up your good job <3
 
J

Joppez

Guest
I used your tutorial for making hero revive ->
http://world-editor-tutorials.thehelper.net/revive.php

and now i have 2 problems when i try to test my map.
1: call TimerDialogDisplayForPlayersBJ( true, WINDOW, GetOwningPlayer(OURHERO) )
it says: expected a function name. so what must i change here?

2: call ReviveHeroLoc(OURHERO, GetRectCenter(GetdieheroRect()), true )
diehero is here the name of my region. now it says: Expected a name

what must i change here?
 
R

ryukolink

Guest
yes but how would spawn new creeps after they died? I dont want to use a timer on mine, and how would you set them to spawn initially after a certain interval..

(e.g. I want no creeps to be there in the beginning then after 5 minutes creeps to spawn for the FIRST TIME and only once , when they are killed I want them to respawn after a certain interval too)
 

SerraAvenger

Cuz I can
Reaction score
234
Item Combiner
Shows how to combine charged items into one inventory slot. For example, it will combine potions with 5 charges each, into a potion with 10 charges.

I think my Item stacker will do better there, as it allows for individual settings for each item Instead of just some global settings. Good work, though
 

BANANAMAN

Resident Star Battle Expert.
Reaction score
150
Does any one know how to make this show a timer only to the owner of the dead unit?


Code:
Revive Hero
    Events
        Unit - A unit Dies
    Conditions
        ((Triggering unit) is A Hero) Equal to (==) True
        ((Owner of (Dying unit)) slot status) Equal to (==) Is playing
    Actions
        Custom script:   local timerdialog WINDOW
        Custom script:   local integer HEROWAIT
        Custom script:   local timer OURTIMER
        Custom script:   local unit OURHERO
        Custom script:   set OURHERO = GetDyingUnit()
        Custom script:   set HEROWAIT = ( GetHeroLevel(OURHERO) * 5)
        Custom script:   set OURTIMER = CreateTimer()
        Custom script:   call StartTimerBJ( OURTIMER, false, ( I2R(HEROWAIT) ))
        Custom script:   call CreateTimerDialogBJ( OURTIMER, GetPlayerName(GetOwningPlayer(OURHERO)) )
        Custom script:   set WINDOW = GetLastCreatedTimerDialogBJ()
        Custom script:   call TimerDialogDisplayForPlayerBJ( true, WINDOW, GetOwningPlayer(OURHERO) )
        Custom script:   call PolledWait( HEROWAIT )
        Hero - Instantly revive (Dying unit) at ((Owner of (Dying unit)) start location), Show revival graphics
        Custom script:   call PanCameraToTimedLocForPlayer( GetOwningPlayer(OURHERO), GetUnitLoc(OURHERO), 0.60 )
        Custom script:   call DestroyTimerDialog(WINDOW)
 

Ayanami

칼리
Reaction score
288
Hmm, here's a suggestion for the repick command.

Code:
Player Group - Pick every player in (Player group((Triggering player))) and do (Actions)
    Loop - Actions
        Trigger - Turn off (This trigger)

Maybe add this code so that a player cannot keep on repeating the repick command. Or else, a player could keep on repicking heroes. Just a suggestion =D
 

Dameon

"All the power in the world resides in the eyes"
Reaction score
127
Your makeing the same mistake I did at first, read the rules of this section before you post, you have to remove all the leaks from your triggers and I found a few that leak, if you look around this forum there is a program that will tell you what is leaking and how to fix it. (If you can't find it just post and I will find the link.)
 
G

GabrielGray.

Guest
Revive Location Q

I've read the tutorial on the reviving heroes trigger, but I don't understand how to change the location that the heroes revive in. What do I have to change in this to make the heroes revive at a region?

call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true )

Thanks in advance for any help! :)
 

trb92

Throwing science at the wall to see what sticks
Reaction score
142
call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true )
Change the bolded part to gg_rct_RegionName
So, for example, if you had a region called "Revive", your line would look like this
call ReviveHeroLoc(OURHERO, GetRectCenter(gg_rct_Revive), true )
 

millzy

Ultra Cool Member
Reaction score
44
i cant open the first tuturial
i dl it then it says thay frozen throne disk isent in....
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol
    +1
  • The Helper The Helper:
    The recipe today is Sloppy Joe Casserole - one of my faves LOL https://www.thehelper.net/threads/sloppy-joe-casserole-with-manwich.193585/
  • The Helper The Helper:
    Decided to put up a healthier type recipe to mix it up - Honey Garlic Shrimp Stir-Fry https://www.thehelper.net/threads/recipe-honey-garlic-shrimp-stir-fry.193595/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top