SphereCommunity
Mount in regions - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Mount in regions (/Thread-Mount-in-regions)



Mount in regions - Lazarus - 02-22-2015 02:30 AM

Hi there! I'm trying to create a anti-mounting zone.
I have read in the forums and search and I create a region type for de zone to unmount on enter:

Code:
[REGIONTYPE r_unmount]

ON=@ENTER
if (<src.findlayer.25>) && !(<SRC.ISGM>)
  src.dismount
endif

Now. I have to get secure that no one can, with a shrink horse, or a summon horse, or something else, mount in this zone.
Should I use

Code:
@Step?


or this is so much triggers for the Emulator?
or maybe I need to use the trigger on char events like

Code:
on=@mount
if regiontype r_unmount...
unmount.
else
bleh

What's better of?
any ideas?


RE: Mount in regions - darksun84 - 02-22-2015 03:00 AM

the one with @mount is better


RE: Mount in regions - Lazarus - 02-22-2015 03:47 AM

(02-22-2015 03:00 AM)darksun84 Wrote:  the one with @mount is better

Like always... I love you darksun LoveLoveLoveLove

edit: :nohomo: