Gwendolyne
Gwendolyne
Reactions
-
Re: -HOW TO DO STUFF IN WEIDU-
You confused check_globals with header (with first header = 0, 2d header = 1...). ;) You can't specify the effect number, only narrow its choice with all the match_variables settings (match_parameter… (View Post)2 -
Re: -HOW TO DO STUFF IN WEIDU-
Let's say you have a sword that lowers the target resistance to poison when hit, and gives the wielder full immunity to poison when equipped. Both use op#173. If you want to remove the wielder immuni… (View Post)Post edited by Gwendolyne on2 -
Re: -HOW TO DO STUFF IN WEIDU-
DELETE_ITEM_EFFECT deletes all extended effects with specified opcode from an item, not its global (equipped) effect. In this case, you must use the following function : So LPF DELETE_EFFECT INT_VAR … (View Post)1 -
Re: Near Infinity - No longer recognizes my changes
When modding, always disable this option. ;) And even gamers should not enable it. As you experienced it. (View Post)1 -
Re: -HOW TO DO STUFF IN WEIDU-
No, item_to_delete is a string variable: DELETE_CRE_ITEM: deletes all matching items from a creature. Regexp allowed. This is a PATCH macro and function. SPRINT item_to_delete to the item you want to… (View Post)Post edited by Gwendolyne on1