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.
  • 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 The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!
  • The Helper The Helper:
    Happy Wednesday!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Sticking with the desserts for now the latest recipe is Fried Apple Pies - https://www.thehelper.net/threads/recipe-fried-apple-pies.194297/
  • The Helper The Helper:
    Finally finding about some of the bots that are flooding the users online - bytespider apparently is a huge offender here - ignores robots.txt and comes in from a ton of different IPs
  • Monovertex Monovertex:
    @The Helper I'm really not seeing the "Signature" link in the sidebar on that page. Here's a screenshot:
  • The Helper The Helper:
    I have reported it - I was wondering why nobody I have given sigs to over the last few years have used them
  • The Helper The Helper:
    Ghan has said he has fixed this. Monovertex please confirm this fix. This was only a problem with people that had signatures in the upper levels like not the special members but the respected members.
  • The Helper The Helper:
    Here is a better place to manage this stuff https://www.thehelper.net/account/account-details which I think should be way more visible
  • The Helper The Helper:
    I am hoping that online user count drop is finally that TikTok bot banned
  • Ghan Ghan:
    I added the filter last night.

      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