Spell Moving Strikes

BlackRose

Forum User
Reaction score
239
Not really....

JASS:
    private constant function DMG takes integer Lvl returns integer
        return DAMAGE * Lvl
    endfunction


Why not just have DAMAGE as a direct value? Much more easier to manage.

JASS:
        private constant boolean IS_MEELE = true //Explains. it. self


MEELE? Melee.... also it doesn't really. What effects does having it false do?

  • Make every if that is depending on SHOWDAMAGE a static if. Which in turns means you'll need latest JassHelper. However, it's not being run periodically so meh.
  • [ljass]call SetTextTagColor (TT, 90, 0, 110, 255 )[/ljass] - Configurable colours?
  • [ljass]90. * bj_DEGTORAD[/ljass] - Possible to convert to a global to save calculations. And while you are there, it can be made into a configurable, the angle of the TextTag.
  • Also, is this for when a unit takes damaged or attacked? Because [ljass]EVENT_PLAYER_UNIT_ATTACKED[/ljass] registers on animation attack buildup, not damagepoint, resulting in possible abuses.
  • Please, use delimited comments [ljass]/* comment */[/ljass] in your Cons function for the sake of readability. Also another tip, you don't need the [ljass]Filter( function Cons)[/ljass] in the Init function, as JassHelper does that work.
  • Also, what if I want to add effects onto 5 spots? You only provide two effect points.
  • Texttag life spans should be configurable.

--

But it's good to learn from. :D

Aren't you sort of learning yourself? This doesn't really suit Spells section, like said.. too simple. You could post in Jass help for coding feedback.
 

Chaos_Knight

New Member
Reaction score
39
Yup..

Are you the negative guy? I really like your ideas about it. But didnt you ever be a new to JASS? Everyone starts somewhere.

Do you think this should be removed?
 

Laiev

Hey Listen!!
Reaction score
188
Blackrose is a nice guy.. he just don't want be another guy to say
"hey, your spells is soooooooo great"

*looking spell*

- move instantly unit to position of unit
 

Laiev

Hey Listen!!
Reaction score
188
what is a static if?

static ifs are like normal ifs, except that a) the condition must contain only constant booleans, the and operator and the not operator and b) They are evaluated during compile time. Which means that the code that is not matched to its condition is simply ignored.


Huum? What?

I will change to globals for the color of the TextTag.
Tell me and i will fix what you want.

Is just a example of some sh1t trigger at internet D: not your... what i mean is...

he's not another guy which will come here and say good job with some code fails
 

Chaos_Knight

New Member
Reaction score
39
Now, i got so angry so i created another if, SIX SFXs, A BOOLEAN that should be true if you wanna see the effects.
:eek:
//Chaos_Knight.
 

Laiev

Hey Listen!!
Reaction score
188
things which you can improve:

JASS:
    private constant function CHANCE takes integer level returns integer
        return C * level
    endfunction
    
    private constant function DMG takes integer Lvl returns integer
        return DAMAGE * Lvl
    endfunction


just remove it.. and use the variable in the script... when you callback...

this improve a bit the run time of trigger..

i think you got a little problem with global.... like.. to order then
 

Chaos_Knight

New Member
Reaction score
39
things which you can improve:

JASS:
    private constant function CHANCE takes integer level returns integer
        return C * level
    endfunction
    
    private constant function DMG takes integer Lvl returns integer
        return DAMAGE * Lvl
    endfunction


just remove it.. and use the variable in the script... when you callback...

this improve a bit the run time of trigger..

i think you got a little problem with global.... like.. to order then

Huh?
 

tooltiperror

Super Moderator
Reaction score
231
Not required, but using GTrigger instead of basic events may help.

Your header is really ugly. You should redo the head.

Also, you need to complicate the spell. Boring and generic spells that just swap people around and do fancy things are really hard to get approved, because they don't require a lot of coding, and are just too simple.

You should just create a new spell more advanced and lock this.
 

SanKakU

Member
Reaction score
21
i don't understand the explanation for static if. can you give some examples? and what are the advantages/disadvantages, if any?
 

BlackRose

Forum User
Reaction score
239
i don't understand the explanation for static if. can you give some examples? and what are the advantages/disadvantages, if any?

In a function being run at like every 0.03125, and you have a boolean KILL_TREES for example, if you have say:

JASS:
static if KILL_TREES then
    // stuff
endif


Everything within the static if will be compiled if KILL_TREES is true, so the if is not run periodically, for efficiency? [Need clarification on if I said right]

--

If nobody like this spell, tell me now.

Don't be discouraged. You'll learn. I made simple spells when I started too.
 

Chaos_Knight

New Member
Reaction score
39
It's to flashy for my tastes

That's why i created this
JASS:
SHOWEFFECTS = true

Just set to false and DONE.
 

tooltiperror

Super Moderator
Reaction score
231
If this is 'too' flashy, I suggest you do not browse the spell section.

Sankaku, I'll write on your wall.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • 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 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