From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/jobs/novice/supernovice.txt | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'npc/jobs/novice') diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 4720d7283..434ead038 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -1,24 +1,22 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Super Novice Job Quest -//===== By: ================================================== +//===== By: ================================================== //= Darkchild -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.4 -//===== Compatible With: ===================================== -//= rAthena SVN r15340+ -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Super Novice Job Change Npc //= Super Novice Cart Rental Npc //= Some Other Useless Super Novice Npc -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.9 Rescripted to the Aegis 10.3 Standars. [Samuray22] //= 2.0 Rescripted again, this time using an iRO base. [L0ne_W0lf] //= 2.1 Swapped use of baseclass for basejob. [L0ne_W0lf] //= 2.2 Added Quest Log commands. [Kisuka] //= 2.3 NPC "Esseray" calls Ex. Super Novice script when enabled. [Euphy] //= 2.4 Added an Ex. Super Novice dialog check. [Euphy] -//============================================================ +//============================================================ aldeba_in,223,167,3 script Tzerero#sn 709,{ if (BaseJob == Job_SuperNovice) { @@ -336,7 +334,8 @@ aldeba_in,216,169,5 script Esseray#sn 86,{ close; } if (BaseJob == Job_SuperNovice) { - if (is_function("Esseray_Ex")) callfunc "Esseray_Ex"; + if (checkre(0)) + callfunc "Esseray_Ex"; mes "[Esseray]"; mes "Hm? Hey, you're a member"; mes "of our great Novice Society,"; @@ -432,7 +431,7 @@ aldebaran,54,238,5 script Kafra Employee#sn 117,{ } if (Zeny >= 1899) { set RESRVPTS, RESRVPTS + 190; - set zeny,zeny-1900; + set Zeny, Zeny-1900; if (getskilllv("MC_PUSHCART") > 0) setcart; mes "[Kafra Employee]"; mes "Thank you for using my service."; @@ -468,14 +467,14 @@ aldebaran,54,238,5 script Kafra Employee#sn 117,{ close; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= Dialogs From Some Other Scripts (Most Of It) //= 1.3-1.5 Added Baby class support (and to the Kafta SN Cart -//= renter, too) [Lupus] +//= renter, too) [Lupus] //= 1.6 Added a fix which prevent High Novices passing -//= this Job Quests again. [Lupus] +//= this Job Quests again. [Lupus] //= 1.7 Fixed Baby Class Support. [Lupus] //= 1.8 Now a Baby can become a Super Baby [Lupus] -//============================================================ +//============================================================ -- cgit v1.2.3-60-g2f50