git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8872 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
7773201dfd
commit
1ee52e2e1e
@ -29,6 +29,9 @@ Playtester
|
||||
|
||||
Date Added
|
||||
======
|
||||
09/26
|
||||
* Shuriken Blacksmith - added missing next; [Lupus]
|
||||
- Finished translation of custom\may_hats, thanks to Playtester ^_-
|
||||
09/25
|
||||
* Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and extra
|
||||
parenthesis on line 128 ( a ) in the end of the condition) [erKURITA]
|
||||
|
@ -4,13 +4,14 @@
|
||||
//===== By: ==================================================
|
||||
//= Lupus
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//= 1.01
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= Custom quest for some RO mobile game bonus items
|
||||
//===== Additional Comments: =================================
|
||||
//= 1 May, 2006
|
||||
//= 1.01 translated the rest of dialogues
|
||||
//============================================================
|
||||
|
||||
gonryun.gat,187,140,4 script Yakima 850,{
|
||||
@ -106,12 +107,12 @@ M_3:
|
||||
|
||||
M_4:
|
||||
mes "[Yakima]";
|
||||
mes "Отличная моднючая сумочка - аксессуар! С ней вы сможете унести немного больше товара... +2 к силе, это вам не гнездо на башке носить!";
|
||||
mes "Подходит только для Купцов и иже с ними.";
|
||||
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 "It fits to Merchant classonly.";
|
||||
emotion e_heh;
|
||||
next;
|
||||
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 Fancy Flowers,";
|
||||
mes "2 Flower Rings and";
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= Au{R}oN
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//= 1.2a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0+
|
||||
//===== Description: =========================================
|
||||
@ -13,6 +13,7 @@
|
||||
//= 1.0 Added the 4 Shuriken. [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.2a added missing next;
|
||||
//============================================================
|
||||
|
||||
que_ng.gat,22,62,3 script Taitsu 709,{
|
||||
@ -139,12 +140,14 @@ M_REKKA:
|
||||
|
||||
//=====================I'M SORRY========================
|
||||
L_NOITEMS:
|
||||
next;
|
||||
mes "[Taitsu]";
|
||||
mes "Sorry, but you not have all required items.";
|
||||
emotion e_sry;
|
||||
close;
|
||||
|
||||
L_NOZENY:
|
||||
next;
|
||||
mes "[Taitsu]";
|
||||
mes "I'm sorry, but you need "+@z+"z";
|
||||
emotion e_cash;
|
||||
|
1807
npc/quests/first_class/tu_acolyte.txt
Normal file
1807
npc/quests/first_class/tu_acolyte.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user