diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 14:52:45 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 14:52:45 +0000 |
commit | 40fc724fe77bfc27b2d92ee78f9cd665cb7202f1 (patch) | |
tree | 3327d5d939ba9db788633b19515365e3559cd11e /npc/other/mc_cameri/jobchanger.txt | |
parent | d43a32db7a636ee550520e8aadf49ca241d253d3 (diff) | |
download | hercules-40fc724fe77bfc27b2d92ee78f9cd665cb7202f1.tar.gz hercules-40fc724fe77bfc27b2d92ee78f9cd665cb7202f1.tar.bz2 hercules-40fc724fe77bfc27b2d92ee78f9cd665cb7202f1.tar.xz hercules-40fc724fe77bfc27b2d92ee78f9cd665cb7202f1.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/mc_cameri/jobchanger.txt')
-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 |