/////////////////////////////////////////////////////////////////////////////// // SPELLS OUT THE WAZOO - Include file for spell constants // By Deva Bryson Winblood. 12/18/2003 /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////// // TALK TABLE ENTRIES /////////////////////////////////////// const int TLK_USER_OFFSET = 16777216; // offset for user TLK table const int TLK_WAZOO_OFFSET = 16785408; // where spells begin const int TLK_WAZOO_DESC_OFFSET = 16793618; // offset to spell descriptions const int TLK_WAZOO_ALT_MSG = 16797714; // offset to alternate text // The wazoo offset is provided so there are 8192 blank lines before where the spell // begins so you can easily merge in other TLK data into the talk file if needed const int WAZOO_PLANE_SHIFT = 1; // offset in talk tables const int WAZOO_ASTRAL_PROJECTION = 2; const int WAZOO_SHADOW_WALK = 3; const int WAZOO_COMMAND = 4; const int WAZOO_LEOMUNDS_CHEST = 5; const int WAZOO_LEOMUNDS_SHELTER = 6; const int WAZOO_MORDENKAINEN_MANS = 7; const int WAZOO_SUGGESTION = 8; const int WAZOO_ANIMAL_MESSENGER = 9; const int WAZOO_CREATE_WATER = 10; const int WAZOO_CREATE_FOOD_WATER = 11; const int WAZOO_DANCING_LIGHTS = 12; const int WAZOO_FAERIE_FIRE = 13; const int WAZOO_HOLD_PORTAL = 14; const int WAZOO_ROPE_TRICK = 15; const int WAZOO_ANIMAL_SPY = 16; const int WAZOO_INTOXICATE = 17; const int WAZOO_QUICK_SOBER = 18; const int WAZOO_PHANTASMAL_THIEF = 19; /////////////////////////////////////// // SPELL CONSTANTS /////////////////////////////////////// const int SPELL_PLANE_SHIFT = 861; void main() { }