Gwendolyne
Gwendolyne
Reactions
-
Re: -HOW TO DO STUFF IN WEIDU-
COPY ~mymod/myspell.spl~ ~override/myspell.spl~ SAY NAME1 @1 SAY UNIDENTIFIED_DESC @2 LPF ALTER_EFFECT INT_VAR match_opcode = 139 parameter1 = RESOLVE_STR_REF (@3) END BUT_ONLY You can do the same wi… (View Post)3 -
Re: New Opcodes, Triggers, and Actions, oh my!
Did you try INAREAPA.pro (158-Instant Area (Party Only) (INAREAPA)) as projectile with target = 5-Self ? (View Post)1 -
Re: New Opcodes, Triggers, and Actions, oh my!
Let's say you don't want to be able to cast Cure Light wounds (SPPR103). Create an innate spell myspell.spl with one header and no effects. Add one Casting feature effect: opcode: 172 Spell: Remove S… (View Post)1 -
Re: New Opcodes, Triggers, and Actions, oh my!
My two paladin kits use special spells and don't know vanilla clerical spells. That's the way I coded it: /* ---------------------------------------------------------------------- * * Suppression des… (View Post)2 -
Looking for right variables at the begining of SoD
As the Engine does not allow to provide kits according to the character gender at creation, I need to check it in the first map. For this, I use two variables: If CHARNAME is a woman in BG2, ToB and … (View Post)1