Spell Stomp Echo

Sim

Forum Administrator
Staff member
Reaction score
534
The trigger "SE set" is definitely disabled for me. Several lines are bolded red.
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
The trigger "SE set" is definitely disabled for me. Several lines are bolded red.

oh..that are the previous trigger...i disbled it bcoz i added a new trigger which can done all these trigger by it...
I removed it and resummit the attachment adi..

And....My attachment space are no longer more...how to increase??
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
You must delete some of your file attachments, but only delete the ones that you aren't using. ;)

i just uploaded 2 files(map)...
1 is limit break (cloud)
another is this map...

although i just uploaded 2 map...it tooks among 3 quarters of my storage...:(
 

Sim

Forum Administrator
Staff member
Reaction score
534
oh..that are the previous trigger...i disbled it bcoz i added a new trigger which can done all these trigger by it...
I removed it and resummit the attachment adi..

And....My attachment space are no longer more...how to increase??

Delete the unneeded actions. The spell must be clean ;)

If you remove both the 5 seconds and 0.30 seconds wait the spell will be MUI. Up to you though.
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
anyways...i will add instruction that del the 5sec and 0.30sec so the spell is mui...but is i delete the 0.30....the encho effect will be gone(the aftershock effect)...not removing thought... :(

OFFTOPIC: I hav found out that Daxtreme only online once a day (Morning here MY) ...
 

Sim

Forum Administrator
Staff member
Reaction score
534
What I mean is delete the disabled actions, the one in red.

> I hav found out that Daxtreme only online once a day (Morning here MY) ..

And? Online once a day during a year becomes a lot as time passes ;)
 

lh2705

Just another Helper
Reaction score
111
i just uploaded 2 files(map)...
1 is limit break (cloud)
another is this map...

although i just uploaded 2 map...it tooks among 3 quarters of my storage...:(

Did you delete your older versions of your submitted spells?

Note: You shouldnt use the custom model in your map, takes up alot of space...
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
Did you delete your older versions of your submitted spells?

Note: You shouldnt use the custom model in your map, takes up alot of space...

erm...delete the older submitted spell..? i deleted all d...but if i del the limit break map...it will be no longer can be download...and...since title has putted (CLOUD) then it should has the model in it...

What I mean is delete the disabled actions, the one in red.

> I hav found out that Daxtreme only online once a day (Morning here MY) ..

And? Online once a day during a year becomes a lot as time passes ;)


eh....wait..Where is the disabled action??? i del all already ...u still found it? where izzit...

and..''online once a day during a year becomes a lot as time passes ''
swt..
 

Sim

Forum Administrator
Staff member
Reaction score
534
Code:
SE set
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Stomp Encho 
    Actions
        Special Effect - Create a special effect at skill_loca[0] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[0] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[45] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[45] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[90] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[90] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[135] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[135] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[180] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[180] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[225] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[225] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[270] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[270] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[315] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[315] = (Last created special effect)
        Special Effect - Destroy skill_sf[0]
        Special Effect - Destroy skill_sf[45]
        Special Effect - Destroy skill_sf[90]
        Special Effect - Destroy skill_sf[135]
        Special Effect - Destroy skill_sf[180]
        Special Effect - Destroy skill_sf[225]
        Special Effect - Destroy skill_sf[270]
        Special Effect - Destroy skill_sf[315]

This part can be done too with an (Integer A) loop.

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

Also, your spell needs to be levelable. I can't accept random numbers like that. You must use a formula. Example: level x 125.
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
Code:
SE set
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Stomp Encho 
    Actions
        Special Effect - Create a special effect at skill_loca[0] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[0] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[45] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[45] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[90] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[90] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[135] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[135] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[180] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[180] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[225] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[225] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[270] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[270] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[315] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[315] = (Last created special effect)
        Special Effect - Destroy skill_sf[0]
        Special Effect - Destroy skill_sf[45]
        Special Effect - Destroy skill_sf[90]
        Special Effect - Destroy skill_sf[135]
        Special Effect - Destroy skill_sf[180]
        Special Effect - Destroy skill_sf[225]
        Special Effect - Destroy skill_sf[270]
        Special Effect - Destroy skill_sf[315]

