Help make my simple spell MUI ! Thanks!

marvey323

Member
Reaction score
1
Trigger:
  • Inner Vitality
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Blessed Vitality
    • Actions
      • Set Target = (Target unit of ability being cast)
      • Set Lvl_Inner_Vitality = (Real((Level of Blessed Vitality for (Triggering unit))))
      • Set Intelligence = (Real((Intelligence of (Triggering unit) (Include bonuses))))
      • Trigger - Turn on Inner Vitality HpS <gen>
      • Wait 16.00 seconds
      • Trigger - Turn off Inner Vitality HpS <gen>


Trigger:
  • Inner Vitality HpS
    • Events
      • Time - Every 0.99 seconds of game time
    • Conditions
      • (Target is alive) Equal to True
    • Actions
      • Unit - Set life of Target to ((Life of Target) + (0.00 + ((Intelligence x 0.60) + Lvl_Inner_Vitality)))


There's a wait in there I don't know how timers work I think that may solve the problem?
 
Free hand:
Code:
Cast trig:
Event:
Cond:
Act:
set abilName_index = abilName_index + 1
set abilName_caster[abilName_index] = Triggering Unit
set abilName_hpBonus[abilName_index] = (Real((Intelligence of (abilName_caster[abilName_index]) (Include bonuses))))
set abil_hpBonus[abilName_index] = (abil_hpBonus[abilName_index] x 0.60) + (Real((Level of Blessed Vitality for (Triggering unit))))
set abilName_dur[abilName_index] = 16.00

create new integer variable named 'abilName_loop'

Timer Trigger:
Event: Time - Every 0.99 seconds of game time
Cond:
Act:
For abilName_loop from 1 to abilName_index do actions
 Loop Actions
    set abilName_dur[abilName_loop] = abilName_dur[abilName_loop] - 0.99
    If abilName_dur[abilName_loop] greater than 0.00 then
        Unit - Set life of abilName_caster[abilName_loop] to ((Life of abilName_caster[abilName_loop]) + (0.00 + abil_hpBonus[abilName_loop])
    else
       set abilName_caster[abilName_loop] = abilName_caster[abilName_index]
       set abilName_hpBonus[abilName_loop] = abilName_hpBonus[abilName_index]
       set abilName_dur[abilName_loop] = abilName_dur[abilName_index]
       set abilName_index = abilName_index - 1
       set abilName_loop = abilName_loop - 1
 
or just take out the wait, then its an insta MUI. it works like this, if you have a wait then the variable can get over written(assigned to another person), if it cast again in the next 16seconds. You can either A)Get rid of it or B)Use arrays as sooda suggested
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    I would like to see it again like Ghan had it the first time with pagination though - without the pagination that view will not work but with pagination it just might...
  • The Helper The Helper:
    This drink recipe I have had more than a few times back in the day! Mind Eraser https://www.thehelper.net/threads/cocktail-mind-eraser.194720/

      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