Jump to content


Bookwyrme

Member Since 01 Apr 2004
Offline Last Active Today, 02:38 AM

Posts I've Made

In Topic: SpellCast as a Trigger

Yesterday, 11:46 PM

Sadly, this didn't trigger the cutscene either (nor did the INQUIS_TRUE_SIGHT version):
IF
Global("TM#MQDeReveal","GLOBAL",0)
SpellCastInnate([ANYONE],INQUIS_DISPEL_MAGIC)
THEN
RESPONSE #100
SetGlobal("TM#MQDeReveal","GLOBAL",1)
ClearAllActions()
StartCutSceneMode()
StartCutScene("tm#mqil")
Continue()
END

I am curious about something; the spell ids list only 2 INQUIS spells--True sight & Dsipel Magic, yet Keldorn also has Detect Evil (which isn't triggering the cutscene either, though WIZARD and CLERIC versions both do). So what is that slotting under?

In Topic: Questions, comments, etc.

Yesterday, 11:03 AM

View PostMiloch, on 08 February 2012 - 09:52 AM, said:

View PostGast, on 08 February 2012 - 08:34 AM, said:

Translation finished. Now it is time to search for proofreaders. But there is one question about this: should I wait for the next release, adding new translations, or should I bother someone with the version 5 proofreading?
Great work :woot:! We will have new strings for v6, but I don't think we'll be changing any existing strings,

After so many people have gone to the trouble of translating them? I should think not!

In Topic: SpellCast as a Trigger

07 February 2012 - 11:27 PM

Yay! Cleric spells now work!

Inquisitor spells, not so much. That is this works:

IF
Global("TM#MQDeReveal","GLOBAL",0)
SpellCastPriest(Player1,CLERIC_DISPEL_MAGIC)
THEN
RESPONSE #100
SetGlobal("TM#MQDeReveal","GLOBAL",1)
ClearAllActions()
StartCutSceneMode()
StartCutScene("tm#mqil")
Continue()
END


And this does not:

IF
Global("TM#MQDeReveal","GLOBAL",0)
SpellCastInnate(Player1,INQUIS_DISPEL_MAGIC)
THEN
RESPONSE #100
SetGlobal("TM#MQDeReveal","GLOBAL",1)
ClearAllActions()
StartCutSceneMode()
StartCutScene("tm#mqil")
Continue()
END

Perhaps I shall try inquisitor spells as priest spells later...

Edit: Just to see, I tried. No go. Keldorn's innate spells don't set the script running.

Is there something else going on with inquisitor spells?

In Topic: SpellCast as a Trigger

07 February 2012 - 04:29 PM

Thanks!

Hm. I can't read the shorthand at all well. Would that be:

SpellCastPriest(Player1,CLERIC_DISPEL_MAGIC)

?

In Topic: NPC Portrait Pack Expansion

07 February 2012 - 02:57 PM

Yay! I love Hubelpot's' new pic!