summaryrefslogtreecommitdiff
path: root/npc/042-1/malik.txt
diff options
context:
space:
mode:
authorCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-13 09:07:52 -0300
committerCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-13 09:07:52 -0300
commitd6419687dad8681167609331cfd4e5d236ca530d (patch)
tree4610c658b63ad29857ffb90066ada43ed572b0cb /npc/042-1/malik.txt
parent00c750030f967a863613304d16565f8fb4ad6034 (diff)
downloadserverdata-d6419687dad8681167609331cfd4e5d236ca530d.tar.gz
serverdata-d6419687dad8681167609331cfd4e5d236ca530d.tar.bz2
serverdata-d6419687dad8681167609331cfd4e5d236ca530d.tar.xz
serverdata-d6419687dad8681167609331cfd4e5d236ca530d.zip
Add new option in debug npc. New messages for Tanisha. Fix issues in hasan.
Diffstat (limited to 'npc/042-1/malik.txt')
-rw-r--r--npc/042-1/malik.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt
index 8da665de..389d3233 100644
--- a/npc/042-1/malik.txt
+++ b/npc/042-1/malik.txt
@@ -1,9 +1,9 @@
042-1.gat,105,60,0 script Malik 162,{
- mes "reset?";
menu
- "yes",-,
- "no",L_Close;
+ "Reset",-,
+ "Test Scorpion Fight", L_Scorp,
+ "close",L_Close;
set hasan, 0;
set kaan, 0;
set sorfina, 0;
@@ -12,4 +12,10 @@
set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE;
L_Close:
close;
+
+L_Scorp:
+ set sorfina, 4;
+ set kaan, 4;
+ set hasan, 3;
+ close;
}