diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/mc_cameri/jobchanger.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/other/mc_cameri/jobchanger.txt b/npc/other/mc_cameri/jobchanger.txt new file mode 100644 index 000000000..ec1fcb61d --- /dev/null +++ b/npc/other/mc_cameri/jobchanger.txt @@ -0,0 +1,18 @@ +//===== eAthena Script =======================================
+//= Job Changer NPC
+//===== By: ==================================================
+//= MC Cameri
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena 0.1+;
+//===== Description: =========================================
+//= Job Changer NPC
+//===== Additional Comments: =================================
+//= v1.0 -
+//============================================================
+
+prontera.gat,157,188,0 script Job Changer 730,{
+ mes "[Job Advisor]";
+ close;
+}
\ No newline at end of file |