News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 389
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 280
Total: 280

Author Topic: Iasue with a custom charge system  (Read 1885 times)

0 Members and 125 Guests are viewing this topic.

Iasue with a custom charge system
« on: »
Hey guys!

Alright so, I have a custom charge system i'm working on, so I'll start from the top, address my problem and see what you guys can think up!

So, My class has 6 triggerable skills ready to go off when the charge bar hits 100%, these are set by default and are always in play.

Each triggerable skill has a 'NotTheme' that will keep it from firing, this is how I am throttling WHICH skill fires at 100% charge.

The 'NotTheme's are attached to passive skills in the player skill window. Skill 1 will allow triggerable 1 to fire but block the rest, up the line.

This is where I'm having an issue. Both 'RequiredTheme' and 'NotTheme' do not seem to work at the same time. The problem I'm having is that I can't accurately block the previous skill.

Is there a way to REMOVE a unittheme using an affix, or can you remove an affix that's placed by a passive?

So I have 6 triggerable actions attached to skills that fire at full charge, I need to isolate which one fires by the players choice, by choosing one of the passives in the skill window to 'unblock' the triggerable.

Suggestions? Opinions and input?

Share on Bluesky Share on Facebook


Re: Iasue with a custom charge system
« Reply #1 on: »
Hi Haxley. I don't know how to get the themes to work but I know that if you use stats and Stat Watchers you can make this setup work fine. You can definitely have two stat Watchers working at the same time, one to make sure that player does not have a limiting stat and another that ensures the player has full charge.

Re: Iasue with a custom charge system
« Reply #2 on: »
I know you can attach a unittheme via an affix, so removing that affix should also then remove the unittheme it attached.

So the passives could apply their affixes AND do a STOP SKILL on all your other passives running at that time, causing their unitthemes to stop as well.

Did I make any sense?


Re: Iasue with a custom charge system
« Reply #3 on: »
use one of these
remove effect
remove affix

or create an effect with the "remove effect" effect lol

name the effect that has your unit theme with something so you can target it with these for removal.
if you used an affix to apply your unit theme then use remove affix instead.
« Last Edit: June 10, 2016, 09:10:33 am by TwinkleToes »

Re: Iasue with a custom charge system
« Reply #4 on: »
A mix of removing triggerable, affixesremove box command and a re-application in the event_end box command, it works as intended ^^

Re: Iasue with a custom charge system
« Reply #5 on: »
Glad u got it working Hax!


Re: Iasue with a custom charge system
« Reply #6 on: »
All with the help of you guys here at torchmodders! :D

 

Recent Topics+-