summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/entertainer.txt
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-10-22 15:41:11 -0400
committermekolat <mekolat@gmail.com>2014-10-22 15:58:46 -0400
commit6403fda71f2788b0cd18405503e718ace09f034f (patch)
tree99eb56d559ff5c288379d138ab59051d843aa51d /world/map/npc/001-1/entertainer.txt
parent50e70491ff4595f299ee737f68d718175597e08d (diff)
downloadserverdata-6403fda71f2788b0cd18405503e718ace09f034f.tar.gz
serverdata-6403fda71f2788b0cd18405503e718ace09f034f.tar.bz2
serverdata-6403fda71f2788b0cd18405503e718ace09f034f.tar.xz
serverdata-6403fda71f2788b0cd18405503e718ace09f034f.zip
remove basic skills
Diffstat (limited to 'world/map/npc/001-1/entertainer.txt')
-rw-r--r--world/map/npc/001-1/entertainer.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/world/map/npc/001-1/entertainer.txt b/world/map/npc/001-1/entertainer.txt
index fea4f532..2cb68e35 100644
--- a/world/map/npc/001-1/entertainer.txt
+++ b/world/map/npc/001-1/entertainer.txt
@@ -2,8 +2,6 @@
001-1.gat,30,43,0|script|Entertainer|165,
{
- if (getskilllv(SKILL_EMOTE) > 0) goto L_Has;
-
mes "[Entertainer]";
mes "\"Yes how can I help you?\"";
menu
@@ -19,18 +17,12 @@ L_Learn:
"I don't see the point right now.", L_Close;
L_Learn2:
- setskill SKILL_EMOTE, 1;
mes "[Entertainer]";
mes "\"All you have to do is press alt and a number.";
mes "The number determines what emotion will be shown.";
mes "Some clients will also show an emote shortcut-bar with the F12 button\"";
goto L_Close;
-L_Has:
- mes "[Entertainer]";
- mes "\"The entertainment life is a hard life...\" *sigh*";
- goto L_Close;
-
L_Close:
close;