Welcome, Guest. Please login or register.

Login with username, password and session length



Author Topic: OnEvent  (Read 3679 times)

blammo

  • Newbie
  • *
  • Posts: 2
    • View Profile
OnEvent
« on: October 27, 2017, 03:01:21 pm »
I've been fighting with this off/on for a long while. Can we get a quick example of how to use on Event to cast a spell on someone when they ask for it?

Thank you!

EDIT: Got help from Herc himself! :)

Basic idea: notify via /tell or /group that it's time to trigger a spell. watch for keywords, then trigger a spell.

on Notifier: Announce: (choose spell) Announce to Group : Annoucement : KeyWord
on Spellcaster: OnEvents : On Incoming Text : "KeyWord|RI_Obj_CB:CastOn[SPELL,ToonName,1]"

« Last Edit: October 27, 2017, 09:15:49 pm by blammo »

Gar

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: OnEvent
« Reply #1 on: October 27, 2017, 09:36:06 pm »
My On events is -

OnEvent:IncomingText Command:"Casting Implosion|RI_Obj_CB:Cast[Terrestrial Coffin,1]"

blammo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: OnEvent
« Reply #2 on: October 30, 2017, 12:26:02 pm »
My On events is -

OnEvent:IncomingText Command:"Casting Implosion|RI_Obj_CB:Cast[Terrestrial Coffin,1]"

I keep meaning to put together some sort of Ascension chaining, but I'm hoping that CB does it for me first. Anyone want to share useful chains in the mean time?