Request your GUI spells here!

Status
Not open for further replies.

envenger

Active Member
Reaction score
3
Completed the spell "Blood Worms" requested by envenger. Check the first post for the demo map.

EDIT
Completed the spell "Blood Bath" requested by envenger. Check the first post for the demo map.

Have to say Blood worms are really great

and

This blood bath is not the one which i wanted but it is better then what i wanted :D

Any way dose it hit allies?

------------------------------------------------------------------------

Another help whts the easiest way to combine the 2 skills which u have given to 1 map?

I copied all the triggers, variables, units, buffs from a you blood worm map to blood bath map, changing some unit names but it didn't work!
 

Ayanami

칼리
Reaction score
288
@ envenger
Not base damage but a spell damage

So it's a targeted spell? If so, more values please. So that I can actually make it :thup:

Have to say Blood worms are really great

and

This blood bath is not the one which i wanted but it is better then what i wanted

Any way dose it hit allies?

------------------------------------------------------------------------

Another help whts the easiest way to combine the 2 skills which u have given to 1 map?

I copied all the triggers, variables, units, buffs from a you blood worm map to blood bath map, changing some unit names but it didn't work!

Alright, sure. Will do it soon.

EDIT
Attached the combined map on the first post.
 

envenger

Active Member
Reaction score
3
@ envenger


So it's a targeted spell? If so, more values please. So that I can actually make it :thup:



Alright, sure. Will do it soon.

EDIT
Attached the combined map on the first post.

Hmm thanks for help but how do you copy the whole spell is it mere copy pasting the whole thing and changing some values or some thing different Cause i want to even learn:)

Any way just by seeing you triggers i just completed my life's first triggers spell

-------------------------------------------------

Blood Strike

That spell The caster Deal a hit damaging the enemy for 20% of his(casters) max hit points and healing himself for the damage dealt.

--------------------------------------------------

Blood bath needs sm editing

1. it should damage friendly allied units
2. Sm animation change its looking very flashy and more like a unholy spell
may be use what you like it will look like a blood spell and some wht a bit less flashy ;)


--------------------------------------------------

There is a error in your one trigger

Trigger:
  • Blood Worms
    • Events
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • ((Triggering unit) has buff Blood Worms (Non-stacking)) Equal to True
          • ((Triggering unit) has buff Blood Worms (Stacking)) Equal to True
      • (BWDummyGroup is empty) Equal to False
    • Actions
      • Trigger - Turn off (This trigger)
      • -------- Percentage chance to spawn Blood Worms --------
      • Set BWInteger = 50
      • -------- Minimum numbers of Blood Worms spawned per attack --------
      • Set BWMin = 1
      • -------- Maximum numbers of Blood Worms spawned per attack --------
      • Set BWMin = 4
      • -------- ------------------------------------------------------------ --------
      • Unit Group - Pick every unit in BWDummyGroup and do (Actions)
        • Loop - Actions
          • Set TempInt = (Custom value of (Picked unit))
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Damage source) Equal to BWCaster[TempInt]
            • Then - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • (Random integer number between 1 and 100) Less than or equal to BWInteger
                • Then - Actions
                  • Set TempPoint = (Position of (Triggering unit))
                  • For each (Integer A) from 1 to (Random integer number between BWMin and BWMax), do (Actions)
                    • Loop - Actions
                      • Unit - Create 1 BloodWormsDummy for (Owner of (Damage source)) at TempPoint facing Default building facing degrees
                      • Unit - Add BWAbilityBuffPlacer to (Last created unit)
                      • Unit - Add a 15.00 second Generic expiration timer to (Last created unit)
                      • Unit Group - Add (Last created unit) to BWUnitGroup[TempInt]
                  • Custom script: call RemoveLocation(udg_TempPoint)
                • Else - Actions
            • Else - Actions
      • Unit - Remove Blood Worms (Non-stacking) buff from (Triggering unit)
      • Unit - Remove Blood Worms (Stacking) buff from (Triggering unit)
      • Trigger - Turn on (This trigger)


BWMin = 1
BWMin = 4
Can it be corrected by making BWMin to BWMax ?
 

Ph[o]bia

New Member
Reaction score
7
It's not realy a spells request but a question about spell.

How to make 6 missile moving around the caster to make a circle path?
 

Ayanami

칼리
Reaction score
288
Hmm thanks for help but how do you copy the whole spell is it mere copy pasting the whole thing and changing some values or some thing different Cause i want to even learn:)

Any way just by seeing you triggers i just completed my life's first triggers spell

-------------------------------------------------

Blood Strike

That spell The caster Deal a hit damaging the enemy for 20% of his(casters) max hit points and healing himself for the damage dealt.

--------------------------------------------------

Blood bath needs sm editing

1. it should damage friendly allied units
2. Sm animation change its looking very flashy and more like a unholy spell
may be use what you like it will look like a blood spell and some wht a bit less flashy ;)


--------------------------------------------------

There is a error in your one trigger

