//**************************************************************************** //SPHERE by : Menasoft ©1997-2000 //www.sphereserver.com // All SPHERE script files and formats are copyright Menasoft & Partners. // This file may be freely edited for personal use, but may not be distributed // in whole or in part, in any format without express written permission from // Menasoft & Partners. All donations and contributions // become the property of Menasoft & Partners. //**************************************************************************** // FILE LAST UPDATED: Friday, April 28, 2000 VERSION=0.54 [ITEMDEF I_BOOKOFHELL] NAME=Book of Hell ID=i_BOOK_OPEN CATEGORY=Trigger Items SUBSECTION=Magic Items DESCRIPTION=Book of Hell ON=@Create MORE=b_hitchhiker // some book number ON=@DCLICK SRC.EFFECT=3,i_FIRE_COLUMN,6,15,1 // flamestrike SRC.SOUND=snd_SPELL_FLAMESTRIKE SRC.DAMAGE={5 20} // damage the person who did this TIMER=4 ON=@TIMER SPEAK Run away ! RETURN 1 [ITEMDEF I_FIRE_STORM] // Fire Storm NAME=a Fire Storm ID=i_fx_explode TYPE=T_SPELL CATEGORY=TFL Additions SUBSECTION=Animations DESCRIPTION=Fire Storm Piece ON=@Create ATTR=attr_magic|attr_move_never MORE=0 MOREP=42,55,99 TIMER=1 ON=@DCLICK MORE=+1 IF ( > 15) REMOVE RETURN 1 ENDIF MOREP= VAR.NEG=RAND(2) VAR.TX=RAND(6) IF ( == 1) MOREX= - ELSE MOREX= + ENDIF VAR.NEG=RAND(2) VAR.TY=RAND(6) IF ( == 1) MOREY= - ELSE MOREY= + ENDIF ATTR=attr_move_never|attr_invis|attr_magic //set invs P= ATTR=attr_magic|attr_move_never //unhide object, shos it at new location MOREP=42,55,99 TIMER=1 RETURN 1 [ITEMDEF I_BARDICHE_SA] //Bardiche (this may not work!) //Using Sword type below NAME=Supremely Accurate Bardiche ID=i_bardiche TYPE=T_WEAPON_SWORD RESOURCES=i_bardiche,i_enchant_weapon,i_scroll_bless // ,5 i_enchant_weapon ON=@Create HITPOINTS={31 100} COLOR=color_magic_weap ATTR=attr_magic //MOREY=100.0 ON=@EQUIP SRC.SWORDSMANSHIP=( + 25.0) SRC.TACTICS=( + 25.0) SRC.DEX=( + 1) ON=@UNEQUIP SRC.SWORDSMANSHIP=( - 25.0) SRC.TACTICS=( - 25.0) SRC.DEX=( - 1) [EOF]