SphereCommunity
Walls on Dungeon Entrances. - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Walls on Dungeon Entrances. (/Thread-Walls-on-Dungeon-Entrances)

Pages: 1 2 3


RE: Walls on Dungeon Entrances. - Shaklaban - 12-12-2012 03:17 AM

My method is:

PHP Code:
[itemdef i_no_field]
id=i_fx_yellow_dot
type
=t_nofield
name
=no field

on
=@create
attr
=attr_static|attr_invis

[function field_kontrol]
if (<
isneartype t_nofield 4>)
    
remove
elif 
(<isneartype t_moongate 7>)
    
remove
endif

[
itemDEF 03967]
//field of paralysis
DEFNAME=i_fx_field_paralyze
TYPE
=t_spell
CATEGORY
=Animations
SUBSECTION
=Paralysis Field
DESCRIPTION
=@
DUPELIST=03968,03969,0396a,0396b,0396c,0396d,0396e,0396f,03970,03971,03972,03973,03974,03975,03976,03977,03978,03979,0397a,0397b,0397c,0397d,0397e,0397f,03980,03981,03982,03983,03984,03985,03986,03987,03988,03989,0398a

on
=@create
tag
.alwayssend=1
timerf 1 field_kontrol 



RE: Walls on Dungeon Entrances. - htid4life - 12-12-2012 03:26 AM

Hey Shaklaban

do u know how i can get to work on the wall of stone??


RE: Walls on Dungeon Entrances. - Shaklaban - 12-12-2012 04:13 AM

just add same @create trigger to under wall of stone item (i_wall_of_stone_8)


RE: Walls on Dungeon Entrances. - htid4life - 12-12-2012 05:04 AM

Thanks Dude