diff options
Diffstat (limited to 'npc/re/jobs/1-1')
-rw-r--r-- | npc/re/jobs/1-1/acolyte.txt | 2 | ||||
-rw-r--r-- | npc/re/jobs/1-1/archer.txt | 8 | ||||
-rw-r--r-- | npc/re/jobs/1-1/swordman.txt | 2 | ||||
-rw-r--r-- | npc/re/jobs/1-1/thief.txt | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/jobs/1-1/acolyte.txt b/npc/re/jobs/1-1/acolyte.txt index 89387e3a2..005da4c8f 100644 --- a/npc/re/jobs/1-1/acolyte.txt +++ b/npc/re/jobs/1-1/acolyte.txt @@ -109,7 +109,7 @@ prt_church,184,41,4 script Cleric#aco 1_M_PASTOR,{ mes "[Father Mareusis]"; mes "Always remember to be thankful to God, who takes care of us all the time. In chaos and times of difficulty, face your hardships with unwavering faith."; callfunc "Job_Change",Job_Acolyte; - getitem 1545,1; // N_Mace + getitem N_Mace,1; // N_Mace next; mes "[Father Mareusis]"; mes "Lastly, I want to sincerely congratulate you on persevering through your trial of penance."; diff --git a/npc/re/jobs/1-1/archer.txt b/npc/re/jobs/1-1/archer.txt index cc9954dba..32b53ed49 100644 --- a/npc/re/jobs/1-1/archer.txt +++ b/npc/re/jobs/1-1/archer.txt @@ -116,10 +116,10 @@ payon_in02,64,71,4 script Archer Guildsman#archer 4_M_03,{ mes "Congratulations! You are now an Archer! Also, we hope that you actively participate in many programs for the revival of the Archer Guild."; mes "Ah, items have arrived from the Production Department. Here, take these! These are all yours!"; callfunc "Job_Change",Job_Archer; - getitem 1742,1; // N_Composite_Bow - getitem 12004,1; // Arrow_Container - getitem 12009,1; // Silver_Arrow_Container - getitem 12008,1; // Fire_Arrow_Container + getitem N_Composite_Bow,1; // N_Composite_Bow + getitem Arrow_Container,1; // Arrow_Container + getitem Silver_Arrow_Container,1; // Silver_Arrow_Container + getitem Fire_Arrow_Container,1; // Fire_Arrow_Container next; mes "[Archer Guildsman]"; mes "Having a bow and arrows, now you became a real Archer."; diff --git a/npc/re/jobs/1-1/swordman.txt b/npc/re/jobs/1-1/swordman.txt index 2bda736a9..00f1086ef 100644 --- a/npc/re/jobs/1-1/swordman.txt +++ b/npc/re/jobs/1-1/swordman.txt @@ -141,7 +141,7 @@ izlude_in,74,172,4 script Swordman#swd 2_M_SWORDMASTER,{ mes "[Swordman Guildsman]"; mes "Congratulations again for being a Swordman and I hope that you participate in many activities for the revival of our guild."; callfunc "Job_Change",Job_Swordman; - getitem 13415,1; // N_Falchion + getitem N_Falchion,1; // N_Falchion close; } case 3: diff --git a/npc/re/jobs/1-1/thief.txt b/npc/re/jobs/1-1/thief.txt index 43b721086..3d3345719 100644 --- a/npc/re/jobs/1-1/thief.txt +++ b/npc/re/jobs/1-1/thief.txt @@ -190,7 +190,7 @@ moc_prydb1,42,133,2 script Thief Guildsman#thief 2_M_THIEFMASTER,{ mes "'For those who are ready, the moonlight shall open the way. Now you are fully ready, I now officially allow you to become a member of the Thief Guild.'"; callfunc "Job_Change",Job_Thief; q_job_thief = 0; - getitem 13041,1; // N_Main_Gauche + getitem N_Main_Gauche,1; // N_Main_Gauche next; mes "[Commander of Thief Guild]"; mes "'Congratulations on becoming a Thief.'"; |