diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-03 16:26:16 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-03 16:33:01 -0700 |
commit | ab4ab2b1440dcd80dc6d8aaa962b05063a846451 (patch) | |
tree | 6e6da97b3e9e9f0ef1e4b674c45dad6e5b1b32f4 /world/map/npc/042-1/malik.txt | |
parent | c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da (diff) | |
download | serverdata-ab4ab2b1440dcd80dc6d8aaa962b05063a846451.tar.gz serverdata-ab4ab2b1440dcd80dc6d8aaa962b05063a846451.tar.bz2 serverdata-ab4ab2b1440dcd80dc6d8aaa962b05063a846451.tar.xz serverdata-ab4ab2b1440dcd80dc6d8aaa962b05063a846451.zip |
Completely comment out disabled scripts instead of just the first linev2011.08.03
This meant that every line would be parsed as a toplevel script,
and could crash the server under some conditions.
Diffstat (limited to 'world/map/npc/042-1/malik.txt')
-rw-r--r-- | world/map/npc/042-1/malik.txt | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/world/map/npc/042-1/malik.txt b/world/map/npc/042-1/malik.txt index 80fa713c..7ebfe289 100644 --- a/world/map/npc/042-1/malik.txt +++ b/world/map/npc/042-1/malik.txt @@ -1,23 +1,23 @@ -// Uncomment this line if you want to test the script in your local server +//To enable: sed 's_^// __' -i npc/042-1/malik.txt -//042-1.gat,105,60,0 script Malik 162,{ +// 042-1.gat,105,60,0 script Malik 162,{ - menu - "Reset",-, - "Test Scorpion Fight", L_Scorp, - "close",L_Close; - set hasan, 0; - set kaan, 0; - set sorfina, 0; - set tanisha, 0; - set maggot, 0; - set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE; -L_Close: - close; +// menu +// "Reset",-, +// "Test Scorpion Fight", L_Scorp, +// "close",L_Close; +// set hasan, 0; +// set kaan, 0; +// set sorfina, 0; +// set tanisha, 0; +// set maggot, 0; +// set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE; +// L_Close: +// close; -L_Scorp: - set sorfina, 4; - set kaan, 4; - set hasan, 3; - close; -} +// L_Scorp: +// set sorfina, 4; +// set kaan, 4; +// set hasan, 3; +// close; +// } |