diff options
Diffstat (limited to 'conf-tmpl/mapflag/noloot.txt')
-rw-r--r-- | conf-tmpl/mapflag/noloot.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf-tmpl/mapflag/noloot.txt b/conf-tmpl/mapflag/noloot.txt new file mode 100644 index 000000000..3d0e9fd6c --- /dev/null +++ b/conf-tmpl/mapflag/noloot.txt @@ -0,0 +1,26 @@ +//===== eAthena Script =======================================
+//= Map flags that disable drop of loot
+//===== By: ==================================================
+//= eAthena Dev Team
+//= 1.2 [Lupus]
+//= 1.3 [massdriller]
+//= 1.4 Lupus
+//= 1.5 Lorky
+//===== Current Version: =====================================
+// 15.06.2005 :: Lorky :: First release
+//============================================================
+
+// Location for Job's Quests
+sword_1-1.gat mapflag noloot
+in_moc_16.gat mapflag noloot
+job_hunte.gat mapflag noloot
+job_knt.gat mapflag noloot
+job_prist.gat mapflag noloot
+job_wiz.gat mapflag noloot
+job_cru.gat mapflag noloot
+monk_test.gat mapflag noloot
+in_rogue.gat mapflag noloot
+job_sage.gat mapflag noloot
+
+//Thievs have to gather some mushrooms. So they need loot
+//job_thief1.gat mapflag noloot
\ No newline at end of file |