summaryrefslogtreecommitdiff
path: root/npc/008-2-2/note.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/008-2-2/note.txt
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/008-2-2/note.txt')
-rw-r--r--npc/008-2-2/note.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/npc/008-2-2/note.txt b/npc/008-2-2/note.txt
deleted file mode 100644
index a19fa50e..00000000
--- a/npc/008-2-2/note.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-// Evol scripts.
-// Author:
-// gumi
-// Jesusalva
-
-008-2-2,32,28,0 script Note#Hurnscald:pub NPC_PAPER_NOTE,{
- narrator(8,
- l("We refuse service to anyone who:"),
- "• " + l("Has a bubblehead"),
- "• " + l("Is not properly shaded"),
- "• " + l("Can't walk without stopping after every step"));
-
- // In case you don't get the joke, know that it's a parody on Illutia.
- mesc l("PS. You'll gain experience if you hang around here with friends. Ask Melinda for drinks and pay a round for them! - Management");
- close;
-
-OnInit:
- .distance = 3;
- end;
-}
-
-// This is part of AFKing Experience
-008-2-2,28,33,0 script #AFKHurns NPC_HIDDEN,0,0,{
- end;
-
-OnTouch:
- addtimer2(3000, "#AFKHurns::OnSpeeching");
- end;
-
-OnSpeeching:
- AFKLoop("#AFKHurns::OnSpeeching", "008-2-2", 33, 27, 48, 38);
- end;
-}
-
-008-2-2,50,30,0 duplicate(#AFKHurns) #AFKHurns2 NPC_HIDDEN,1,0