Only One Summon at a Time

Goober4473

TH.net Regular
Reaction score
7
How can I make it so that if you use a summon ability, it ends the ability if it was used before? I think Summon Misha did that, didn't it? You couldn't summon two Mishas. When you used the ability, it removed the old one and summoend a new one.
 

Squishy

You can change this now in User CP.
Reaction score
127
Couldn't you base the one you need to make off of Summon Misha then?
 

darkRae

Ueki Fan (Ueki is watching you)
Reaction score
173
Use Feral Spirit, Summon Bear, Summon Misha, or even Tornado.

If you use triggers, count the number of units of that type owned by the player, then remove it when a unit begins summoning.
 

Goober4473

TH.net Regular
Reaction score
7
The problem with detecting if the player has one already is that the summon isn't a unique hero ability. I need any given player to be able to have multiple summoners, each with their own summoned unit, limited to one summon at a time each, not overall.

But, aparently just using Summon Misha works, which is weird, since it's exactly like Summon Bear (which I used before), but with 4 levels and a differant unit.
 

Ghoulord

New Member
Reaction score
2
feral spirit works well, just lower the number of summoned units at a time to 1, then make summon cooldown longer than the summon's lifetime. that way each summoner should be able to summon 1 unit at any given time.
 
R

Rock Golem

Guest
That doesn't work for me,Infact that's why i've just joined this site.Whenever I use summon misha to base it off of ,or feral spirit for that matter,there's an animation glitch.I've got an item called a clay tablet, it summons clay golems,these clay golems are suped up clay golems,everytime i test the item with my palidan hero.The golems are summoned but there's an animation right in them(at the exact spot where they are standing) of mud golems,they stand there for a few seconds or if i move the clay golems they move with the clay golems still right on them and then go through the death animation a few seconds after the summoning.I've tried solving this problem but it seems i'd have to push ever button on the object editor:banghead:.I'm not sure where the problem is but I suspect it's at buffs.I read some threads and another guy had the same problem,as a matter of fact I think it was you ghoul lord, and they told him to switch the spell it's based off of to summon water golem,but my golems are permenent until killed or until the token is used again,it's a permenant summoning item.So if I do that I would be able to make an army of more powerful than normal mud golems,that would kill my campaign,unless the mision had a time limit I guess but i don't like those.I tried using a trigger to solve this but can't figure out how to get rid of the two old golems when I summon new ones,It's driving me nuts!:nuts:.If anybody could solve either problem I would be very very helpful,
 
R

Rock Golem

Guest
Clay tablet trouble

That doesn't work for me,Infact that's why i've just joined this site.Whenever I use summon misha to base it off of ,or feral spirit for that matter,there's an animation glitch.I've got an item called a clay tablet, it summons clay golems,these clay golems are suped up clay golems,everytime i test the item with my palidan hero.The golems are summoned but there's an animation right in them(at the exact spot where they are standing) of mud golems,they stand there for a few seconds or if i move the clay golems they move with the clay golems still right on them and then go through the death animation a few seconds after the summoning.I've tried solving this problem but it seems i'd have to push ever button on the object editor:banghead:.I'm not sure where the problem is but I suspect it's at buffs.I read some threads and another guy had the same problem,as a matter of fact I think it was you ghoul lord, and they told him to switch the spell it's based off of to summon water golem,but my golems are permenent until killed or until the token is used again,it's a permenant summoning item.So if I do that I would be able to make an army of more powerful than normal mud golems,that would kill my campaign,unless the mision had a time limit I guess but i don't like those.I tried using a trigger to solve this but can't figure out how to get rid of the two old golems when I summon new ones,It's driving me nuts!:nuts:.If anybody could solve either problem I would be very very helpful,
 
R

Rock Golem

Guest
sorry about the double post, oh one more thing, I never got any email letter to link me to the sight so how do i get email confirmation?
 
R

Rock Golem

Guest
Also I meant to say it instead of I at the end,But i can help,I'm pretty good at a lot of things in the world editor,I just can't solve this problem
 

Cloud_FF

New Member
Reaction score
5
Hmmm...

Event:
Unit Finishes (or begins, you select) the effect of an ability

Condition:
Ability being Cast equal to <your spell>

Action:
Pick Every Unit in the map and do actions:
If/Then /Else
~Condition:
Unit type of picked unit equal to <Your unit>
~Then:
Unit - Kill picked unit
~Else:
Do nothing.
 
