a Flame that makes ur mount dissapear

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
Damien
Adept Poster
Posts: 82
Joined: Sat Apr 15, 2006 11:50 am

a Flame that makes ur mount dissapear

Post by Damien »

Hello, i really need some help :)

Could someone tell me how to create a flame, but it shouldn't be a normal flame! the flame should teleport u somewhere
(that part i can script) But when u get teleported you mount should also die/dissapear.

Code: Select all

Thanks.
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Post by DevGIB »

Code: Select all

var mount := GetEquipmentByLayer( me, 25 );
destroyitem(mount);
Post Reply