Gwendolyne
Gwendolyne
Reactions
-
Re: How to restrict the use of item groups not specified by itemtype
Try this:PATCH_MATCH ~%animation%~ WITH 3A 4A BEGIN LPF ADD_ITEM_EQEFFECT INT_VAR opcode = 319 target = 1 parameter1 = (ARARCH) parameter2 = 9 timing = 2 special = RESOLVE_STR_REF (@5) END END D1 D2 … (View Post)2 -
Re: [MOD] Golem Construction for Spellcasters
Elminster's Ecologies: Appendix IIIa ;) (View Post)1 -
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: EE Keeper, Updated to v1.0.4
It is but you must configure it differently. And you will have problems reading ANSI encoding. (View Post)1