R

Rock Golem

Guest
does the fact that it's not working have anything to do with the fact that it's an item?
 

ianu74

New Member
Reaction score
8
Don't Triple Post.... you're gonna get -rep for it...
Code:
one hero Copy 2
    Events
        Unit - A unit Spawns a summoned unit
    Conditions
        (Unit-type of (Summoned unit)) Equal to [B][U]Your unit[/U][/B]
    Actions
        Unit Group - Pick every unit in (Units owned by Player 1 (Red) matching (((Matching unit) is Summoned) Equal to True)) and do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        (Number of units in (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is Summoned) Equal to True))) Greater than 2
                    Then - Actions
                        Unit - Remove (Picked unit) from the game
                    Else - Actions
haven't tried yet... it should work
 
R

Rock Golem

Guest
WOW,that was good,it did work,but,now when I used the Item If any mud Golems of the Item bearer are still alive no other golems show up,my intent was for them to be replaced,much like feral spirit does,can this be fixed?If not I'll just put do not use while other mud golems are summoned to the field on the item
 

Knight7770

Hippopotomonstrosesquiped aliophobia
Reaction score
187
never mind I think I've got this one!

WOW,that was good,it did work,but,now when I used the Item If any mud Golems of the Item bearer are still alive no other golems show up,my intent was for them to be replaced,much like feral spirit does,can this be fixed?If not I'll just put do not use while other mud golems are summoned to the field on the item

That doesn't work for me,Infact that's why i've just joined this site.Whenever I use summon misha to base it off of ,or feral spirit for that matter,there's an animation glitch.I've got an item called a clay tablet, it summons clay golems,these clay golems are suped up clay golems,everytime i test the item with my palidan hero.The golems are summoned but there's an animation right in them(at the exact spot where they are standing) of mud golems,they stand there for a few seconds or if i move the clay golems they move with the clay golems still right on them and then go through the death animation a few seconds after the summoning.I've tried solving this problem but it seems i'd have to push ever button on the object editor:banghead:.I'm not sure where the problem is but I suspect it's at buffs.I read some threads and another guy had the same problem,as a matter of fact I think it was you ghoul lord, and they told him to switch the spell it's based off of to summon water golem,but my golems are permenent until killed or until the token is used again,it's a permenant summoning item.So if I do that I would be able to make an army of more powerful than normal mud golems,that would kill my campaign,unless the mision had a time limit I guess but i don't like those.I tried using a trigger to solve this but can't figure out how to get rid of the two old golems when I summon new ones,It's driving me nuts!:nuts:.If anybody could solve either problem I would be very very helpful,

That doesn't work for me,Infact that's why i've just joined this site.Whenever I use summon misha to base it off of ,or feral spirit for that matter,there's an animation glitch.I've got an item called a clay tablet, it summons clay golems,these clay golems are suped up clay golems,everytime i test the item with my palidan hero.The golems are summoned but there's an animation right in them(at the exact spot where they are standing) of mud golems,they stand there for a few seconds or if i move the clay golems they move with the clay golems still right on them and then go through the death animation a few seconds after the summoning.I've tried solving this problem but it seems i'd have to push ever button on the object editor:banghead:.I'm not sure where the problem is but I suspect it's at buffs.I read some threads and another guy had the same problem,as a matter of fact I think it was you ghoul lord, and they told him to switch the spell it's based off of to summon water golem,but my golems are permenent until killed or until the token is used again,it's a permenant summoning item.So if I do that I would be able to make an army of more powerful than normal mud golems,that would kill my campaign,unless the mision had a time limit I guess but i don't like those.I tried using a trigger to solve this but can't figure out how to get rid of the two old golems when I summon new ones,It's driving me nuts!:nuts:.If anybody could solve either problem I would be very very helpful,

sorry about the double post, oh one more thing, I never got any email letter to link me to the sight so how do i get email confirmation?

Also I meant to say it instead of I at the end,But i can help,I'm pretty good at a lot of things in the world editor,I just can't solve this problem

okay i'll try that then

dang,it didn't work,thanks for trying though

does the fact that it's not working have anything to do with the fact that it's an item?
Try using the Edit button next time...and the time after that :eek:
 
R

Rock Golem

Guest
okay I don't got it,I'll keep trying to solve the problem for now but if anybody has any ideas let me know please
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top