This part can be done too with an (Integer A) loop.

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

Also, your spell needs to be levelable. I can't accept random numbers like that. You must use a formula. Example: level x 125.


eh...aren't my spell levelable?
u mean the damage cant be random number? must be in exact number?
 

lh2705

Just another Helper
Reaction score
111
Levelable as in your trigger must be able to deal different damages according to the spell's level.

He wants your spell to work for people so that they can even use the spell with 1000 levels and it would still work.

Note: Trying my best to describe it..
 

Sim

Forum Administrator
Staff member
Reaction score
534
As in formula. Instead of using an if-then-else condition check for every level, you do something like this:

Set damage_variable = (Real(Level of Stomp Encho for (Triggering unit)) x 1000.00)

So level 1 it would deal 1000 damage, level 2 2000 damage, level 3 3000 damage, and so on.

Also, the exact word is "Echo", not "Encho" ;) You might want to rename your spell.
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
UPDATED !! :D

Sorry for the late update cause i forgotten this spell =.= :p
 

Sim

Forum Administrator
Staff member
Reaction score
534
You still didn't add leveling features, such as a formula.

Also, as the spell is an echo you might want to rename it to "Stomp Echo".

Code:
        Special Effect - Create a special effect at skill_loca[0] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[0] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[45] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[45] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[90] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[90] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[135] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[135] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[180] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[180] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[225] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[225] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[270] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[270] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[315] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[315] = (Last created special effect)
        Special Effect - Destroy skill_sf[0]
        Special Effect - Destroy skill_sf[45]
        Special Effect - Destroy skill_sf[90]
        Special Effect - Destroy skill_sf[135]
        Special Effect - Destroy skill_sf[180]
        Special Effect - Destroy skill_sf[225]
        Special Effect - Destroy skill_sf[270]
        Special Effect - Destroy skill_sf[315]

These lines could be done the same way as above, using an (Integer A) loop.
 

lh2705

Just another Helper
Reaction score
111
Code:
For Each Loop Integer A, 0 to 8
  -Loop
     Create special effect at skill_loca[(Integer A x 45)] using Thunderclap
     Destroy Last Created Effect
I don't see why you're setting them to a variable and destroying it right after.
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
You still didn't add leveling features, such as a formula.

Also, as the spell is an echo you might want to rename it to "Stomp Echo".

Code:
        Special Effect - Create a special effect at skill_loca[0] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[0] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[45] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[45] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[90] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[90] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[135] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[135] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[180] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[180] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[225] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[225] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[270] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[270] = (Last created special effect)
        Special Effect - Create a special effect at skill_loca[315] using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
        Set skill_sf[315] = (Last created special effect)
        Special Effect - Destroy skill_sf[0]
        Special Effect - Destroy skill_sf[45]
        Special Effect - Destroy skill_sf[90]
        Special Effect - Destroy skill_sf[135]
        Special Effect - Destroy skill_sf[180]
        Special Effect - Destroy skill_sf[225]
        Special Effect - Destroy skill_sf[270]
        Special Effect - Destroy skill_sf[315]

These lines could be done the same way as above, using an (Integer A) loop.

I just wonder...didnt i added a formula for my new map ?
using (lvl of stomp echo * 1000)?
and the special effect i had put them into a 'for each integer A...' formula already ?

Code:
For Each Loop Integer A, 0 to 8
  -Loop
     Create special effect at skill_loca[(Integer A x 45)] using Thunderclap
     Destroy Last Created Effect
I don't see why you're setting them to a variable and destroying it right after.

i just wonder...cant i just delete it once i create them? bcoz they had the effect already...y don't u del it rite awaY? but i remake it make it to 2 function
 
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

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top