War Stomp/ Thunder Clap Spell Issues

Giantpanda

New Member
Reaction score
1
So i'm making an RPG called Battle of The Provinces and it is heavily focused around terraining. Doodads everywhere. So one of the heroes uses a spell named 'Crush', which is a modified version of War Stomp.

Now the problem is that because there are so many doodads, the terrain deformation thing attached to the spell makes my computer lag a fair bit whenever the spell is cast.

So the question is:
Can i remove the terrain deformation effect from War Stomp/Thunder Clap?
 
"Can i remove the terrain deformation effect"

You are almost answering your own question.

Go to Buffs/Effects on Object Editor, and remove what you need to from Thunder Clap Effect.
 
Already done that. It changes the model, but the terrain still moves up and down when the spell is cast.
 
thunder clap's ground shaking is hardcoded and you can't do anything about it

but the good thing is that you can easily make a triggered thunder clap

1. pick units in range
2. damage them and cast slow on them
 
Instead war stomp, use the SeaGiant's whatever spell.
One of them has it I think
 
Okay i followed your advice and i came to this
Code:
Crush
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Crush 
    Actions
        Unit Group - Pick every unit in (Units within 350.00 of (Position of (Casting unit)) matching (((Picked unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
            Loop - Actions
                Unit - Cause (Casting unit) to damage (Picked unit), dealing (50.00 x (Real((Level of Crush  for (Casting unit))))) damage of attack type Spells and damage type Normal
                Special Effect - Create a special effect attached to the origin of (Picked unit) using Abilities\Weapons\GlaiveMissile\GlaiveMissileTarget.mdl
                Unit - Cause (Casting unit) to damage (Casting unit), dealing (-50.00 x (Real((Level of Crush  for (Casting unit))))) damage of attack type Spells and damage type Normal
                Special Effect - Create a special effect at ((Position of (Casting unit)) offset by (100.00, 0.00)) using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                Special Effect - Create a special effect at ((Position of (Casting unit)) offset by (0.00, 100.00)) using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                Special Effect - Create a special effect at ((Position of (Casting unit)) offset by (-100.00, 0.00)) using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                Special Effect - Create a special effect at ((Position of (Casting unit)) offset by (0.00, -100.00)) using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl

The problem though is that it damages friendly units, what exactly did i do wrong?
 
You used the most worthless action in the editor :)

So, firstly: Learn about leaks.

Secondly, something like this may work:
Trigger:
  • Test A
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to *Your Ability*
    • Actions
      • Set Temp_Points[1] = (Position of (Triggering unit))
      • Custom script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units within 512.00 of Temp_Points[1]) and do (Actions)
        • Loop - Actions
          • Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 500.00 damage of attack type Spells and damage type Normal
          • *Your Effects here*
      • Custom script: call RemoveLocation(udg_Temp_Points[1])
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good

      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