diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-28 13:54:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-28 13:55:40 -0300 |
commit | 84375bc493e1b7ec2e45ac87cfa9c657b34369c5 (patch) | |
tree | f8470f1e989a307a698d4cb8cc79951c9060f393 /npc/functions/soul_menhir.txt | |
parent | 44da42bd50ab4ea40cb0497c0552d81567401d14 (diff) | |
download | serverdata-84375bc493e1b7ec2e45ac87cfa9c657b34369c5.tar.gz serverdata-84375bc493e1b7ec2e45ac87cfa9c657b34369c5.tar.bz2 serverdata-84375bc493e1b7ec2e45ac87cfa9c657b34369c5.tar.xz serverdata-84375bc493e1b7ec2e45ac87cfa9c657b34369c5.zip |
Particle effect on warp to aeros
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r-- | npc/functions/soul_menhir.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 44645508e..b83526c8d 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -54,6 +54,7 @@ L_Aeros: case 1: warp "001-1", 23, 108; break; } + specialeffect(63, AREA, getcharid(3)); message strcharinfo(0), l("You are now at the Mana Plane of Existence, at the Floating Island of Aeros."); close; |