|
harley Apprentice
Joined: 05 Apr 2008 Posts: 121
|
Posted: Wed Jun 11, 2008 6:11 am
[2.26]Triggering off of @db.var |
ok, first off.
this worked perfectly in 2.25
It now fires on EVERY blank line
here is the trigger
Code: |
<trigger name="clanSkillOn" priority="4350" regex="true" id="8382">
<pattern>^@SpellupData.ClanSkillOn$</pattern>
<value>#raiseevent onSpellCast {@SpellupData.ClanSkill}</value>
</trigger>
|
Here is the variable
@SpellupData.ClanSkillOn =
Code: |
The Great Lord's power burns through your veins as you are granted favour\.|You already have Daes Dae'mar! |
few notes
when i spell up with that
it does not fire
but only on the blank lines
I'm thinking there is something wrong with the variabe (unsure) |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Wed Jun 11, 2008 7:46 am |
Already been reported (and fixed, I believe) here. It pays to search the forums before posting a post. ;)
Charneus |
|
|
|
harley Apprentice
Joined: 05 Apr 2008 Posts: 121
|
Posted: Wed Jun 11, 2008 1:52 pm |
I did read this already
It didnt appear to me to be the same thing.
So i posted
If this is already fixed. great:)
I thought that it was something new. |
|
|
|
|
|