diff options
Diffstat (limited to 'npc/jobs/2-1/assassin.txt')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 47fd7f866..ab6c3cbc4 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -34,6 +34,7 @@ //= 2.5 Fixed a Rogue exploit [Lupus] //= 2.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 2.7 Several bugfixes with the help of Samuray22 and Barron-Monster. [L0ne_W0lf] +//= 2.8 Removed duplicate warps. [L0ne_W0lf] //============================================================ in_moc_16,19,33,1 script Guildsman#asn 55,{ @@ -1170,16 +1171,6 @@ OnTouch: } } -in_moc_16,18,8,0 script guild_to_16 45,1,1,{ -OnTouch: - warp "moc_fild16",205,291; -} - -moc_fild16,205,296,0 script 16_to_guild 45,1,1,{ -OnTouch: - warp "in_moc_16",18,11; -} - in_moc_16,1,1,0 script Beholder#ASNTEST -1,{ OnInit: disablenpc "Beholder#ASNTEST"; |