git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8872 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
Lupus 2006-09-26 05:59:40 +00:00
parent 7773201dfd
commit 1ee52e2e1e
4 changed files with 1820 additions and 6 deletions

View File

@ -29,6 +29,9 @@ Playtester
Date Added Date Added
====== ======
09/26
* Shuriken Blacksmith - added missing next; [Lupus]
- Finished translation of custom\may_hats, thanks to Playtester ^_-
09/25 09/25
* Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and extra * Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and extra
parenthesis on line 128 ( a ) in the end of the condition) [erKURITA] parenthesis on line 128 ( a ) in the end of the condition) [erKURITA]

View File

@ -4,13 +4,14 @@
//===== By: ================================================== //===== By: ==================================================
//= Lupus //= Lupus
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.01
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena 1.0 //= eAthena 1.0
//===== Description: ========================================= //===== Description: =========================================
//= Custom quest for some RO mobile game bonus items //= Custom quest for some RO mobile game bonus items
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1 May, 2006 //= 1 May, 2006
//= 1.01 translated the rest of dialogues
//============================================================ //============================================================
gonryun.gat,187,140,4 script Yakima 850,{ gonryun.gat,187,140,4 script Yakima 850,{
@ -106,12 +107,12 @@ M_3:
M_4: M_4:
mes "[Yakima]"; mes "[Yakima]";
mes "Отличная моднючая сумочка - аксессуар! С ней вы сможете унести немного больше товара... +2 к силе, это вам не гнездо на башке носить!"; mes "It's a fresh style! Ancessory and a bag all in one! You'd get +2 STR... It's different from that sabby nest!";
mes "Подходит только для Купцов и иже с ними."; mes "It fits to Merchant classonly.";
emotion e_heh; emotion e_heh;
next; next;
mes "[Yakima]"; mes "[Yakima]";
mes "У меня таких сумок довольно много... Поэтому и искать вещей вам придется всего 3 вида изделий из цветов и брезентовую основу:"; mes "Now my stock is full of those bags... So I'll make it from 3 flower things and a rough piece of clothes:";
mes "3 Romantic Flowers,"; mes "3 Romantic Flowers,";
mes "3 Fancy Flowers,"; mes "3 Fancy Flowers,";
mes "2 Flower Rings and"; mes "2 Flower Rings and";

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= Au{R}oN //= Au{R}oN
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.2 //= 1.2a
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena 1.0+ //= eAthena 1.0+
//===== Description: ========================================= //===== Description: =========================================
@ -13,6 +13,7 @@
//= 1.0 Added the 4 Shuriken. [Au{R}oN] //= 1.0 Added the 4 Shuriken. [Au{R}oN]
//= 1.1 Fix getitem bugs and add if ninja job check. [Au{R}oN] //= 1.1 Fix getitem bugs and add if ninja job check. [Au{R}oN]
//= 1.2 more bugs fixed,wrong labels, missing stuf, etc[Lupus] //= 1.2 more bugs fixed,wrong labels, missing stuf, etc[Lupus]
//= 1.2a added missing next;
//============================================================ //============================================================
que_ng.gat,22,62,3 script Taitsu 709,{ que_ng.gat,22,62,3 script Taitsu 709,{
@ -139,12 +140,14 @@ M_REKKA:
//=====================I'M SORRY======================== //=====================I'M SORRY========================
L_NOITEMS: L_NOITEMS:
next;
mes "[Taitsu]"; mes "[Taitsu]";
mes "Sorry, but you not have all required items."; mes "Sorry, but you not have all required items.";
emotion e_sry; emotion e_sry;
close; close;
L_NOZENY: L_NOZENY:
next;
mes "[Taitsu]"; mes "[Taitsu]";
mes "I'm sorry, but you need "+@z+"z"; mes "I'm sorry, but you need "+@z+"z";
emotion e_cash; emotion e_cash;
@ -154,4 +157,4 @@ M_NOPE:
mes "[Taitsu]"; mes "[Taitsu]";
mes "Ok came back when you want."; mes "Ok came back when you want.";
close; close;
} }

File diff suppressed because it is too large Load Diff