diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/jobs/jobmaster.txt | 4 | ||||
-rw-r--r-- | npc/kafras/dts_warper.txt | 4 | ||||
-rw-r--r-- | npc/quests/skills/assassin_skills.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index d3bf6f59b..3886ccf60 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -187,7 +187,7 @@ prontera,153,193,6 script Job Master 123,{ close; } } - mes "Looks like something has gone wrong. Please report to the eAthena Development Team about this error."; + mes "I'm sorry, there are no further classes for your job."; close; L_GivePlat: @@ -266,4 +266,4 @@ OnInit: set $@JC_Plat, 1; //Give Platinum skills on Jobchange (Default : 1-yes) set $@JC_SupNovM, 45; //Base Level to change into Super Novice (Default : 45) end; -}
\ No newline at end of file +} diff --git a/npc/kafras/dts_warper.txt b/npc/kafras/dts_warper.txt index bd23f807a..5140fb541 100644 --- a/npc/kafras/dts_warper.txt +++ b/npc/kafras/dts_warper.txt @@ -86,10 +86,10 @@ lighthalzen,154,60,6 script Cool Event Voting Staff::CoolEventVotingStaff02 874, callfunc "F_DTS_Warp",0,0; } //Prontera -prontera,147,125,4 script Cool Event Voting Staff::CoolEventVotingStaff03 874,{ +prontera,147,125,6 script Cool Event Voting Staff::CoolEventVotingStaff03 874,{ callfunc "F_DTS_Warp",0,0; } -prontera,164,125,6 script Kafra Voting Staff#02 115,{ +prontera,164,125,4 script Kafra Voting Staff#02 115,{ callfunc "F_DTS_Warp",1,3; } diff --git a/npc/quests/skills/assassin_skills.txt b/npc/quests/skills/assassin_skills.txt index 8a0664345..f9666da05 100644 --- a/npc/quests/skills/assassin_skills.txt +++ b/npc/quests/skills/assassin_skills.txt @@ -486,7 +486,7 @@ in_moc_16,23,27,5 script Assassin#realgirl 885,{ mes "[Esmille]"; mes "That jewel is yours"; mes "to keep. In truth, I don't"; - mes "really need any treasure, just^FFFFFF ^000000 some proof your of qualification."; + mes "really need any treasure, just^FFFFFF ^000000 some proof of your qualification."; mes "It looks like you're ready for me^FFFFFF ^000000 to teach you Sonic Acceleration."; set ASSN_SK,6; next; |