diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-07-28 02:35:56 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-28 02:35:56 +0100 |
commit | e2bb903651a0b4675081350103ab18fb43f0f901 (patch) | |
tree | 23ec846692e4e70981c9fad2c861f508139c0f62 /npc | |
parent | be1c1bc7adda99fbcdc398660525022e5d60b747 (diff) | |
download | hercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.gz hercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.bz2 hercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.xz hercules-e2bb903651a0b4675081350103ab18fb43f0f901.zip |
remove specialeffect on first login from the novice academy script
this effect is officialy given thought the achievements system on first login.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/jobs/novice/academy.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/re/jobs/novice/academy.txt b/npc/re/jobs/novice/academy.txt index fb19e59a7..a69f7008d 100644 --- a/npc/re/jobs/novice/academy.txt +++ b/npc/re/jobs/novice/academy.txt @@ -44,7 +44,6 @@ iz_int,18,26,0 script startpoint HIDDEN_WARP_NPC,1,1,{ OnTouch: if (!izintspawn) { - specialeffect(EF_ANGEL3, AREA, playerattached()); // On official it is some kind of Poring Angel, but I can't find it navigateto("int_land", NAV_NONE, 1); // individual map name not required izintspawn = 1; } |