DISMOUNT OR MOUNT ON 'MOUNT'
DISMOUNT OR MOUNT ON ETHEREAL
- Descrizione: Se siete sopra ad una cavalcatura, scenderà. Se non siete su una cavalcatura, salirà su quella che avete settato come 'mount'.
- Istruzioni: Settare come 'mount' (Options -> Combat -> Set Mount) la cavalcatura che si vuole usare.
codice:
[color=yellow]// AUTHOR: Gramoz // PURPOSE: Dismount from your mount (if you are mounted) else mount on your mount // INSTRUCTIONS: Set the mount you want to use: Options -> Combat -> Set Mount //[/color] if mounted 'self' useobject 'self' else useobject 'mount' endif
DISMOUNT OR MOUNT ON ETHEREAL
- Descrizione: Se siete sopra ad una cavalcatura, scenderà. Se non siete su una cavalcatura, salirà sul vostro ethereo.
- Istruzioni: Al posto di 'XXX' impostate il type del vostro etereo (dovrete ovviamente averlo nel backpack). Qui trovate una lista:
- '0x20dd' = Horse
- '0x2135' = Ostard
- = Giant Beetle
- = Swamp Dragon
- '0x2615' = Ridgeback
- '0x25a0' = Ki-Rin
- '0x20e1' = Polar Bear
- '0x2d96' = Cu-Sidhe
- '0x2617' = Skeletal Steed
- = Hiryu
- = Reptalon
codice:
[color=yellow]// AUTHOR: Gramoz // PURPOSE: Dismount from your mount (if you are mounted) else mount on your ethereal mount // INSTRUCTIONS: Set the type of your ethereal, here is a list: // Horse '0x20dd' / Ostard '0x2135' / Ridgeback '0x2615' / Ki-Rin '0x25a0' / Polar Bear '0x20e1' / Cu-Sidhe '0x2d96' / Skeletal Steed '0x2617' //[/color] if mounted 'self' useobject 'self' else [color=yellow]// write here the type of your ethereal (you must have it on your backpack)[/color] usetype [color=red]'XXX'[/color] endif
Commenta