Trigger:
  • Blood Worms
    • Events
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • ((Triggering unit) has buff Blood Worms (Non-stacking)) Equal to True
          • ((Triggering unit) has buff Blood Worms (Stacking)) Equal to True
      • (BWDummyGroup is empty) Equal to False
    • Actions
      • Trigger - Turn off (This trigger)
      • -------- Percentage chance to spawn Blood Worms --------
      • Set BWInteger = 50
      • -------- Minimum numbers of Blood Worms spawned per attack --------
      • Set BWMin = 1
      • -------- Maximum numbers of Blood Worms spawned per attack --------
      • Set BWMin = 4
      • -------- ------------------------------------------------------------ --------
      • Unit Group - Pick every unit in BWDummyGroup and do (Actions)
        • Loop - Actions
          • Set TempInt = (Custom value of (Picked unit))
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Damage source) Equal to BWCaster[TempInt]
            • Then - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • (Random integer number between 1 and 100) Less than or equal to BWInteger
                • Then - Actions
                  • Set TempPoint = (Position of (Triggering unit))
                  • For each (Integer A) from 1 to (Random integer number between BWMin and BWMax), do (Actions)
                    • Loop - Actions
                      • Unit - Create 1 BloodWormsDummy for (Owner of (Damage source)) at TempPoint facing Default building facing degrees
                      • Unit - Add BWAbilityBuffPlacer to (Last created unit)
                      • Unit - Add a 15.00 second Generic expiration timer to (Last created unit)
                      • Unit Group - Add (Last created unit) to BWUnitGroup[TempInt]
                  • Custom script: call RemoveLocation(udg_TempPoint)
                • Else - Actions
            • Else - Actions
      • Unit - Remove Blood Worms (Non-stacking) buff from (Triggering unit)
      • Unit - Remove Blood Worms (Stacking) buff from (Triggering unit)
      • Trigger - Turn on (This trigger)


BWMin = 1
BWMin = 4
Can it be corrected by making BWMin to BWMax ?

Yes, 4 is supposed to be set as BWMax.

EDIT
Completed the spell "Elemental Bond" requested by Gwafu. Check the first post for the demo map.

EDIT 2
Made Blood Bath hit allies as well.
 

INCINERATE

New Member
Reaction score
12
hi i got another question about my sprout, i know im not good at the editor as you are, but is the "sprout expire trigger" going to cause lag in my map? mine is a 12 player map so i really have to be cautious about any lag creating spell.. i see the trigger running non stop every .10 secs of game time.

just curious if its going to cause lag before i implement it cause im ready now to transfer it to my map.
 

Ayanami

칼리
Reaction score
288
hi i got another question about my sprout, i know im not good at the editor as you are, but is the "sprout expire trigger" going to cause lag in my map? mine is a 12 player map so i really have to be cautious about any lag creating spell.. i see the trigger running non stop every .10 secs of game time.

just curious if its going to cause lag before i implement it cause im ready now to transfer it to my map.

Nope does not lag. The periodic 0.1 seconds only fire if the spell is cast. So, it shouldn't lag. I have 50 over spells in my map that use these 0.03 seconds periodic and it doesn't lag.
 

envenger

Active Member
Reaction score
3
Blood Strike

That spell The caster Deal a hit damaging the enemy for 20% of his(casters) max hit points and healing himself for the damage dealt. Damage delt is spell
 

Ayanami

칼리
Reaction score
288
Completed the spell "Universal Block" requested by zxczxzczx. Check the first post for the demo map.

Note: I still haven't figured out how to block fatal damage. Any ideas?

EDIT
Completed the spell "Blood Strike" requested by envenger. Check the first post for the demo map.
 

Moridin

Snow Leopard
Reaction score
144
* Check if the unit dies and instantly spawn a new unit at the same spot?

* Give the unit temp health to offset the fatal damage?
 

INCINERATE

New Member
Reaction score
12
any word on regeneration? take your time with it as im in no rush (still have plenty things to do with my map), just want too know if you going to make it :p
 

envenger

Active Member
Reaction score
3
Abhotic shield

Places a shield on himself which absorbs X damage and last Y secs if the shield is broken in Y secs, it will blast and damage a AOE around the caster with X damage. If the shield is not broken in X time, It will disappear without giving any damage
 

Ayanami

칼리
Reaction score
288
any word on regeneration? take your time with it as im in no rush (still have plenty things to do with my map), just want too know if you going to make it :p

Ah yes, about your Regeneration. Still quite confused. So when you cast the spell, it detects all friendly unit within the area that has less than the max health. Then the ability "Healing Salve" is applied to ALL units in the area where it is canceled when attacked. Is this correct?

@ envenger
I think Abhotic Shield has been made many times in the forum?
 

Hildagarn

Member
Reaction score
20
I have returned!
This one should be easy.
Demon Strength: When the demon kills a unit, his Strentgh gets +2 -10. The effect stacks up to to 10 times. The effect lasts 10 seconds

Clarify: The 2-10 means that there are multiple levels, and it increases 2 each level. So when the demon kills something he gets a STR +, and if he doesn't kill something in 10 seconds, it dissapates.

This spell is just like frenzy on this thread but it's Strength and not attack speed

Edit: Wait, I shouldn't be too lazy...I think I'll try to do this one myself
 

tooltiperror

Super Moderator
Reaction score
231
Well, if anyone feels safe that I can do it, I'll try to do some simpler spells...?
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • 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 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