summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-11-09 14:34:54 -0600
committermekolat <mekolat@users.noreply.github.com>2016-02-01 14:27:30 -0500
commit1e3050b638726ea407d28f4b860fb2b5722b069b (patch)
treeb46505aa8dc5d9e05f24a4d45be6c81504b31e5c /world/map/npc/commands/_atcommand_local.txt
parent633a7c34d8a585c6c4659d353628dff5134ff79d (diff)
downloadserverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.gz
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.bz2
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.xz
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.zip
Purged gender from quest dialogue
Changed Eurni to new genders
Diffstat (limited to 'world/map/npc/commands/_atcommand_local.txt')
-rw-r--r--world/map/npc/commands/_atcommand_local.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/commands/_atcommand_local.txt b/world/map/npc/commands/_atcommand_local.txt
new file mode 100644
index 00000000..a195d580
--- /dev/null
+++ b/world/map/npc/commands/_atcommand_local.txt
@@ -0,0 +1,12 @@
+-|script|GM|32767
+{
+ end;
+
+OnInit:
+ // define permissions here
+ set .zeny, G_ADMIN;
+
+ // permissions for events
+ set .killthegm, G_EVENT;
+ end;
+}