From 1fe59054c15bcb893ff9266586288143008d57a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Mar 2021 10:13:18 -0300 Subject: OVH Fire skill --- npc/magic/ovh.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 npc/magic/ovh.txt (limited to 'npc/magic') diff --git a/npc/magic/ovh.txt b/npc/magic/ovh.txt new file mode 100644 index 000000000..476be292c --- /dev/null +++ b/npc/magic/ovh.txt @@ -0,0 +1,13 @@ +// TMW2 script +// Author: Jesusalva +// +// Magic Script: TMW2_OVHFIRE +// +// Burns down the user to a toast, but they'll survive, because they are awesome. + +function script SK_OVHFire { + specialeffect FX_HELLBLAZE, AREA, getcharid(3); + return; +} + + -- cgit v1.2.3-70-g09d2