You probably noticed a big bug in the kamikazi script? Sorry forgot to post an EXTRA script entry that you must add for explosion effects...forgot to do this because it was in a seperate file tongue.gif silly me...
[quote:51fdb12714]
// Kamakazi script created by Frogfusious AkA Lord Aerieth of UO:ROX Shard
// This script is freeware, but please keep this tag up here. thanks
[CHARDEF 02254]
DEFNAME=c_kamakazi
ID=0190
NAME=#NAMES_HUMANMALE the Kamakazi
ICON=i_pet_MAN
CAN=MT_EQUIP|MT_WALK|MT_RUN|MT_USEHANDS
RESOURCES=i_flesh_head, i_flesh_torso, i_flesh_right_arm, i_flesh_left_arm, i_flesh_left_leg, i_flesh_right_leg, i_blood_2
FOODTYPE=26 t_meat_raw
BLOODCOLOR=0

DESCRIPTION=Kamakazi
SUBSECTION=Insane
CATEGORY=Monsters

ON=@Create
NPC=brain_monster
COLOR=0481

STR={50 110}
DEX=9999
INT={10 40}
FAME={300 450}
KARMA=-5600

ON=@NPCRestock
ITEMNEWBIE=0a22
COLOR=07bd
NAME=???
ITEM=i_pants_short
COLOR=01
ITEM=i_sash
COLOR=01
ITEM=i_shoes_plain
COLOR=01
ITEM=i_reag_sulfur_ash,{5 20}
ITEM=i_bottle_purple
ITEM=i_bottle_purple

ON=@GetHit
SOUND=snd_SPELL_EXPLOSION
SRC.NEWITEM i_cufx_01
SRC.ACT.P=
SRC.DAMAGE={70 95}
HITPOINTS=0

ON=@Hit
SOUND=snd_SPELL_EXPLOSION
SRC.NEWITEM i_cufx_01
SRC.ACT.P=
SRC.DAMAGE={40 65}
HITPOINTS=0

ON=@NPCSeeNewPlayer
ATTACK
[/quote:51fdb12714]

And then add this script:
[quote:51fdb12714]
[ITEMDEF i_cufx_01]
NAME=explosion
ID=i_fx_explode
TYPE=T_crystal_ball
WEIGHT=255

ON=@Create
ATTR=attr_decay
TIMER=2

ON=@Timer
REMOVE
RETURN 1
[/quote:51fdb12714]