diff options
Diffstat (limited to 'npc/quests/obb_quest.txt')
-rw-r--r-- | npc/quests/obb_quest.txt | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index 097d7f78b..5796bd8f6 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -1,13 +1,11 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Old Blue Box Quest //===== By =================================================== //= Celesta, Lupus //===== Version ============================================== //= 2.0 -//===== Compatible With: ===================================== -//= rAthena SVN -//===== Description: ========================================= -// [Aegis Conversion] +//===== Description: ========================================= +// [Official Conversion] //= Old Blue Box quest (?) //= Officially this quest gave an OBB in exhange for a the //= required items unlimitedly, however this was changed by @@ -15,12 +13,12 @@ //= The exact purpose of this quest is undetermined, but //= Gravity claimed that another quest would eventually //= branch from this one. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.8 Added missing checkweights. [L0ne_W0lf] //= 1.9 Moved Morroc NPCs to Morroc Ruins. [L0ne_W0lf] //= 2.0 Removed unused "name" variable. [L0ne_W0lf] -//============================================================ +//============================================================ alberta,43,244,0 script Tourist#thai 99,{ if (checkweight(1201,1) == 0) { @@ -457,8 +455,7 @@ alberta,43,244,0 script Tourist#thai 99,{ next; mes "[Tourist]"; mes "Hopefully, it'll be useful."; - set .@now_weight,MaxWeight-Weight; - if (.@now_weight < 500) { + if (MaxWeight - Weight < 500) { mes "Umm...it seems you're carrying too much stuff with you."; mes "Doncha want me to help you?"; close; @@ -1939,10 +1936,10 @@ moc_ruins,107,62,0 script Tommy#thai 716,{ } } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= Official OBB Quest. You can pass it any times you want. //= 1.6 Updated, fixed, optimized and translated into English [Lupus] //= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets] -//============================================================ +//============================================================ |