summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/map/battle/drops.conf26
-rw-r--r--conf/map/battle/exp.conf8
-rw-r--r--db/re/exp_group_db.conf9
-rw-r--r--db/re/item_db.conf4
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--langs/lang_da.txt962
-rw-r--r--langs/lang_de.txt966
-rw-r--r--langs/lang_en.old588
-rw-r--r--langs/lang_en.txt1014
-rw-r--r--langs/lang_es.txt966
-rw-r--r--langs/lang_fr.old3
-rw-r--r--langs/lang_fr.txt968
-rw-r--r--langs/lang_it.txt962
-rw-r--r--langs/lang_pl.txt962
-rw-r--r--langs/lang_pt_BR.old570
-rw-r--r--langs/lang_pt_BR.txt1752
-rw-r--r--langs/lang_ru.txt962
-rw-r--r--npc/000-0/sailors.txt10
-rw-r--r--npc/001-7/celestia_bossfight.txt1
-rw-r--r--npc/002-3/nard.txt104
-rw-r--r--npc/003-0-1/statues.txt6
-rw-r--r--npc/003-1/aahna.txt69
-rw-r--r--npc/003-2/lua.txt20
-rw-r--r--npc/017-1/town.txt30
-rw-r--r--npc/018-2-2/main.txt1
-rw-r--r--npc/021-4/main.txt1
-rw-r--r--npc/boss/throne.txt7
-rw-r--r--npc/commands/rate-management.txt46
-rw-r--r--npc/functions/clientversion.txt11
-rw-r--r--npc/functions/daily.txt11
-rw-r--r--npc/functions/mobpoint.txt12
-rw-r--r--npc/functions/scoreboards.txt51
-rw-r--r--npc/functions/siege.txt2
33 files changed, 5690 insertions, 5416 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf
index d88de95ba..e5b667ec5 100644
--- a/conf/map/battle/drops.conf
+++ b/conf/map/battle/drops.conf
@@ -62,32 +62,32 @@ mvp_item_third_get_time: 2000
// Modifying these values is without effect, as it is override during script runtime.
// The rate the common items are dropped (Items that are in the ETC tab, besides card)
-item_rate_common: 100
-item_rate_common_boss: 100
+item_rate_common: 1000
+item_rate_common_boss: 1000
item_drop_common_min: 1
item_drop_common_max: 10000
// The rate healing items are dropped (items that restore HP or SP)
-item_rate_heal: 100
-item_rate_heal_boss: 100
+item_rate_heal: 1000
+item_rate_heal_boss: 1000
item_drop_heal_min: 1
item_drop_heal_max: 10000
// The rate at which usable items (in the item tab) other then healing items are dropped.
-item_rate_use: 100
-item_rate_use_boss: 100
+item_rate_use: 1000
+item_rate_use_boss: 1000
item_drop_use_min: 1
item_drop_use_max: 10000
// The rate at which equipment is dropped.
-item_rate_equip: 100
-item_rate_equip_boss: 100
+item_rate_equip: 1000
+item_rate_equip_boss: 1000
item_drop_equip_min: 1
item_drop_equip_max: 10000
// The rate at which cards are dropped
-item_rate_card: 100
-item_rate_card_boss: 100
+item_rate_card: 1000
+item_rate_card_boss: 1000
item_drop_card_min: 1
item_drop_card_max: 10000
@@ -97,12 +97,12 @@ item_drop_mvp_min: 1
item_drop_mvp_max: 10000
// The rate adjustment for card-granted item drops.
-item_rate_adddrop: 100
+item_rate_adddrop: 1000
item_drop_add_min: 1
item_drop_add_max: 10000
// Rate adjustment for Treasure Box drops (these override all other modifiers)
-item_rate_treasure: 100
+item_rate_treasure: 1000
item_drop_treasure_min: 1
item_drop_treasure_max: 10000
@@ -142,8 +142,6 @@ drops_by_luk: 0
// At current value (20), each luck point will boost 0.2% drop rates.
// For the average drop (4% drop rate), this means 4*1,02=4.08% with 10 luck
// A full build (100 luck) and 4% drop rate will give 4.8% drop rate.
-// BETA PATCH: 100 luck and 4% drop rate (Std): 12% Drop Rate (3x more)
-// BETA PATCH: With only 50 luck you'll have double drop rates for everything
drops_by_luk2: 200
// Whether or not Marine Spheres and Floras summoned by Alchemist drop items?
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf
index 86129face..d576d80bb 100644
--- a/conf/map/battle/exp.conf
+++ b/conf/map/battle/exp.conf
@@ -34,14 +34,14 @@
// Rate at which exp. is given. (Note 2)
// Modifying this value is without effect, as it is override during script runtime.
-base_exp_rate: 100
+base_exp_rate: 300
// Rate at which job exp. is given. (Note 2)
// Modifying this value is without effect, as it is override during script runtime.
-job_exp_rate: 100
+job_exp_rate: 300
// Turn this on to allow a player to level up more than once from a kill. (Note 1)
-multi_level_up: false
+multi_level_up: true
// Setting this can cap the max experience one can get per kill specified as a
// % of the current exp bar. (Every 10 = 1.0%)
@@ -70,7 +70,7 @@ exp_bonus_max_attacker: 10
mvp_exp_rate: 100
// Rate of base/job exp given by NPCs. (Note 2)
-quest_exp_rate: 100
+quest_exp_rate: 300
// The rate of job exp. from using Heal skill (100 is the same as the heal amount, 200 is double.
// The balance of the exp. rate is best used with 5 to 10)
diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf
index 6ba7611b4..60d95d7ed 100644
--- a/db/re/exp_group_db.conf
+++ b/db/re/exp_group_db.conf
@@ -50,8 +50,13 @@ base_exp_group_db: {
16981833,17830934,18722479,19658611,20641552,21673632,22757319,23895184,25089950,25591758,
26103599,26625670,27158181,27701356,28255388,28820507,29396920,29984867,30584571,31196260,
31820184,32456596,33105727,33767845,34443202,35132065,35834705,36551410,37282446,38028099,
- 38788671,39564454,40355745,41162860,41986116,42825838,43682362,44556009,45447138,45901616,
- 46360641,46824255,47292503,47765432,48243093,48725528,49212784,49704921,50201982,50704003,
+ 38788671,39564454,40355745,41162860,41986116,42825838,43682362,44556009,45447138,
+ ]
+ }
+}
+/*
+ 45901616,
+46360641,46824255,47292503,47765432,48243093,48725528,49212784,49704921,50201982,50704003,
51211047,51723162,52240405,52762810,53290446,53823354,54361598,54905214,55454271,56008820,
56568910,57134610,57705965,58283032,58865873,59454536,60049086,60649586,61256083,61868649,
62487336,63112216,63743344,64380779,65024597,65674843,66331602,66994930,67664885,68341538,
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 8faf6c255..48aeffd17 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -6087,14 +6087,12 @@ item_db: (
Sell: 0
Weight: 50
Loc: "EQP_ACC_L"
- EquipLv: 90
+ EquipLv: 1
Refine: false
ViewSprite: 1160
Script: <"
bonus2 bSubRace,RC_Player,20;
bonus2 bCriticalAddRace,RC_Player,20;
- bonus3 bSPDrainRate,10,5,1;
- bonus bAspdRate,-15;
">
},
{
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 1bcf57411..4a5d19db2 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -229,7 +229,7 @@ mob_db: (
Aquada: 600
SeaDrops: 500
TortugaShell: 400
- LegendaryTortuga: 100
+ LegendaryTortuga: 10
}
WeaponAttacks: {
Bows: 5000
diff --git a/langs/lang_da.txt b/langs/lang_da.txt
index b295cc751..fde03835d 100644
--- a/langs/lang_da.txt
+++ b/langs/lang_da.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2015 Evol Online
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2015 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2015 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2015 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2015 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2015 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2015 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2015 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2015 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2015 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
@@ -3986,9 +4031,6 @@ But who am I?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Can't talk right now, I'm on patrol duty.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
@@ -4523,9 +4553,6 @@ Change my quests
Change my stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ He's holding a fishing rod, while gazing out at the sea.
Headgear
-Healing Recipes
+Healing
+
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,10 +10331,10 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ I will be forever grateful!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Keep moving girl.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Move this line up
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Piberries
Piberries Infusion
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Sadly, you found nothing but dirt.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Tritan Voice
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Yeah, but what reward will I get?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/langs/lang_de.txt b/langs/lang_de.txt
index 716202b0d..95374b437 100644
--- a/langs/lang_de.txt
+++ b/langs/lang_de.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
##2 27-tรคgiger Login Bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
##BIMPORTANT:##b Menschen reden normalerweise miteinander, statt sich anzuschreien. Darum bist du zu weit entfernt, der NPC wird dich nicht hรถren.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
Eichel
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
Blub
@@ -3986,9 +4031,6 @@ Aber wer bin ich?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Kann nicht reden, bin auf Patrouille.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
Hรถhlenfledermaus
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
Aussehen verรคndern
@@ -4523,9 +4553,6 @@ Quest-Status verรคndern
Change my stats
Stauspunkte verรคndern
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
Auf Wiedersehen.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
Haarfarbe
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
Hab einen schรถnen Tag!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ Wรคhrend er auf das Meer starrt, hรคlt er eine Angel fest in seiner Hand.
Headgear
-Healing Recipes
+Healing
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,11 +10331,11 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
-Ach so.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
+Ach so.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ Ich werde dir fรผr alle Ewigkeit dankbar sein!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
Ich will eine Gilde erstellen.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
Eiswรผrfel
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Geh weiter, Junge.#1
Keep moving girl.#0
Geh weiter, Mรคdchen.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
Messer
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Muuuuuuuuuuuuuuuuuuuh!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Zeile nach oben bewegen
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Pibeeren
Piberries Infusion
Pibeerentee
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15837,7 +15828,7 @@ Produced item:
Professor
-
+Professor
Protip 2: Drop rates are low. Try other quests while you slay mobs for this one.
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
Rasse
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
Erhรถht deine Int um 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Leider hast du nichts ausser Erde gefunden.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
Scharfes Messer
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Solltest du zu schnell anschlagen, oder zu lange warten, wird es wahrscheinlich
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
Ankรผndigung starten
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
Super-Menรผ
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Wir sprechen uns bald!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ Auf der ersten Seite stehen die allgemeingรผltigen Regeln, die รผberall auf den
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Tritan-Stimme
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
Benutze deine @@ als Wรคhrung!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Willkommen in der Arena. Wรคhle deine Aktion
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Hm. Aber was fรผr eine Belohnung werde ich bekommen?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
Du hast nicht die nรถtigen Berechtigungen, um das Super-Menรผ zu nutzen.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
Du wurdest mit @@ verheiratet!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ Du hast zu spรคt angeschlagen, und der Kรถder ist verloren.
You pulled too soon and lost the bait.
Du hast zu spรคt angeschlagen, und der Kรถder ist verloren.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
[Ostern] Sende deine Seele zum Mana Wald!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
[Seelen Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
sehr starker Schuss
diff --git a/langs/lang_en.old b/langs/lang_en.old
index 4bbdaf504..f9ca7f776 100644
--- a/langs/lang_en.old
+++ b/langs/lang_en.old
@@ -28,9 +28,15 @@
##2 21 Days login bonus: ##B7x @@##b
##2 21 Days login bonus: ##B7x @@##b
+##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B1x @@##b
+
##2 7 Days login bonus: ##B2x @@##b
##2 7 Days login bonus: ##B2x @@##b
+##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B3x @@##b
+
##2 7 Days login bonus: ##B@@ Job Exp.##b
##2 7 Days login bonus: ##B@@ Job Exp.##b
@@ -202,6 +208,9 @@
8. ##BThe use of real money for ingame stuff, except by sponsoring, is prohibted.
8. ##BThe use of real money for ingame stuff, except by sponsoring, is prohibted.
+9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
:D "Ah! Yes, that would help a lot! I don't need anything a bandit couldn't give you: 30 @@, 2 @@, 2 @@ and a @@. And 6000 GP."
:D "Ah! Yes, that would help a lot! I don't need anything a bandit couldn't give you: 30 @@, 2 @@, 2 @@ and a @@. And 6000 GP."
@@ -256,9 +265,15 @@ Adding gems will give special stats to rings, and they'll become lighter, but th
Advanced Dungeon
Advanced Dungeon
+Ah, nothing too major, as you already have magic.
+Ah, nothing too major, as you already have magic.
+
Ah, this is boring.
Ah, this is boring.
+Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
+Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
+
Ah... You must update your client first.
Ah... You must update your client first.
@@ -271,6 +286,9 @@ Alchemy system Not Yet Implemented - Blame Jesusalva
All hail ##B@@##b, first to complete the ##3Yeti King Quest!
All hail ##B@@##b, first to complete the ##3Yeti King Quest!
+Allows to move/attack while casting. (Melee attacks still interrupt casting!)
+Allows to move/attack while casting. (Melee attacks still interrupt casting!)
+
Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?
Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?
@@ -391,6 +409,9 @@ Black Pearl Ring (+1 str/vit/luk)
Blame Jesusalva
Blame Jesusalva
+Blow with increased attack and precision.
+Blow with increased attack and precision.
+
Blue Cotton Dye
Blue Cotton Dye
@@ -442,6 +463,12 @@ But this is not important now. The ships sailors are shouting at you!
But travel by sea, or access to the village on itself, is throughly impossible. Andrei Sakar is at ready.
But travel by sea, or access to the village on itself, is throughly impossible. Andrei Sakar is at ready.
+But whoa, not so fast! You must pass the seven steps of a trial first!
+But whoa, not so fast! You must pass the seven steps of a trial first!
+
+Buy it
+Buy it
+
By the way, I found this Helmet after you killed the Fafi Dragon, Maybe you can use it some day.
By the way, I found this Helmet after you killed the Fafi Dragon, Maybe you can use it some day.
@@ -463,12 +490,24 @@ Camel Cotton Dye
Can you bring me 6 piece of Cherry Cake? Pretty please?
Can you bring me 6 piece of Cherry Cake? Pretty please?
+Can you teach me a basic tier 1 magic skill?
+Can you teach me a basic tier 1 magic skill?
+
+Can you teach me a basic tier 2 magic skill?
+Can you teach me a basic tier 2 magic skill?
+
+Cancels Poison. Antidotes are hard to come by, anyway.
+Cancels Poison. Antidotes are hard to come by, anyway.
+
Captain Nard is in the room to your right.
Captain Nard is in the room to your right.
Cards are ranked on this priority: @@
Cards are ranked on this priority: @@
+Causes a @@ bolt on the enemy. Number of hits is the skill level.
+Causes a @@ bolt on the enemy. Number of hits is the skill level.
+
Cave Snake lamp
Cave Snake lamp
@@ -478,6 +517,9 @@ Ch 2 โ€” Magic Experience
Change my skills
Change my skills
+Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
+Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
+
Check if black boxes won't bust language system!
Check if black boxes won't bust language system!
@@ -508,6 +550,9 @@ Close Extension
Come back soon!
Come back soon!
+Come talk to me when you're ready, and we can begin.
+Come talk to me when you're ready, and we can begin.
+
Congrats you passed the cap of the level 50! Here is your @@, you deserve it.
Congrats you passed the cap of the level 50! Here is your @@, you deserve it.
@@ -559,6 +604,9 @@ DEBUG: Changing @@ from @@ to something else.
Dark Red Cotton Dye
Dark Red Cotton Dye
+Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
+Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
+
Definitive item break? Too dangerous! I don't want it!!
Definitive item break? Too dangerous! I don't want it!!
@@ -577,6 +625,9 @@ Desert Bow
Diamond Ring (+2 vit)
Diamond Ring (+2 vit)
+Did you came here by someone advise? If yes, write their name down here!
+Did you came here by someone advise? If yes, write their name down here!
+
Did you came here by someone advise? If yes, write their name here!
Did you came here by someone advise? If yes, write their name here!
@@ -613,6 +664,9 @@ Do you want to go against the Monster King now? The event will start 16:30 UTC s
Do you want to use this place as save point?
Do you want to use this place as save point?
+Don't buy it
+Don't buy it
+
Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention.
Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention.
@@ -622,6 +676,9 @@ DoorUpwards
Drag and drop a weapon from your inventory.
Drag and drop a weapon from your inventory.
+Drains Mana to reduce damage taken. The only defensive skill from wizards.
+Drains Mana to reduce damage taken. The only defensive skill from wizards.
+
Drinking what drink is like having your brain smashed out by a slice of lemon wrapped round a large gold brick?
Drinking what drink is like having your brain smashed out by a slice of lemon wrapped round a large gold brick?
@@ -631,6 +688,9 @@ Dry season at Tulimshar causes crops problems!
Due town state, you cannot visit it. Do you want to cross to the other side?
Due town state, you cannot visit it. Do you want to cross to the other side?
+During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
+During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
+
ERROR TODO
ERROR TODO
@@ -658,6 +718,9 @@ Enable Refeer Program
Enter desired skill level:
Enter desired skill level:
+Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T2_S0 General Error, REPORT ME
+
Error, marine_maxre invalid @@
Error, marine_maxre invalid @@
@@ -673,6 +736,9 @@ Expert Dungeon
EyePatch
EyePatch
+Failed to validate pin. Aborting.
+Failed to validate pin. Aborting.
+
Failsafe Mechanism
Failsafe Mechanism
@@ -718,6 +784,9 @@ Gained @@ XP
Gatling Shooter
Gatling Shooter
+Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
+Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
+
Give the Antenna to her?
Give the Antenna to her?
@@ -787,6 +856,9 @@ Good job, here is @@ GP and @@ @@!
Good to hear from you!
Good to hear from you!
+Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
+Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
+
Great! Eomie, the girl on Tulimshar's magic academy, is an alchemist. She makes fertilizers.
Great! Eomie, the girl on Tulimshar's magic academy, is an alchemist. She makes fertilizers.
@@ -799,12 +871,24 @@ Green Cotton Dye
Grrr... Why are @@ on this cave?! What Mercury was doing?!
Grrr... Why are @@ on this cave?! What Mercury was doing?!
+Hahah, silly, that's yourself!
+Hahah, silly, that's yourself!
+
Halinarzo Guard
Halinarzo Guard
+Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+
He needs more food.
He needs more food.
+He pours something on it, you're not sure what. He then utters some magic words.
+He pours something on it, you're not sure what. He then utters some magic words.
+
+Heals more mana while standing.
+Heals more mana while standing.
+
Hehe... Ok, I'm going to inform the capt'n up there that the boy is fine.#1
Hehe... Ok, I'm going to inform the capt'n up there that the boy is fine.
@@ -820,6 +904,9 @@ Hehehe, he is a bit nervous, please forgive him, it is not everyday we have a ne
Hello! Do you want to craft @@? For that i will need 7 @@, 11 @@ and @@ gp.
Hello! Do you want to craft @@? For that i will need 7 @@, 11 @@ and @@ gp.
+Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to TMW2: Moubootaur Legends!
+
Hello, can I be rewarded for my help?
Hello, can I be rewarded for my help?
@@ -835,6 +922,9 @@ Here, learn the ##BFalkon Punch##b. It is on Physical skills tab. You can drag i
Here, learn the ##BFireball##b. It is on Magical skills tab. You can drag it to the shortcut list. Use it to protect people!
Here, learn the ##BFireball##b. It is on Magical skills tab. You can drag it to the shortcut list. Use it to protect people!
+Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
+Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
+
Here, take this @@ - you deserve it! And here is 5.000 GP and 8.400 XP.
Here, take this @@ - you deserve it! And here is 5.000 GP and 8.400 XP.
@@ -844,6 +934,30 @@ Here, you can take mine. I don't mind. Just be sure to don't lose it, you will N
Hey do not take me as a child.
Hey do not take me as a child.
+Hey hey! You don't have that stuff, CAN'T YOU READ?!
+Hey hey! You don't have that stuff, CAN'T YOU READ?!
+
+Hey there! Do you want to join the Berserk (Ragger) Class?
+Hey there! Do you want to join the Berserk (Ragger) Class?
+
+Hey there! Do you want to join the Paladin Class?
+Hey there! Do you want to join the Paladin Class?
+
+Hey there! Do you want to join the Priest Class?
+Hey there! Do you want to join the Priest Class?
+
+Hey there! Do you want to join the Sage Class?
+Hey there! Do you want to join the Sage Class?
+
+Hey there! Do you want to join the Tanker Class?
+Hey there! Do you want to join the Tanker Class?
+
+Hey there! Do you want to join the Wizard Class?
+Hey there! Do you want to join the Wizard Class?
+
+Hey there! Do you want to learn new skills for a very small teaching fee?
+Hey there! Do you want to learn new skills for a very small teaching fee?
+
Hey you! Can you hear us? Are you okay?
Hey you! Can you hear us? Are you okay?
@@ -868,6 +982,9 @@ Hmpf, so says a level 1 player.
How did you got that much? Nine gifts, and 512000 if you want even more.
How did you got that much? Nine gifts, and 512000 if you want even more.
+How difficult it is to obtain a class?
+How difficult it is to obtain a class?
+
How do you know?
How do you know?
@@ -880,6 +997,9 @@ How many pints of beers should you drink before hitchhiking? Numbers only.
However, I can restart the Heroes Hold, if you want. You'll also get a reward. Are you ready?
However, I can restart the Heroes Hold, if you want. You'll also get a reward. Are you ready?
+However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
+However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
+
Hurns Island, then? Yes, that is a pretty island, right?
Hurns Island, then? Yes, that is a pretty island, right?
@@ -892,9 +1012,18 @@ Hurnscald is in need of help from all adventurers!
Hurnscald under siege! No ships are capable to give aid!
Hurnscald under siege! No ships are capable to give aid!
+Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+
+I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
+I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
+
I am Kevin, an alchemist specialized in reset potions.
I am Kevin, an alchemist specialized in reset potions.
+I am a contributor, and I want contributor stuff.
+I am a contributor, and I want contributor stuff.
+
I am not worried about rewards. I just want to help.
I am not worried about rewards. I just want to help.
@@ -904,6 +1033,9 @@ I am sorry but i can see that you don't have all that I asked you.
I am sure that you will change your mind.
I am sure that you will change your mind.
+I am the @@ master.
+I am the @@ master.
+
I am the Magic Warriors master.
I am the Magic Warriors master.
@@ -916,6 +1048,9 @@ I can make a @@ for just one @@ and 200 GP for my work.
I can make a nice, simple potion for you. Once you drink it, the raw mana will settle on your body.
I can make a nice, simple potion for you. Once you drink it, the raw mana will settle on your body.
+I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
+I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
+
I can rent it to you for 500 GP, during 15 minutes. Deal?
I can rent it to you for 500 GP, during 15 minutes. Deal?
@@ -931,6 +1066,9 @@ I can't remember anything.
I can't remember anything.#1
I can't remember anything.
+I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
+I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
+
I charge a service fee of 1000 GP.
I charge a service fee of 1000 GP.
@@ -955,6 +1093,12 @@ I don't know if jesusalva allow me to teach you a basic chaman skill!? .
I don't need your help right now, come back later.
I don't need your help right now, come back later.
+I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
+I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
+
+I forgot to say earlier, but indeed, I was invited by someone!
+I forgot to say earlier, but indeed, I was invited by someone!
+
I found your birth record, but it is not complete. Here says you were born on ##BHalinarzo##b.
I found your birth record, but it is not complete. Here says you were born on ##BHalinarzo##b.
@@ -976,6 +1120,9 @@ I know that you are just starting to feel better, but I'd like you to explore th
I made a figurin with Bug legs.
I made a figurin with Bug legs.
+I need my master's @@, fast!
+I need my master's @@, fast!
+
I need somebody who can rid the hold of the ship of these rattos. Can you help me?
I need somebody who can rid the hold of the ship of these rattos. Can you help me?
@@ -1012,9 +1159,15 @@ I represent the Tulimshar Hunters. We hunt Maggots.
I see it's not so easy to get rid of these rattos. Do you want to try again?
I see it's not so easy to get rid of these rattos. Do you want to try again?
+I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
+I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
+
I see you finished the Master Dungeon and didn't found my men. I'll think on something
I see you finished the Master Dungeon and didn't found my men. I'll think on something
+I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+
I think I'll be done soon, since I almost have a box full of @@s!
I think I'll be done soon, since I almost have a box full of @@s!
@@ -1051,6 +1204,9 @@ I wanted other info.
I warn about dangers and controls the fights.
I warn about dangers and controls the fights.
+I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana, and your time will start running out again.
+
I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -1072,6 +1228,9 @@ I wrote your name on the book, you are now free to use the storage and bank serv
I'll arrange here with the alliance documents regarding you. I'll add a "war victim" status to make your life easier.
I'll arrange here with the alliance documents regarding you. I'll add a "war victim" status to make your life easier.
+I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
+I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
+
I'll give her everything she needs, don't worry.#0
I'll give her everything she needs, don't worry.
@@ -1102,6 +1261,9 @@ I'm glad to see you're okay.
I'm interested.
I'm interested.
+I'm not interested, sorry.
+I'm not interested, sorry.
+
I'm surprised, though. It is a very good defensive item, and players can buy it for pretty high sums of money.
I'm surprised, though. It is a very good defensive item, and players can buy it for pretty high sums of money.
@@ -1123,6 +1285,12 @@ ILLEGAL SCRIPT POSITION REACHED, PLEASE REPORT.
If I fail, I'll refund you in gold. Do you want me to try it?
If I fail, I'll refund you in gold. Do you want me to try it?
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+
+If this is not the case, just click on "Send".
+If this is not the case, just click on "Send".
+
If you bring friends, I'm sure they'll be no match. I'll pay you handsomely if you bring me one, too!
If you bring friends, I'm sure they'll be no match. I'll pay you handsomely if you bring me one, too!
@@ -1138,6 +1306,75 @@ If you're right, you'll get 80 GP!
Imagine I'm now blacklisting you for a hour with a #VARIABLE. Maybe 3 weekly attempts.
Imagine I'm now blacklisting you for a hour with a #VARIABLE. Maybe 3 weekly attempts.
+Improve Arrow Shield
+Improve Arrow Shield
+
+Improve Bash Skill
+Improve Bash Skill
+
+Improve Blessed Weapon
+Improve Blessed Weapon
+
+Improve Cold Bolt
+Improve Cold Bolt
+
+Improve Counter Defense
+Improve Counter Defense
+
+Improve Earth Spike
+Improve Earth Spike
+
+Improve Earth Weapon
+Improve Earth Weapon
+
+Improve Endure Skill
+Improve Endure Skill
+
+Improve Fire Ball
+Improve Fire Ball
+
+Improve Fire Bolt
+Improve Fire Bolt
+
+Improve Fire Weapon
+Improve Fire Weapon
+
+Improve Guard
+Improve Guard
+
+Improve Ice Weapon
+Improve Ice Weapon
+
+Improve Increase Agility
+Improve Increase Agility
+
+Improve Luma
+Improve Luma
+
+Improve Mana Recovery
+Improve Mana Recovery
+
+Improve Mana Wisdom
+Improve Mana Wisdom
+
+Improve Napalm Beat
+Improve Napalm Beat
+
+Improve Party Area Defense
+Improve Party Area Defense
+
+Improve Standing HP Regen
+Improve Standing HP Regen
+
+Improve Thunder Bolt
+Improve Thunder Bolt
+
+Improve Two Hands Quicken
+Improve Two Hands Quicken
+
+Improve Wind Weapon
+Improve Wind Weapon
+
In case of false positive, @@ was murdered.
In case of false positive, @@ was murdered.
@@ -1150,6 +1387,9 @@ In other words, simply just walk right and go down the stairs.
In the storehouse, kill 5 @@. They keep respawning and are annoying.
In the storehouse, kill 5 @@. They keep respawning and are annoying.
+Increase mana experience gain, when using mana skills.
+Increase mana experience gain, when using mana skills.
+
Initiate huge siege (lv. 40)
Initiate huge siege (lv. 40)
@@ -1192,6 +1432,9 @@ It seems like you're finally safe. You shut your eyes and fall asleep.
It seems that you need a key to open this door.
It seems that you need a key to open this door.
+It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
+It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
+
It was a real problem, threating them to go out of business. I think they are trying to recover the lost weapons.
It was a real problem, threating them to go out of business. I think they are trying to recover the lost weapons.
@@ -1210,6 +1453,9 @@ It would be good for you to do some exercise, the ship isn't big enough for that
It's alright! Just one more box and it'll be ok.
It's alright! Just one more box and it'll be ok.
+It's called Mass Provoke. You'll basically try to convince monsters to attack you.
+It's called Mass Provoke. You'll basically try to convince monsters to attack you.
+
It's ok.
It's ok.
@@ -1231,15 +1477,48 @@ Juliet is on the upper level of the ship, use the arrow keys to walk to the stai
Just @@ ago, thiefs stole Pihro & Pyndragon weapons.
Just @@ ago, thiefs stole Pihro & Pyndragon weapons.
+Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+
Khaki Cotton Dye
Khaki Cotton Dye
+Kills yourself, but revives everyone in a range. You'll take the death penalty.
+Kills yourself, but revives everyone in a range. You'll take the death penalty.
+
Land Of Fire Village (30m)
Land Of Fire Village (30m)
Land Of Fire surprises everyone! There are even pet tamers!
Land Of Fire surprises everyone! There are even pet tamers!
+Learn Action Casting
+Learn Action Casting
+
+Learn Detoxify
+Learn Detoxify
+
+Learn Dragon Slayer
+Learn Dragon Slayer
+
+Learn Energy Coating
+Learn Energy Coating
+
+Learn Holy Light
+Learn Holy Light
+
+Learn Last Standing Man
+Learn Last Standing Man
+
+Learn Redemption
+Learn Redemption
+
+Learn Ressurection
+Learn Ressurection
+
+Leave Subclass
+Leave Subclass
+
LeftBarrierCheck
LeftBarrierCheck
@@ -1291,6 +1570,9 @@ Lucky! You got a coin!
Lufix
Lufix
+Magic Warriors
+Magic Warriors
+
Magic is dead!
Magic is dead!
@@ -1327,6 +1609,9 @@ Monster Points: @@ | Gold: @@
Monsters are dropping strange stuff! The world is changing!
Monsters are dropping strange stuff! The world is changing!
+More powerful version of healing. Requires @@ each cast.
+More powerful version of healing. Requires @@ each cast.
+
My father lead a dye fabric, i'm in charge to sell @@ around the world.
My father lead a dye fabric, i'm in charge to sell @@ around the world.
@@ -1363,6 +1648,9 @@ Natural Card
Navy Blue Cotton Dye
Navy Blue Cotton Dye
+Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
+Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
+
Nevertheless, you probably need some base materials from Bif. Who knows what it will drop if you are lucky?
Nevertheless, you probably need some base materials from Bif. Who knows what it will drop if you are lucky?
@@ -1408,9 +1696,15 @@ Now imagine I just did a SQL query to fetch your account password and salt.
Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.
Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.
+Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
+Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
+
Now, your hash might be @@.
Now, your hash might be @@.
+Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+
Of course, this is only some random md5 functions for fun.
Of course, this is only some random md5 functions for fun.
@@ -1498,6 +1792,9 @@ Oldur Card
Open Extension
Open Extension
+Operation aborted. Phew!
+Operation aborted. Phew!
+
Orange Cotton Dye
Orange Cotton Dye
@@ -1513,6 +1810,9 @@ PS. This also allows you to select a subclass.
Paladin Card
Paladin Card
+Paladin Master
+Paladin Master
+
Parum - @sk-parum
Parum - @sk-parum
@@ -1558,6 +1858,9 @@ Please select a category:
Please, enjoy your leather gloves.
Please, enjoy your leather gloves.
+Priest Master
+Priest Master
+
Protip 2: If you fell struck, ask at #world, even if nobody is online. Who knows, someone on Discord or IRC might reply!
Protip 2: If you fell struck, ask at #world, even if nobody is online. Who knows, someone on Discord or IRC might reply!
@@ -1582,12 +1885,30 @@ REVOLVERS
RIFLES
RIFLES
+Ragger Master
+Ragger Master
+
Raijin Voice
Raijin Voice
+Raise fallen party members so they can keep fighting.
+Raise fallen party members so they can keep fighting.
+
Raise this skill
Raise this skill
+Raises attack and resistance against dragons. Also raises int. Passive.
+Raises attack and resistance against dragons. Also raises int. Passive.
+
+Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
+Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
+
+Raises defense of the whole party in 5% for a while.
+Raises defense of the whole party in 5% for a while.
+
+Raises max HP and holy resistance. Passive.
+Raises max HP and holy resistance. Passive.
+
Re-casting the same magic skill won't give you magic experience.
Re-casting the same magic skill won't give you magic experience.
@@ -1600,6 +1921,9 @@ Red Cotton Dye
RedButterfy
RedButterfy
+Regenerate HP every 5 seconds, as if you were always eating a healing item.
+Regenerate HP every 5 seconds, as if you were always eating a healing item.
+
Release 7 (Current)
Release 7 (Current)
@@ -1627,6 +1951,9 @@ Ruby Ring (+2 str)
SHOTGUNS
SHOTGUNS
+Sage Master
+Sage Master
+
Sapphire Ring (+2 int)
Sapphire Ring (+2 int)
@@ -1693,6 +2020,9 @@ So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for
So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 350.000 GP!
So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 350.000 GP!
+So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
+So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
+
Some of them have FORBIDDEN DROPS, which will be DELETED when their event starts!
Some of them have FORBIDDEN DROPS, which will be DELETED when their event starts!
@@ -1741,9 +2071,15 @@ Spawn Area 4
Spawn Area 5
Spawn Area 5
+Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+
Spectra Orb
Spectra Orb
+Standard fireball skill.
+Standard fireball skill.
+
Status point reset can't be undone. Are you sure about this?#0
Status point reset can't be undone. Are you sure about this?
@@ -1759,12 +2095,24 @@ Strength helps you carry more items and also gives you a more forceful blow, but
TODO!
TODO!
+Tanker Master
+Tanker Master
+
Teal Cotton Dye
Teal Cotton Dye
Temporaly out of order.
Temporaly out of order.
+Temporaly raise your agility and move speed, in exchange of HP.
+Temporaly raise your agility and move speed, in exchange of HP.
+
+Temporaly switch weapon element to @@. Success rate is fixed at 70%.
+Temporaly switch weapon element to @@. Success rate is fixed at 70%.
+
+Temporary immunity to move stun when hit, and MDEF bonus.
+Temporary immunity to move stun when hit, and MDEF bonus.
+
Terranite Quiver
Terranite Quiver
@@ -1792,12 +2140,33 @@ That's not everything I asked for.
That's very, very risky. I need 3 @@ and 10 @@ to make a Potion to you, and I won't warrant it will work.
That's very, very risky. I need 3 @@ and 10 @@ to make a Potion to you, and I won't warrant it will work.
+The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant.
+
+The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+
+The Warriors have three other subclasses:
+The Warriors have three other subclasses:
+
+The Wizards have three other subclasses:
+The Wizards have three other subclasses:
+
+The basic magic attack from a Priest. No effect against Holy Monsters.
+The basic magic attack from a Priest. No effect against Holy Monsters.
+
The captain has locked the door, you should go see him.
The captain has locked the door, you should go see him.
The captain is waiting for you! Hurry up.
The captain is waiting for you! Hurry up.
+The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
+The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+The defensive guy, with every support skill a mage could need.
+The defensive guy, with every support skill a mage could need.
+
The door is locked, you should speak to Woody's Wife about it.
The door is locked, you should speak to Woody's Wife about it.
@@ -1813,6 +2182,15 @@ The fee is of @@ GP. So, do you want to register?
The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 20 @@ and 20 @@.
The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 20 @@ and 20 @@.
+The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
+The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
+
+The full-attack guy. Two hand swords works best!
+The full-attack guy. Two hand swords works best!
+
+The full-defense guy. Most skills require a shield.
+The full-defense guy. Most skills require a shield.
+
The great prize is @@ GP. It can be claimed with Aidan, on Tulimshar.
The great prize is @@ GP. It can be claimed with Aidan, on Tulimshar.
@@ -1834,9 +2212,15 @@ The guild is in charge of the commerce regularization throughout Tulimshar and i
The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!
The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!
+The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
The name of the book is @@.
The name of the book is @@.
+The offensive guy, with every attack skill a mage could need.
+The offensive guy, with every attack skill a mage could need.
+
The old book seems to tell about the legend of Aemil. Would you like to read it?
The old book seems to tell about the legend of Aemil. Would you like to read it?
@@ -1846,6 +2230,15 @@ The path will be open when it's safe again for heavily armed travellers.
The potion expired!
The potion expired!
+The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+
+The well-round guy, with reasonable def, attack, and support skills.
+The well-round guy, with reasonable def, attack, and support skills.
+
+The wise guy, which doesn't relies on magic, and loves summon.
+The wise guy, which doesn't relies on magic, and loves summon.
+
There are still some rattos left! Do you want to abort the quest?
There are still some rattos left! Do you want to abort the quest?
@@ -1867,6 +2260,9 @@ They will expire *hic* in just @@... Or on logout.
Thinking well... There's something behind it! A secret door!
Thinking well... There's something behind it! A secret door!
+This cannot be undone. Are you sure?
+This cannot be undone. Are you sure?
+
This costed years of work... But you deserve it. Here is, an @@. Use it wisely, many armor can be forged with it.
This costed years of work... But you deserve it. Here is, an @@. Use it wisely, many armor can be forged with it.
@@ -1897,6 +2293,9 @@ This menu gives access to all quest debug menus.
This server's Sponsors bought the area above Hurscald's Inn. Nobody else is being allowed there.
This server's Sponsors bought the area above Hurscald's Inn. Nobody else is being allowed there.
+This skill can be further improved with Job Points
+This skill can be further improved with Job Points
+
This sword is frightening, and is alive. You better not touch it!
This sword is frightening, and is alive. You better not touch it!
@@ -1930,6 +2329,9 @@ To perform most actions, like feeding and renaming, just right-click it. You can
Today at 16:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there.
Today at 16:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there.
+Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+
Too bad, because that wasn't implemented yet!
Too bad, because that wasn't implemented yet!
@@ -1942,6 +2344,12 @@ TrainingGladius
Translators: No need to translate this string. It'll be removed.
Translators: No need to translate this string. It'll be removed.
+Triggers an attack speed buff when using two swords.
+Triggers an attack speed buff when using two swords.
+
+Try again!
+Try again!
+
Try helping the city guard. Many quests can be found around the city. There are also some on the mines, you should visit it.
Try helping the city guard. Many quests can be found around the city. There are also some on the mines, you should visit it.
@@ -1972,6 +2380,9 @@ Unused Monster
Use the key.
Use the key.
+Useful in PvP when your enemy have equipped a @@
+Useful in PvP when your enemy have equipped a @@
+
User account safety is at stake, too, so I'll move this crap to a blackbox once done.
User account safety is at stake, too, so I'll move this crap to a blackbox once done.
@@ -1990,6 +2401,9 @@ Vitality determines how resistant you are to attacks and how many blows you can
WARNING: As of r7.2 "Frozen Jesusalva", there's currently no ship route to carry you back.
WARNING: As of r7.2 "Frozen Jesusalva", there's currently no ship route to carry you back.
+WARNING: If you leave the subclass, you'll lose all skills related to it!
+WARNING: If you leave the subclass, you'll lose all skills related to it!
+
Wait, it seems someone is blocking the door from the other side!
Wait, it seems someone is blocking the door from the other side!
@@ -1999,12 +2413,21 @@ Wait, you never came here before?
Wait. A ship? Where are you, after all?
Wait. A ship? Where are you, after all?
+Warning: If you join a subclass, you can't leave it later!
+Warning: If you join a subclass, you can't leave it later!
+
+Warning: This class haven't been tested/balanced yet. Feedback is required!
+Warning: This class haven't been tested/balanced yet. Feedback is required!
+
We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!
We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!
We arranged a small underground room for that, while the Colliseum doesn't get done.
We arranged a small underground room for that, while the Colliseum doesn't get done.
+We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
+We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
+
We only require a small fee of 1 @@, or 40 @@
We only require a small fee of 1 @@, or 40 @@
@@ -2029,6 +2452,9 @@ We tried to clean them but the sea water mostly destroyed them. It's why we gave
We use sheer magic to destroy, explode, burn, freeze, and in overall kill our opponents!
We use sheer magic to destroy, explode, burn, freeze, and in overall kill our opponents!
+We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
+We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
+
We're soon leaving that island, please return to your cabine.
We're soon leaving that island, please return to your cabine.
@@ -2038,6 +2464,24 @@ Welcome to the Merchant Guild of Halinarzo.
Welcome to the Merchant Guild of Tulimshar.
Welcome to the Merchant Guild of Tulimshar.
+Welcome to the Priest guild!
+Welcome to the Priest guild!
+
+Welcome to the berserker guild!
+Welcome to the berserker guild!
+
+Welcome to the paladin guild!
+Welcome to the paladin guild!
+
+Welcome to the sage guild!
+Welcome to the sage guild!
+
+Welcome to the tanker guild!
+Welcome to the tanker guild!
+
+Welcome to the wizard guild!
+Welcome to the wizard guild!
+
Welcome!
Welcome!
@@ -2062,9 +2506,15 @@ Well, profit for me! Thanks for your help. I'll tell all my family how you help
Well, that's a pity! I used to know the formula to make @@, but you know. Old age.
Well, that's a pity! I used to know the formula to make @@, but you know. Old age.
+Well, welcome to the game! If you have any doubt, shout on #world for help!
+Well, welcome to the game! If you have any doubt, shout on #world for help!
+
Well, you already got the Dustynator, but you might want to collect more @@. They keep coming back, after all.
Well, you already got the Dustynator, but you might want to collect more @@. They keep coming back, after all.
+Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
+Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
+
What about you bring me 100 @@ and 30 @@?
What about you bring me 100 @@ and 30 @@?
@@ -2086,6 +2536,9 @@ What color is a Babel Fish?
What did Gugli say about the box? Was it ok?
What did Gugli say about the box? Was it ok?
+What do I need to do to join?
+What do I need to do to join?
+
What do you think you are doing, anyway?!
What do you think you are doing, anyway?!
@@ -2101,6 +2554,9 @@ What if I give you 850 GP for that job, is it ok?
What is Ford Prefect's nickname?
What is Ford Prefect's nickname?
+What is a class?
+What is a class?
+
What is the answer to life, the universe and everything?
What is the answer to life, the universe and everything?
@@ -2200,6 +2656,12 @@ With one gem you can expect to get 1 to 3 powders!
With the help of the town hall we organize some auction and we help local merchants to launch their businesses.
With the help of the town hall we organize some auction and we help local merchants to launch their businesses.
+Wizard Mages
+Wizard Mages
+
+Wizard Master
+Wizard Master
+
Woody Wife
Woody Wife
@@ -2236,6 +2698,12 @@ Yaya, you should go see her! She'll be happy to see you.
Yayayaya, it's the first time someone is dressed worse than us!
Yayayaya, it's the first time someone is dressed worse than us!
+Yeah, of course. I will teach you how to give first aid to people.
+Yeah, of course. I will teach you how to give first aid to people.
+
+Yeah, of course. This one is rather useless and difficult to use, though.
+Yeah, of course. This one is rather useless and difficult to use, though.
+
Yeah... I also found a @@. We don't need this crap, you can put it on your @@.
Yeah... I also found a @@. We don't need this crap, you can put it on your @@.
@@ -2248,6 +2716,12 @@ Yes I am.
Yes, I do.
Yes, I do.
+Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!
+
+Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!
+
Yes, deal. Gimme the ring.
Yes, deal. Gimme the ring.
@@ -2275,6 +2749,27 @@ Yeye, you still did not get your new clothes from the chest next to your bed!
Yeye.
Yeye.
+You abandoned the BERSERKER class!
+You abandoned the BERSERKER class!
+
+You abandoned the PALADIN class!
+You abandoned the PALADIN class!
+
+You abandoned the PRIEST class!
+You abandoned the PRIEST class!
+
+You abandoned the SAGE class!
+You abandoned the SAGE class!
+
+You abandoned the TANKER class!
+You abandoned the TANKER class!
+
+You abandoned the WIZARD class!
+You abandoned the WIZARD class!
+
+You advanced your tier!
+You advanced your tier!
+
You already did enough for us, do you want to follow Nard's advice and get some rest?
You already did enough for us, do you want to follow Nard's advice and get some rest?
@@ -2368,6 +2863,9 @@ You faint from the pain. At least now, you are in good hands.
You have an awful case of amnesia.
You have an awful case of amnesia.
+You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
+You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
+
You have some magic power. Do you want to join the Magic Warriors? ##BThis cannot be undone##b.
You have some magic power. Do you want to join the Magic Warriors? ##BThis cannot be undone##b.
@@ -2392,6 +2890,9 @@ You hold the shovel in your hands. What are you going to do?
You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!
You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!
+You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+
You lack money. Go sell your stuff. And don't ask why a statue needs money!
You lack money. Go sell your stuff. And don't ask why a statue needs money!
@@ -2422,6 +2923,9 @@ You open the book, but it looks like the sea water and time damaged it severely.
You perchance said in adventure? Then you've came to the right place! I can ask you for some stuff, and in exchange, I'll give some useful gloves!
You perchance said in adventure? Then you've came to the right place! I can ask you for some stuff, and in exchange, I'll give some useful gloves!
+You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give him the herbs, and he skillfully mix them on a potion.
+
You really should.
You really should.
@@ -2467,9 +2971,18 @@ Your body aches. You can't remember what happened.
Your body aches. You can't remember what happened. But this is not important now. The ships sailors are shouting at you!
Your body aches. You can't remember what happened. But this is not important now. The ships sailors are shouting at you!
+Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
+Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
+
+Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+
Your dexterity determines your ability to hit monsters and is valuable to players who prefer weapons that use projectiles.
Your dexterity determines your ability to hit monsters and is valuable to players who prefer weapons that use projectiles.
+Your friend also sent you a gift - open it when you get level 5!
+Your friend also sent you a gift - open it when you get level 5!
+
Your guild doesn't know any recipes.
Your guild doesn't know any recipes.
@@ -2488,6 +3001,81 @@ Your mind is set? You will loose the color dye during this process.
[40 experience points]
[40 experience points]
+[@@ Bolt]
+[@@ Bolt]
+
+[@@ Weapon]
+[@@ Weapon]
+
+[Action Casting]
+[Action Casting]
+
+[Arrow Shield]
+[Arrow Shield]
+
+[Bash]
+[Bash]
+
+[Bless Weapon]
+[Bless Weapon]
+
+[Counter Defense]
+[Counter Defense]
+
+[Detoxify]
+[Detoxify]
+
+[Dragon Slayer]
+[Dragon Slayer]
+
+[Endure]
+[Endure]
+
+[Energy Coating]
+[Energy Coating]
+
+[Fire Ball]
+[Fire Ball]
+
+[Guard]
+[Guard]
+
+[Holy Light]
+[Holy Light]
+
+[Increase Agility]
+[Increase Agility]
+
+[Last Standing Man]
+[Last Standing Man]
+
+[Luma]
+[Luma]
+
+[MP Regen]
+[MP Regen]
+
+[Mana Wisdom]
+[Mana Wisdom]
+
+[Napalm Beat]
+[Napalm Beat]
+
+[Party Area Defense]
+[Party Area Defense]
+
+[Redemption]
+[Redemption]
+
+[Ressurection]
+[Ressurection]
+
+[Standing Regen]
+[Standing Regen]
+
+[Two Hands Quicken]
+[Two Hands Quicken]
+
adams
adams
diff --git a/langs/lang_en.txt b/langs/lang_en.txt
index 534b053cf..4ebc16ff3 100644
--- a/langs/lang_en.txt
+++ b/langs/lang_en.txt
@@ -83,11 +83,11 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+##BHall Of Crafting: TOP 10##b
+
##BHall Of Crazyfefe Fight: TOP 10##b
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+##BHall Of Generated Mob Points: TOP 10##b
+
##BHall Of Guild Level: TOP5##b
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+##BHall Of PVP Kills: TOP 10##b
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
* More equipment coming soon...
+* Register as a Crafter or Hunter
+* Register as a Crafter or Hunter
+
* Rent a room in Frostia's Inn
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
...but it is written in Mananese, a language you know nothing about.
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+.:: Destructive Magic Class ::.
+
.:: Easter 2018 ::.
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+.:: Physical Sciences Class ::.
+
.:: Purple Day 2018 ::.
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+.:: Scholarship Class ::.
+
.:: Second Tier Quest - Timed Out ::.
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+.:: Trickster Class ::.
+
.:: Valentine Day ::.
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
Account Information
+Accumulate Power
+Accumulate Power
+
+Accumulate Power - Raise damage of next skill.
+Accumulate Power - Raise damage of next skill.
+
Ace Ventura
Ace Ventura
+Acknowledgment? What do you mean?
+Acknowledgment? What do you mean?
+
Acorn
Acorn
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
Ah, not now...
-Ah, nothing too major, as you already have magic.
-Ah, nothing too major, as you already have magic.
-
Ah, personally I don't use it?
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
Ah... I need more beer to keep going... This is so awful...
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
Alright.
+Alright. I wish you good luck in your studies.
+Alright. I wish you good luck in your studies.
+
Alright. Then please don't go too deep on the library, it is dangerous.
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+Also, I see you're a newly registered mage. Am I right?
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
And what's about Iron Ore?
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
Archant
+Archery Weapon Recipes
+Archery Weapon Recipes
+
Arcmage Boxset
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
Arrow Ammo Box
+Arrow Shower
+Arrow Shower
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
Begin!
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-Blow with increased attack and precision.
-
Blub
Blub
@@ -3986,9 +4031,6 @@ But who am I?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
Buy a Housing Letter
-Buy it
-Buy it
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-Can you teach me a basic tier 1 magic skill?
-
-Can you teach me a basic tier 2 magic skill?
-Can you teach me a basic tier 2 magic skill?
-
Can you teach me a spell?
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Can't talk right now, I'm on patrol duty.
Cancel
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-Cancels Poison. Antidotes are hard to come by, anyway.
-
Candied Slime
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
Cave Bat
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
Change Season Event
+Change it?
+Change it?
+
Change my appearance
Change my appearance
@@ -4523,9 +4553,6 @@ Change my quests
Change my stats
Change my stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
Changes include but are not limited to festive events and dates.
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-Come talk to me when you're ready, and we can begin.
-
Come to my aid! Vanish this fool!
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
Compliments reaching this far, @@ from the @@ party!
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
Couldn't you climb the rope?
+Counter Attack
+Counter Attack
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
Craft @@
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+Currently, there is no way to reset them. So use them wisely!
+
Currently, you should not attempt the Desert Canyon because low level.
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
DIE, SCUM!
+DMG +50%
+DMG +50%
+
DO NOT KILL test
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
Deep Black Boots
Deep Black Boots
@@ -5498,12 +5534,12 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
-Did you came here by someone advise? If yes, write their name down here!
-
Did you find some bookpages? Ensio will take them.
Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
+
Did you knew May 25th it is a very special day - the Towel Day?
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
Don't break my stuff.
-Don't buy it
-Don't buy it
-
Don't challenge the Moubootaur. You saw what happened to me.
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
Drake the Traveler
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+EXP +50%
+
EXP Gain raised in @@% for one hour!
EXP Gain raised in @@% for one hour!
@@ -6476,8 +6506,8 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+Exchange Gempowder for Quill
+
Exchange the item with Leona?
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
Expire rent time
+Explosive ARROW
+Explosive ARROW
+
+Explosive Arrow
+Explosive Arrow
+
Eyes grows!
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
Fafi Mask
-Failed to validate pin. Aborting.
-Failed to validate pin. Aborting.
-
Failed to warp to Soren Village.
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
Fairy's Squirrel
+Falkon Punch
+Falkon Punch
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
Fallen King
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
Firearms? What would that be? @@
+Fireball
+Fireball
+
+Fireball - Basic AoE (Area Of Effect) Skill
+Fireball - Basic AoE (Area Of Effect) Skill
+
Fireplace#Saggy
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
First Tier
+First of all: Thank you for playing during this event.
+First of all: Thank you for playing during this event.
+
First of, there's a day/night cycle on the game.
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
From the smell I can see you found the bug bomb!
+Frost Diver
+Frost Diver
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+Frost Nova
+Frost Nova
+
+Frost Nova - Freeze everything in a range
+Frost Nova - Freeze everything in a range
+
Frostia
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.
Get out of here, weakling. You'll be killed by bandits.#1
Get out of here, weakling. You'll be killed by bandits.
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
Getting there is tricky, so listen carefully to the instructions:
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
Good, knowing the world lore is important.
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
Goodbye.
Goodbye.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
Great rewards await, according to the voices!
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
Grind grind grind the slime!
+Ground Strike
+Ground Strike
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+HP +75% (not recommended)
+
Had you any breakthrough?
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-Hahah, silly, that's yourself!
-
Hair color
Hair color
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
Have a good day!
Have a good day!
@@ -7940,8 +8012,8 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-He pours something on it, you're not sure what. He then utters some magic words.
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,12 +8078,15 @@ He's holding a fishing rod, while gazing out at the sea.
Headgear
Headgear
+Healing
+Healing
+
+Healing - The most basic healing skill, requires no items to use.
+Healing - The most basic healing skill, requires no items to use.
+
Healing Recipes
Healing Recipes
-Heals more mana while standing.
-Heals more mana while standing.
-
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,12 +8339,12 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
-Hello, and welcome to TMW2: Moubootaur Legends!
-
Hello, and welcome to Tulimshar guard house.
Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
+Hello, and welcome to the Magic School of Tulimshar.
+
Hello, could I help you in exchanger of fertilizer?
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
Here, sparking new! Nice!!
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-Hey there! Do you want to join the Paladin Class?
-Hey there! Do you want to join the Paladin Class?
-
-Hey there! Do you want to join the Priest Class?
-Hey there! Do you want to join the Priest Class?
-
-Hey there! Do you want to join the Sage Class?
-Hey there! Do you want to join the Sage Class?
-
-Hey there! Do you want to join the Tanker Class?
-Hey there! Do you want to join the Tanker Class?
-
-Hey there! Do you want to join the Wizard Class?
-Hey there! Do you want to join the Wizard Class?
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
Hey there, @@! Good luck killing monsters!
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+High Healing
+
+High Healing - Use a Lifestone for supreme healing.
+High Healing - Use a Lifestone for supreme healing.
+
Hinnak
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
Ho... I see you are a tough one...
+Holy Light
+Holy Light
+
+Holy Light - Standard Holy Magical Attack
+Holy Light - Standard Holy Magical Attack
+
Holy Pixie
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
How did you guess that?
-How difficult it is to obtain a class?
-How difficult it is to obtain a class?
-
How do I advance in Mana Magic? How it works?
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,8 +9305,8 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-I am a contributor, and I want contributor stuff.
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-I am the @@ master.
-
I am the Magic Fountain of Hurnscald. You look qualified.
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-I forgot to say earlier, but indeed, I was invited by someone!
-
I forgot what you need!
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+I hope our new campus get built soon. It'll be much better than here.
+
I hope this is your size.
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+I need for the Magic Academy a @@, fast!
+
I need help because, you see, I don't carry a cauldron around.
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
I need more return potions.
-I need my master's @@, fast!
-I need my master's @@, fast!
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
I see you are doing good. Keep slaying them, hahaah!
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,12 +10331,12 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
I see you have collected some experience. Let me try to rank you up!
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
+
I see.
I see.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
-
I shall call myself from there on, after this great assault... @@.
I shall call myself from there on, after this great assault... @@.
@@ -10619,8 +10649,8 @@ I will be forever grateful!
I will do it, don't worry.
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
I would like to change an item options
+I would like to change my ML rewards account
+I would like to change my ML rewards account
+
I would like to create a guild.
I would like to create a guild.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
I'll draw a card now!
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+I'm just skipping dialogs, sorry
+
I'm not a coward! I must press forward!#0
I'm not a coward! I must press forward!
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
I'm not interested right now.
-I'm not interested, sorry.
-I'm not interested, sorry.
-
I'm not interested.
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
INV
+IT CANNOT BE CHANGED LATER
+IT CANNOT BE CHANGED LATER
+
Ice Cube
Ice Cube
@@ -11195,8 +11231,8 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-If this is not the case, just click on "Send".
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-Improve Arrow Shield
-
-Improve Bash Skill
-Improve Bash Skill
-
-Improve Blessed Weapon
-Improve Blessed Weapon
-
-Improve Cold Bolt
-Improve Cold Bolt
-
-Improve Counter Defense
-Improve Counter Defense
-
-Improve Earth Spike
-Improve Earth Spike
-
-Improve Earth Weapon
-Improve Earth Weapon
-
-Improve Endure Skill
-Improve Endure Skill
-
-Improve Fire Ball
-Improve Fire Ball
-
-Improve Fire Bolt
-Improve Fire Bolt
-
-Improve Fire Weapon
-Improve Fire Weapon
-
-Improve Guard
-Improve Guard
-
-Improve Ice Weapon
-Improve Ice Weapon
-
-Improve Increase Agility
-Improve Increase Agility
-
-Improve Luma
-Improve Luma
-
-Improve Mana Recovery
-Improve Mana Recovery
-
-Improve Mana Wisdom
-Improve Mana Wisdom
-
-Improve Napalm Beat
-Improve Napalm Beat
-
-Improve Party Area Defense
-Improve Party Area Defense
-
-Improve Standing HP Regen
-Improve Standing HP Regen
-
-Improve Thunder Bolt
-Improve Thunder Bolt
-
-Improve Two Hands Quicken
-Improve Two Hands Quicken
-
-Improve Wind Weapon
-Improve Wind Weapon
-
In TMW2 there is
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
In honor of DragonStar, winner of Easter 2018.
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
Inar
-Increase mana experience gain, when using mana skills.
-Increase mana experience gain, when using mana skills.
-
Indeed, matey! Here they are!
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
It was a boring speech, but you have learned ancient languages.
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,14 +12299,17 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
Keep moving boy.#1
Keep moving boy.
Keep moving girl.#0
Keep moving girl.
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
King Gelid
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
King Of Trials
+Kitana
+Kitana
+
Knife
Knife
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
Last Seen: @@
+Last Standing Man
+Last Standing Man
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
Last map: @@
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-Learn Action Casting
-
Learn Alchemy Recipes
Learn Alchemy Recipes
-Learn Detoxify
-Learn Detoxify
-
-Learn Dragon Slayer
-Learn Dragon Slayer
-
-Learn Energy Coating
-Learn Energy Coating
-
-Learn Holy Light
-Learn Holy Light
-
-Learn Last Standing Man
-Learn Last Standing Man
-
-Learn Redemption
-Learn Redemption
-
-Learn Ressurection
-Learn Ressurection
-
Learn crafting for @@ GP
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
Leave
-Leave Subclass
-Leave Subclass
-
Leave blank to abort.
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
Magic Bif
+Magic Council? What's that?
+Magic Council? What's that?
+
Magic Goblin
Magic Goblin
@@ -13025,12 +12971,15 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
Magic Ratto
+Magic Strike
+Magic Strike
+
+Magic Strike - Standard Magical Attack
+Magic Strike - Standard Magical Attack
+
Magic Top Hat
Magic Top Hat
-Magic Warriors
-Magic Warriors
-
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
Mana Stone
+Mana Stone#Tulim
+Mana Stone#Tulim
+
+Mana Wisdom
+Mana Wisdom
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
Mana is something which existed since the being, but nobody knows much about.
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+Many thanks, and once again, your help has been invaluable.
+
Many thanks, the Doctor always know what's best for you.
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
Many thanks, your help has been invaluable. We're now capable to travel at ease.
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
Many thanks. I couldn't live without it. Please come back later.
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
Masked Assassin
+Mass Provoke
+Mass Provoke
+
+Mass Provoke - Provoke all monsters under your cursor
+Mass Provoke - Provoke all monsters under your cursor
+
Master Bola
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
Maybe, but... I don't know my parents.
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
Mercenary Boxset A
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+Monsters are walking to different regions, new grinding zones appears!
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-More powerful version of healing. Requires @@ each cast.
-
Morgan
Morgan
@@ -13715,6 +13697,9 @@ Move this line up
Movement Speed Potion
Movement Speed Potion
+Mr Saves
+Mr Saves
+
Msawis Card
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
Nahrec
+Napalm Beat
+Napalm Beat
+
+Napalm Beat - Spammable AoE Skill
+Napalm Beat - Spammable AoE Skill
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
Neutral monsters do not have such a sense of danger.
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+Note: You can exchange 1 @@ for 3 @@
+
Note: You can only perform this operation @@/6 times.
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger
Novice Wand
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
Now I just drink down my worries and hope for the best.
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,8 +14570,8 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
Operation Cost: @@ GP
-Operation aborted. Phew!
-Operation aborted. Phew!
-
Operation successful.
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
Paintings
-Paladin Master
-Paladin Master
-
Paladin#0
Paladin
@@ -15416,6 +15401,9 @@ Piberries
Piberries Infusion
Piberries Infusion
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
Pretty cool! I am interested!
-Priest Master
-Priest Master
-
Priest#0
Priest
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
Protip: Your current progress will be saved.
+Provoke
+Provoke
+
+Provoke - Provoke a single monster
+Provoke - Provoke a single monster
+
Prsm Helmet
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
Race
-Ragger Master
-Ragger Master
-
Raid Trousers
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-Raise fallen party members so they can keep fighting.
-
Raise max members
Raise max members
Raise vitality to be able to drink even more.
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-Raises defense of the whole party in 5% for a while.
-Raises defense of the whole party in 5% for a while.
-
-Raises max HP and holy resistance. Passive.
-Raises max HP and holy resistance. Passive.
-
Raises your Int by 50
Raises your Int by 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
Received @@ @@!
+Recepcionist#003-0
+Recepcionist#003-0
+
Recipe Book
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
Register
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+Release 9.2 - Workbench
+
+Release 9.3 - Lovely Homunculus
+Release 9.3 - Lovely Homunculus
+
+Release 9.4 - Balance & Bugfix Patch
+Release 9.4 - Balance & Bugfix Patch
+
Reload NPC Data
Reload NPC Data
@@ -16715,9 +16703,6 @@ Sadly, you found nothing but dirt.
Safe again! You've gained some experience for your hard work!
Safe again! You've gained some experience for your hard work!
-Sage Master
-Sage Master
-
Sage#0
Sage
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
Sharp Knife
+Sharpshooter
+Sharpshooter
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+She pours something on it, you're not sure what. And then utters some magic words.
+
She probably just went out for a walk. Nothing to worry, I hope.
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
Show me what you can!
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,8 +17996,20 @@ Southeast Avenue#lof
Southwest Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+Specialized in destructive, magical skills.
+Specialized in destructive, magical skills.
+
+Specialized in miscellaneous skills.
+Specialized in miscellaneous skills.
+
+Specialized in skills with weapon-based damage and Assassination.
+Specialized in skills with weapon-based damage and Assassination.
+
+Specialized in support, buff, debuff and strengthening skills.
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
Stalman
-Standard fireball skill.
-Standard fireball skill.
-
Start broadcasting
Start broadcasting
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
Super Menu
+Supreme Attack
+Supreme Attack
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
Supreme Chest
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+TMW 2 Staff
+
TMW Adventure
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
Tamiloc
-Tanker Master
-Tanker Master
-
Tanker#0
Tanker
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-Temporary immunity to move stun when hit, and MDEF bonus.
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,8 +19142,8 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
The Guard patted you on the back.
@@ -19193,8 +19196,8 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-The Warriors have three other subclasses:
-
The Wildlife
The Wildlife
-The Wizards have three other subclasses:
-The Wizards have three other subclasses:
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-The defensive guy, with every support skill a mage could need.
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-The full-attack guy. Two hand swords works best!
-
-The full-defense guy. Most skills require a shield.
-The full-defense guy. Most skills require a shield.
-
The gates are firmly shut, no amount of force will break them.
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-The offensive guy, with every attack skill a mage could need.
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,8 +19583,8 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-The well-round guy, with reasonable def, attack, and support skills.
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-The wise guy, which doesn't relies on magic, and loves summon.
-
The wood bends a little, but doesn't breaks.
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,8 +20192,8 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-This skill can be further improved with Job Points
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+To learn @@ you'll need @@/@@ point(s).
+
To make @@ I need one from each gem powders, and 800 GP for commission.
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
To reset back to normal:
To reset back to normal:
@@ -20864,8 +20843,8 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
Too bad, you're really missing out!
@@ -21032,8 +21011,11 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
Treasurer
-Triggers an attack speed buff when using two swords.
-Triggers an attack speed buff when using two swords.
+Trickmaster
+Trickmaster
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
Tritan
@@ -21044,9 +21026,6 @@ Tritan Voice
Troll
Troll
-Try again!
-Try again!
-
Try again?
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+Unfortunately, we're shutting down. This building is too old.
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-Useful in PvP when your enemy have equipped a @@
-
Usename#0000
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
Warning.
-Warning: If you join a subclass, you can't leave it later!
-Warning: If you join a subclass, you can't leave it later!
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
We held to our hope and Jerry figured it out.
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
We want to party this moment, but can you believe we ran out of beer?
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-Welcome to the Priest guild!
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-Welcome to the berserker guild!
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-Welcome to the paladin guild!
-
Welcome to the questing world!"
Welcome to the questing world!"
-Welcome to the sage guild!
-Welcome to the sage guild!
-
-Welcome to the tanker guild!
-Welcome to the tanker guild!
-
-Welcome to the wizard guild!
-Welcome to the wizard guild!
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
Wha- How dare you, to lie to me!
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
What did you expected, anyway?
-What do I need to do to join?
-What do I need to do to join?
-
What do you choose?
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
What is @@ doing?
-What is a class?
-What is a class?
-
What is banking?
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
Wind: @@, @@
+Windwalker
+Windwalker
+
+Windwalker - Increase walk speed and flee rate.
+Windwalker - Increase walk speed and flee rate.
+
Wine Making Barrel
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+With recent player activity, the Monster king is @@!
+
With renewed confidence about the outcome of the war, various people left their houses.
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
Wizard General
-Wizard Mages
-Wizard Mages
-
-Wizard Master
-Wizard Master
-
Wizard Moccasins
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Yeah, but what reward will I get?
Yeah, it was my grand-grand-grandfather.
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-Yeah, of course. I will teach you how to give first aid to people.
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-Yeah, of course. This one is rather useless and difficult to use, though.
-
Yeah, she might be back soon.
Yeah, she might be back soon.
@@ -23342,11 +23276,11 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!
+Yes, courageous and worthy adventurer. You did well!#0
+Yes, courageous and worthy adventurer. You did well!
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!
+Yes, courageous and worthy adventurer. You did well!#1
+Yes, courageous and worthy adventurer. You did well!
Yes, deal. Gimme the gold ring.
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
Yo, man.
-You abandoned the BERSERKER class!
-You abandoned the BERSERKER class!
-
-You abandoned the PALADIN class!
-You abandoned the PALADIN class!
-
-You abandoned the PRIEST class!
-You abandoned the PRIEST class!
-
-You abandoned the SAGE class!
-You abandoned the SAGE class!
-
-You abandoned the TANKER class!
-You abandoned the TANKER class!
-
-You abandoned the WIZARD class!
-You abandoned the WIZARD class!
-
-You advanced your tier!
-You advanced your tier!
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
You are about to accept a high-risk quest. You cannot complete it alone.
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+You can leave it blank if you wish no reward.
+
You can move using @@ or, at your choice, by clicking where you want to go.
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+You can, and @@, register on both programs, but only one is required for this quest.
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
You do not have the required access privileges to use the Super Menu.
+You do not meet all requisites for this skill.
+You do not meet all requisites for this skill.
+
You don't have @@.
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
You got married to @@!
+You have @@ magic skill points available.
+You have @@ magic skill points available.
+
+You have @@/@@ magic skill points available.
+You have @@/@@ magic skill points available.
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+You have completed the Jesusaves Grimorium Quest!
+
You have gained a special login bonus!
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,8 +24212,8 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+You may now choose your bonus.
+
You may pass. The Sage is on the library waiting for you.
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+You now have an extra point, use it wisely.
+
You only have to tell him how much you want to deposit or withdraw.
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,8 +24410,8 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
You pulled too soon and lost the bait.
-You quickly give him the herbs, and he skillfully mix them on a potion.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+You won't learn any skill without a good professor to teach them to you.
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
You'll all die here!
+You'll also need to pay a fee of @@x @@
+You'll also need to pay a fee of @@x @@
+
You'll be charged even if you fail, be warned.
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+You've reached the maximum level for this skill.
+
You've slayed the Yeti.
You've slayed the Yeti.
@@ -24959,14 +24905,11 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
Your coward outer self fails to convince you to leave.
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
+Your current official server account:
Your current score: @@
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-Your friend also sent you a gift - open it when you get level 5!
-
Your guild doesn't knows any recipes!
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
[2] Full Aeros
-[@@ Bolt]
-[@@ Bolt]
-
-[@@ Weapon]
-[@@ Weapon]
-
[Accept Quest]
[Accept Quest]
-[Action Casting]
-[Action Casting]
-
-[Arrow Shield]
-[Arrow Shield]
-
-[Bash]
-[Bash]
-
-[Bless Weapon]
-[Bless Weapon]
-
[Christmas] Send soul to the Christmas Workshop!
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-[Counter Defense]
-
[Decline Quest]
[Decline Quest]
[Deliver all goods.]
[Deliver all goods.]
-[Detoxify]
-[Detoxify]
-
-[Dragon Slayer]
-[Dragon Slayer]
-
[Easter] Send soul to the Mana Forest!
[Easter] Send soul to the Mana Forest!
-[Endure]
-[Endure]
-
-[Energy Coating]
-[Energy Coating]
-
-[Fire Ball]
-[Fire Ball]
-
[Give him a Mouboo Figurine to play with?]
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
[Give him some tasty Chocolate Bar?]
-[Guard]
-[Guard]
-
-[Holy Light]
-[Holy Light]
-
-[Increase Agility]
-[Increase Agility]
-
-[Last Standing Man]
-[Last Standing Man]
-
-[Luma]
-[Luma]
-
-[MP Regen]
-[MP Regen]
-
-[Mana Wisdom]
-[Mana Wisdom]
-
[Maybe another time.]
[Maybe another time.]
-[Napalm Beat]
-[Napalm Beat]
-
-[Party Area Defense]
-[Party Area Defense]
-
[Pat his shoulder and say everything will be fine.]
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
[Quest Accepted]
-[Redemption]
-[Redemption]
-
-[Ressurection]
-[Ressurection]
-
[Shake him and tell him to pull himself together]
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
[Soul Menhir]
-[Standing Regen]
-[Standing Regen]
-
[Try to console him]
[Try to console him]
-[Two Hands Quicken]
-[Two Hands Quicken]
-
[Valentine Day] Send soul to the Valentine Highlands!
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
and may change later without notice.
+angry
+angry
+
any planned experience and gold reward.
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
dexterity
+discontent
+discontent
+
draw.
draw.
@@ -25334,6 +25205,9 @@ firearms
four
four
+furious
+furious
+
hairstyle_config
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
two minutes
+very angry
+very angry
+
+very mad
+very mad
+
very powerful shot
very powerful shot
diff --git a/langs/lang_es.txt b/langs/lang_es.txt
index 10e22b13e..8ee607bc3 100644
--- a/langs/lang_es.txt
+++ b/langs/lang_es.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
Bellota
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
Blub
@@ -3986,9 +4031,6 @@ Pero, ยฟquiรฉn soy yo?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ No puedo hablar ahora, estoy de patruya.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
Cambiar mi apariencia
@@ -4523,9 +4553,6 @@ Cambiar mis misiones
Change my stats
Cambiar mis estadรญsticas
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Maniquรญ
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
Adiรณs.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
Color del pelo
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
ยกQue tengas un buen dรญa!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ Estรก sujetando una caรฑa de pescar, cuando mira hacia el mar.
Headgear
-Healing Recipes
+Healing
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hola.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,11 +10331,11 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
-Ya veo.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
+Ya veo.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ I will be forever grateful!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
Me gustarรญa crear un gremio.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Sรญgue moviรฉndote, chico.#1
Keep moving girl.#0
Sigue moviรฉndote, chica.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
Cuchillo
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Mover esta lรญnea arriba
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Pibayas
Piberries Infusion
Infusiรณn de Pibayas
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15837,7 +15828,7 @@ Produced item:
Professor
-
+Profesor
Protip 2: Drop rates are low. Try other quests while you slay mobs for this one.
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
Carrera
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
Sube su Int en 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Tristemente, no encontrรณ nada mรกs que basura.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
Iniciar emisiรณn
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
Super Menรบ
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Voz de Tritan
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Sรญ, pero ยฟquรฉ recompensa obtendrรฉ?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
No tiene los privilegios de acceso requeridos para utilizar el menรบ Super.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
ยกSe ha casado con @@!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
Ha tirado demasiado tarde y ha perdido el anzuelo.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/langs/lang_fr.old b/langs/lang_fr.old
index 0fa02f5ec..4c06b89a3 100644
--- a/langs/lang_fr.old
+++ b/langs/lang_fr.old
@@ -10,6 +10,9 @@
##2 21 Days login bonus: ##B3x @@##b
##2 Bonus journalier de 21 jours:: ##B3x @@##b
+##2 3 Days login bonus: ##B1x @@##b
+##2 Bonus journalier de 3 jours:: ##B1x @@##b
+
##2 7 Days login bonus: ##B@@ Job Exp.##b
##2 Bonus journalier de 7 jours:: ##B@@ Job Exp.##b
diff --git a/langs/lang_fr.txt b/langs/lang_fr.txt
index 955dade05..a48e9d7e3 100644
--- a/langs/lang_fr.txt
+++ b/langs/lang_fr.txt
@@ -83,10 +83,10 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
##2 27 Days login bonus: ##B1x @@##b
##2 Bonus journalier de 27 jours:: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
-##2 Bonus journalier de 3 jours:: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
##BHall Of @@: TOP15##b
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
##BHall Of Fortune: TOP15##b
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
##BHall Of Level: TOP15##b
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Il n'est pas devenu trop lรฉger, et il est devenu trรจs faible par rapport ร  un
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
Gland
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
Ah, personnellement je ne l'utilise pas!
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2793,6 +2829,9 @@ Arauto
Archant
+Archant
+
+Archery Weapon Recipes
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
Blub
@@ -3986,9 +4031,6 @@ Mais qui suis-je ?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Je ne peux pas parler lร  maintenant, je suis de patrouille.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
Changer mon apparence
@@ -4523,9 +4553,6 @@ Changer mes quรชtes
Change my stats
Changer mes caractรฉristiques
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
Viens me parler une fois que tu auras rรฉussi ร  enfiler cette chemise et ce short!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
Ohf, cette odeur ! Je peux constater que tu as trouvรฉ la bombe insecticide !
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
Au revoir.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
Couleur de cheveux
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
Passe une bonne journรฉe!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ Il tient dans ses mains une canne ร  pรชche pendant qu'il contemple la mer.
Headgear
-Healing Recipes
+Healing
+
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
Tiens, viens donc parler, Au Magic Arpan! Je t'aiderai ร  t'habiller.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey, t'as une seconde ?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Bonjour.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ Je suis toujours lร , mais j'ai dรฉjร  amendรฉ mes actes et je n'ai plus besoin
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ Je ne peux pas, dรฉsolรฉ.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ J'ai besoin d'un tutoriel, oรน puis-je trouver de l'aide?
I need at minimum @@ Monster Points to get items at current level.
J'ai besoin d'au moins @@ Monster Points pour obtenir des objets au niveau actuel.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,11 +10331,11 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
-Je vois.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
+Je vois.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ Je serai รฉternellement reconnaissant!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
Je voudrais crรฉer une guilde.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible de Resync: Vous รชtes mort.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
En effet, matelo! Les voici!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Continue de marcher garรงon.
Keep moving girl.#0
Continue de marcher fillette.
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
Couteau
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
Quitter
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
Magic Goblin
@@ -13025,10 +12971,13 @@ La puissance magique vous est accordรฉe, mais vous en รชtes mort.
Magic Ratto
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
Morgan
@@ -13715,6 +13697,9 @@ Dรฉplacer cette ligne vers le haut
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Baies Pi
Piberries Infusion
Infusion de Baies Pi
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15837,7 +15828,7 @@ Produced item:
Professor
-
+Professeur
Protip 2: Drop rates are low. Try other quests while you slay mobs for this one.
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
Race
-Ragger Master
-
-
Raid Trousers
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
Int augmentรฉ de 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Malheureusement, tu n'as rien trouvรฉ d'autre que de la poussiรจre.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Si tu es trop rapide ou si tu attends trop longtemps, tu รฉchoueras sans doute.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
Commencer l'annonce
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
Super Menu
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Je te parle bientรดt!
Tamiloc
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Dites-moi quelle langue vous parlez et je changerai la note sur la liste des pas
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ La premiรจre page contient les rรจgles universelles qui ont รฉtรฉ acceptรฉes ร 
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Voix d'un Tritan
Troll
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
AVERTISSEMENT: AUCUNE EXPร‰RIENCE NE SERA OBTENU DURANT CE COMBAT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
Nous pensions que tu pouvais nous aider ร  comprendre cela, tout ce que nous savons, c'est qu'on t'a trouvรฉ jetรฉ ร  la mer, sur un banc de sable.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Oui, mais qu'est-ce que j'obtiens en รฉchange ?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
Vous pouvez vous dรฉplacer en utilisant @@ ou, sinon, en cliquant oรน vous voulez aller.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
Tu n'as pas les privilรจges d'accรจs requis pour utiliser le Super Menu.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
Tu t'es marriรฉ ร  @@ !
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ Tu as tirรฉ trop tard et a perdu ton appรขt...
You pulled too soon and lost the bait.
Tu as tirรฉ trop tรดt et a perdu ton appรขt.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ Vous avez tuรฉ @@ / 12 @@. Il fatu finir le travail!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
[Easter] Me rendre ร  la Mana Forest !
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/langs/lang_it.txt b/langs/lang_it.txt
index 93c09d6a0..333f18dd2 100644
--- a/langs/lang_it.txt
+++ b/langs/lang_it.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
Ghianda
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
@@ -3986,9 +4031,6 @@ Ma chi sono io?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Can't talk right now, I'm on patrol duty.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
@@ -4523,9 +4553,6 @@ Change my quests
Change my stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
Buona giornata!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ He's holding a fishing rod, while gazing out at the sea.
Headgear
-Healing Recipes
+Healing
+
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,10 +10331,10 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ I will be forever grateful!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Keep moving girl.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
Coltello
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Move this line up
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Pibacche
Piberries Infusion
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Sadly, you found nothing but dirt.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Voce di Tritan
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Sรฌ, ma cosa avrรฒ in cambio?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/langs/lang_pl.txt b/langs/lang_pl.txt
index 394f5acbc..650c5bee7 100644
--- a/langs/lang_pl.txt
+++ b/langs/lang_pl.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
ลปoล‚ฤ…dลบ
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
@@ -3986,9 +4031,6 @@ Ale kim ja jestem?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Can't talk right now, I'm on patrol duty.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
@@ -4523,9 +4553,6 @@ Change my quests
Change my stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ He's holding a fishing rod, while gazing out at the sea.
Headgear
-Healing Recipes
+Healing
+
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,10 +10331,10 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ I will be forever grateful!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Keep moving girl.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
Nรณลผ
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Move this line up
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
Nard
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Piwo
Piberries Infusion
Napรณj z borรณwki
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Sadly, you found nothing but dirt.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Gล‚os Trytana
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Ta... ale co bฤ™dฤ™ z tego mieฤ‡?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/langs/lang_pt_BR.old b/langs/lang_pt_BR.old
index 65cf301fb..e95791f95 100644
--- a/langs/lang_pt_BR.old
+++ b/langs/lang_pt_BR.old
@@ -10,6 +10,12 @@
##2 21 Days login bonus: ##B3x @@##b
##2 Bรดnus de Login (21 dias): ##B3x @@##b
+##2 3 Days login bonus: ##B1x @@##b
+##2 Bรดnus de Login (3 dias): ##B1x @@##b
+
+##2 7 Days login bonus: ##B3x @@##b
+##2 Bรดnus de Login (7 dias): ##B3x @@##b
+
##2 7 Days login bonus: ##B@@ Job Exp.##b
##2 Bรดnus de login de 07 dias: ##B@@ pontos de Experiencia de Trabalho.##b
@@ -124,6 +130,9 @@
7. ##BAs long as you have an account, you agree with the [@@https://tmw2.org/legal.php|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail.
7. ##BEnquanto vocรช tiver uma conta, vocรช concorda com os [@@https://tmw2.org/legal.php|Termos De Serviรงo@@]##b.ย Se qualquer regra conflitar com esses termos, os Termos de Serviรงo providenciados nesse link prevalecerรฃo.
+9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+9.1 agora vai enviar jogadores para Nivalis, para continuar aprendendo sobre quem eles sรฃo. Enquanto forรงas maiores estรฃo em jogo, o jogador pode ser apenas um menor, mas certamente um importante.
+
@@ increased drop rates to @@%. It will only last @@!
@@ aumentou as taxas de drops para @@%. Sรณ irรก durar @@!
@@ -157,9 +166,15 @@ Segundo o Guia, o espaรงo รฉ ____?
Actually, this fails without tmwa dark magic.
Na verdade, isso falha sem a magia negra.
+Ah, nothing too major, as you already have magic.
+Ah, nada muito importante, jรก que vocรช jรก tem magia.
+
Ah, this is boring.
Ah, isso รฉ chato.
+Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
+Ah... Estou com tanta preguiรงa para pedir por qualquer coisa em troca. Aqui! Pegue! ร‰ Grรกtis!
+
Ah... You must update your client first.
Ah ... Vocรช deve atualizar seu cliente primeiro.
@@ -169,6 +184,9 @@ Aisen
All hail ##B@@##b, first to complete the ##3Yeti King Quest!
Todos saรบdem ##B@@##b, primeiro(a) a completar a ##3Quest do Rei Yeti!
+Allows to move/attack while casting. (Melee attacks still interrupt casting!)
+Permite mover / atacar enquanto lanรงa. (Ataques corpo-a-corpo ainda interrompem o lanรงamento!)
+
Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?
Tudo bem, vou procurar nos arquivos. Eu terei uma resposta para vocรช em trรชs horas. Enquanto isso, por que vocรช nรฃo reprime os bandidos no penhasco?
@@ -253,6 +271,9 @@ Ovo Bhopper
Black Cotton Dye
Tinta preta para casimira
+Blow with increased attack and precision.
+Sopre com aumento de ataque e precisรฃo.
+
Blue Cotton Dye
Tinta azul para algodรฃo
@@ -298,6 +319,12 @@ Mas isso nรฃo รฉ importante agora. Os marinheiros estรฃo gritando para vocรช!
But travel by sea, or access to the village on itself, is throughly impossible. Andrei Sakar is at ready.
Mas viajar pelo mar, ou o acesso ร  aldeia em si, รฉ completamente impossรญvel. Andrei Sakar estรก pronto.
+But whoa, not so fast! You must pass the seven steps of a trial first!
+Mas whoa, nรฃo tรฃo rรกpido! Vocรช deve passar os sete passos de um teste primeiro!
+
+Buy it
+Compre
+
By the way, I found this Helmet after you killed the Fafi Dragon, Maybe you can use it some day.
By the way, eu encontrei este capacete depois que vocรช matou o Dragรฃo Fafi, Talvez vocรช possa usรก-lo algum dia.
@@ -313,15 +340,30 @@ Call Of Dusty: Inรญcio do Evento!
Camel Cotton Dye
Tinta camelo para algodรฃo
+Can you teach me a basic tier 1 magic skill?
+Vocรช pode me ensinar uma habilidade mรกgica bรกsica de nรญvel 1?
+
+Can you teach me a basic tier 2 magic skill?
+Vocรช pode me ensinar uma habilidade mรกgica bรกsica de nรญvel 2?
+
+Cancels Poison. Antidotes are hard to come by, anyway.
+Cancela o veneno. Antรญdotos sรฃo difรญceis de encontrar, de qualquer maneira.
+
Captain Nard is in the room to your right.
Capitรฃo Nard estรก na sala a sua direita.
+Causes a @@ bolt on the enemy. Number of hits is the skill level.
+Faz com que um raio de @@ apareรงa no inimigo. Nรบmero de acertos รฉ o nรญvel de habilidade.
+
Cave Snake lamp
Lรขmpada de cobra da caverna
Change my skills
Mude minhas habilidades
+Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
+Muda a arma de alguรฉm para o Elemental Sagrado. Causa pequeno dano quando usado em ofensivo.
+
ChefHat
Chapรฉu de Chef
@@ -346,6 +388,9 @@ Fechar extensรฃo
Come back soon!
Volte logo!
+Come talk to me when you're ready, and we can begin.
+Venha conversar comigo quando estiver pronto e podemos comeรงar.
+
Congratulations! Here is your reward (40 xp 25 gp).
Parabรฉns! Aqui estรก sua recompensa (40 xp 25 gp).
@@ -370,6 +415,9 @@ Progresso atual: @@ / 10000 @@
Dark Red Cotton Dye
Tinta vermelha-escura para algodรฃo
+Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
+Diminui o dano recebido por alguns minutos, em troca de agi e velocidade de movimento. Req. Escudo.
+
Definitive item break? Too dangerous! I don't want it!!
Quebra de item definitiva? Perigoso demais! Eu nรฃo quero isso !!
@@ -379,6 +427,9 @@ Foice Maligna
Desert Bow
Arco do Deserto
+Did you came here by someone advise? If yes, write their name down here!
+Vocรช veio aqui por alguรฉm aconselhar? Se sim, escreva o nome deles aqui embaixo!
+
Did you came here by someone advise? If yes, write their name here!
Vocรช veio aqui indicado por alguรฉm? Se sim, escreva o nome de quem o(a) indicou aqui!
@@ -406,6 +457,9 @@ Vocรช quer atravessar a cidade de Nivalis para o outro lado?
Do you want to go against the Monster King now? The event will start 16:30 UTC sharply.
Vocรช quer ir contra o Rei Monstro agora? O evento terรก inรญcio ร s 16:30 UTC.
+Don't buy it
+Nรฃo compre
+
Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention.
Nรฃo vรก sozinho, embora! Ele nรฃo me ouviria, nรฃo รฉ vocรช sozinho, ele vai prestar atenรงรฃo.
@@ -415,6 +469,9 @@ PortasParaCima
Drag and drop a weapon from your inventory.
Arraste e solte uma arma do seu inventรกrio.
+Drains Mana to reduce damage taken. The only defensive skill from wizards.
+Drena Mana para reduzir o dano recebido. A รบnica habilidade defensiva dos magos.
+
Drinking what drink is like having your brain smashed out by a slice of lemon wrapped round a large gold brick?
Beber que bebida รฉ como ter seu cรฉrebro esmagado por uma fatia de limรฃo enrolada em um grande tijolo de ouro?
@@ -424,6 +481,9 @@ A estaรงรฃo seca em Tulimshar causa problemas nas plantaรงรตes!
Due town state, you cannot visit it. Do you want to cross to the other side?
Devido estado da cidade, vocรช nรฃo pode visitรก-lo. Vocรช quer atravessar para o outro lado?
+During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
+Durante um perรญodo de tempo muito pequeno, vocรช contra-atacarรก com um duplo crรญtico e nรฃo sofrerรก o dano.
+
ERROR, Please report: GHQ GMID: Invalid ID: @@
ERRO, Por favor, informe: GHQ GMID: Invalid ID: @@
@@ -439,12 +499,18 @@ Ativar programa de referรชncia
Enter desired skill level:
Digite o nรญvel de habilidade desejado:
+Error, error, L_T2_S0 General Error, REPORT ME
+Erro, erro, erro geral L_T2_S0, REPORT ME
+
Error, marine_maxre invalid @@
Erro, marine_maxre invalid @@@
Event stage:
Estรกgio do evento:
+Failed to validate pin. Aborting.
+Falha ao validar o PIN. Abortando.
+
Failsafe Mechanism
Mecanismo ร  prova de falhas
@@ -484,6 +550,9 @@ Ganhou @@ XP
Gatling Shooter
Gatling Shooter
+Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
+Entrar em uma classe รฉ fรกcil, o difรญcil รฉ dominรก-la. Mas quanto mais vocรช avanรงa, mais habilidades poderosas sรฃo desbloqueadas.
+
Give the Antenna to her?
Dar a antena para ela?
@@ -532,6 +601,9 @@ Bom trabalho, aqui estรก @@ GP e @@ @@!
Good to hear from you!
Bom ouvir de vocรช!
+Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
+Bom, Bom. A habilidade que vocรช obteve anteriormente apenas aumentou um nรญvel. Eu tambรฉm vou colocar alguma experiรชncia em vocรช, nada demais.
+
Great! Eomie, the girl on Tulimshar's magic academy, is an alchemist. She makes fertilizers.
ร“timo! Eomie, a garota na academia de magia de Tulimshar, รฉ uma alquimista. Ela faz fertilizantes.
@@ -544,12 +616,24 @@ Tinta verde para algodรฃo
Grrr... Why are @@ on this cave?! What Mercury was doing?!
Grrr ... Por que sรฃo @@ nesta caverna ?! O que Mercury estava fazendo ?!
+Hahah, silly, that's yourself!
+Hahah, bobinho(a), esse รฉ o seu nome!
+
Halinarzo Guard
Guarda Halinarzo
+Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Ter poder mรกgico รฉ inรบtil por si sรณ, entรฃo vocรช deve visitar o Conselho Mรกgico e se inscrever em uma das duas classes.
+
He needs more food.
Ele precisa de mais comida.
+He pours something on it, you're not sure what. He then utters some magic words.
+Ele derrama algo sobre isso, vocรช nรฃo tem certeza do que. Ele entรฃo profere algumas palavras mรกgicas.
+
+Heals more mana while standing.
+Cura mais mana em pรฉ.
+
Hehe... Ok, I'm going to inform the capt'n up there that the boy is fine.#1
Hehe ... Ok, eu vou informar o capitรฃo lรก que o menino estรก bem.
@@ -562,12 +646,42 @@ Hehehe, ele estรก um pouco nervoso, por favor, perdoe-o, nรฃo รฉ todo dia que en
Hehehe, he is a bit nervous, please forgive him, it is not everyday we have a new member in the crew!
Hehehe, ele estรก um pouco nervoso, mas por favor perdoe ele. Nรฃo รฉ todo dia que temos um novo membro na tripulaรงรฃo!
+Hello, and welcome to TMW2: Moubootaur Legends!
+Olรก, e bem vindo ร  TMW2: Lendas do Moubootauro!
+
+Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
+Aqui, aprenda essa habilidade incrรญvel. Estรก na guia de habilidades. Vocรช pode arrastรก-lo para a lista de atalhos. Use-o para proteger as pessoas!
+
Here, take this @@ - you deserve it! And here is 5.000 GP and 8.400 XP.
Aqui, leve este @@ - vocรช merece! E aqui estรก 5.000 GP e 8.400 XP.
Hey do not take me as a child.
Ei, nรฃo me aceite quando crianรงa.
+Hey hey! You don't have that stuff, CAN'T YOU READ?!
+Ei ei! Vocรช nรฃo tem essas coisas, NรƒO PODE LER ?!
+
+Hey there! Do you want to join the Berserk (Ragger) Class?
+Olรก! Vocรช quer se juntar ร  Classe Berserk (Ragger)?
+
+Hey there! Do you want to join the Paladin Class?
+Olรก! Vocรช quer se juntar ร  Classe Paladino?
+
+Hey there! Do you want to join the Priest Class?
+Olรก! Vocรช quer se juntar ร  classe de sacerdote?
+
+Hey there! Do you want to join the Sage Class?
+Olรก! Vocรช quer se juntar ร  Classe Sage?
+
+Hey there! Do you want to join the Tanker Class?
+Olรก! Vocรช quer se juntar ร  classe Tanker?
+
+Hey there! Do you want to join the Wizard Class?
+Olรก! Vocรช quer se juntar ร  classe Wizard?
+
+Hey there! Do you want to learn new skills for a very small teaching fee?
+Olรก! Vocรช quer aprender novas habilidades por uma pequena taxa de ensino?
+
Hey you! Can you hear us? Are you okay?
Ei vocรช! Vocรช pode nos ouvir? Vocรช estรก bem?
@@ -580,6 +694,9 @@ Hey.
Hinnak and I signed this letter. Deliver it to Airlia on the Town Hall, and she'll reward you correctly.
Hinnak e eu assinamos esta carta. Entregue para Airlia na prefeitura, e ela te recompensarรก corretamente.
+How difficult it is to obtain a class?
+Quรฃo difรญcil รฉ obter uma classe?
+
How do you know?
Como vocรช sabe?
@@ -589,6 +706,9 @@ Quantas cabeรงas tem Zaphod Beeblebrox? Apenas nรบmeros.
How many pints of beers should you drink before hitchhiking? Numbers only.
Quantas doses de cervejas vocรช deve beber antes de pegar carona? Apenas nรบmeros.
+However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
+No entanto, tenha cuidado! Essa poรงรฃo รฉ de curta duraรงรฃo, vocรช estarรก correndo contra o tempo. Prepare-se para viajar muito.
+
HurnsShip
Hurnship
@@ -598,6 +718,15 @@ Hurnscald precisa da ajuda de todos os aventureiros!
Hurnscald under siege! No ships are capable to give aid!
Hurnscald sob cerco! Nenhum navio รฉ capaz de dar ajuda!
+Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Se apresse! Traga meu @@ do Brasil em Halinarzo !! Vocรช sรณ tem @@ esquerda!
+
+I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
+Eu aconselho vocรช a fazer mais missรตes em Tulimshar e Candor, caso contrรกrio, vocรช pode falhar no final.
+
+I am a contributor, and I want contributor stuff.
+Sou colaborador e quero colaborador.
+
I am not worried about rewards. I just want to help.
Eu nรฃo estou preocupado com recompensas. Eu sรณ quero ajudar.
@@ -607,12 +736,18 @@ Me desculpe, mas eu posso ver que vocรช nรฃo tem tudo o que eu pedi a vocรช.
I am sure that you will change your mind.
Tenho certeza de que vocรช mudarรก de ideia.
+I am the @@ master.
+Eu sou o mestre da classe dos @@.
+
I can make a @@ for just one @@ and 200 GP for my work.
Eu posso fazer um @@ para apenas um @@ e 200 GP para o meu trabalho.
I can make a nice, simple potion for you. Once you drink it, the raw mana will settle on your body.
Eu posso fazer uma boa e simples poรงรฃo para vocรช. Uma vez que vocรช beber, a mana crua se instalarรก em seu corpo.
+I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
+Eu posso fazer uma boa e simples poรงรฃo para vocรช. Isso ajudarรก o mana cru a se acomodar em seu corpo.
+
I can rent it to you for 500 GP, during 15 minutes. Deal?
Posso alugรก-lo por 500 GP, durante 15 minutos. Combinado?
@@ -625,6 +760,9 @@ Nรฃo consigo me lembrar de nada.
I can't remember anything.#1
Nรฃo consigo me lembrar de nada.
+I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
+Posso, no entanto, preparar uma poรงรฃo para vocรช. Mas cuidado, essa poรงรฃo durarรก apenas 35 minutos depois de cozida.
+
I charge a service fee of 2000 GP, and two gemstones.
Eu cobro uma taxa de serviรงo de 2000 GP, e duas pedras preciosas.
@@ -637,6 +775,12 @@ Eu nรฃo sei se jesusalva me permite ensinar-lhe uma habilidade bรกsica de chaman
I don't need your help right now, come back later.
Eu nรฃo preciso da sua ajuda agora, volte mais tarde.
+I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
+Eu nรฃo acho que vocรช possa fazer parte de mais de uma classe, mas vocรช pode acumular subclasses. No entanto, eles sรณ serรฃo desbloqueados no tier 2.
+
+I forgot to say earlier, but indeed, I was invited by someone!
+Eu esqueci de dizer mais cedo, mas na verdade, fui convidado por alguรฉm!
+
I found your birth record, but it is not complete. Here says you were born on Halinarzo.
Eu encontrei seu registro de nascimento, mas nรฃo estรก completo. Aqui diz que vocรช nasceu em Halinarzo.
@@ -649,6 +793,9 @@ Eu sei que vocรช estรก comeรงando a se sentir melhor, mas gostaria que vocรช exp
I made a figurin with Bug legs.
Eu fiz uma estatueta com pernas grandes.
+I need my master's @@, fast!
+Eu preciso do meu mestre @@, rรกpido!
+
I need somebody who can rid the hold of the ship of these rattos. Can you help me?
Eu preciso de alguรฉm que possa livrar o controle do navio desses rattos. Pode me ajudar?
@@ -679,6 +826,12 @@ Eu represento os @@ Hunters. Nรณs caรงamos @@.
I see it's not so easy to get rid of these rattos. Do you want to try again?
Eu vejo que nรฃo รฉ tรฃo fรกcil se livrar desses rattos. Vocรช quer tentar novamente?
+I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
+Eu vejo que vocรช รฉ um mago tambรฉm. Vocรช jรก entrou em uma classe? Luca e Colin estรฃo sempre recrutando no Conselho Mรกgico de Tulimshar.
+
+I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+Percebo. Bem, bem vindo(a) ao jogo! Se tiver alguma dรบvida, grite em #world por ajuda!
+
I think you should look for the Lieutenant if you want the Guard Card.
Acho que vocรช deveria procurar o tenente se quiser o cartรฃo de guarda.
@@ -706,6 +859,9 @@ Eu quero forjar armas!
I wanted other info.
Eu gostaria de outra informaรงรฃo.
+I will empower you with raw mana, and your time will start running out again.
+Vou capacitรก-lo com mana crua e seu tempo comeรงarรก a se esgotar novamente.
+
I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
Vou precisar de 3000 GP, 1 @@, 1 @@ e 1 @@, por um pequeno punhado deles.
@@ -715,6 +871,9 @@ Eu vou fazer.
I would like to open Guild Storage.
Eu gostaria de abrir o Armazenamento da Guilda.
+I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
+Vou te cobrar a quantia irrelevante de 100 GP. Vamos lรก, รฉ uma pitada!
+
I'll give her everything she needs, don't worry.#0
Eu darei a ela tudo que ela precisar, nรฃo se preocupe.
@@ -733,6 +892,9 @@ Estou feliz de ver que vocรช estรก bem.
I'm interested.
Estou interessado.
+I'm not interested, sorry.
+Eu nรฃo estou interessado, desculpe.
+
I'm surprised, though. It is a very good defensive item, and players can buy it for pretty high sums of money.
Estou surpresa, no entanto. ร‰ um item defensivo muito bom, e os jogadores podem comprรก-lo por quantias bastante altas de dinheiro.
@@ -754,18 +916,93 @@ POSIร‡รƒO DE SCRIPT ILEGAL ATINGIDA, POR FAVOR, REPORTAR.
If I fail, I'll refund you in gold. Do you want me to try it?
Se eu falhar, vou reembolsar vocรช em ouro. Vocรช quer que eu tente?
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+Se expirar, vocรช precisarรก fazer outra. Para assar eu preciso de 1 @@, 10 @@ e um @@. Tem malva e dinheiro, muito disso.
+
If you bring friends, I'm sure they'll be no match. I'll pay you handsomely if you bring me one, too!
Se vocรช trouxer amigos, tenho certeza de que eles nรฃo serรฃo pรกreos. Eu vou te pagar generosamente se vocรช me trouxer um tambรฉm!
If you bring me a @@ and 1,000 GP I can make one for you!
Se vocรช me trouxer um @@ e um mil GP eu posso fazer um para vocรช!
+Improve Arrow Shield
+Melhore o escudo da seta
+
+Improve Bash Skill
+Melhore a habilidade de bash
+
+Improve Blessed Weapon
+Melhorar a Arma Abenรงoada
+
+Improve Cold Bolt
+Melhorar o parafuso frio
+
+Improve Counter Defense
+Melhore a contra-defesa
+
+Improve Earth Spike
+Melhore o pico da terra
+
+Improve Earth Weapon
+Melhore a Arma da Terra
+
+Improve Endure Skill
+Melhorar a habilidade de suportar
+
+Improve Fire Ball
+Melhore a bola de fogo
+
+Improve Fire Bolt
+Melhorar o parafuso de fogo
+
+Improve Fire Weapon
+Melhorar Arma de Fogo
+
+Improve Guard
+Melhorar Guarda
+
+Improve Ice Weapon
+Melhorar Arma de Gelo
+
+Improve Increase Agility
+Melhorar Aumentar a Agilidade
+
+Improve Luma
+Melhore Luma
+
+Improve Mana Recovery
+Melhore a Recuperaรงรฃo de Mana
+
+Improve Mana Wisdom
+Melhore a Sabedoria de Mana
+
+Improve Napalm Beat
+Melhorar o Napalm Beat
+
+Improve Party Area Defense
+Melhore a defesa em รกrea do grupo
+
+Improve Standing HP Regen
+Melhore a Regeneraรงรฃo HP em Pรฉ
+
+Improve Thunder Bolt
+Melhore o Thunderbolt
+
+Improve Two Hands Quicken
+Melhore Duas Mรฃos Quicken
+
+Improve Wind Weapon
+Melhorar a Arma do Vento
+
In case of false positive, @@ was murdered.
Em caso de falso positivo, @@ foi assassinado.
In the storehouse, kill 5 @@. They keep respawning and are annoying.
No armazรฉm, mate 5 @@. Eles continuam respawning e sรฃo irritantes.
+Increase mana experience gain, when using mana skills.
+Aumente o ganho de experiรชncia de mana ao usar habilidades de mana.
+
Initiate huge siege (lv. 40)
Iniciar um cerco enorme (lv 40)
@@ -796,6 +1033,9 @@ Parece que finalmente estรก seguro. Vocรช fecha os olhos e adormece.
It seems that you need a key to open this door.
Parece que vocรช precisa de uma chave para abrir essa porta.
+It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
+ร‰ preciso muito mana e nรฃo รฉ muito poderoso, mas รฉ obrigatรณrio para todos.
+
It will be a problem if you run around naked!#0
Serรก um problema se vocรช correr por aรญ pelada!
@@ -808,6 +1048,9 @@ Seria bom que vocรช se exercitasse um pouco, o navio nรฃo รฉ grande o bastante p
It's alright! Just one more box and it'll be ok.
Estรก indo bem! Sรณ mais uma caixa e ficarรก ok.
+It's called Mass Provoke. You'll basically try to convince monsters to attack you.
+Chama-se Mass Provoke. Vocรช basicamente tentarรก convencer os monstros a atacar vocรช.
+
It's ok.
Estรก tudo bem.
@@ -826,12 +1069,45 @@ Juliet estรก no nรญvel superior do navio, use as setas do teclado para caminhar
Just @@ ago, thiefs stole Pihro & Pyndragon weapons.
Apenas @@ atrรกs, ladrรตes roubaram armas Pihro e Pyndragon.
+Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Mantenha o Grimoire com vocรช. ร‰ a prova de que vocรช รฉ agora Nรญvel 2. O livro guiarรก seus avanรงos!
+
Khaki Cotton Dye
Tinta cรกqui para algodรฃo
+Kills yourself, but revives everyone in a range. You'll take the death penalty.
+Mata-se, mas revive todos em um intervalo. Vocรช vai tomar a pena de morte.
+
Land Of Fire surprises everyone! There are even pet tamers!
Land Of Fire surpreende a todos! Existem ainda domadores de estimaรงรฃo!
+Learn Action Casting
+Aprenda a Fundiรงรฃo de Aรงรฃo
+
+Learn Detoxify
+Aprenda Detoxify
+
+Learn Dragon Slayer
+Aprenda Dragon Slayer
+
+Learn Energy Coating
+Aprenda o revestimento de energia
+
+Learn Holy Light
+Aprenda a luz sagrada
+
+Learn Last Standing Man
+Aprenda o รบltimo homem em pรฉ
+
+Learn Redemption
+Aprenda Redenรงรฃo
+
+Learn Ressurection
+Aprenda a ressurreiรงรฃo
+
+Leave Subclass
+Deixar subclasse
+
LeftBarrierCheck
LeftBarrierCheck
@@ -874,6 +1150,9 @@ Para sua sorte, a Alianรงa tem meios para ajudรก-lo. Por favor, mostre-me o segu
Lufix
Lufix
+Magic Warriors
+Guerreiros mรกgicos
+
Magic is dead!
Magia estรก morta!
@@ -898,6 +1177,9 @@ Tinta menta para casimira
Monsters are dropping strange stuff! The world is changing!
Monstros estรฃo soltando coisas estranhas! O mundo estรก mudando!
+More powerful version of healing. Requires @@ each cast.
+Versรฃo mais poderosa de cura. Requer @@ cada elenco.
+
My man went down and still haven't returned.
Meu homem caiu e ainda nรฃo voltou.
@@ -919,6 +1201,9 @@ Carta Natural
Navy Blue Cotton Dye
Tinta azul-marinho para algodรฃo
+Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
+Ataque neutro com baixo valor de dano, mas com baixo custo, alcance alto e ampla รกrea de efeito.
+
Nevertheless, you probably need some base materials from Bif. Who knows what it will drop if you are lucky?
No entanto, vocรช provavelmente precisarรก de alguns materiais bรกsicos do Bif. Quem sabe o que vai cair se vocรช tiver sorte?
@@ -952,9 +1237,15 @@ Agora imagine que eu fiz uma consulta SQL para buscar a senha e o sal da sua con
Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.
Agora, por favor, mate 50 @@, Tente coletar algumas lรขmpadas ao mesmo tempo, elas podem ser รบteis mais tarde.
+Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
+Agora, o verdadeiro desafio serรก iniciado. Vocรช tem muito poder bruto, mas isso nรฃo lhe dรก muitas habilidades para aprender.
+
Now, your hash might be @@.
Agora, seu hash pode ser @@.
+Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Claro, se vocรช nรฃo pedir da Mana Stone por mais magia, isso nรฃo significa nada ...
+
Of course, this is only some random md5 functions for fun.
Claro, isso รฉ apenas algumas funรงรตes md5 aleatรณrias para se divertir.
@@ -1015,6 +1306,9 @@ Carta Oldur
Open Extension
Extensรฃo aberta
+Operation aborted. Phew!
+Operaรงรฃo abortada. Ufa!
+
Orange Cotton Dye
Tinta laranja para algodรฃo
@@ -1030,6 +1324,9 @@ PS. Isso tambรฉm permite que vocรช selecione uma subclasse.
Paladin Card
Cartรฃo Paladino
+Paladin Master
+Mestre de Paladino
+
Parum - @sk-parum
Parum - @ sk-parum
@@ -1072,6 +1369,9 @@ Por favor, me traga um single @@, e eu lhe darei um memeto.
Please, enjoy your leather gloves.
Por favor, aproveite suas luvas de couro.
+Priest Master
+Priest Master
+
Pst! Speak lower! Otherwise we'll wake @@ up!
PST! Fale mais baixo! Caso contrรกrio, vamos acordar @@!
@@ -1093,18 +1393,39 @@ REVOLVERS
RIFLES
RIFLES
+Ragger Master
+Mestre do Ragger
+
Raijin Voice
Voz de Raijin
+Raise fallen party members so they can keep fighting.
+Levante os membros do grupo para que eles continuem lutando.
+
Raise this skill
Aumentar essa habilidade
+Raises attack and resistance against dragons. Also raises int. Passive.
+Levanta ataque e resistรชncia contra dragรตes. Tambรฉm aumenta int. Passiva.
+
+Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
+Aumenta a chance de bloquear completamente um ataque, mas o congela por um tempo. Req. Escudo.
+
+Raises defense of the whole party in 5% for a while.
+Aumenta a defesa de todo o grupo em 5% por um tempo.
+
+Raises max HP and holy resistance. Passive.
+Aumenta o HP mรกximo e a resistรชncia sagrada. Passiva.
+
Red Butterfy
Borboleta vermelha
Red Cotton Dye
Tinta vermelha para algodรฃo
+Regenerate HP every 5 seconds, as if you were always eating a healing item.
+Regenere a HP a cada 5 segundos, como se vocรช estivesse sempre comendo um item de cura.
+
Release 8 (Current)
Lanรงamento 8 (atual)
@@ -1123,6 +1444,9 @@ RightBarrierCheck
SHOTGUNS
ESPINGARDA
+Sage Master
+Sรกbio Mestre
+
Scarab Armlet
Braรงo de Escaravelho
@@ -1171,6 +1495,9 @@ Entรฃo, finalmente alguรฉm veio me visitar?
So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 150.000 GP!
Entรฃo, o que vocรช diz sobre um acordo? Eu vou afiliรก-lo no Pet Caring Guild por apenas 150.000 GP!
+So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
+Entรฃo, jovem discรญpulo! Eu gostaria de poder cantar algumas palavras sem sentido e que automaticamente te davam mais habilidades, mas, infelizmente, isso nรฃo funcionaria.
+
Some of them have FORBIDDEN DROPS, which will be DELETED when their event starts!
Alguns deles tรชm DROPS PROIBIDOS, que serรฃo APAGADOS quando o evento comeรงar!
@@ -1195,18 +1522,33 @@ Menhir da Alma#001-4
Spectra Orb
Orbe Espectral
+Standard fireball skill.
+Habilidade de bola de fogo padrรฃo.
+
Stranger and monsters aren't allowed to enter in MY house!
Estranhos e monstros nรฃo estรฃo autorizados a entrar na minha casa!
Strength helps you carry more items and also gives you a more forceful blow, but ends up not being very interesting if you focus on weapons that use projectiles, such as the bow.
A forรงa ajuda vocรช a carregar mais itens e tambรฉm lhe dรก um golpe mais forte, mas acaba nรฃo sendo muito interessante se vocรช se concentrar em armas que usam projรฉteis, como o arco.
+Tanker Master
+Mestre de Tanque
+
Teal Cotton Dye
Tinta verde-azulado para algodรฃo
Temporaly out of order.
Temporariamente fora de ordem.
+Temporaly raise your agility and move speed, in exchange of HP.
+Aumente temporariamente sua agilidade e velocidade de movimento, em troca de HP.
+
+Temporaly switch weapon element to @@. Success rate is fixed at 70%.
+Mude temporariamente o elemento arma para @@. A taxa de sucesso รฉ fixada em 70%.
+
+Temporary immunity to move stun when hit, and MDEF bonus.
+Imunidade temporรกria para mover stun quando acertar e bรดnus MDEF.
+
Terranite Quiver
Aljava Terranite
@@ -1234,30 +1576,75 @@ Isso nรฃo รฉ tudo que eu pedi.
That's very, very risky. I need 3 @@ and 10 @@ to make a Potion to you, and I won't warrant it will work.
Isso รฉ muito, muito arriscado. Preciso de 3 @@ e 10 @@ para fazer uma Poรงรฃo para vocรช, e nรฃo garantirei que funcionarรก.
+The Guard Card will prove your intentions. Talk to the Lieutenant.
+O cartรฃo de guarda irรก provar suas intenรงรตes. Fale com o tenente.
+
+The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+O Monster King Army estรก atacando cidades aleatoriamente! Os jogadores jรก causaram uma perda de cerca de @@ oficiais!
+
+The Warriors have three other subclasses:
+Os guerreiros tรชm outras trรชs subclasses:
+
+The Wizards have three other subclasses:
+Os Wizards tรชm outras trรชs subclasses:
+
+The basic magic attack from a Priest. No effect against Holy Monsters.
+O ataque mรกgico bรกsico de um padre. Nenhum efeito contra Monstros Sagrados.
+
The captain has locked the door, you should go see him.
O capitรฃo trancou a porta, vocรช deveria ir vรช-lo.
The captain is waiting for you! Hurry up.
O capitรฃo estรก te esperando! Ande logo.
+The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
+O mestre da turma mistura o pรณ com o lodo dentro da garrafa e faz uma mistura estranha.
+
+The defensive guy, with every support skill a mage could need.
+O cara defensivo, com todas as habilidades de suporte que um mago poderia precisar.
+
The door is locked, you should speak to Woody's Wife about it.
A porta estรก trancada, vocรช deve falar com a esposa de Woody sobre isso.
The event is over!
O evento acabou!
+The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
+O primeiro teste รฉ simples, nรฃo estou fazendo nada em especial. Traga-me 1 @@ ou 200 @@ e 20 @@.
+
+The full-attack guy. Two hand swords works best!
+O cara do ataque total. Duas espadas de mรฃo funcionam melhor!
+
+The full-defense guy. Most skills require a shield.
+O cara da defesa completa. A maioria das habilidades requer um escudo.
+
The great prize is @@. It can be claimed with Aidan, on Tulimshar.
O grande prรชmio รฉ @@. Pode ser reivindicado com Aidan, em Tulimshar.
+The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+Quanto mais nรญveis e inteligรชncia vocรช tiver, mais provavelmente a Mana Stone lhe concederรก mais Magic Power. Mas isso nรฃo significa nada.
+
The name of the book is @@.
O nome do livro รฉ @@.
+The offensive guy, with every attack skill a mage could need.
+O cara ofensivo, com todas as habilidades de ataque que um mago poderia precisar.
+
The old book seems to tell about the legend of Aemil. Would you like to read it?
O livro antigo parece contar sobre a lenda de Aemil. Vocรช gostaria de ler?
The potion expired!
A poรงรฃo expirou!
+The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+A poรงรฃo รฉ assada, vocรช tem trinta e cinco minutos! Leia o mais rรกpido que puder, nรฃo perca detalhes!
+
+The well-round guy, with reasonable def, attack, and support skills.
+O cara bem redondo, com habilidades razoรกveis โ€‹โ€‹de defesa, ataque e suporte.
+
+The wise guy, which doesn't relies on magic, and loves summon.
+O cara sรกbio, que nรฃo depende de magia, e adora convocar.
+
There are still some rattos left! Do you want to abort the quest?
Ainda restam alguns rattos! Vocรช quer abortar a quest?
@@ -1273,6 +1660,9 @@ Eles irรฃo expirar * hic * em apenas @@ ... ou no logout.
Thinking well... There's something behind it! A secret door!
Pensando bem ... Hรก algo por trรกs disso! Uma porta secreta!
+This cannot be undone. Are you sure?
+Isto nรฃo pode ser desfeito. Vocรช tem certeza?
+
This costed years of work... But you deserve it. Here is, an @@. Use it wisely, many armor can be forged with it.
Isso custou anos de trabalho ... Mas vocรช merece. Aqui estรก um @@. Use-o sabiamente, muitas armaduras podem ser forjadas com ele.
@@ -1294,6 +1684,9 @@ Isto nรฃo รฉ uma arma. Espere, vocรช nรฃo quer explodir, nรฉ ?!
This menu allows you to change your skills.
Este menu permite que vocรช mude suas habilidades.
+This skill can be further improved with Job Points
+Esta habilidade pode ser melhorada com os Job Points
+
This well is too deep and you don't have a bucket.
Este poรงo รฉ muito profundo e vocรช nรฃo tem um balde.
@@ -1312,9 +1705,18 @@ Para executar a maioria das aรงรตes, como alimentar e renomear, basta clicar com
Today at 16:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there.
Hoje ร s 16:30 UTC nรณs vamos atacar o Rei Monstro de surpresa. Nรฃo haverรก atrasos, entรฃo esteja lรก.
+Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Muito ruim, hรก algumas boas notรญcias esta semana. Coisas como ir a Candor por apenas 200GP.
+
Too bad, because that wasn't implemented yet!
Que pena, porque isso ainda nรฃo foi implementado!
+Triggers an attack speed buff when using two swords.
+Aciona um buff de velocidade de ataque ao usar duas espadas.
+
+Try again!
+Tente novamente!
+
Try helping the city guard. Many quests can be found around the city. There are also some on the mines, you should visit it.
Tente ajudar a guarda da cidade. Muitas missรตes podem ser encontradas ao redor da cidade. Hรก tambรฉm algumas nas minas, vocรช deve visitรก-lo.
@@ -1336,6 +1738,9 @@ A menos que vocรช tenha um @@, serรก difรญcil acompanhar o progresso em Mana Mag
Use the key.
Use a chave.
+Useful in PvP when your enemy have equipped a @@
+รštil em PvP quando seu inimigo tiver equipado um @@
+
User account safety is at stake, too, so I'll move this crap to a blackbox once done.
A seguranรงa da conta do usuรกrio tambรฉm estรก em risco, entรฃo vou passar essa porcaria para uma caixa preta assim que terminar.
@@ -1348,6 +1753,9 @@ A vitalidade determina quรฃo resistente vocรช รฉ aos ataques e quantos golpes vo
Vitality determines how resistant you are to attacks and how many blows you can take before you die. It also affects status effects, like poison.
A vitalidade determina quรฃo resistente vocรช รฉ aos ataques e quantos golpes vocรช pode sofrer antes de morrer. Tambรฉm afeta os efeitos do status, como veneno.
+WARNING: If you leave the subclass, you'll lose all skills related to it!
+AVISO: Se vocรช deixar a subclasse, perderรก todas as habilidades relacionadas a ela!
+
Wait, it seems someone is blocking the door from the other side!
Espere, parece que alguรฉm estรก bloqueando a porta do outro lado!
@@ -1357,12 +1765,21 @@ Espere, vocรช nunca veio aqui antes?
Wait. A ship? Where are you, after all?
Espere. Um barco? Onde vocรช estรก afinal?
+Warning: If you join a subclass, you can't leave it later!
+Aviso: Se vocรช entrar em uma subclasse, nรฃo poderรก sair mais tarde!
+
+Warning: This class haven't been tested/balanced yet. Feedback is required!
+Aviso: esta classe ainda nรฃo foi testada / balanceada. O feedback รฉ obrigatรณrio!
+
We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!
Estamos a meio dia do nosso destino final, no momento em que vocรช acordar, tenho certeza de que estaremos lรก!
We arranged a small underground room for that, while the Colliseum doesn't get done.
Nรณs organizamos uma pequena sala subterrรขnea para isso, enquanto o Coliseu nรฃo รฉ feito.
+We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
+Nรณs temos dois grupos principais, classes autorizadas: The Magic Warriors, e o Wizard Mages.
+
We only require a small fee of 1 @@, or 40 @@
Apenas exigimos uma pequena taxa de 1 @@ ou 40 @@
@@ -1384,6 +1801,27 @@ Nรณs tentamos limpar suas roupas mas a รกgua salgada as destruiu. Por isso nรณs
We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.#1
Nรณs tentamos limpar suas roupas mas a รกgua salgada as destruiu. Por isso nรณs te demos essas roupas novas. Elas nรฃo sรฃo muito legais, mas isso รฉ tudo que temos para vocรช.
+We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
+Usamos espadas e arcos para proteger as pessoas, e usamos magia para apimentar as coisas! Porque somos fortes mesmo sem isso!
+
+Welcome to the Priest guild!
+Bem-vindo ร  guilda dos sacerdotes!
+
+Welcome to the berserker guild!
+Bem-vindo ร  guilda dos berserker!
+
+Welcome to the paladin guild!
+Bem-vindo ร  guilda dos paladinos!
+
+Welcome to the sage guild!
+Bem-vindo ร  guilda sรกbia!
+
+Welcome to the tanker guild!
+Bem-vindo ร  guilda dos petroleiros!
+
+Welcome to the wizard guild!
+Bem-vindo ร  Guilda dos Magos!
+
Welcome! I come from nowhere, and I hunt Mountain Snakes. One of their rare drops are the @@!
Bem vinda! Eu venho do nada e eu caรงo Mountain Snakes. Uma de suas gotas raras รฉ o @@!
@@ -1399,9 +1837,15 @@ Bem, olhe para isso: eu fiz isso!
Well, that's a pity! I used to know the formula to make @@, but you know. Old age.
Bem, isso รฉ uma pena! Eu costumava conhecer a fรณrmula para fazer @@, mas vocรช sabe. Velhice.
+Well, welcome to the game! If you have any doubt, shout on #world for help!
+Bem, bem vindo(a) ao jogo! Se tiver alguma dรบvida, grite em #world por ajuda!
+
Well, you already got the Dustynator, but you might want to collect more @@. They keep coming back, after all.
Bem, vocรช jรก tem o Dustynator, mas vocรช pode querer coletar mais @@. Eles continuam voltando, afinal.
+Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
+O seu poder mรกgico aumenta! Como?! Ah deixa pra lรก. Vocรช รฉ elegรญvel para obter o nรญvel 2!
+
What about you bring me 100 @@ and 30 @@?
E vocรช me traz 100 @@ e 30 @@?
@@ -1420,6 +1864,9 @@ O que eu posso fazer agora?
What color is a Babel Fish?
Que cor รฉ um peixe de Babel?
+What do I need to do to join?
+O que eu preciso fazer para participar?
+
What do you think you are doing, anyway?!
O que vocรช acha que estรก fazendo, afinal ?!
@@ -1435,6 +1882,9 @@ E se eu te der 850 GP para esse trabalho, tudo bem?
What is Ford Prefect's nickname?
Qual รฉ o apelido do Ford Prefect?
+What is a class?
+O que รฉ uma aula?
+
What is the answer to life, the universe and everything?
Qual รฉ a resposta para a vida, o universo e tudo mais?
@@ -1528,6 +1978,12 @@ O inverno deste ano estรก sendo muito duro! O fogo รฉ mais importante para nรณs.
Wisard Moccasins
Mocassins Mรกgicos
+Wizard Mages
+Mago Mago
+
+Wizard Master
+Mago Assistente
+
Woody Wife
Esposa amadeirada
@@ -1549,6 +2005,12 @@ Yaya, vocรช deveria ir vรช-la! Ela ficarรก feliz em te ver.
Yayayaya, it's the first time someone is dressed worse than us!
Yayayaya, รฉ a primeira vez que alguรฉm se veste pior do que nรณs!
+Yeah, of course. I will teach you how to give first aid to people.
+Sim claro. Eu vou te ensinar como dar primeiros socorros para as pessoas.
+
+Yeah, of course. This one is rather useless and difficult to use, though.
+Sim claro. Este รฉ um tanto inรบtil e difรญcil de usar, no entanto.
+
Yellow Cotton Dye
Tinta amarela para algodรฃo
@@ -1567,6 +2029,27 @@ Yeye, vocรช รฉ realmente sortudo de estar vivo. Vocรช estรก forte o suficiente p
Yeye.
Yeye.
+You abandoned the BERSERKER class!
+Vocรช abandonou a classe BERSERKER!
+
+You abandoned the PALADIN class!
+Vocรช abandonou a classe PALADIN!
+
+You abandoned the PRIEST class!
+Vocรช abandonou a classe PRIEST!
+
+You abandoned the SAGE class!
+Vocรช abandonou a classe SAGE!
+
+You abandoned the TANKER class!
+Vocรช abandonou a classe TANKER!
+
+You abandoned the WIZARD class!
+Vocรช abandonou a classe WIZARD!
+
+You advanced your tier!
+Vocรช avanรงou seu nรญvel!
+
You already did enough for us, do you want to follow Nard's advice and get some rest?
Vocรช jรก fez o suficiente por nรณs, quer seguir o conselho de Nard e descansar um pouco?
@@ -1627,6 +2110,9 @@ Vocรช segura a pรก nas suas mรฃos. O que vocรช vai fazer?
You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!
Vocรช acabou de ganhar um ponto Karma, um Silver Gift e 200 Job Exp por sua bravura!
+You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+Vocรช conhece o Conselho Mรกgico de Tulimshar? O grande edifรญcio em Tulimshar North? Lรก vocรช pode obter uma aula.
+
You lack money. Go sell your stuff. And don't ask why a statue needs money!
Vocรช nรฃo tem dinheiro. Vรก vender suas coisas. E nรฃo pergunte por que uma estรกtua precisa de dinheiro!
@@ -1648,6 +2134,9 @@ Vocรช abre um livro chamado @@.
You open the book, but it looks like the sea water and time damaged it severely. Some pages are not readable anymore. Some others are simply missing.
Vocรช abre o livro, mas parece que a รกgua do mar e o tempo o danificaram severamente. Algumas pรกginas nรฃo sรฃo mais legรญveis. Alguns outros estรฃo simplesmente desaparecidos.
+You quickly give him the herbs, and he skillfully mix them on a potion.
+Vocรช rapidamente lhe dรก as ervas, e ele as mistura habilmente em uma poรงรฃo.
+
You receive @@ E!
Vocรช recebe @@ E!
@@ -1681,9 +2170,15 @@ Seu corpo dรณi. Vocรช nรฃo consegue lembrar o que aconteceu.
Your body aches. You can't remember what happened. But this is not important now. The ships sailors are shouting at you!
Seu corpo dรณi. Vocรช nรฃo consegue lembrar o que aconteceu. Mas isso nรฃo รฉ importante agora. Os marinheiros do navio estรฃo gritando com vocรช!
+Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Sua atual mรกxima eficiรชncia mรกgica รฉ @@. Este livro permite muitas novas possibilidades.
+
Your dexterity determines your ability to hit monsters and is valuable to players who prefer weapons that use projectiles.
Sua destreza determina sua habilidade de acertar monstros e รฉ valiosa para jogadores que preferem armas que usam projรฉteis.
+Your friend also sent you a gift - open it when you get level 5!
+Seu amigo tambรฉm lhe enviou um presente - abra quando chegar ao nรญvel 5!
+
Your guild doesn't know any recipes.
Sua guilda nรฃo conhece receitas.
@@ -1702,6 +2197,81 @@ Sua mente estรก definida? Vocรช perderรก o corante durante este processo.
[40 experience points]
[40 pontos de experiรชncia]
+[@@ Bolt]
+[Raio de @@]
+
+[@@ Weapon]
+[@@ Arma]
+
+[Action Casting]
+[Casting de aรงรฃo]
+
+[Arrow Shield]
+[Escudo de seta]
+
+[Bash]
+[Bash]
+
+[Bless Weapon]
+[Bless Weapon]
+
+[Counter Defense]
+[Counter Counter]
+
+[Detoxify]
+[Desintoxicar]
+
+[Dragon Slayer]
+[Matador de dragรฃo]
+
+[Endure]
+[Suportar]
+
+[Energy Coating]
+[Revestimento de energia]
+
+[Fire Ball]
+[Bola fogo]
+
+[Guard]
+[Guarda]
+
+[Holy Light]
+[Santa Luz]
+
+[Increase Agility]
+[Aumentar Agilidade]
+
+[Last Standing Man]
+[รšltimo homem em pรฉ]
+
+[Luma]
+[Luma]
+
+[MP Regen]
+[MP Regen]
+
+[Mana Wisdom]
+[Mana Sabedoria]
+
+[Napalm Beat]
+[Batida de Napalm]
+
+[Party Area Defense]
+[Defesa da รกrea do grupo]
+
+[Redemption]
+[Redenรงรฃo]
+
+[Ressurection]
+[Ressurreiรงรฃo]
+
+[Standing Regen]
+[Regeneraรงรฃo Permanente]
+
+[Two Hands Quicken]
+[Duas Mรฃos Rapidamente]
+
adams
adams
diff --git a/langs/lang_pt_BR.txt b/langs/lang_pt_BR.txt
index 92d4b3032..bec66e685 100644
--- a/langs/lang_pt_BR.txt
+++ b/langs/lang_pt_BR.txt
@@ -83,11 +83,11 @@ para
##2 27 Days login bonus: ##B1x @@##b
##2 Bรดnus de login de 27 dias: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
-##2 Bรดnus de Login (3 dias): ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
+
+
+##2 7 Days login bonus: ##B30x @@##b
-##2 7 Days login bonus: ##B3x @@##b
-##2 Bรดnus de Login (7 dias): ##B3x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
##2 Bรดnus de Login (@@ dias): ##B2x @@, 1x @@##b
@@ -140,24 +140,33 @@ para
##BHall Of @@: TOP15##b
##B Classificaรงรฃo de @@: 15 Melhores##b
-##BHall Of Crazyfefe Fight: TOP 10##b
+##BHall Of Crafting: TOP 10##b
+##BHall Of Crazyfefe Fight: TOP 10##b
+##BLuta de Crazyfefe: TOP 10##b
+
##BHall Of Fame: TOP10##b
##B Classificaรงรฃo de Fama: 10 Melhores##b
##BHall Of Fortune: TOP15##b
##B Classificaรงรฃo de Fortuna: 15 Melhores##b
-##BHall Of Guild Level: TOP5##b
+##BHall Of Generated Mob Points: TOP 10##b
-##BHall Of Job Level: TOP15##b
+##BHall Of Guild Level: TOP5##b
+##BMelhor Nรญvel da Guilda: TOP5##b
+##BHall Of Job Level: TOP15##b
+##BMaiores Nรญveis de Trabalho: TOP15##b
##BHall Of Level: TOP15##b
##B Classificaรงรฃo de Nรญvel: 15 Mlehores##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
##BIMPORTANTE:##b As pessoas geralmente nรฃo gritam, elas falam. Por causa disso, se vocรช estiver muito longe, um NPC nรฃo irรก te escutar.
@@ -177,10 +186,10 @@ para
%%1 Anime-se, esses devem voltar ao normal quando vocรช subir de nรญvel. Apenas nรฃo faรงa isso novamente!
%%3 You sadden me. That was so, so lame. I will need to punish you. Sorry. Superior orders. %%S
-
+%%3 Vocรช me entristece. Isso foi tรฃo, tรฃo baixo. Eu terei que punir vocรช. Desculpe. Ordens superiores. %%S
%%4 Haven't you read your Grimorium yet?!
-
+%%4 Vocรช ainda nรฃo leu o seu Grimรณrio?!
%%@
%%@
@@ -189,7 +198,7 @@ para
%%@ Entรฃo espere atรฉ Saulc dizer que sรฃo seguros!
%%@ You can get Magic by joining class and subclass, and with some NPCs. These work out-of-box. Easy.
-
+%%@ Vocรช pode obter Magias se juntando ร  uma classe e subclasse, e com alguns NPCs. Esses funcionam de maneira fรกcil.
%%A
%%A
@@ -210,31 +219,31 @@ para
%%F
%%G
-
+%%G
%%G Just like normal magic, you need power from the Mana Stone, which is based on your levels, intelligence, and mana.
%%H
-
+%%H
%%K
-
+%%K
%%N
-
+%%N
%%Q
-
+%%Q
%%g
-
+%%g
%%i What, my maximum life and mana just decreased! Noooo!!
%%t
-
+%%t
'-' "Could you give me his shield? Pretty please? I need it to survive and bring Tulimshar goodies!"
@@ -348,7 +357,7 @@ para
* @@/@@ Nรญvel de emprego
* Acquired @@ @@!
-
+* Adquiriu um @@ @@!
* Aid the Blue Sage in getting Peetu back to action
* Ajude o Blue Sage a colocar Peetu de volta ร  aรงรฃo
@@ -392,6 +401,9 @@ para
* More equipment coming soon...
* Mais equipamentos em breve ...
+* Register as a Crafter or Hunter
+* Registre-se como artesรฃo ou caรงador
+
* Rent a room in Frostia's Inn
* Alugue um quarto no Frostia's Inn
@@ -405,7 +417,7 @@ para
* A รบnica arma de uma mรฃo que vocรช jรก encontrou!
* Win an Arena Match
-
+* Venรงa uma Batalha na Arena
* become @@ Hero
* Tornar-se Herรณi de @@
@@ -624,7 +636,7 @@ meu nome รฉ Nikolai. Eu sou um sรกbio e o dono deste lugar.
... Eu nรฃo acho que dar esse chapรฉu vai realmente ajudar ...
...I still need to cover up if they're mistaken. Give me a reason to tell you secrets, show me you're concerned with Tulimshar safety and don't want just to be strong.
-
+... Eu ainda preciso encobrir se eles estรฃo enganados. Me dรช uma razรฃo para contar segredos, mostre que estรก preocupado com a seguranรงa de Tulimshar e nรฃo queira apenas ser forte.
...I'll be back later.
...Voltarei mais tarde.
@@ -660,7 +672,7 @@ meu nome รฉ Nikolai. Eu sou um sรกbio e o dono deste lugar.
... Esse รฉ o seu problema, nรฃo meu. Eu sou um elfo se vocรช nรฃo percebeu.
...The ones who know a lot are dwarves, but they don't live here - they live with elves, it seems.
-
+... Aqueles que sabem muito sรฃo anรตes, mas eles nรฃo vivem aqui - eles vivem com elfos, parece.
...Unless, of course, if you're interested in learning this art. You'll not regret it, I assure you.
... A menos, claro, se vocรช estiver interessado em aprender essa arte. Vocรช nรฃo vai se arrepender, garanto.
@@ -683,6 +695,9 @@ meu nome รฉ Nikolai. Eu sou um sรกbio e o dono deste lugar.
...You still have not overcome his house.
... Vocรช ainda nรฃo superou a casa dele.
+...but it is saying some stuff about a merge which happened literally eons ago.
+... mas estรก dizendo algumas coisas sobre uma fusรฃo que aconteceu literalmente hรก eons atrรกs.
+
...but it is written in Mananese, a language you know nothing about.
... mas estรก escrito em Mananese, uma lรญngua sobre a qual vocรช nรฃo sabe nada.
@@ -716,6 +731,9 @@ Alguรฉm aรญ?
.:: Congratulations! ::.
. :: Parabรฉns! ::
+.:: Destructive Magic Class ::.
+. :: Classe de Magia Destrutiva ::.
+
.:: Easter 2018 ::.
. :: Pรกscoa 2018 ::.
@@ -744,7 +762,7 @@ Alguรฉm aรญ?
. :: Tรกtica de Hit'n'Run ::.
.:: International Coffee Day ::.
-
+. :: Dia Internacional do Cafรฉ ::.
.:: Main Quest 1-1 ::.
. :: Missรฃo Principal 1-1 ::.
@@ -777,7 +795,7 @@ Alguรฉm aรญ?
. :: Missรฃo Principal 4-2 ::.
.:: Main Quest 4-3 ::.
-
+. :: Missรฃo Principal 4-3 ::.
.:: Mission Failed ::.
.:: Missรฃo fracassada ::.
@@ -791,9 +809,15 @@ Alguรฉm aรญ?
.:: PVP King Imperial Arena ::.
. :: PVP King Arena Imperial ::.
+.:: Physical Sciences Class ::.
+. :: Aula de Ciรชncias Fรญsicas ::.
+
.:: Purple Day 2018 ::.
. :: Dia Roxo 2018 ::.
+.:: Scholarship Class ::.
+. :: Aula de Bolsas ::.
+
.:: Second Tier Quest - Timed Out ::.
. :: Second Tier Quest - Tempo esgotado ::.
@@ -804,11 +828,14 @@ Alguรฉm aรญ?
. :: Dia TMW2 ::.
.:: The Homunculus Keeping Manual ::.
-
+. :: O Manual de Manutenรงรฃo do Homรบnculo ::.
.:: The Mouboo Temple ::.
. :: O Templo Mouboo ::.
+.:: Trickster Class ::.
+. :: Classe de Trapaceiro ::.
+
.:: Valentine Day ::.
.:: Dia dos Namorados ::.
@@ -1020,7 +1047,7 @@ Tortuga de 4144 foi visto em algum lugar. Grandes recompensas se alguรฉm derruba
7. ##BEnquanto vocรช tiver uma conta, vocรช concorda com os [@@https://tmw2.org/legal|Termos De Serviรงo@@]##b. Se alguma regra entrar em conflito com os Termos de Serviรงo, os Termos de Serviรงo prevalecerรฃo.
8 Croconut
-
+8 de coco
8. ##BThe use of real money is prohibited##b for ingame stuff, except by sponsoring.
@@ -1031,9 +1058,6 @@ Tortuga de 4144 foi visto em algum lugar. Grandes recompensas se alguรฉm derruba
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-9.1 agora vai enviar jogadores para Nivalis, para continuar aprendendo sobre quem eles sรฃo. Enquanto forรงas maiores estรฃo em jogo, o jogador pode ser apenas um menor, mas certamente um importante.
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1185,7 +1209,7 @@ Explodiu em lรกgrimas.
@@ trava para vocรช e comeรงa a soluรงar em seu ombro.
@@ melt down your @@...
-
+@@ derreta seu @@ ...
@@ nods as she notices you.
@@ acena com a cabeรงa quando ela percebe vocรช.
@@ -1278,7 +1302,7 @@ Propriedade de @@
@@ / 100 @@
@@/100 @@ killed
-
+@@ / 100 @@ mortos
@@/100 Red Scorpions
@@ / 100 Escorpiรตes Vermelhos
@@ -1368,7 +1392,7 @@ Propriedade de @@
@@ / 6000 GP
@@/7 @@
-
+@@ / 7 @@
@@/8 @@ for 1 @@
@@ / 8 @@ para 1 @@
@@ -1449,7 +1473,7 @@ A card will be flipped, you'll need to decide if next flip will be HIGHER or LOW
Um card serรก invertido, vocรช precisarรก decidir se o prรณximo flip serรก SUPERIOR ou INFERIOR.
A close inspection reveals nothing out of ordinary. It seems to be well kept.
-
+Uma inspeรงรฃo atenta nรฃo revela nada fora do comum. Parece estar bem guardado.
A closer inspection suggests this mouboo has been... CURSED.
Uma inspeรงรฃo mais prรณxima sugere que este mouboo foi ... CURSADO.
@@ -1634,9 +1658,18 @@ De acordo com os livros sagrados de um mundo paralelo, o Natal รฉ um evento para
Account Information
Informaรงรฃo da conta
+Accumulate Power
+Acumular poder
+
+Accumulate Power - Raise damage of next skill.
+Acumular poder - Aumentar o dano da prรณxima habilidade.
+
Ace Ventura
Ace Ventura
+Acknowledgment? What do you mean?
+Reconhecimento? O que vocรช quer dizer?
+
Acorn
Bolota
@@ -1647,7 +1680,7 @@ Activate event?
Ativar evento?
Active
-
+Ativo
Actually not.
Na verdade nรฃo.
@@ -1970,9 +2003,6 @@ Ah, bom saber.
Ah, not now...
Ah, nรฃo agora ...
-Ah, nothing too major, as you already have magic.
-Ah, nada muito importante, jรก que vocรช jรก tem magia.
-
Ah, personally I don't use it?
Ah, pessoalmente eu nรฃo uso?
@@ -2045,9 +2075,6 @@ Ah
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
Ah ... Um @@. O mais resistente de todos os cogumelos e muito, muito raro.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-Ah... Estou com tanta preguiรงa para pedir por qualquer coisa em troca. Aqui! Pegue! ร‰ Grรกtis!
-
Ah... I need more beer to keep going... This is so awful...
Ah ... eu preciso de mais cerveja para continuar ... Isso รฉ tรฃo horrรญvel ...
@@ -2262,13 +2289,10 @@ All you need to do then is walk outside, enter on the biggest house, and talk to
Tudo o que vocรช precisa fazer รฉ andar lรก fora, entrar na casa maior e conversar com o treinador. Ele vai te ensinar tudo.
Alliance members (sponsors) are allowed inside the Council Room.
-
+Os membros da alianรงa (patrocinadores) sรฃo permitidos dentro da sala do Conselho.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-
-
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-Permite mover / atacar enquanto lanรงa. (Ataques corpo-a-corpo ainda interrompem o lanรงamento!)
+Os membros da alianรงa sรฃo aqueles que [@@ https: //patreon.com/TMW2 | nos patrocinam @@].
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
Quase todas as criaturas derrubam itens รบteis quando derrotadas. Para coletar os itens derrubados, pressione a tecla 'Z' prรณxima ao item ou clique com o botรฃo primรกrio sobre o item.
@@ -2304,11 +2328,14 @@ Alright, good bye.
Tudo bem, adeus.
Alright, you've not only proven your worth, but you've went through most monsters in the desert close to the town.
-
+Tudo bem, vocรช nรฃo apenas provou seu valor, mas passou pela maioria dos monstros no deserto perto da cidade.
Alright.
Bem.
+Alright. I wish you good luck in your studies.
+Tudo bem. Desejo-lhe boa sorte em seus estudos.
+
Alright. Then please don't go too deep on the library, it is dangerous.
Tudo bem. Entรฃo, por favor, nรฃo vรก muito fundo na biblioteca, รฉ perigoso.
@@ -2345,8 +2372,11 @@ Alรฉm disso, eu nรฃo me importo se vocรช nรฃo gosta do @@. Essa รฉ a arma que um
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
Alรฉm disso, nรฃo sei o que Sage serรก seu prรณximo alvo. Estou um pouco preocupado com a Sagratha. Como ela escolhe viver com a vida selvagem e tudo, nรณs nรฃo sabemos muito do que acontece com ela.
-Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
+Also, I see you're a newly registered mage. Am I right?
+Alรฉm disso, vejo que vocรช รฉ um mago recรฉm-registrado. Estou certo?
+Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
+Alรฉm disso, o verรฃo acabou de comeรงar. Por que nรฃo aproveitar esta oportunidade para ir Treasure Hunting ?!
Also, Yetis can be crafty at times. I think someone on Hurnscald Household knew a lot about them, you might want to ask them if you ever feel struck.
Alรฉm disso, Yetis pode ser astuto ร s vezes. Eu acho que alguรฉm em Hurnscald Household sabia muito sobre eles, vocรช pode querer perguntar-lhes se vocรช jรก se sentiu atingido.
@@ -2364,7 +2394,7 @@ Also, most monsters get enraged and will attack whoever is closest to them, rega
Alรฉm disso, a maioria dos monstros se irrita e atacarรก quem estiver mais prรณximo deles, independentemente de qualquer outra coisa.
Also, south of here are mines. Talk to Tycoon for information about it.
-
+Alรฉm disso, ao sul daqui estรฃo as minas. Fale com o Tycoon para obter informaรงรตes sobre isso.
Also, take this book so you don't forget the rules. You can always read it, or type ##B@rules##b on the chat.
Tambรฉm, pegue esse livro, para nรฃo esquecer das regras. Vocรช sempre pode ler ele, ou digitar ##B@rules##b no chat.
@@ -2373,13 +2403,13 @@ Also, take this. It's time to you learn to craft your own weapon. Talk to Nichol
Alรฉm disso, leve isso. ร‰ hora de vocรช aprender a criar sua prรณpria arma. Converse com Nicholas em Hurnscald para fazer uma incrรญvel @@. Ou usรก-lo em algum outro ofรญcio, a escolha รฉ sua.
Also, the Inn folks said the Ducks keep bothering them, but they've noticed a small decrease lately.
-
+Alรฉm disso, o pessoal da pousada disse que os patos continuam incomodando-os, mas eles notaram uma pequena diminuiรงรฃo ultimamente.
Also, the more players survive, the better rewards will be given.
Alรฉm disso, quanto mais jogadores sobreviverem, melhores recompensas serรฃo dadas.
Also, they level up when they attack, and can be revived with the right skill.
-
+Alรฉm disso, eles sobem de nรญvel quando atacam e podem ser revividos com a habilidade certa.
Also, unlike regular magic which may cause delay before and after, Mana Magic usually only have a cooldown. But it is hard to know how long that cooldown is...
Alรฉm disso, ao contrรกrio da magia regular, que pode causar atrasos antes e depois, a Magia de Mana geralmente sรณ tem um cooldown. Mas รฉ difรญcil saber quanto tempo essa recarga รฉ ...
@@ -2454,7 +2484,7 @@ An event is happening at Aeros! Hurry up!
Um evento estรก acontecendo no Eros! Se apresse!
Ancient Blueprint
-
+Modelo antigo
Ancient Shield
Escudo Antigo
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
E eles podem explodir! Nada no mundo poderia me fazer ir lรก. Eu vou fazer o meu trabalho aqui mesmo, limpar o chรฃo e arrumar os livros, e estou mantendo meus olhos abertos para o caso de eles virem atรฉ aqui.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+E a menos que vocรช tenha uma permissรฃo magica do Conselho Mรกgico, vocรช tambรฉm nรฃo irรก para a CR1 - Academy Island.
+
And what's about Iron Ore?
E quanto ao minรฉrio de ferro?
@@ -2717,6 +2750,9 @@ De qualquer forma, hรก uma barreira para impedir que monstros ataquem a cidade d
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
De qualquer forma, vocรช pode conferir nossa [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] para encontrar coisas incrรญveis!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+De qualquer forma, vocรช pode ver o quรฃo habilidoso usa o Mana Magic com @@. Magia de Mana รฉ a que requer concentraรงรฃo, para trazer as coisas ร  existรชncia, por exemplo.
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
De qualquer forma, vocรช tinha uma carta para o nosso @@, vocรช quis dizer? Claro, vou avisรก-lo imediatamente.
@@ -2793,10 +2829,13 @@ Arauto
Arauto
Archant
+Archant
+Archery Weapon Recipes
+Receitas de armas de tiro com arco
Arcmage Boxset
-
+Boxset Arcmage
Are the fish biting today?
Os peixes estรฃo mordendo hoje?
@@ -2841,7 +2880,7 @@ Are you really going to jump here?
Vocรช realmente vai pular aqui?
Are you sure you want to proceed? You CANNOT COME BACK!
-
+Tem certeza de que deseja continuar? Vocรช nรฃo pode voltar!
Are you sure?
Vocรช tem certeza?
@@ -2945,6 +2984,12 @@ Flecha
Arrow Ammo Box
Caixa de Muniรงรฃo de Flechas
+Arrow Shower
+Chuveiro de Setas
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+Arrow Shower - Atire CINCO setas ou balas no ar e cause Dano na รrea de Efeito.
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
Os preรงos das flechas foram reduzidos e um teletransporte limitado para Frostia e Halinarzo รฉ agora possรญvel.
@@ -2964,7 +3009,7 @@ Arrrrh! Ye remind me of my old first mate!
Arrrrh! Vocรช me lembra do meu antigo primeiro amigo!
Arthur Card
-
+Carta Arthur
Artichoke Herb
Erva de alcachofra
@@ -2988,7 +3033,7 @@ As I see, you stay alive!
Como eu vejo, vocรช continua vivo!
As a King, I cannot simply ignore it. Of course, I really doubt it is zombies, but nobody wants to go. That's why I'm resorting to an adventurer like you.
-
+Como rei, nรฃo posso simplesmente ignorรก-lo. Claro, eu realmente duvido que รฉ zumbis, mas ninguรฉm quer ir. ร‰ por isso que estou recorrendo a um aventureiro como vocรช.
As a what?
Como um o que?
@@ -3021,7 +3066,7 @@ As with all TMW2 Major Events, the top 1 receive a special pet, and the other ra
Como em todos os Eventos Principais do TMW2, o top 1 recebe um animal de estimaรงรฃo especial, e os outros classificados recebem recompensas diversas.
As you can guess, said village was abandoned. However, people are claiming to have seen people walking there, like shadows or zombies.
-
+Como vocรช pode imaginar, a vila foi abandonada. No entanto, as pessoas estรฃo alegando ter visto pessoas andando por lรก, como sombras ou zumbis.
As you may know, LOF ran on a modified version of The Mana World game, before being merged on TMW2: Moubootaur Legends.
Como vocรช deve saber, o LOF rodou em uma versรฃo modificada do jogo The Mana World, antes de ser fundido no TMW2: Moubootaur Legends.
@@ -3069,7 +3114,7 @@ At January 2008 - Construction of Dimonds Cove.
Em janeiro de 2008 - Construรงรฃo da Dimonds Cove.
At a first glance, it seems to be full of water, but inspecting closer, it is not.
-
+ร€ primeira vista, parece estar cheio de รกgua, mas inspecionando mais de perto, nรฃo รฉ.
Atonishing. Six gifts is the real deal. Easy to guess: 6400 is the next milestone.
Surpreendente. Seis presentes sรฃo o verdadeiro negรณcio. Fรกcil de adivinhar: 6400 รฉ o prรณximo marco.
@@ -3165,7 +3210,7 @@ Bah! Don't try to fool me! The sun can't burn in Nivalis.
Bah! Nรฃo tente me enganar! O sol nรฃo pode queimar em Nivalis.
Bah, sorry my manners! I love to chat! Anyway, talk to any General of mine, just behind me. See if they need help.
-
+Bah, desculpe meus modos! Eu amo conversar! De qualquer forma, fale com qualquer General meu, logo atrรกs de mim. Veja se eles precisam de ajuda.
Baktar
Baktar
@@ -3288,7 +3333,7 @@ Be careful, because the more magic power you ask the Mana Seed, the more difficu
Tenha cuidado, porque quanto mais poder mรกgico vocรช pedir ร  Semente de Mana, mais difรญcil de controlar serรก.
Be cursed, you fool!
-
+Seja amaldiรงoado, seu tolo!
Be devoured!
Seja devorado!
@@ -3335,6 +3380,9 @@ A cerveja รฉ boa, mas ร s vezes eu quero algo mais exรณtico para beber! Oui, pre
Before start witch item do you want to play
Antes de comeรงar, com quais itens deseja jogar
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+Antes de comeรงarmos, para nos qualificarmos para receber recompensas, insira seu NOME DE CARACTERรSTICAS no Live Server.
+
Begin!
Inรญcio!
@@ -3509,9 +3557,6 @@ Flor
Blossom, blossom, why you do this to me...
Flor, flor, porque vocรช faz isso comigo ...
-Blow with increased attack and precision.
-Sopre com aumento de ataque e precisรฃo.
-
Blub
Blub
@@ -3537,7 +3582,7 @@ Blue Mana Pearl
Pรฉrola de Mana Azul
Blue Sage will want to know this, I'll write him a letter.
-
+Blue Sage vai querer saber disso, vou escrever uma carta para ele.
Blue Slime
Lodo azul
@@ -3570,7 +3615,7 @@ Bonus recipes must be enabled with @@ after learned!
Receitas de bรดnus devem ser habilitadas com @@ depois de aprendidas!
Boo!
-
+Vaia!
Book Keeper
Guardiรฃo do livro
@@ -3630,7 +3675,7 @@ Bottle Of Woodland Water
Garrafa de รกgua da floresta
Bounty Hunter Helmet
-
+Capacete de caรงador de recompensas
Bowler Hat
Chapeu coco
@@ -3696,7 +3741,7 @@ Bring me 10 @@. I'll pay you some money for that, of course.
Traga-me 10 @@. Eu vou te pagar um pouco por isso, claro.
Bring me @@ Bandits or Sarracenus heads, or the double of that in Desert Log Heads, and I'll consider you brave enough.
-
+Traga-me cabeรงas @@ Bandidas ou Sarracenos, ou o dobro disso em Cabeรงas do Deserto, e eu considerarei vocรช corajoso o suficiente.
Bring me this and I'll spawn it for you:
Traga-me isso e eu vou desovar para vocรช:
@@ -3879,13 +3924,13 @@ But if you try to create equipment, assuming magic doesn't backfire, YOU WILL BE
Mas se vocรช tentar criar equipamentos, supondo que a magia nรฃo saia pela culatra, VOCรŠ SERร PROIBIDO desta escola e perderรก sua classe. Permanentemente.
But if you want to be guard, you must be brave! Go fight your fears, and go kill some bandits like a decent guard.
-
+Mas se vocรช quer ser guarda, vocรช deve ser corajoso! Vรก lutar contra seus medos e mate alguns bandidos como um guarda decente.
But if you want, you can farm @@ already. Good luck!
Mas se vocรช quiser, vocรช pode farm @@ jรก. Boa sorte!
But if you're looking to go to the World Edge, the place where THE WORLD WILL DIE, I guess you are immune to rumors.
-
+Mas se vocรช estรก procurando ir para o World Edge, o lugar onde o mundo morrerรก, eu acho que vocรช estรก imune a rumores.
But if you're not skilled enough, or lose control of it, a Moggun might be spawned instead. Which is a young, weak, baby Yeti.
Mas se vocรช nรฃo tiver habilidade suficiente ou perder o controle, um Mogun pode ser gerado. Que รฉ um jovem, fraco, bebรช Yeti.
@@ -3986,9 +4031,6 @@ Mas quem sou eu?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
Mas quem sabe o que o futuro reserva. O Rei Monstro foi culpado como responsรกvel, mas ele matou nosso entrevistador. Eeh
-But whoa, not so fast! You must pass the seven steps of a trial first!
-Mas whoa, nรฃo tรฃo rรกpido! Vocรช deve passar os sete passos de um teste primeiro!
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
Mas com um @@, quando vocรช estรก prestes a morrer, vocรช pode voltar para o Soul Menhir e ignorar a pena de morte.
@@ -4037,11 +4079,8 @@ Borboleta
Buy a Housing Letter
Compre uma Carta de Habitaรงรฃo
-Buy it
-Compre
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
-
+Por fim, a leste daqui estรฃo os Canyons. Nรฃo vรก atรฉ o nรญvel 20 e, mesmo assim, nรฃo envolva cobras em combate. Eles sรฃo rรกpidos e muito perigosos.
By last, there was the Blue Sage, living on Nivalis... I never met him.
Por fim, havia o Blue Sage, vivendo em Nivalis ... Eu nunca o conheci.
@@ -4056,7 +4095,7 @@ By the way, I found this Mask after you killed the Fafi Dragon, Maybe you can us
By the way, eu encontrei esta mรกscara depois que vocรช matou o Dragรฃo Fafi, Talvez vocรช possa usรก-lo algum dia.
By the way, you need a couple of @@ to try the skill. Fail rate is pretty high if you don't know how to control your magic.
-
+By the way, vocรช precisa de um par de @@ para tentar a habilidade. A taxa de reprovaรงรฃo รฉ muito alta se vocรช nรฃo souber como controlar sua mรกgica.
Bye for now.
Tchau por hora.
@@ -4077,7 +4116,7 @@ COLLECT EVERY ITEM W/O ATTACKING test
COLETE TODO O ARTIGO SEM teste de ATACAMENTO
CONDEMNED: This building has been condemned. The roof may fall. Be careful!
-
+CONDENADO: Este edifรญcio foi condenado. O telhado pode cair. Seja cuidadoso!
CONGRATULATIONS! For a year worth of logins, you're getting a pet!
PARABร‰NS! Por um ano de logins, vocรช estรก recebendo um animal de estimaรงรฃo!
@@ -4176,7 +4215,7 @@ Can you do something with my color?
Vocรช pode fazer algo acerca da minha cor?
Can you do that? I'll be waiting!
-
+Vocรช pode fazer aquilo? Estarei esperando!
Can you give me a @@ or a @@
Vocรช pode me dar um @@ ou um @@
@@ -4232,12 +4271,6 @@ Vocรช pode me ensinar magia de mana?
Can you teach me a basic shaman skill? please?
Vocรช pode me ensinar uma habilidade bรกsica xamรฃ? por favor?
-Can you teach me a basic tier 1 magic skill?
-Vocรช pode me ensinar uma habilidade mรกgica bรกsica de nรญvel 1?
-
-Can you teach me a basic tier 2 magic skill?
-Vocรช pode me ensinar uma habilidade mรกgica bรกsica de nรญvel 2?
-
Can you teach me a spell?
Vocรช pode me ensinar um feitiรงo?
@@ -4265,9 +4298,6 @@ Nรฃo posso falar agora, estou de patrulha.
Cancel
Cancelar
-Cancels Poison. Antidotes are hard to come by, anyway.
-Cancela o veneno. Antรญdotos sรฃo difรญceis de encontrar, de qualquer maneira.
-
Candied Slime
Lodo cristalizado
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-Faz com que um raio de @@ apareรงa no inimigo. Nรบmero de acertos รฉ o nรญvel de habilidade.
-
Cave Bat
Morcego de Caverna
@@ -4511,6 +4538,9 @@ Alterar conta de discรณrdia vinculada
Change Season Event
Alterar evento da temporada
+Change it?
+Mude?
+
Change my appearance
Mude minha aparรชncia
@@ -4523,9 +4553,6 @@ Mude minhas quests
Change my stats
Mude meus stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-Muda a arma de alguรฉm para o Elemental Sagrado. Causa pequeno dano quando usado em ofensivo.
-
Changes include but are not limited to festive events and dates.
As alteraรงรตes incluem, mas nรฃo se limitam a eventos e datas festivas.
@@ -4662,7 +4689,7 @@ Cleric Cap
Bonรฉ de Clรฉrigo
Cleric Card
-
+Cartรฃo de Clรฉrigo
Click "Next" to begin the fight.
@@ -4707,7 +4734,7 @@ Cobalt Plant
Planta de cobalto
Coffee
-
+Cafรฉ
Coin Bag
Saco de moedas
@@ -4736,11 +4763,8 @@ Volte quando realmente precisar de mim.
Come talk to me once you manage to equip the shirt and the shorts!
Venha conversar comigo assim que conseguir equipar a camisa e os shorts!
-Come talk to me when you're ready, and we can begin.
-Venha conversar comigo quando estiver pronto e podemos comeรงar.
-
Come to my aid! Vanish this fool!
-
+Venha em meu auxรญlio! Desapareรงa este tolo!
Come try again, some other time.
Venha tentar de novo, outra hora.
@@ -4790,6 +4814,9 @@ Conclua missรตes, ganhe alguma experiรชncia, aloque algum status e vocรช estarรก
Completed Crafts: @@/@@
Artesanato Completo: @@ / @@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+Completar esta missรฃo permitirรก o acesso ร  Casa da Guarda, onde vocรช poderรก escolher Recompensas Diรกrias para os monstros.
+
Compliments reaching this far, @@ from the @@ party!
Parabenizaรงรตes por chegar atรฉ aqui, @@ do grupo @@!
@@ -4806,10 +4833,10 @@ Congrats! You rank up! You are now a(n) @@!
Parabรฉns! Vocรช subiu de rank! Vocรช รฉ agora um(a) @@!
Congrats, you did it.
-
+Parabรฉns, vocรช fez isso.
Congratulations in making this far, @@.
-
+Parabรฉns por chegar atรฉ aqui, @@.
Congratulations on rescuing Cindy.
Parabรฉns por resgatar Cindy.
@@ -4943,6 +4970,12 @@ Vocรช poderia tentar de novo? Talvez vocรช tenha digitado errado!
Couldn't you climb the rope?
Vocรช nรฃo poderia subir a corda?
+Counter Attack
+Contra ataque
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+Counter Attack - O prรณximo ataque serรก retaliado, com uma relaรงรฃo crรญtica duas vezes.
+
Craft @@
Construir @@
@@ -5007,7 +5040,7 @@ Crafting Speed
Velocidade de Fabricaรงรฃo
Crafting Table
-
+Mesa de artesanato
Crafty
Crafty
@@ -5067,7 +5100,7 @@ Croconut Box
Caixa de Croconozes
Croconut Box magically became two in inventory. Storage unaffected.
-
+Crouse Box magicamente se tornou dois no inventรกrio. Armazenamento nรฃo afetado.
Croconut Tree
Coqueiro
@@ -5141,6 +5174,9 @@ Contagem atual de jogadores: @@ / 5 deve estar online.
Current score: @@
Pontuaรงรฃo atual: @@
+Currently, there is no way to reset them. So use them wisely!
+Atualmente, nรฃo hรก como redefini-los. Entรฃo use-os com sabedoria!
+
Currently, you should not attempt the Desert Canyon because low level.
Atualmente, vocรช nรฃo deve tentar o Desfiladeiro do Deserto por causa do baixo nรญvel.
@@ -5198,6 +5234,9 @@ MORRA, SUJO @@!
DIE, SCUM!
MORREM, SCUM!
+DMG +50%
+DMG + 50%
+
DO NOT KILL test
NรƒO MATAR teste
@@ -5259,7 +5298,7 @@ Date: 2019-03-05, 03:14 UTC
Data: 2019-03-05, 03:14 UTC
Dausen Quest - @@ @@ killed
-
+Dausen Quest - @@ @@ matou
Deal!
Fechado!
@@ -5303,9 +5342,6 @@ Decifra-me ... Ou vou devorar-te ...
Decoration
Decoraรงรฃo
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-Diminui o dano recebido por alguns minutos, em troca de agi e velocidade de movimento. Req. Escudo.
-
Deep Black Boots
Botas Pretas Profundas
@@ -5445,25 +5481,25 @@ Diamond Powder
Pรณ de diamante
Diary, 12nd December 298 AT
-
+Diรกrio, 12 de dezembro de 298 AT
Diary, 1st April 298 AT
-
+Diรกrio, 1ยบ de abril de 298 AT
Diary, 21st June 297 AT
-
+Diรกrio, 21 de junho de 297, AT
Diary, 2nd March 300 AT
-
+Diรกrio, 2 de marรงo 300 AT
Diary, 31st May 297 AT
-
+Diรกrio, 31 de maio de 297, AT
Diary, 3rd August 299 AT
-
+Diรกrio, 3 de agosto de 299, AT
Diary, 3rd March 300 AT
-
+Diรกrio, 3 de marรงo de 300 AT
Did I said the best craftsman and craftswoman in the world are here? @@, the legendary bow, was proudly crafted by the first king of Frostia!
Eu disse que o melhor artesรฃo e artesรฃo do mundo estรก aqui? @@, o arco lendรกrio, foi orgulhosamente trabalhado pelo primeiro rei de Frostia!
@@ -5498,12 +5534,12 @@ Vocรช nos trouxe um bondoso presente de boa vontade, no valor de 60 @@, para ofe
Did you brought what I asked for?
Vocรช trouxe o que eu pedi?
-Did you came here by someone advise? If yes, write their name down here!
-Vocรช veio aqui por alguรฉm aconselhar? Se sim, escreva o nome deles aqui embaixo!
-
Did you find some bookpages? Ensio will take them.
Vocรช achou alguns livros? Ensio irรก levรก-los.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
+Vocรช recebeu um @@ ainda? Esse livro tem uma grande visรฃo sobre vรกrios detalhes sobre mana e seus usos!
+
Did you knew May 25th it is a very special day - the Towel Day?
Vocรช sabia que no dia 25 de maio รฉ um dia muito especial - o Dia da Toalha?
@@ -5634,7 +5670,7 @@ Do not give the password of your room to anybody! Keep it secret and try not to
Nรฃo dรช a senha do seu quarto para ninguรฉm! Mantenha em segredo e tente nรฃo usar o mesmo em qualquer outra sala no futuro. - Julieta
Do not hesit to purchase furniture. The furniture belongs to the house, so if you lose the house, you'll lose it, too. But apartments are never rent to someone else!
-
+Nรฃo hesite em comprar mรณveis. O mobiliรกrio pertence ร  casa, entรฃo, se vocรช perder a casa, tambรฉm a perderรก. Mas os apartamentos nunca sรฃo alugados para outra pessoa!
Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever.
Nรฃo deixe a intimidade e a fome chegar a zero. Se qualquer um deles chegar a zero, ele te deixarรก para sempre.
@@ -5775,10 +5811,10 @@ Do you see that fancy house over there? My husband, @@, used to live there.
Vocรช vรช aquela casa chique ali? Meu marido, @@, morava lรก.
Do you see the crocs, with their claws and such? They have high defense, this means your attacks deal less damage.
-
+Vocรช vรช os crocodilos, com suas garras e tal? Eles tรชm alta defesa, isso significa que seus ataques causam menos dano.
Do you see the professor on the next room? Listen to his boring speech for @@. There are the materials for the class.
-
+Vocรช vรช o professor na sala ao lado? Ouรงa seu discurso chato para @@. Existem os materiais para a aula.
Do you sell anything here?
Vocรช vende alguma coisa aqui?
@@ -5856,10 +5892,10 @@ Do you want to read the story again? Or should we get to the most obvious point?
Vocรช quer ler a histรณria de novo? Ou deverรญamos chegar ao ponto mais รณbvio?
Do you want to rent a Mouboo? It allows quick traveling!
-
+Vocรช quer alugar um Mouboo? Permite viagens rรกpidas!
Do you want to rent a Tortuga? It allows quick traveling!
-
+Vocรช quer alugar um Tortuga? Permite viagens rรกpidas!
Do you want to start?
Vocรช quer comeรงar?
@@ -5897,9 +5933,6 @@ Nรฃo me incomode, estou ocupado agora. Desde que o Rei Monstro partiu, eu mal te
Don't break my stuff.
Nรฃo quebre minhas coisas.
-Don't buy it
-Nรฃo compre
-
Don't challenge the Moubootaur. You saw what happened to me.
Nรฃo desafie o Moubootaur. Vocรช viu o que aconteceu comigo.
@@ -5931,10 +5964,10 @@ Don't just stand here! Go fetch help, NOW!!
Nรฃo fique apenas aqui! Vรก buscar ajuda, AGORA !!
Don't rent a mouboo.
-
+Nรฃo alugue um mouboo.
Don't rent a tortuga.
-
+Nรฃo alugue um tortuga.
Don't rent it
Nรฃo alugue
@@ -6068,9 +6101,6 @@ Dragรตes e Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
Dragonstar e Aisen fizeram o seu melhor ao longo de muitos outros e conseguiram libertar Hurnscald!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-Drena Mana para reduzir o dano recebido. A รบnica habilidade defensiva dos magos.
-
Drake the Traveler
Drake o viajante
@@ -6105,7 +6135,7 @@ Drueme
Drueme
Druid Card
-
+Carta Druida
Druid Tree Branch
Galho de รกrvore de druida
@@ -6131,9 +6161,6 @@ Manequim
Dungeon cleared!
Calabouรงo limpo!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-Durante um perรญodo de tempo muito pequeno, vocรช contra-atacarรก com um duplo crรญtico e nรฃo sofrerรก o dano.
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
Durante a noite, os monstros geralmente reaparecem mais rรกpido. Isso pode ser um problema com monstros agressivos.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
CADA interruptor em CADA caverna irรก se soltar apรณs cerca de 2 minutos. Entรฃo nรฃo perca seu tempo.
+EXP +50%
+EXP + 50%
+
EXP Gain raised in @@% for one hour!
EXP Ganho aumentado em @@% por uma hora!
@@ -6213,7 +6243,7 @@ Earth Scroll
Pergaminho da Terra
Earth Witch Card
-
+Cartรฃo da bruxa da terra
East Aeros
Aeros Leste
@@ -6258,7 +6288,7 @@ Eh, that seems too problematic. Sorry.
Isso parece muito problemรกtico. Desculpa.
Eh? Well, you're in a desert. You can see Maggots and Scorpions, they're very common on these parts. Giant Maggots are very dangerous, but also very slow. If you know how to fight, they will yield you lots of experience.
-
+Eh? Bem, vocรช estรก em um deserto. Vocรช pode ver Maggots e Scorpions, eles sรฃo muito comuns nessas partes. Larvas gigantes sรฃo muito perigosas, mas tambรฉm muito lentas. Se vocรช sabe lutar, eles lhe renderรฃo muita experiรชncia.
Eh? You sure?
Eh? Tem certeza que?
@@ -6393,7 +6423,7 @@ Enjoy this new weapon, I hope you're successful.
Aproveite esta nova arma, espero que vocรช seja bem sucedido.
Enjoy this world while it lasts. Heh. It's time to... detonate.
-
+Aproveite este mundo enquanto durar. Heh ร‰ hora de ... detonar.
Enjoy your new style.
Aproveite o seu novo estilo.
@@ -6468,16 +6498,16 @@ Error
Erro
Error translating item ID @@ to @@ (Bracco, idx, id)
-
+Erro ao traduzir o ID do item @@ para @@ (Bracco, idx, id)
Error, cheater detected
-
+Erro, trapaceiro detectado
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
Erro, entre em contato com Jesusalva! Obras perdidas Cura e restauraรงรฃo temporรกria.
-Error, error, L_T2_S0 General Error, REPORT ME
-Erro, erro, erro geral L_T2_S0, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
+Erro, erro, erro geral L_T3_S0, REPORT ME
Error, invalid return code, blame Saulc
Erro, cรณdigo de retorno invรกlido, culpa Saulc
@@ -6501,7 +6531,7 @@ Even Tulimshar's Council managed to get that sewer unlocked, and as consequence,
Atรฉ o Conselho de Tulimshar conseguiu desbloquear o esgoto e, como conseqรผรชncia, os jogadores podem subir ao nรญvel 60!
Even after breaking the first layer, a second layer keeps active. The first layer gets back to work shortly after. What have I missed or forgotten to do?
-
+Mesmo depois de quebrar a primeira camada, uma segunda camada continua ativa. A primeira camada volta a funcionar pouco depois. O que eu perdi ou esqueci de fazer?
Even if the city has not been attacked on the last few years, I can't help but be concerned while the kids are playing hide and seek.
Mesmo que a cidade nรฃo tenha sido atacada nos รบltimos anos, nรฃo posso deixar de ficar preocupado enquanto as crianรงas brincam de esconde-esconde.
@@ -6510,7 +6540,7 @@ Even the mighty Andrei Sakar could only barely escape alive. The Monster King wa
Mesmo o poderoso Andrei Sakar mal conseguia escapar vivo. O Rei Monstro era muito forte.
Event Canceled
-
+Evento cancelado
Event Duration: November 3rd ~ November 9th 2018
Duraรงรฃo do evento: 3 de novembro a 9 de novembro de 2018
@@ -6587,6 +6617,9 @@ Excelente! Isso รฉ exatamente o que eu preciso. Muito obrigado. Vou contar a Nik
Except they're not. I'll be back later.
Exceto eles nรฃo sรฃo. Voltarei mais tarde.
+Exchange Gempowder for Quill
+Trocar Gempowder por Quill
+
Exchange the item with Leona?
Troque o item com Leona?
@@ -6620,6 +6653,12 @@ Calabouรงo Especialista (Lv 100+)
Expire rent time
Expirar tempo de aluguel
+Explosive ARROW
+SETA explosiva
+
+Explosive Arrow
+Flecha Explosiva
+
Eyes grows!
Olhos crescem!
@@ -6630,7 +6669,7 @@ F3
F3
FIGHT!
-
+LUTA!
FINAL WARNING: Do not spend unecessary time on Soren's House, you'll be disconnected!!
AVISO FINAL: Nรฃo perca tempo desnecessรกrio na Casa de Soren, vocรช serรก desconectado !!
@@ -6641,9 +6680,6 @@ Dragรฃo Fafi
Fafi Mask
Fafi Mask
-Failed to validate pin. Aborting.
-Falha ao validar o PIN. Abortando.
-
Failed to warp to Soren Village.
Nรฃo conseguiu deformar para Soren Village.
@@ -6659,6 +6695,12 @@ Fadas geralmente se comportam bem, mas elas odeiam cobras, entรฃo evite lanรงar
Fairy's Squirrel
Esquilo da fada
+Falkon Punch
+soco de Falcรฃo
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+Falcon Punch - Bash sua arma contra seus inimigos com dano e precisรฃo elevados.
+
Fallen King
Rei Caรญdo
@@ -6746,6 +6788,12 @@ Cajados de fogo
Firearms? What would that be? @@
Armas de fogo? O que seria aquilo? @@
+Fireball
+Bola fogo
+
+Fireball - Basic AoE (Area Of Effect) Skill
+Bola de Fogo - Habilidade Bรกsica AoE (รrea de Efeito)
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ Primeiro Mestre de Masmorras
First Tier
Primeiro nรญvel
+First of all: Thank you for playing during this event.
+Primeiro de tudo: Obrigado por jogar durante este evento.
+
First of, there's a day/night cycle on the game.
Primeiro, hรก um ciclo dia/noite no jogo.
@@ -6855,7 +6906,7 @@ For only 100 GP, you can sleep on the beds of the Land Of Fire.
Por apenas 100 GP, vocรช pode dormir nas camas da Terra do Fogo.
For only @@ GP, I'll decrypt any ancient text file you have. Or you can learn how to read that yourself, for @@ GP.
-
+Por apenas @@ GP, vou descriptografar qualquer arquivo de texto antigo que vocรช tenha. Ou vocรช pode aprender a ler vocรช mesmo, por @@ GP.
For only a small amount of Gold Pieces, I will show you how it works!
Por apenas uma pequena quantidade de peรงas de ouro, vou mostrar como funciona!
@@ -6962,6 +7013,18 @@ De portais mรกgicos a antigas tecnologias de tempo e espaรงo - sabemos tudo!
From the smell I can see you found the bug bomb!
Do cheiro eu posso ver que vocรช encontrou a bomba!
+Frost Diver
+Mergulhador geada
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+Frost Diver - Tente congelar um inimigo, causando dano
+
+Frost Nova
+Nova geada
+
+Frost Nova - Freeze everything in a range
+Frost Nova - Congele tudo em um intervalo
+
Frostia
Frostia
@@ -7115,9 +7178,6 @@ Saia daqui, fraco. Vocรช serรก morto por bandidos.
Get out of here, weakling. You'll be killed by bandits.#1
Saia daqui, fraco. Vocรช serรก morto por bandidos.
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-Entrar em uma classe รฉ fรกcil, o difรญcil รฉ dominรก-la. Mas quanto mais vocรช avanรงa, mais habilidades poderosas sรฃo desbloqueadas.
-
Getting there is tricky, so listen carefully to the instructions:
Chegar lรก รฉ complicado, entรฃo ouรงa atentamente as instruรงรตes:
@@ -7134,7 +7194,7 @@ Giant Maggot
Verme Gigante
Giant Maggots are worth 1 point, Snakes are worth 5 points and Black Scorpions are worth 10 points. The ones in caves doesn't count. Bring me 300 points. Good luck!
-
+As larvas gigantes valem 1 ponto, as cobras valem 5 pontos e os escorpiรตes pretos valem 10 pontos. Os que estรฃo nas cavernas nรฃo contam. Traga-me 300 pontos. Boa sorte!
Giant Mutated Bat
Morcego Gigante Mutado
@@ -7344,7 +7404,7 @@ Good bye, darling!
Adeus, querido(a)!
Good bye, sir.
-
+Adeus senhor.
Good bye.
Adeus.
@@ -7377,7 +7437,7 @@ Good job, you already killed over 100! Hahah, that sure teach them a lesson!
Bom trabalho, vocรช jรก matou mais de 100! Hahah, isso certamente lhes ensinarรก uma liรงรฃo!
Good job, you've killed the 100 @@ and reported back in time!
-
+Bom trabalho, vocรช matou os 100 @@ e relatou de volta no tempo!
Good job.
Bom trabalho.
@@ -7398,7 +7458,7 @@ Good luck hunting down the Monster King.
Boa sorte caรงando o Rei Monstro.
Good luck in your journey, @@.
-
+Boa sorte na sua jornada, @@.
Good luck killing it! And don't forget to touch the Soul Menhir before you go!
Boa sorte, matando! E nรฃo se esqueรงa de tocar no Soul Menhir antes de ir!
@@ -7460,9 +7520,6 @@ Bom, bom, vocรช tem pรณ suficiente. Agora eu preciso que vocรช liste todas as ci
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
Bom, bom. O encantamento รฉ ##B EMOC OTEM ITEY GNIK ##b. Boa sorte!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-Bom, Bom. A habilidade que vocรช obteve anteriormente apenas aumentou um nรญvel. Eu tambรฉm vou colocar alguma experiรชncia em vocรช, nada demais.
-
Good, knowing the world lore is important.
Bom, saber que o conhecimento do mundo รฉ importante.
@@ -7475,6 +7532,9 @@ Bom, vocรช * hic * provou seu valor * hic *. Eu vou te dar.
Good, you did it!
Bom, vocรช fez isso!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+Boa. Vocรช sabia que vocรช poderia se inscrever para a Classe Especial, a fim de obter um ponto de habilidade extra?
+
Goodbye.
Atรฉ mais.
@@ -7511,6 +7571,9 @@ Cobra
Great job! You can keep these items, they will be crucial to your journey.
Bom trabalho! Vocรช pode manter esses itens, eles serรฃo cruciais para a sua jornada.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+Boas notรญcias! Entรฃo, por favor, me traga 1 @@, ou 200 @@ e 20 @@.
+
Great rewards await, according to the voices!
Grandes recompensas aguardam, de acordo com as vozes!
@@ -7533,7 +7596,7 @@ Great, I need 11 @@. Remember a good food makes a good crew.
ร“timo, preciso de 11 @@. Lembre-se de que uma boa comida faz uma boa tripulaรงรฃo.
Great, I see you've already made yourself comfortable!
-
+ร“timo, vejo que vocรช jรก se sentiu confortรกvel!
Great, just bring me several boxes, once one of them have the ring I'm looking for.
ร“timo, traga-me vรกrias caixas, uma vez que uma delas tenha o anel que estou procurando.
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
Moer moer moer o lodo!
+Ground Strike
+Ataque Terrestre
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+Ground Strike - Bata no chรฃo, explodindo o ambiente e incapacitando os inimigos.
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
Grr, onde estรก o Mercury ... Ele deveria vigiar este local ... Era para ser o meu tempo livre!
@@ -7770,7 +7839,7 @@ HA, HA, HA! The blacksmiths from the Land of Fire are the best from the world! T
HA, HA, HA! Os ferreiros da Terra do Fogo sรฃo os melhores do mundo! Nรฃo hรก desafio grande demais para nรณs!
HAHAHAHA! How foolish of you, didn't even bother trying to sneak in!
-
+HAHAHAHA! Que tola sua, nem se incomodou em tentar se esgueirar!
HAHAHAHAH! Shiny as new, and stronger than ever! Have fun!
HAHAHAHAH! Brilhante como novo e mais forte que nunca! Diverta-se!
@@ -7784,6 +7853,9 @@ LIVRO DE HISTร“RIA
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
SEGURE ISSO! Eu realmente gosto de beber e passar algumas noites bebendo com Saulc e Crazyfefe!
+HP +75% (not recommended)
+HP + 75% (nรฃo recomendado)
+
Had you any breakthrough?
Vocรช teve algum avanรงo?
@@ -7805,9 +7877,6 @@ Hahah, quatro presentes, puro! Podemos chegar a 1600 caixas?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
Hahah, bom ouvir! Vocรช sabe que alguns itens sรณ sรฃo dropados na primavera? Vocรช deveria ir atrรกs deles!
-Hahah, silly, that's yourself!
-Hahah, bobinho(a), esse รฉ o seu nome!
-
Hair color
Cor de cabelo
@@ -7880,6 +7949,9 @@ Hasan pega sua tela de impressรฃo e analisa.
Haste Potion
Poรงรฃo de Aceleraรงรฃo
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+Tem Maggot Slimes, Pernas de Bugs, Ervas Malvas e Dinheiro, muitos deles.
+
Have a good day!
Tenha um bom dia!
@@ -7896,7 +7968,7 @@ Have a nice day!
Tenha um bom dia!
Have a warm cup of Coffee on the house, and enjoy!
-
+Tome uma xรญcara de cafรฉ quente em casa e divirta-se!
Have no idea where in the world you are? Or what a certain mob drops, or even if you should challenge it?
Nรฃo tem idรฉia de onde vocรช estรก no mundo? Ou o que um certo mob cai, ou mesmo se vocรช deve desafiรก-lo?
@@ -7923,7 +7995,7 @@ Have you ever heard of the [@@http://landoffire.org/|Land Of Fire@@]? It is a re
Vocรช jรก ouviu falar do [@@http://landoffire.org/|Land Of Fire@@]? ร‰ um jogo muito legal que estรก sendo desenvolvido por Pyndragon e Pihro!
Have you found Tulimshar's Secret Beach yet? Tulimshar is full of secrets. Some NPCs which only say hi may say something else depending on your level or insistence.
-
+Vocรช jรก encontrou a Praia Secreta de Tulimshar? Tulimshar รฉ cheio de segredos. Alguns NPCs que dizem apenas oi podem dizer algo diferente dependendo do seu nรญvel ou insistรชncia.
Have you found out magic already? It should not be possible, but the girl reading the book says it is. I don't know in what to believe.
Vocรช jรก descobriu a magia? Nรฃo deveria ser possรญvel, mas a garota que estรก lendo o livro diz que รฉ. Eu nรฃo sei em que acreditar.
@@ -7938,10 +8010,10 @@ Have you talked to Peetu co-workers about their opinion yet?
Vocรช jรก conversou com colegas de trabalho de Peetu sobre sua opiniรฃo?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
+Vocรช jรก visitou as minas? O Tycoon estรก encarregado das operaรงรตes de seguranรงa de lรก. Ele pode precisar da sua ajuda mais do que eu.
-
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
-Ter poder mรกgico รฉ inรบtil por si sรณ, entรฃo vocรช deve visitar o Conselho Mรกgico e se inscrever em uma das duas classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
+Ter poder mรกgico รฉ inรบtil por si sรณ, entรฃo vocรช deve visitar a Academia. Eu acho que isso envolve aprovaรงรฃo e reconhecimento do Mage Council de que vocรช รฉ um mago!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
Ele morreu, mas eu planejo cumprir sua vontade. Eu posso te dar treinamento para isso, e te ensinar como lutar corretamente.
@@ -7968,7 +8040,7 @@ He is the Miners leader.
Ele รฉ o lรญder dos mineiros.
He just abandoned this place and left everything behind... It's suspicious at best. You don't think anyone will be able to decrypt the secrets of Artificial Lifeforms.
-
+Ele acabou de abandonar este lugar e deixou tudo para trรกs ... ร‰ suspeito na melhor das hipรณteses. Vocรช nรฃo acha que alguรฉm serรก capaz de decifrar os segredos das Formas de Vida Artificiais.
He laughs heartily and gives you a slap on the back.
Ele ri com vontade e dรก-lhe uma bofetada nas costas.
@@ -7982,14 +8054,11 @@ Ele parece satisfeito.
He never touched the Soul Menhir... He died... For real...
Ele nunca tocou no Menhir da Alma ... Ele morreu ... De verdade ...
-He pours something on it, you're not sure what. He then utters some magic words.
-Ele derrama algo sobre isso, vocรช nรฃo tem certeza do que. Ele entรฃo profere algumas palavras mรกgicas.
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
Ele deveria estar chorando no canto nordeste da biblioteca. Vocรช pode ir lรก para vรช-lo?
He thinks he is using me to his rebellion, but I'm the one using him. I'm not the Bandit Lord for no reason.
-
+Ele acha que estรก me usando para sua rebeliรฃo, mas sou eu quem o usa. Eu nรฃo sou o Bandit Lord sem motivo.
He usually guards a central position on the caves... He could help you, if he is there.
Ele geralmente guarda uma posiรงรฃo central nas cavernas ... Ele poderia ajudรก-lo se ele estivesse lรก.
@@ -8009,12 +8078,15 @@ Ele estรก segurando uma vara de pescar enquanto olha para o mar.
Headgear
Chapelaria
+Healing
+Cura
+
+Healing - The most basic healing skill, requires no items to use.
+Cura - A habilidade de cura mais bรกsica, nรฃo requer itens para usar.
+
Healing Recipes
Receitas de cura
-Heals more mana while standing.
-Cura mais mana em pรฉ.
-
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
Me ouรงa *hic* bem, o que nunca, o que vocรช vai *hic* disse sob... uhm ... o quรช?! Vocรช viu lรก, a Guilda nรฃo vai deixar isso pรบblico.
@@ -8267,11 +8339,11 @@ Olรก, que dia lindo para um passeio.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
Olรก, bem-vindo ร  Residรชncia, Biblioteca e Nivalis Townhall de Blue Sage.
-Hello, and welcome to TMW2: Moubootaur Legends!
-Olรก, e bem vindo ร  TMW2: Lendas do Moubootauro!
-
Hello, and welcome to Tulimshar guard house.
+Olรก, bem-vindo ร  casa de guarda de Tulimshar.
+Hello, and welcome to the Magic School of Tulimshar.
+Olรก, e seja bem-vindo ร  Escola de Magia de Tulimshar.
Hello, could I help you in exchanger of fertilizer?
Olรก, eu poderia te ajudar no trocador de fertilizantes?
@@ -8522,9 +8594,6 @@ Aqui, todo seu. Eu nรฃo posso usรก-los como eu sou agora. Obrigado.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
Aqui venha falar comigo, o Arpan Mรกgico! Eu vou te ajudar a se vestir.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-Aqui, aprenda essa habilidade incrรญvel. Estรก na guia de habilidades. Vocรช pode arrastรก-lo para a lista de atalhos. Use-o para proteger as pessoas!
-
Here, sparking new! Nice!!
Aqui, brilhando feito novo! Maravilhoso!!
@@ -8568,7 +8637,7 @@ Here, you can have this one!
Aqui vocรช pode ter esse!
Here, you can have this spare one. Hahah! Crafting is an art, and I help teaching it. Just be sure to don't lose it, you will NEVER get another copy EVER again, was I clear?!
-
+Aqui, vocรช pode ter este de reposiรงรฃo. Hahah! O artesanato รฉ uma arte e eu ajudo a ensinรก-lo. Sรณ nรฃo se esqueรงa de nรฃo perdรช-lo, vocรช nunca vai ter outra cรณpia de novo, eu estava claro ?!
Here. You know that milking Mouboos won't cause them harm, right? It's a different story with @@.
Aqui. Vocรช sabe que ordenhar Mouboos nรฃo lhes farรก mal, certo? ร‰ uma histรณria diferente com @@.
@@ -8592,7 +8661,7 @@ Heroes Hold - Exchange Hall
Heroes Hold - salรฃo de cรขmbio
Hesitant, you reach out your hand, and grab whatever was on the Cauldron. It seems to be an Embryo.
-
+Hesitante, estende a mรฃo e pega o que estava no Caldeirรฃo. Parece ser um embriรฃo.
Hey @@! You haven't clicked on me yet!
Ei @@! Vocรช ainda nรฃo clicou em mim!
@@ -8603,9 +8672,6 @@ Ei vocรช tem um segundo?
Hey dude. During this event you can trade one @@ for more... useful items.
Ei cara. Durante este evento, vocรช pode negociar um @@ para mais ... itens รบteis.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-Ei ei! Vocรช nรฃo tem essas coisas, NรƒO PODE LER ?!
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
Hey hey ... Bom trabalho! Eu estava preocupado que vocรช arruinasse seus capuzes antes de ser capaz de levรก-los.
@@ -8625,32 +8691,11 @@ Hey kid, go play somewhere else, I don't have time! It's soon over!
Ei garoto, vรก brincar em outro lugar, eu nรฃo tenho tempo! Acabou logo!
Hey look, an alchemy set. Not your area of expertise, but you take a few samples.
-
+Ei olha, um conjunto de alquimia. Nรฃo รฉ a sua รกrea de especializaรงรฃo, mas vocรช tira algumas amostras.
Hey newbie... I am a dangerous bandit.
Ei novato ... eu sou um bandido perigoso.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-Olรก! Vocรช quer se juntar ร  Classe Berserk (Ragger)?
-
-Hey there! Do you want to join the Paladin Class?
-Olรก! Vocรช quer se juntar ร  Classe Paladino?
-
-Hey there! Do you want to join the Priest Class?
-Olรก! Vocรช quer se juntar ร  classe de sacerdote?
-
-Hey there! Do you want to join the Sage Class?
-Olรก! Vocรช quer se juntar ร  Classe Sage?
-
-Hey there! Do you want to join the Tanker Class?
-Olรก! Vocรช quer se juntar ร  classe Tanker?
-
-Hey there! Do you want to join the Wizard Class?
-Olรก! Vocรช quer se juntar ร  classe Wizard?
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-Olรก! Vocรช quer aprender novas habilidades por uma pequena taxa de ensino?
-
Hey there, @@! Good luck killing monsters!
Olรก, @@! Boa sorte matando monstros!
@@ -8811,7 +8856,7 @@ Hey. If you want to kill monsters, you need a good sword. I think, a @@ would be
Ei. Se vocรช quer matar monstros, vocรช precisa de uma boa espada. Eu acho que um @@ seria o ajuste perfeito para vocรช.
Hey. You there. Time to do @@ and show what you're made of.
-
+Ei. Vocรช aรญ. Hora de fazer @@ e mostrar do que vocรช รฉ feito.
Hey. You. You were in need of medical attention earlier. Do you remember how to walk, talk, attack, etc?
Ei. Vocรช. Vocรช estava precisando de atenรงรฃo mรฉdica mais cedo. Vocรช se lembra de como andar, falar, atacar, etc?
@@ -8832,7 +8877,7 @@ Heya!
Ei!
Heya, noob. Where is your @@? Are you really so noob to have forgot such important book?!
-
+Hey, noob. Onde estรก seu @@? Vocรช estรก realmente tรฃo noob por ter esquecido um livro tรฃo importante?
Hi @@.
Oi @@.
@@ -8870,6 +8915,12 @@ Oi.
Hi. Could you perhaps be interested in doing some small errand for me?
Oi. Vocรช poderia estar interessado em fazer uma pequena incumbรชncia para mim?
+High Healing
+Cura Alta
+
+High Healing - Use a Lifestone for supreme healing.
+Alta Cura - Use um Lifestone para a cura suprema.
+
Hinnak
Hinnak
@@ -8934,10 +8985,10 @@ Hmm, it's very interesting, very ... (mumbling).
Hmm, รฉ muito interessante, muito ... (resmungando).
Hmm, no, I shouldn't go back there...
-
+Hmm, nรฃo, eu nรฃo deveria voltar lรก ...
Hmm, that's some progress. Nobody goes to the beach because these slimes, but it looks like this might change sometime soon.
-
+Hmm, isso รฉ algum progresso. Ninguรฉm vai ร  praia porque estes slimes, mas parece que isso pode mudar em breve.
Hmm, who are you?
Hmm, quem รฉ vocรช?
@@ -8975,11 +9026,17 @@ Ho! Eu vou ajudar eles!
Ho... I see you are a tough one...
Ho ... Eu vejo que vocรช รฉ um cara difรญcil ...
+Holy Light
+Santa Luz
+
+Holy Light - Standard Holy Magical Attack
+Luz Sagrada - Ataque Mรกgico Sagrado Padrรฃo
+
Holy Pixie
Santa Pixie
Homunculus are a bit dumb, although the ones I've cultivated and took personal care of can express reactions. In future, I'll research sentience.
-
+Os homรบnculos sรฃo um pouco idiotas, embora os que eu tenha cultivado e cuidado pessoal possam expressar reaรงรตes. No futuro, vou pesquisar senciรชncia.
Hooded Assassin
Assassino com capuz
@@ -9041,9 +9098,6 @@ Como vocรช conseguiu tanto? Nove presentes e 51200 se vocรช quiser ainda mais.
How did you guess that?
Como vocรช adivinhou isso?
-How difficult it is to obtain a class?
-Quรฃo difรญcil รฉ obter uma classe?
-
How do I advance in Mana Magic? How it works?
Como faรงo para avanรงar na magia de Mana? Como funciona?
@@ -9152,9 +9206,6 @@ No entanto, ainda tenho esperanรงa. Receita secreta de Dimond. Ah, mas eu nรฃo p
However, LoF admins and developers are working on a new game to offer a new experience for players.
No entanto, os administradores e desenvolvedores do LoF estรฃo trabalhando em um novo jogo para oferecer uma nova experiรชncia para os jogadores.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-No entanto, tenha cuidado! Essa poรงรฃo รฉ de curta duraรงรฃo, vocรช estarรก correndo contra o tempo. Prepare-se para viajar muito.
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
No entanto, cada grupo pode ser expandido posteriormente. Vocรช pode redefinir o grupo limpando o Piso Principal.
@@ -9254,8 +9305,8 @@ Hurnscald? Pequenas cidades agrรญcolas sรฃo sempre boas para visitar.
Hurnsguard
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
-Se apresse! Traga meu @@ do Brasil em Halinarzo !! Vocรช sรณ tem @@ esquerda!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
+Se apresse! Traga um @@ do Brasil em Halinarzo !! Vocรช sรณ tem @@ esquerda!
Hurry up, before the wind changes.
Apresse-se, antes que o vento mude.
@@ -9281,9 +9332,6 @@ Eu realmente preciso de ajuda. Eu sou um mago e estou com preguiรงa de pegar as
I actually need help. Padric and I were doing some research with catalysts, you see.
Eu realmente preciso de ajuda. O Padric e eu estรกvamos fazendo algumas pesquisas com catalisadores, entende?
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-Eu aconselho vocรช a fazer mais missรตes em Tulimshar e Candor, caso contrรกrio, vocรช pode falhar no final.
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
Eu aconselho vocรช a fazer mais missรตes em Tulimshar e Candor, caso contrรกrio, vocรช falharรก no final.
@@ -9362,9 +9410,6 @@ Eu sou um bardo! Eu costumava ser um operador de elfos, mas a mรบsica me pegou p
I am a brave adventurer! How can I help you?
Eu sou um bravo aventureiro! Como posso ajudรก-lo?
-I am a contributor, and I want contributor stuff.
-Sou colaborador e quero colaborador.
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
Eu sou um bom ferreiro. Na verdade, nรฃo hรก coisas que eu nรฃo consiga consertar.
@@ -9446,9 +9491,6 @@ Eu ainda estou aqui, mas eu jรก fiz penitรชncia pelos meus atos e nรฃo preciso m
I am sure that they will come back to haunt you in your dreams!
Tenho certeza de que eles voltarรฃo para assombrรก-lo em seus sonhos!
-I am the @@ master.
-Eu sou o mestre da classe dos @@.
-
I am the Magic Fountain of Hurnscald. You look qualified.
Eu sou a fonte mรกgica de Hurnscald. Vocรช parece qualificado.
@@ -9489,7 +9531,7 @@ I better leave this crazy man to his ordeals...
ร‰ melhor eu deixar esse homem maluco com suas provaรงรตes ...
I better not disturb the hut owner.
-
+ร‰ melhor nรฃo incomodar o dono da cabana.
I brought a souvenir for you.
Eu trouxe uma lembranรงa para vocรช.
@@ -9527,9 +9569,6 @@ Eu posso te dar minha faca se vocรช me trouxer isso:
I can make a @@ for just one @@ and @@ GP for my work.
Eu posso fazer um @@ para apenas um @@ e @@ GP para o meu trabalho.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-Eu posso fazer uma boa e simples poรงรฃo para vocรช. Isso ajudarรก o mana cru a se acomodar em seu corpo.
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
Eu posso fazer um @@, eu ainda tenho uma garrafa de sangue de fada, algumas pรฉrolas de mana e alguns outros ingredientes raros.
@@ -9540,7 +9579,7 @@ I can make you a @@, and for that I will want a @@ and 500 GP.
Eu posso te fazer um @@, mas por isso vou querer um @@ e 500 GP.
I can protect myself, so it should attack from afar.
-
+Eu posso me proteger, entรฃo deve atacar de longe.
I can prove you my worth!
Eu posso te provar meu valor!
@@ -9558,7 +9597,7 @@ I can summon the BOSS for the level 21~40 area.
Eu posso convocar o BOSS para a รกrea de nรญvel 21 ~ 40.
I can teach you these bonuses, but more powerful bonuses require more skill to learn... And I don't know anyone who could improve your crafting skill...
-
+Eu posso te ensinar esses bรดnus, mas bรดnus mais poderosos requerem mais habilidade para aprender ... E eu nรฃo conheรงo ninguรฉm que possa melhorar sua habilidade de criar ...
I can warp you home now.
Eu posso te deformar para casa agora.
@@ -9584,9 +9623,6 @@ Eu nรฃo posso, desculpe.
I can't. Rakinorf told me I should bring this matter to you instead.
Eu nรฃo posso. Rakinorf me disse que eu deveria trazer esse assunto para vocรช.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-Posso, no entanto, preparar uma poรงรฃo para vocรช. Mas cuidado, essa poรงรฃo durarรก apenas 35 minutos depois de cozida.
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
Nรฃo posso lhe responder sobre vocรช, mas posso contar-lhe sobre as Famรญlias Antigas e a Borda Mundial. Qual รฉ a informaรงรฃo classificada, a propรณsito.
@@ -9633,7 +9669,7 @@ I could make ink myself, but I am lacking some material...
Eu mesmo poderia fazer tinta, mas falta algum material ...
I could not be the Bandit King. But once I steal all Mana Stones, I'll be not only the best thief in the world. I already decided my new title.
-
+Eu nรฃo poderia ser o Rei Bandido. Mas uma vez que roubo todas as Mana Stones, serei nรฃo apenas o melhor ladrรฃo do mundo. Eu jรก decidi meu novo tรญtulo.
I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course.
Atualmente tenho alguns animais de estimaรงรฃo comigo. Para a maioria, vocรช precisa terminar sua Grand Hunter Quest, รฉ claro.
@@ -9702,7 +9738,7 @@ I don't know if jesusalva allow me to teach you a basic shaman skill!? .
Eu nรฃo sei se jesusalva me permite ensinar-lhe uma habilidade bรกsica xamรฃ! .
I don't know what you did, but both the Ducks and Blubs did got scared. I thank you in the name of the city guard. Please come back later.
-
+Eu nรฃo sei o que vocรช fez, mas tanto os Patos quanto os Blub ficaram com medo. Agradeรงo-lhe em nome da guarda da cidade. Por favor, volte mais tarde.
I don't know who sent you to me, but this is a flat and big NO!
Eu nรฃo sei quem te mandou para mim, mas isso รฉ um grande NรƒO!
@@ -9743,9 +9779,6 @@ Eu nรฃo acho que ele poderia ter colecionado tantos!
I don't think so. There have been... Incidents.
Acho que nรฃo. Houve ... Incidentes.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-Eu nรฃo acho que vocรช possa fazer parte de mais de uma classe, mas vocรช pode acumular subclasses. No entanto, eles sรณ serรฃo desbloqueados no tier 2.
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
Eu nรฃo acho que vocรช tenha algum item quebrado, mas se um amigo meu quebrar suas coisas, venha falar comigo!
@@ -9782,9 +9815,6 @@ Eu luto todos os dias na esperanรงa de encontrar Andrei, o famoso herรณi que imp
I finally figured out what was wrong. I must thank everyone who help us.
Eu finalmente descobri o que estava errado. Eu devo agradecer a todos que nos ajudam.
-I forgot to say earlier, but indeed, I was invited by someone!
-Eu esqueci de dizer mais cedo, mas na verdade, fui convidado por alguรฉm!
-
I forgot what you need!
Eu esqueci o que vocรช precisa!
@@ -9852,7 +9882,7 @@ I hate so much the Pinkies on my fields, I want to do a soup! Can you provide me
Eu odeio tanto os Pinkies nos meus campos, eu quero fazer uma sopa! Vocรช pode me fornecer 10 @@? Muito Obrigado.
I hate to leave you now, @@, but I have more important things to do.
-
+Eu odeio deixรก-lo agora, @@, mas tenho coisas mais importantes a fazer.
I hate you Pinkies, and I hate the Monster King too, for bringing forth these plagues!!
Eu te odeio Pinkies, e eu odeio o Monster King tambรฉm, por trazer essas pragas !!
@@ -9918,7 +9948,7 @@ I have no idea about who would make a pendant, but lifestone can be done just ou
Nรฃo faรงo ideia de quem faria um pingente, mas o lifestone pode ser feito do lado de fora das muralhas da cidade.
I have no idea what's above. Behind the stair, is the painting of a table.
-
+Eu nรฃo tenho ideia do que estรก acima. Atrรกs da escada, estรก a pintura de uma mesa.
I have no interest in things such as that.
Eu nรฃo tenho interesse em coisas como essa.
@@ -9972,7 +10002,7 @@ I heard your investigations reminded other people that they observed suspicious
Ouvi que suas investigaรงรตes lembraram outras pessoas de que elas tambรฉm observavam comportamento suspeito.
I honestely wouldn't hire a Mercenary.
-
+Eu honestamente nรฃo contrataria um mercenรกrio.
I hope my answer help you in your adventure!
Espero que minha resposta ajude vocรช em sua aventura!
@@ -9980,6 +10010,9 @@ Espero que minha resposta ajude vocรช em sua aventura!
I hope one day, they decide build a church here. It's a pain to travel there every time...
Espero que um dia eles decidam construir uma igreja aqui. ร‰ uma dor viajar toda vez ...
+I hope our new campus get built soon. It'll be much better than here.
+Espero que nosso novo campus seja construรญdo em breve. Vai ser muito melhor do que aqui.
+
I hope this is your size.
Espero que este seja o seu tamanho.
@@ -10008,7 +10041,7 @@ I just want to trade.
Eu sรณ quero trocar.
I keep failing to summon maggots...
-
+Eu continuo nรฃo convocando vermes ...
I knew someone would agree with me!
Eu sabia que alguรฉm concordaria comigo!
@@ -10130,6 +10163,9 @@ Eu preciso de um tutorial, onde posso encontrar ajuda?
I need at minimum @@ Monster Points to get items at current level.
Preciso de no mรญnimo @@ Monster Points para obter itens no nรญvel atual.
+I need for the Magic Academy a @@, fast!
+Eu preciso da Magic Academy a @@, rรกpido!
+
I need help because, you see, I don't carry a cauldron around.
Eu preciso de ajuda porque, veja vocรช, eu nรฃo carrego um caldeirรฃo por perto.
@@ -10151,9 +10187,6 @@ Eu preciso de mais penas para um acordo justo.
I need more return potions.
Eu preciso de mais poรงรตes de retorno.
-I need my master's @@, fast!
-Eu preciso do meu mestre @@, rรกpido!
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
Preciso de ajuda com alguma coisa, mas nรฃo acho que vocรช seja forte o suficiente. Volte depois por favor quando estiver mais forte.
@@ -10257,7 +10290,7 @@ I recommend that you train your agility a great deal, since most monsters out th
Eu recomendo que vocรช treine muito sua agilidade, jรก que a maioria dos monstros nรฃo sรฃo realmente incrรญveis em bater em vocรช.
I represent the @@ Hunters. We hunt @@ (Lv @@).
-
+Eu represento os @@ Hunters. Nรณs caรงamos @@ (Lv @@).
I said it cannot be yourself... </3
Eu disse que nรฃo pode ser vocรช mesmo ... </ 3
@@ -10274,9 +10307,6 @@ Eu vejo duas peles de cobra, mas vocรช nรฃo as matou lรก embaixo. Isso anula tod
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
Eu vejo que vocรช รฉ um participante de caรงa a monstros, certo? Eu nรฃo preciso da sua ajuda agora, mas talvez mais tarde, quem sabe?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-Eu vejo que vocรช รฉ um mago tambรฉm. Vocรช jรก entrou em uma classe? Luca e Colin estรฃo sempre recrutando no Conselho Mรกgico de Tulimshar.
-
I see you are doing good. Keep slaying them, hahaah!
Eu vejo que vocรช estรก indo bem. Continue matando eles, hahaah!
@@ -10284,7 +10314,7 @@ I see you brought @@/5 @@ for us!
Eu vejo que vocรช trouxe @@ / 5 @@ para nรณs!
I see you don't know how to craft. Do you want me to teach the basic for you? I'll charge 1000 GP.
-
+Eu vejo que vocรช nรฃo sabe como criar. Vocรช quer que eu ensine o bรกsico para vocรช? Vou cobrar 1000 GP.
I see you finished the Master Dungeon and didn't found my men. I'll think on something.
Eu vejo que vocรช terminou o Master Dungeon e nรฃo encontrou meus homens. Eu pensarei em algo.
@@ -10301,20 +10331,20 @@ Eu vejo que vocรช trouxe @@ / 3 @@ e @@ / 3 @@ para mim
I see you have collected some experience. Let me try to rank you up!
Eu vejo que vocรช coletou alguma experiรชncia. Deixe-me tentar te classificar!
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
+
+
I see.
Percebo.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
-Percebo. Bem, bem vindo(a) ao jogo! Se tiver alguma dรบvida, grite em #world por ajuda!
-
I shall call myself from there on, after this great assault... @@.
-
+Eu me chamarei dali em diante, apรณs este grande ataque ... @@.
I shall leave this book with my son, SphinxNox. I will not fail, and live forever. This will be their inheritance from me.
-
+Vou deixar este livro com meu filho, SphinxNox. Eu nรฃo vou falhar e viver para sempre. Esta serรก sua heranรงa de mim.
I should check the Apple Garden first.
-
+Eu deveria verificar o Apple Garden primeiro.
I should have full mana before attempting to disarm one.
Eu deveria ter mana completa antes de tentar desarmar um.
@@ -10326,7 +10356,7 @@ I should not veer off too much the path.
Eu nรฃo deveria desviar muito do caminho.
I should talk to Cauldron now... Scary.
-
+Eu deveria falar com o Caldeirรฃo agora ... Assustador.
I should train my intelligence, and level up, both my base as my Job Level.
Eu deveria treinar minha inteligรชncia e subir de nรญvel, tanto minha base quanto meu nรญvel de emprego.
@@ -10377,7 +10407,7 @@ I think I'm ready.
Eu acho que estou pronto.
I think Lieutenant Paul had a bounty for extra experience.
-
+Eu acho que o tenente Paul tinha uma recompensa por experiรชncia extra.
I think it was the Orcs and Raijins town. It was laid to waste by Yetis.
Eu acho que foi a cidade de Orcs e Raijins. Foi devastado por Yetis.
@@ -10398,7 +10428,7 @@ I think, for just 25 @@, I could arrange one for you. Eh... Just don't think tha
Eu acho que, por apenas 25%, eu poderia arranjar uma para vocรช. Eh ... Sรณ nรฃo pense que vocรช tem uma arma incrรญvel, certo?
I thought I was going to send you in a nest of Yetis, but instead, I've sent you straight to the birthplace of Bandits and Assassins.
-
+Pensei em mandar-te num ninho de Yetis, mas em vez disso, enviei-te directamente para o local de nascimento dos Bandits and Assassins.
I thought I would be safe in the shrine, but seems like they are after the Moubootaur. Great danger will befall all forest creatures if they accomplish that.
Eu pensei que estaria segura no santuรกrio, mas parece que eles estรฃo atrรกs do Moubootaur. Grande perigo cairรก sobre todas as criaturas da floresta se elas conseguirem isso.
@@ -10413,7 +10443,7 @@ I tried to keep an eye on him after that, but when I got distracted by some newl
Eu tentei ficar de olho nele depois disso, mas quando me distraรญ com um visitante recรฉm chegado ele foi atรฉ a oficina novamente! Normalmente eu gosto do meu trabalho, porque gosto de conversar com as pessoas, mas esse cara ... era uma dor, na verdade.
I tried. He asked for too much money.
-
+Eu tentei. Ele pediu muito dinheiro.
I try to improve my skills every day. One day, I will sing a song no one will ever forget.
Eu tento melhorar minhas habilidades todos os dias. Um dia eu cantarei uma mรบsica que ninguรฉm jamais esquecerรก.
@@ -10440,13 +10470,13 @@ I want Snake Skin
Eu quero a pele de cobra
I want a EASY task!
-
+Eu quero uma tarefa fรกcil!
I want a EXPERT task!
-
+Eu quero uma tarefa EXPERT!
I want a MODERATE task!
-
+Eu quero uma tarefa MODERADA!
I want a POWERFUL GUNSTAFF.
Eu quero um PODEROSO GUNSTAFF.
@@ -10533,7 +10563,7 @@ I want to know why you shown me that.
Eu quero saber porque vocรช me mostrou isso.
I want to learn reading ancient languages
-
+Eu quero aprender a ler lรญnguas antigas
I want to meet a hero!
Eu quero conhecer um herรณi!
@@ -10572,7 +10602,7 @@ I want you to brew some for me.
Eu quero que vocรช prepare um pouco para mim.
I want you to decrypt something
-
+Eu quero que vocรช decifre algo
I want you to transform my raw log in a wooden log
Eu quero que vocรช transforme meu log bruto em um registro de madeira
@@ -10581,7 +10611,7 @@ I wanted info about how to play.
Eu queria informaรงรตes sobre como jogar.
I wanted to go to the beach, but I can't find the cave entrance. They told me to look around here... What am I doing wrong?
-
+Eu queria ir para a praia, mas nรฃo consigo encontrar a entrada da caverna. Eles me disseram para olhar por aqui ... O que estou fazendo de errado?
I was a bit worried that they might ruin our efforts by messing everything up again after we just cleaned.
Eu estava um pouco preocupado que eles pudessem arruinar nossos esforรงos, bagunรงando tudo de novo depois que acabamos de limpar.
@@ -10619,8 +10649,8 @@ Eu serei eternamente grato!
I will do it, don't worry.
Eu vou fazer isso, nรฃo se preocupe.
-I will empower you with raw mana, and your time will start running out again.
-Vou capacitรก-lo com mana crua e seu tempo comeรงarรก a se esgotar novamente.
+I will empower you with raw mana now.
+Eu vou capacitar vocรช com mana crua agora.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
Eu vou te dar 3 @@. Use-os nessa luta, ou vocรช estรก fadado ao fracasso.
@@ -10652,6 +10682,9 @@ Eu vou precisar:
I will pay you 5,000 GP in pure gold for it!
Eu vou te pagar 5.000 GP em ouro puro por isso!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+Eu prepararei uma poรงรฃo para vocรช. Mas cuidado, essa poรงรฃo durarรก apenas 20 minutos. Vocรช deve atribuir alguns pontos de inteligรชncia para ter sucesso.
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
Vou exigir 2500 GP, 1 @@, 1 @@ e 1 @@, por um pequeno punhado dele.
@@ -10716,7 +10749,7 @@ I would advise you to remain here in the ship, they should leave in a few minute
Aconselho-vos a permanecer aqui no navio, eles devem sair em poucos minutos, mas eu nรฃo vou forรงรก-lo.
I would bring @@, just in case. Anyway, the place where you're going to is the village where @@ was born.
-
+Eu traria @@, apenas no caso. De qualquer forma, o lugar para onde vocรช estรก indo รฉ a vila onde @@ nasceu.
I would gladly aid you to get rid of that scourge.
Eu ficaria feliz em ajudรก-lo a se livrar desse flagelo.
@@ -10739,6 +10772,9 @@ Eu gostaria de alguma informaรงรฃo
I would like to change an item options
Eu gostaria de mudar uma opรงรฃo de item
+I would like to change my ML rewards account
+Eu gostaria de mudar minha conta de prรชmios ML
+
I would like to create a guild.
Eu gostaria de criar uma guilda.
@@ -10767,16 +10803,16 @@ I'd like to get a different style.
Eu gostaria de ter um estilo diferente.
I'll also give you a @@. Open it to get a random Mercenary Card.
-
+Eu tambรฉm vou te dar um @@. Abra-o para obter um Cartรฃo Mercenรกrio aleatรณrio.
I'll also need @@ as base material!
Eu tambรฉm precisarei de @@ como material de base!
I'll also provide you a few @@s and an Elixir. Use them wisely.
-
+Tambรฉm fornecerei alguns @ @ se um Elixir. Use-os com sabedoria.
I'll also try to bring you to the world's edge, as you've asked.
-
+Eu tambรฉm vou tentar trazer vocรช para a borda do mundo, como vocรช pediu.
I'll ask you to kill 100 @@. This will prove your worth. Good luck.
Vou pedir para vocรช matar 100 @@. Isso vai provar o seu valor. Boa sorte.
@@ -10805,9 +10841,6 @@ Escreverei uma carta para a prรณxima cidade que vocรช visitarรก e tambรฉm design
I'll call someone to aid you.
Vou ligar para alguรฉm para te ajudar.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-Vou te cobrar a quantia irrelevante de 100 GP. Vamos lรก, รฉ uma pitada!
-
I'll draw a card now!
Eu vou tirar uma carta agora!
@@ -10833,7 +10866,7 @@ I'll help you.
Vou te ajudar.
I'll keep studying it in secret. I'm so proud of my thieves!
-
+Eu vou continuar estudando isso em segredo. Estou tรฃo orgulhosa dos meus ladrรตes!
I'll make you five questions about lore and general knowledge. You'll have 30 seconds to read and answer each.
Vou lhe fazer cinco perguntas sobre conhecimento e conhecimento geral. Vocรช terรก 30 segundos para ler e responder cada um.
@@ -10845,7 +10878,7 @@ I'll only say you this once. Mages can, of course, go to battlefield in heavy ar
Eu sรณ vou te dizer isso uma vez. Os magos podem, claro, ir ao campo de batalha usando armaduras pesadas e outras coisas.
I'll present you three kind of strong monsters. Snakes are fast and dangerous. Giant Maggots are slow and dangerous. Black Scorpions have average speed and are... deadly.
-
+Eu vou te apresentar trรชs tipos de monstros fortes. As cobras sรฃo rรกpidas e perigosas. As larvas gigantes sรฃo lentas e perigosas. Black Scorpions tem velocidade mรฉdia e sรฃo ... mortais.
I'll reward you and your friends in an appropriate way, but if you endanger her... Oh, my poor Cindy...
Eu recompensarei vocรช e seus amigos de uma maneira apropriada, mas se vocรช a colocar em risco ... Oh, minha pobre Cindy ...
@@ -10911,7 +10944,7 @@ I'm afraid you can't help me... I still have one HP left.
Temo que vocรช nรฃo possa me ajudar ... ainda tenho um HP sobrando.
I'm almost in the point of no return. I cannot believe this, but mana... is alive.
-
+Estou quase no ponto de nรฃo retorno. Eu nรฃo posso acreditar nisso, mas mana ... estรก vivo.
I'm already married, though...#0
@@ -10976,6 +11009,9 @@ Eu sou apenas um espreitador.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
Estou apenas procurando por alguns suprimentos de limpeza. Eles devem estar em algum lugar por aqui, mas tudo foi de cabeรงa para baixo quando os slimes escaparam.
+I'm just skipping dialogs, sorry
+Eu sรณ estou pulando diรกlogos, desculpe
+
I'm not a coward! I must press forward!#0
@@ -10998,7 +11034,7 @@ I'm not feeling like it today... Sorry.
Eu nรฃo estou me sentindo disposto hoje ... Desculpe.
I'm not going any closer to that cursed place!
-
+Eu nรฃo vou mais perto daquele lugar amaldiรงoado!
I'm not interested in yours, by the way.
Eu nรฃo estou interessado no seu, a propรณsito.
@@ -11006,9 +11042,6 @@ Eu nรฃo estou interessado no seu, a propรณsito.
I'm not interested right now.
Eu nรฃo estou interessado agora.
-I'm not interested, sorry.
-Eu nรฃo estou interessado, desculpe.
-
I'm not interested.
Eu nรฃo estou interessado.
@@ -11088,7 +11121,7 @@ I'm waiting for @@ feedback... Please go talk to them! %%S
I'm with the Monster King.
-
+Eu estou com o rei dos monstros.
I'm worried with them. Anyway, I think only heroes are allowed inside, and you are a few levels short of being a Hero...
Estou preocupado com eles. Enfim, acho que apenas herรณis sรฃo permitidos dentro, e vocรช estรก a poucos nรญveis de ser um herรณi ...
@@ -11097,7 +11130,7 @@ I'm worried with which Sage the masked man will aim next...
Estou preocupado com o que Sage, o homem mascarado, mirarรก em seguida ...
I've been delving in the secrets of Mana, using the stolen Mana Stone we got the other day.
-
+Eu tenho investigado os segredos de Mana, usando a Pedra de Mana roubada que temos no outro dia.
I've brought something to exchange.
Eu trouxe algo para trocar.
@@ -11115,19 +11148,19 @@ I've heard you helped my staff to recreate some books. For that, I am grateful.
Eu ouvi que vocรช ajudou minha equipe a recriar alguns livros. Por isso, agradeรงo.
I've managed to create a Maggot. It did not die. And it was not an April Fool's joke. Nice one.
-
+Eu consegui criar um Maggot. Nรฃo morreu. E nรฃo foi uma piada de 1ยบ de abril. Agradรกvel.
I've managed to create the first mana-based artificial lifeform, it survived three seconds, the record so far.
-
+Eu consegui criar a primeira forma de vida artificial baseada em mana, ela sobreviveu trรชs segundos, o recorde atรฉ agora.
I've mastered the art of reading ancient languages.
-
+Eu dominei a arte de ler idiomas antigos.
I've mastered the art of speech and communication.
-
+Eu dominei a arte da fala e da comunicaรงรฃo.
I've sent a scout ahead of you, and he reported traps in the caves you'll be needing to use to get there.
-
+Mandei um batedor ร  sua frente e ele relatou armadilhas nas cavernas que vocรช precisaria usar para chegar lรก.
I, Elmo, captain's deputy, will help you to make the maximum possible money in Candor!
Eu, Elmo, assistente do capitรฃo, irei te ajudar a fazer o mรกximo de dinheiro possรญvel em Candor!
@@ -11144,6 +11177,9 @@ SE VOCรŠ MORRER, VOCรŠ SOFRERร A EXP PENALIDADE.
INV
INV
+IT CANNOT BE CHANGED LATER
+NรƒO PODE SER MUDADO DEPOIS
+
Ice Cube
Cubo de gelo
@@ -11154,7 +11190,7 @@ Ice Gladius
Ice Gladius
Ice Maggot
-
+Larva de gelo
Iced Bottle
Garrafa Gelada
@@ -11195,8 +11231,8 @@ Se um empate acontecer, vocรช receberรก sua moeda de volta.
If all players there die, Hurnscald WON'T BE LIBERATED.
Se todos os jogadores morrerem, Hurnscald NรƒO SERร LIBERADO.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
-Se expirar, vocรช precisarรก fazer outra. Para assar eu preciso de 1 @@, 10 @@ e um @@. Tem malva e dinheiro, muito disso.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
+Se expirar, vocรช precisarรก fazer outra. Para assar eu preciso de 1 @@, 10 @@ e um @@.
If one of us found a Mana stone. They would become rich!
Se um de nรณs encontrou uma pedra Mana. Eles se tornariam ricos!
@@ -11225,9 +11261,6 @@ Se fosse maior, monstros viriam e matariam a todos.
If things keep like this, we will only manage to give @@ gifts to every player...
Se as coisas continuarem assim, sรณ conseguiremos dar presentes @@ a todos os jogadores ...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
Se pudรฉssemos convencรช-los a distrair o Rei Monstro, poderรญamos ter chances de fazer um contra-ataque!
@@ -11277,7 +11310,7 @@ If you bring us 5 @@, we'll be forever grateful.
Se vocรช nos trouxer 5 @@, seremos eternamente gratos.
If you conclude the training, you'll be suitable for the difficult mission our King have to you.
-
+Se vocรช concluir o treinamento, serรก adequado para a difรญcil missรฃo que nosso rei tem para vocรช.
If you could show me what he gave you, I might trust you.
Se vocรช pudesse me mostrar o que ele te deu, eu poderia confiar em vocรช.
@@ -11298,7 +11331,7 @@ If you distort time-space too much, you might end up outside of it, meeting a qu
Se vocรช distorcer muito o tempo-espaรงo, vocรช pode acabar fora dele, encontrando uma morte rรกpida, permanente e irrecuperรกvel.
If you don't have a @@, you can only track progress on Mana Magic using @@, and you won't really gain any mana experience for a while.
-
+Se vocรช nรฃo tem um @@, vocรช sรณ pode acompanhar o progresso em Mana Magic usando @@, e vocรช nรฃo vai ganhar nenhuma experiรชncia de mana por um tempo.
If you don't have the recipe book, you'll need to find one... Maybe someone in a household you've already helped is willing to give you one.
Se vocรช nรฃo tem o livro de receitas, vocรช precisa encontrar um ... Talvez alguรฉm em uma casa que vocรช jรก tenha ajudado esteja disposto a lhe dar um.
@@ -11364,7 +11397,7 @@ If you notice your pet is missing, this means nobody cleared them yet.
Se vocรช perceber que seu animal estรก faltando, isso significa que ninguรฉm o limpou ainda.
If you pay attention, you'll learn the skill.
-
+Se vocรช prestar atenรงรฃo, vocรช aprenderรก a habilidade.
If you pay the fee, I'll spawn them, for no longer than 20 minutes. You should not fight alone, instead, you need a group of at least three, because, you know, the curse. Or something.
Se vocรช pagar a taxa, eu vou gerรก-los, por nรฃo mais que 20 minutos. Vocรช nรฃo deve lutar sozinho, em vez disso, vocรช precisa de um grupo de pelo menos trรชs, porque, vocรช sabe, a maldiรงรฃo. Ou alguma coisa.
@@ -11403,7 +11436,7 @@ If you want to be a real miner friend, do this hard task for me. I will reward y
Se vocรช quer ser um amigo mineiro de verdade, faรงa essa tarefa difรญcil para mim. Eu recompensarei vocรช com um @@.
If you want to pass through it, you'll need to defeat the Guardian which made the seal. You can bring friends for healing and support.
-
+Se vocรช quiser passar, vocรช precisa derrotar o Guardiรฃo que fez o selo. Vocรช pode trazer amigos para curar e apoiar.
If you want to read this page again, there is a copy up on the left wall.
Se vocรช quiser ler esta pรกgina novamente, hรก uma cรณpia na parede esquerda.
@@ -11444,75 +11477,6 @@ Impossรญvel ressincronizar: vocรช estรก morto.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
Impressionante. Sete presentes! Agora, 12800 nรฃo รฉ fรกcil. Eu entendo se todo mundo desistir.
-Improve Arrow Shield
-Melhore o escudo da seta
-
-Improve Bash Skill
-Melhore a habilidade de bash
-
-Improve Blessed Weapon
-Melhorar a Arma Abenรงoada
-
-Improve Cold Bolt
-Melhorar o parafuso frio
-
-Improve Counter Defense
-Melhore a contra-defesa
-
-Improve Earth Spike
-Melhore o pico da terra
-
-Improve Earth Weapon
-Melhore a Arma da Terra
-
-Improve Endure Skill
-Melhorar a habilidade de suportar
-
-Improve Fire Ball
-Melhore a bola de fogo
-
-Improve Fire Bolt
-Melhorar o parafuso de fogo
-
-Improve Fire Weapon
-Melhorar Arma de Fogo
-
-Improve Guard
-Melhorar Guarda
-
-Improve Ice Weapon
-Melhorar Arma de Gelo
-
-Improve Increase Agility
-Melhorar Aumentar a Agilidade
-
-Improve Luma
-Melhore Luma
-
-Improve Mana Recovery
-Melhore a Recuperaรงรฃo de Mana
-
-Improve Mana Wisdom
-Melhore a Sabedoria de Mana
-
-Improve Napalm Beat
-Melhorar o Napalm Beat
-
-Improve Party Area Defense
-Melhore a defesa em รกrea do grupo
-
-Improve Standing HP Regen
-Melhore a Regeneraรงรฃo HP em Pรฉ
-
-Improve Thunder Bolt
-Melhore o Thunderbolt
-
-Improve Two Hands Quicken
-Melhore Duas Mรฃos Quicken
-
-Improve Wind Weapon
-Melhorar a Arma do Vento
-
In TMW2 there is
No TMW2 existe
@@ -11534,6 +11498,9 @@ De fato, estรก inundado no momento. Volte mais tarde.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
De fato, vocรช se perderia e morreria. Se eu fosse vocรช, evitaria a pena de morte. ร‰ alto, sabe?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+Em geral, tocando a Pedra de Mana uma vez, farรก de vocรช um mago de primeiro grau. Mas esses graus vรฃo atรฉ sete e alรฉm, eu acho.
+
In honor of DragonStar, winner of Easter 2018.
Em homenagem ao DragonStar, vencedor da Pรกscoa de 2018.
@@ -11589,14 +11556,11 @@ Inac
Inac
Inactive
-
+Inativo
Inar
Inar
-Increase mana experience gain, when using mana skills.
-Aumente o ganho de experiรชncia de mana ao usar habilidades de mana.
-
Indeed, matey! Here they are!
De fato, amigo! Aqui estรฃo eles!
@@ -11634,7 +11598,7 @@ Input new password:
Insira uma nova senha:
Inside it, seems to be several magic reagents, powders, and other stuff.
-
+Dentro dele, parece haver vรกrios reagentes mรกgicos, pรณs e outras coisas.
Inside it, there'll be a Transcendence Gate.
Dentro dela, haverรก um Portรฃo da Transcendรชncia.
@@ -11769,7 +11733,7 @@ Is... Dan... Ger... Ous...
ร‰ perigoso...
Isbamuth
-
+Isbamute
Ishi
Ishi
@@ -11787,7 +11751,7 @@ It appears we were focusing too much on research and this lead to neglect of oth
Parece que estรกvamos nos concentrando demais na pesquisa e isso nos levou a negligenciar outros deveres da casa de um sรกbio. Isso รฉ perigoso em tempos de mudanรงas. Estou preocupado com o futuro.
It costs 600 GP to use.
-
+Custa 600 GP para usar.
It doesn't make much sense to draw overhasty conclusions.
Nรฃo faz muito sentido tirar conclusรตes precipitadas.
@@ -11805,13 +11769,13 @@ It have lots of lava caves, and some cool stuff, like the @@, can only be craft
Tem muitas cavernas de lava, e algumas coisas legais, como o @@, sรณ podem ser feitas lรก.
It have the same shape as those used to polish weapons, but there are blood stains everywhere.
-
+Tem a mesma forma daqueles usados โ€‹โ€‹para polir armas, mas hรก manchas de sangue em todos os lugares.
It is NOT designed for noobs. It is for the pain-seeking pro adventurers who laugh at death, and see danger as fun.
NรƒO รฉ projetado para noobs. ร‰ para os aventureiros prรณ-dores que riem da morte e vรชem o perigo como divertido.
It is a boring speech...
-
+ร‰ um discurso chato ...
It is a boss. I don't know how to summon one, and to be honest - You won't want to see one either.
ร‰ um chefe. Eu nรฃo sei como convocar um, e para ser honesto - vocรช nรฃo vai querer ver um tambรฉm.
@@ -11829,7 +11793,7 @@ It is a sunny day, don't you think?
ร‰ um dia de sol, vocรช nรฃo acha?
It is difficult to describe, it is like if it was mixed with mana itself. Drinking a bit of it was enough to recover your MP.
-
+ร‰ difรญcil descrever, รฉ como se estivesse misturado com o prรณprio mana. Beber um pouco disso foi o suficiente para recuperar seu MP.
It is known that even world wars have been under cease-fire on this date. On our world, Jesus Saves pays fortunes to Santa so he can gift every adventurer for the good year.
Sabe-se que atรฉ mesmo as guerras mundiais estiveram sob cessar-fogo nesta data. Em nosso mundo, Jesus Salva paga fortunas ao Papai Noel para que ele possa presentear todos os aventureiros pelo bom ano.
@@ -11888,6 +11852,9 @@ Oferece melhores condiรงรตes de vida do que Tulimshar e รฉ maior e mais prรณsper
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
ร‰ realmente รบtil que eu tenha minha toalha comigo. Uma toalha รฉ a coisa mais massivamente รบtil que uma pessoa pode ter.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+Ele governa Tulimshar e รฉ tambรฉm um dos รณrgรฃos superiores da Alianรงa. Eles tรชm a รบltima Mana Stone no mundo em sua sala de reuniรตes.
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
Parece que todos os limos desapareceram agora. Estou tรฃo feliz! Obrigado pela ajuda. Mencionei sua ajuda para Nikolai.
@@ -11895,13 +11862,13 @@ It seems that you have no status points to reset!
Parece que vocรช nรฃo tem pontos de status para redefinir!
It seems to be growing apples, but by the amount of magic particles...
-
+Parece estar crescendo maรงรฃs, mas pela quantidade de partรญculas mรกgicas ...
It seems to be the ruins of some sort of Mouboo Temple or whatever, from a millenia ago. There may be traps, so be careful.
Parece que sรฃo as ruรญnas de algum tipo de templo Mouboo ou o que quer que seja, de milรชnios atrรกs. Pode haver armadilhas, entรฃo tenha cuidado.
It seems to have been abandoned a long time ago, but the chimney is still going?
-
+Parece ter sido abandonado hรก muito tempo, mas a chaminรฉ ainda estรก indo?
It should be almost a boss at your level, so I don't expect to see you again here so soon.
Deve ser quase um chefe no seu nรญvel, entรฃo eu nรฃo espero ver vocรช de novo aqui tรฃo cedo.
@@ -11909,11 +11876,8 @@ Deve ser quase um chefe no seu nรญvel, entรฃo eu nรฃo espero ver vocรช de novo a
It still isn't time to awake the King Of Holy Swords, Light Bringer.
Ainda nรฃo รฉ hora de acordar o Rei das Espadas Sagradas, Portador da Luz.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-ร‰ preciso muito mana e nรฃo รฉ muito poderoso, mas รฉ obrigatรณrio para todos.
-
It was a boring speech, but you have learned ancient languages.
-
+Foi um discurso chato, mas vocรช aprendeu lรญnguas antigas.
It was a little @@.
Foi um pouco @@.
@@ -11934,7 +11898,7 @@ It was my job to seal the slimes away for the night, but I somehow messed it up!
O meu trabalho era selar a lama durante a noite, mas de alguma forma estraguei tudo!
It was nice seeing you.
-
+Foi bom ver vocรช.
It was so tasty, I can't eat anything more... Thank you.
Estava tรฃo gostoso, nรฃo posso comer mais nada ... Obrigado.
@@ -11970,7 +11934,7 @@ It's @@ @@.
Estรก @@ @@.
It's Jesusalva's anniversary!
-
+ร‰ o aniversรกrio de Jesusalva!
It's St. Patrick Day, so be warned everyone wants a green dye... So, I raise the prices.
ร‰ St. Patrick Day, entรฃo esteja avisado que todo mundo quer um corante verde ... Entรฃo, eu aumento os preรงos.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
ร‰ outono! Nรฃo hรก nenhum evento especial durante o outono, apenas gotas especiais.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-Chama-se Mass Provoke. Vocรช basicamente tentarรก convencer os monstros a atacar vocรช.
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
Estรก frio, o clima severo dificulta a vida lรก. Foi fundada por pessoas jogadas fora de Tulimshar e Hunrscald por razรตes polรญticas.
@@ -12060,10 +12021,10 @@ It's impossible to know when she'll be back, so you should prioritize something
ร‰ impossรญvel saber quando ela estarรก de volta, entรฃo vocรช deve priorizar outra coisa por enquanto.
It's locked.
-
+Estรก trancado.
It's locked. But a close inspection reveals a small key under the rug.
-
+Estรก trancado. Mas uma inspeรงรฃo minuciosa revela uma pequena chave embaixo do tapete.
It's lower! That's right!
ร‰ mais baixo! Estรก certo!
@@ -12081,7 +12042,7 @@ It's not hard to repair, but nobody is bothering Jesusalva on #world as of late.
It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!
-
+Nรฃo รฉ uma grande recompensa, mas nรฃo รฉ รณtimo ajudar os necessitados ?! HAHAHA!
It's not warranted you'll be able to get the powder back, either.
Nรฃo รฉ garantido que vocรช tambรฉm poderรก recuperar o pรณ.
@@ -12102,10 +12063,10 @@ It's spring, when the wind is always good.
ร‰ primavera, quando o vento estรก sempre bom.
It's steaming hot, but you guess this is where Isbamuth created homunculus. Most bandits, thieves and assassins seems to have been born here.
-
+ร‰ fumegante, mas vocรช adivinha onde รฉ Isbamuth criado homรบnculo. A maioria dos bandidos, ladrรตes e assassinos parece ter nascido aqui.
It's steaming. Who knows what insanity Isbamuth is brewing inside?!
-
+Estรก fumegando. Quem sabe que insanidade Isbamuth estรก se formando por dentro ?!
It's summer! Ched is having his usual contest, but Luffyx in Hurnscald is up to no good!
ร‰ verรฃo! Ched estรก tendo seu concurso habitual, mas Luffyx em Hurnscald nรฃo estรก fazendo nada bom!
@@ -12114,16 +12075,16 @@ It's tasty ^.^
ร‰ gostoso ^.
It's the International Coffee Day!
-
+ร‰ o Dia Internacional do Cafรฉ!
It's time to show this shiny @@ who is the boss! HAHAHAHAHAHAHAH!
ร‰ hora de mostrar isso brilhante @@ quem รฉ o chefe! HAHAHAHAHAHAHAH!
It's time. My army already have tens of thousands of monsters, homunculus, persons. The mana stones I've got thus far are all dried out, now.
-
+Estรก na hora. Meu exรฉrcito jรก tem dezenas de milhares de monstros, homรบnculos, pessoas. As pedras de mana que eu tenho atรฉ agora estรฃo todas secas agora.
It's totally safe. They are loyal as long that feed. And to think I started off giving @@ to the poor...
-
+ร‰ totalmente seguro. Eles sรฃo leais tanto tempo que se alimentam. E pensar que eu comecei dando @@ para os pobres ...
It's valentine day, and I got my hands on a @@ model!
ร‰ dia de Sรฃo Valentim, e eu tenho minhas mรฃos em um modelo @@!
@@ -12333,10 +12294,13 @@ Kanabo
Kanabo
Keep exploring the Study Room and certify it is safe first.
-
+Continue explorando a Sala de Estudo e certifique-se de que รฉ seguro primeiro.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Continue explorando a Sala de Estudo e certifique-se de que รฉ seguro primeiro. Alรฉm disso, certifique-se de aprender para que isso foi usado.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+Tenha em mente que, quanto mais nรญveis e inteligรชncia vocรช tiver, mais provavelmente a Mana Stone lhe concederรก mais Magic Power. Mas isso nรฃo significa nada.
Keep moving boy.#1
@@ -12344,8 +12308,8 @@ Keep moving boy.#1
Keep moving girl.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
-Mantenha o Grimoire com vocรช. ร‰ a prova de que vocรช รฉ agora Nรญvel 2. O livro guiarรก seus avanรงos!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
+Mantenha o Grimorie com vocรช. ร‰ um livro raro que contรฉm dados de todos os outros. O livro guiarรก seus avanรงos!
Keep your voice down! And yes. Can you confirm @@ was the cause?
Fale baixo! E sim. Vocรช pode confirmar que @@ foi a causa?
@@ -12366,14 +12330,11 @@ Kill 'em all!
Matar todos eles!
Kill 'em!
-
+Mate-os!
Kill at least a hundred of Pinkies here, and then we can talk.
Mate pelo menos uma centena de Pinkies aqui e depois podemos conversar.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-Mata-se, mas revive todos em um intervalo. Vocรช vai tomar a pena de morte.
-
King Gelid
Rei Gelido
@@ -12389,11 +12350,14 @@ Rei Gelid Frozenheart II vai ter vocรช.
King Of Trials
Rei dos Julgamentos
+Kitana
+Kitana
+
Knife
Faca
Knight Card
-
+Carta Knight
Knit Hat
Chapรฉu de malha
@@ -12408,16 +12372,16 @@ Knowing when to warp is the secret to success!
Saber quando se deformar รฉ o segredo do sucesso!
Knowledge is power... And now you have both. Use them wisely.
-
+Conhecimento รฉ poder ... E agora vocรช tem os dois. Use-os com sabedoria.
Knox The Traveler
Knox o viajante
Kreist
-
+Kreist
Kreist, Taskmaster
-
+Kreist, Taskmaster
Kristian
Kristian
@@ -12435,7 +12399,7 @@ LEGACY Miere Cleaver
LEGACY Miere Cleaver
LET'S DANCE!
-
+VAMOS DANร‡AR!
LOFBot
LOFBot
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
Visto pela รบltima vez: @@
+Last Standing Man
+รšltimo homem em pรฉ
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+รšltimo homem de pรฉ - Passivo - Aumentar o HP mรกximo e a Defesa Sagrada
+
Last map: @@
รšltimo mapa: @@
@@ -12521,33 +12491,9 @@ Varinha Lรญder
Leaderboard is refresh daily at 1 AM!
A tabela de classificaรงรฃo รฉ atualizada diariamente ร s 01:00!
-Learn Action Casting
-Aprenda a Fundiรงรฃo de Aรงรฃo
-
Learn Alchemy Recipes
Aprenda receitas de alquimia
-Learn Detoxify
-Aprenda Detoxify
-
-Learn Dragon Slayer
-Aprenda Dragon Slayer
-
-Learn Energy Coating
-Aprenda o revestimento de energia
-
-Learn Holy Light
-Aprenda a luz sagrada
-
-Learn Last Standing Man
-Aprenda o รบltimo homem em pรฉ
-
-Learn Redemption
-Aprenda Redenรงรฃo
-
-Learn Ressurection
-Aprenda a ressurreiรงรฃo
-
Learn crafting for @@ GP
Aprenda a criar para @@ GP
@@ -12590,9 +12536,6 @@ Calรงa de couro
Leave
Sair
-Leave Subclass
-Deixar subclasse
-
Leave blank to abort.
Deixe em branco para abortar.
@@ -12633,7 +12576,7 @@ Legacy
Legado
Legendary Mouboo
-
+Mouboo lendรกrio
Legendary Tortuga
Tortuga lendรกria
@@ -12777,7 +12720,7 @@ Lilanna
Lilanna
Lilanna Card
-
+Carta Liliana
Lilica#easter
Lilica#Pascoa
@@ -12825,7 +12768,7 @@ Listen, she decided to live away from civilization. She choose the forest as her
Ouรงa, ela decidiu viver longe da civilizaรงรฃo. Ela escolheu a floresta como sua casa e os animais como sua famรญlia.
Listen. North of here, is the ruins of an old village. Said village is cursed, and nobody here wants to go there.
-
+Ouรงo. Ao norte daqui, estรฃo as ruรญnas de uma antiga vila. Dito aldeia รฉ amaldiรงoada, e ninguรฉm aqui quer ir para lรก.
Little Blub
Pequeno Blub
@@ -12978,7 +12921,7 @@ Machinery#MKHB
Mage Card
-
+Carta Mage
Mage equipment also raises MP recovery. So yes, a mage can use a sword and heavy armor, but...
O equipamento Mage tambรฉm aumenta a recuperaรงรฃo de MP. Entรฃo sim, um mago pode usar uma espada e armadura pesada, mas ...
@@ -12996,7 +12939,7 @@ Maggot Slime
Maggot Slime
Magic Apple
-
+Maรงรฃ mรกgica
Magic Arpan
Arpan Mรกgico
@@ -13013,6 +12956,9 @@ Barreira Mรกgica estรก ativa. Vocรช deve dar um cรญrculo inteiro no deserto para
Magic Bif
Bif Mรกgico
+Magic Council? What's that?
+Conselho Mรกgico? O que รฉ isso?
+
Magic Goblin
Duende Mรกgico
@@ -13025,12 +12971,15 @@ Poder Mรกgico รฉ concedido a vocรช, mas vocรช morre com isso.
Magic Ratto
Ratto Mรกgico
+Magic Strike
+Golpe Mรกgico
+
+Magic Strike - Standard Magical Attack
+Golpe Mรกgico - Ataque Mรกgico Padrรฃo
+
Magic Top Hat
Cartola Mรกgica
-Magic Warriors
-Guerreiros mรกgicos
-
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
Magia estรก morta. Bem, ainda nรฃo, ainda temos algumas pedras de mana - mas somente as mais fortes podem usรก-las e adquirir magia.
@@ -13044,7 +12993,7 @@ Magical Weapon Recipes
Receitas de armas mรกgicas
Magically Sealed Gate
-
+Portรฃo Selado Magicamente
Magick Real
Magia Real
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
Pedra Mana
+Mana Stone#Tulim
+
+
+Mana Wisdom
+Sabedoria de Mana
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+Sabedoria de Mana - Passivo - Aumenta a taxa de ganho de EXP de Mana
+
Mana is something which existed since the being, but nobody knows much about.
Mana รฉ algo que existe desde o ser, mas ninguรฉm sabe muito sobre isso.
@@ -13208,6 +13166,9 @@ Muito Obrigado! Eu vou estar muuuito na moda agora!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
Muito Obrigado! Se eu deixar meu lado de flor florescer, tenho certeza que ela vai olhar para mim!
+Many thanks, and once again, your help has been invaluable.
+Muito obrigado, e mais uma vez, sua ajuda foi inestimรกvel.
+
Many thanks, the Doctor always know what's best for you.
Muito obrigado, o mรฉdico sempre sabe o que รฉ melhor para vocรช.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+Muito obrigado, sua ajuda foi inestimรกvel. Vocรช agora tem um ponto extra, use-o com sabedoria.
+
Many thanks. I couldn't live without it. Please come back later.
Muito Obrigado. Eu nรฃo poderia viver sem isso. Por favor, volte mais tarde.
@@ -13250,6 +13214,12 @@ Marshmallow
Masked Assassin
Assassino Mascarado
+Mass Provoke
+Provocaรงรฃo em massa
+
+Mass Provoke - Provoke all monsters under your cursor
+Mass Provoke - Provoca todos os monstros sob o cursor
+
Master Bola
Master Bola
@@ -13305,13 +13275,13 @@ Maybe there are things in Candor which still require your attention? I overheard
Talvez existam coisas em Candor que ainda requerem sua atenรงรฃo? Eu ouvi algumas.
Maybe there is a key somewhere near. I should keep looking.
-
+Talvez haja uma chave em algum lugar prรณximo. Eu deveria continuar procurando.
Maybe there's a locked door somewhere, and this key will fit?
-
+Talvez haja uma porta trancada em algum lugar, e essa chave vai caber?
Maybe they're in the library, but it is too dangerous there right now...
-
+Talvez eles estejam na biblioteca, mas รฉ muito perigoso lรก agora ...
Maybe you can help our city guard. I see you are a Monster Hunting Quest Participant, right?
Talvez vocรช possa ajudar nossa guarda da cidade. Eu vejo que vocรช รฉ um participante de caรงa a monstros, certo?
@@ -13343,6 +13313,12 @@ Talvez vocรช faรงa, seu idiota! Pare de beber! Lua me disse que vocรช poderia me
Maybe you should talk to your chief about that?
Talvez vocรช deva conversar com seu chefe sobre isso?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+Talvez vocรช esteja interessado na Classe Especial de novo? Um ponto extra de habilidade mรกgica para muitos itens, o que vocรช diz?
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+Talvez vocรช esteja interessado na Classe Especial de novo? Um ponto extra de habilidade mรกgica, mas desta vez em uma jornada perigosa, o que vocรช diz?
+
Maybe, but... I don't know my parents.
Talvez, mas ... eu nรฃo conheรงo meus pais.
@@ -13374,37 +13350,43 @@ Melina
Melina
Melt something else?
+Derreta outra coisa?
+
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+Meltdown Forge, faรงa o seu inรบtil equipar uma boa arma! Tenente Dausen tem novas missรตes!
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+Mercenรกrios e projetos! Os jogadores estรฃo criando suas prรณprias armas. Sagratha e Cindy precisam de ajuda!
Mercenary Boxset A
Mercenary Boxset A
Mercenary Boxset AA
-
+Mercenary Boxset AA
Mercenary Boxset B
Mercenary Boxset B
Mercenary Boxset BB
-
+Mercenary Boxset BB
Mercenary Boxset C
Mercenary Boxset C
Mercenary Boxset CC
-
+Mercenary Boxset CC
Mercenary Boxset D
-
+Mercenary Boxset D
Mercenary Boxset DD
-
+Mercenary Boxset DD
Mercenary Boxset E
-
+Boxset mercenรกrio E
Mercenary Boxset EE
-
+Mercenary Boxset EE
Merchant
Comerciante
@@ -13590,7 +13572,7 @@ Monster Major
Monstro Maior
Monster Points (Mobpt): @@ | Gold: @@
-
+Pontos de Monstro (Mobpt): @@ | Ouro: @@
Monster Sergeant
Sargento Monstro
@@ -13601,6 +13583,9 @@ Soldado Monstro
Monsters are everywhere. They're a plague we're trying to get rid of.
Monstros estรฃo por toda parte. Eles sรฃo uma praga da qual estamos tentando nos livrar.
+Monsters are walking to different regions, new grinding zones appears!
+Monstros estรฃo caminhando para diferentes regiรตes, novas zonas de moagem aparecem!
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
Monstros nรฃo visam pequenas cidades como Candor. Esta cidade tambรฉm vem com o mais que eu sei onde tudo estรก.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
Mais poder mรกgico รฉ concedido a vocรช, mas vocรช morre com isso.
-More powerful version of healing. Requires @@ each cast.
-Versรฃo mais poderosa de cura. Requer @@ cada elenco.
-
Morgan
Morgan
@@ -13659,7 +13641,7 @@ Most of these people will not think twice before giving a nice reward to anyone
A maioria dessas pessoas nรฃo pensa duas vezes antes de dar uma boa recompensa para quem as ajuda.
Most thieves left, but that's not a problem, I created an army out of Homunculus. I already have 500 bandits. I will create more later, to get Mana Stones.
-
+A maioria dos ladrรตes saiu, mas isso nรฃo รฉ um problema, eu criei um exรฉrcito de Homรบnculo. Eu jรก tenho 500 bandidos. Eu vou criar mais tarde, para obter Mana Stones.
Mouboo
Mouboo
@@ -13715,6 +13697,9 @@ Mova esta formaรงรฃo
Movement Speed Potion
Poรงรฃo de Velocidade de Movimento
+Mr Saves
+Mr Saves
+
Msawis Card
Cartรฃo Msawis
@@ -13788,7 +13773,7 @@ My mother told me, do not go work like a guard. You will die from overheating in
Minha mรฃe me disse, nรฃo vรก trabalhar como um guarda. Vocรช vai morrer de superaquecimento no sol durante o horรกrio de verรฃo.
My name is @@ and I am the daily task master. Interested in keeping this world free from monsters, or to report back?
-
+Meu nome รฉ @@ e eu sou o mestre de tarefas diรกrias. Interessado em manter este mundo livre de monstros ou relatar de volta?
My name is Juliet, it is me who took care of you after we found you in the sea. I'm glad to see you're okay.
Meu nome รฉ Julieta, sou eu quem cuidou de vocรช depois que a encontramos no mar. Fico feliz em ver que vocรช estรก bem.
@@ -13883,6 +13868,12 @@ Nah
Nahrec
Nahrec
+Napalm Beat
+Napalm Beat
+
+Napalm Beat - Spammable AoE Skill
+Napalm Beat - Habilidade AoE Spammable
+
Nard
Nard
@@ -13923,7 +13914,7 @@ Narrator
Narrador
Nature Card
-
+Carta da Natureza
Nature Fairy
Fada da natureza
@@ -13955,9 +13946,6 @@ Nem desculpe
Neko
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-Ataque neutro com baixo valor de dano, mas com baixo custo, alcance alto e ampla รกrea de efeito.
-
Neutral monsters do not have such a sense of danger.
Monstros neutros nรฃo tรชm essa sensaรงรฃo de perigo.
@@ -14028,7 +14016,7 @@ Nina The Traveler
Nina o viajante
Ninja Card
-
+Cartรฃo Ninja
NivalShip
NivalShip
@@ -14232,7 +14220,7 @@ Not bad, not bad. Let's see if you can answer an even more difficult one.
Nada mal nada mal. Vamos ver se vocรช pode responder a uma ainda mais difรญcil.
Not bad. These are the main threat we have to fend off, along snakes and black scorpions.
-
+Nรฃo รฉ ruim. Estas sรฃo as principais ameaรงas que temos que enfrentar, as cobras e os escorpiรตes negros.
Not bad... You can now enter Lilit. If you think you can defeat me, climb the tree and meet me at the top!
Nada mal ... Agora vocรช pode entrar em Lilit. Se vocรช acha que pode me derrotar, suba na รกrvore e me encontre no topo!
@@ -14310,7 +14298,7 @@ Not right now, I'm busy.
Nรฃo agora, estou ocupado.
Not right now.
-
+Nรฃo agora.
Not sure
Nรฃo tenho certeza
@@ -14366,6 +14354,9 @@ Nota: Ovos Dourados e Prateados sรฃo apagados apรณs o prรณximo tรฉrmino do event
Note: This action cannot be undone.
Nota: Esta aรงรฃo nรฃo pode ser desfeita.
+Note: You can exchange 1 @@ for 3 @@
+Nota: Vocรช pode trocar 1 @@ por 3 @@
+
Note: You can only perform this operation @@/6 times.
Nota: Vocรช sรณ pode executar esta operaรงรฃo @@ / 6 vezes.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+Agora eu posso entregar meu relatรณrio ao professor Volrtaw ... Eu nรฃo deveria ter ficado para trรกs nas aulas.
+
Now I just drink down my worries and hope for the best.
Agora eu apenas bebo minhas preocupaรงรตes e espero o melhor.
@@ -14457,7 +14451,7 @@ Now begone.
Agora begone.
Now go talk to the King.
-
+Agora vรก falar com o rei.
Now go, and fetch the materials again. I'll make another fertilizer for you.
Agora vรก e pegue os materiais novamente. Eu vou fazer outro fertilizante para vocรช.
@@ -14493,10 +14487,10 @@ Now you need to fight monster with the maximum range, you can to do this do thes
Agora vocรช precisa lutar contra o monstro com o alcance mรกximo, vocรช pode fazer isso com estes passos em ordem: bloquear o inimigo, atacar, acertar, mover para trรกs de uma telha, bater, ETC.
Now, a simple @@ quest to make you stronger...
-
+Agora, uma simples @ @ quest para tornรก-lo mais forte ...
Now, as you gave yourself the trouble of coming here...
-
+Agora, como vocรช se deu ao trabalho de vir aqui ...
Now, let's try again.
Agora vamos tentar de novo.
@@ -14510,9 +14504,6 @@ Agora, por favor, mate 45 @@, Tente coletar algumas lรขmpadas ao mesmo tempo, el
Now, that's unfortunate. I don't think you can hit me from where you are.
Agora, isso รฉ lamentรกvel. Eu nรฃo acho que vocรช possa me bater de onde vocรช estรก.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-Agora, o verdadeiro desafio serรก iniciado. Vocรช tem muito poder bruto, mas isso nรฃo lhe dรก muitas habilidades para aprender.
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
Agora, esperar pelo domingo รฉ a parte mais chata ... Infelizmente, eu me pergunto se vou lembrar da prรณxima semana tambรฉm.
@@ -14579,8 +14570,8 @@ Claro, eu realmente tenho duas opรงรตes:
Of course, give me just a minute to look up for your data, @@.
Claro, me dรช apenas um minuto para procurar seus dados, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
-Claro, se vocรช nรฃo pedir da Mana Stone por mais magia, isso nรฃo significa nada ...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
+Claro, se vocรช nรฃo pedir da Mana Stone por mais magia, vocรช ficarรก no primeiro grau para sempre ...
Of course, they are on the left wall, go have a look at them.
Claro, eles estรฃo na parede esquerda, dรช uma olhada neles.
@@ -14589,7 +14580,7 @@ Of course. The adviser of the Yeti King, for instance, is very friendly.
Claro. O conselheiro do Yeti King, por exemplo, รฉ muito amigรกvel.
Of course: better drinks, more EXP. Just be careful to don't get so drunk that you cannot fight anymore, will ya?
-
+Claro: bebidas melhores, mais EXP. Apenas tome cuidado para nรฃo ficar tรฃo bรชbado que vocรช nรฃo pode mais lutar, vai?
Oh - Welcome to TMW2: Moubootaur Legends!
Oh - Bem vindo ao TMW2: Lendas do Moubootaur!
@@ -14928,13 +14919,13 @@ Once inside the BOSS Cave, you get a five minutes time limit to slay the boss wi
Uma vez dentro da Caverna BOSS, vocรช tem um tempo limite de cinco minutos para matar o chefe com sua festa.
Once the fight begins, the barrier at your left will lock. It won't open until the fight is over.
-
+Quando a luta comeรงar, a barreira ร  sua esquerda serรก bloqueada. Nรฃo vai abrir atรฉ a luta acabar.
Once the roots are of a desired thickness, he ties them to make a string, and applies an oil on it.
Uma vez que as raรญzes tenham a espessura desejada, ele as amarra para fazer uma corda e aplica um รณleo nela.
Once they get too annoying, I need to kill them... But I think I could put them to rest with the Rest Homunculus skill.
-
+Uma vez que eles fiquem muito irritantes, eu preciso matรก-los ... Mas eu acho que eu poderia colocรก-los para descansar com a habilidade de Homรบnculo de Descanso.
Once used, they will disappear from your inventory.
Uma vez usados, eles desaparecerรฃo do seu inventรกrio.
@@ -15030,13 +15021,13 @@ Oops, there is nobody known as @@ on this game.
Oops, nรฃo hรก ninguรฉm conhecido como @@ neste jogo.
Open Fishing Book
-
+Livro de Pesca Aberto
Open Petcaring Book
-
+Livro Aberto de Petcaring
Open Recipe Book
-
+Abrir livro de receitas
Open the chest?
Abra o baรบ?
@@ -15053,9 +15044,6 @@ Mรกscara de ร“pera
Operation Cost: @@ GP
Custo de Operaรงรฃo: @@ GP
-Operation aborted. Phew!
-Operaรงรฃo abortada. Ufa!
-
Operation successful.
Operaรงรฃo bem sucedida.
@@ -15081,10 +15069,10 @@ Or I could recover the @@ for 10 @@ and the modest fee of 4400 GP.
Ou eu poderia recuperar o @ @ por 10 @ e a modesta taxa de 4400 GP.
Or make yourself useful killing a Duck. They steal all Cherry Cake from the Inn and the staff is getting angry at me. It'll serve, too.
-
+Ou faรงa-se รบtil matando um pato. Eles roubam todo o Bolo de Cereja da Hospedaria e a equipe estรก ficando com raiva de mim. Vai servir tambรฉm.
Or maybe... You want to try again right now? I'll do whatever needed to level you up to less-noobish levels.
-
+Ou talvez ... Vocรช quer tentar de novo agora? Eu farei o que for necessรกrio para vocรช subir de nรญvel para nรญveis menos noobish.
Or rather, I can't. I would love to help you, just like everybody else, but I don't know how to make fertilizers.
Ou melhor, nรฃo posso. Eu adoraria ajudar vocรช, assim como todo mundo, mas nรฃo sei como fazer fertilizantes.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
Pinturas
-Paladin Master
-Mestre de Paladino
-
Paladin#0
Paladina
@@ -15270,10 +15255,10 @@ Past due date.
Data de vencimento vencida.
Past this checkpoint, is the village where the Monster King was born.
-
+Passado este posto de controle, รฉ a vila onde o Rei dos Monstros nasceu.
Past this grates, is the Magic Council Room.
-
+Passado este grates, รฉ a Sala do Conselho Mรกgico.
Patrick Saulc
Patrick Saulc
@@ -15416,6 +15401,9 @@ Piberries
Piberries Infusion
Infusรฃo de Piberries
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+Escolha uma recompensa em Tulimshar Guard House! Compre e use granadas! (Apenas contra monstros que nรฃo sรฃo chefes)
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
Escolha um item no armazenamento ou no inventรกrio e escolha o que vocรช deseja fazer clicando no botรฃo direito.
@@ -15491,6 +15479,12 @@ Minรฉrio de platina
Platinum Quiver
Aljava Platina
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+Os jogadores agora enviam jogadores para Nivalis e Frostia, para continuarem aprendendo sobre quem eles sรฃo. Enquanto forรงas maiores estรฃo em jogo, o jogador pode ser apenas um menor, mas certamente um importante.
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+Os jogadores estรฃo alugando Mouboos e Tortugas para se moverem mais rรกpido! Escudos agora sรฃo melhores!
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
Os jogadores podem agora sentir a forรงa dos monstros com @@, e o atraso foi reduzido. Animais de estimaรงรฃo podem fugir novamente.
@@ -15600,7 +15594,7 @@ Please invite Elmo for the party, matey! We can't leave our positions!
Por favor, convide Elmo para a festa, amigo! Nรณs nรฃo podemos deixar nossas posiรงรตes!
Please kill @@/100 @@ for us and make the world a safer place!
-
+Por favor, mate @@ / 100 @@ para nรณs e tornar o mundo um lugar mais seguro!
Please kill some of them, and bring me 10 @@!
Por favor, mate alguns deles e me traga 10 @@!
@@ -15780,10 +15774,10 @@ Pour the potion
Despeje a poรงรฃo
Power Card
-
+Cartรฃo de Potรชncia
Power in the wrong hands is nothing but a burden and a reason for others to cry. That's exactly what I don't want in this town.
-
+O poder nas mรฃos erradas nada mais รฉ que um fardo e uma razรฃo para os outros chorarem. Isso รฉ exatamente o que eu nรฃo quero nesta cidade.
Powerful magic repels you away from this magic place!
Magia poderosa repele vocรช deste lugar mรกgico!
@@ -15806,9 +15800,6 @@ Pressione a campainha?
Pretty cool! I am interested!
Muito legal! Estou interessado!
-Priest Master
-Priest Master
-
Priest#0
Sarcedotista
@@ -15837,7 +15828,7 @@ Produced item:
Item produzido:
Professor
-
+Professor
Protip 2: Drop rates are low. Try other quests while you slay mobs for this one.
Protip 2: as taxas de queda sรฃo baixas. Tente outras missรตes enquanto mata monstros para este.
@@ -15855,7 +15846,7 @@ Protip: @@ is dropped by @@. It is a tough monster, you might need some strategy
Dica: @@ รฉ obtido do @@. ร‰ um monstro durรฃo, vocรช pode precisar de alguma estratรฉgia para matรก-lo. @@ pode ser comprado em lojas.
Protip: All quests expire at 00:00 server time, be sure to finish AND report back before that!
-
+Protip: Todas as missรตes expiram ร s 00:00 do horรกrio do servidor, certifique-se de terminar e reportar antes disso!
Protip: Arkim is in a cave southeast of here and is an hermit.
Protip: Arkim estรก em uma caverna a sudeste daqui e รฉ um eremita.
@@ -15870,7 +15861,7 @@ Protip: You can get @@ from shops. Cotton is rumored to be magical, keep this is
Protip: Vocรช pode obter @@ em lojas. Dizem que o algodรฃo รฉ mรกgico, mantenha isso em mente.
Protip: You can get Croconut from Crocotree, and fill @@ purchased in the market.
-
+Protip: Vocรช pode obter Croco de Crocotree e preencher @@ comprado no mercado.
Protip: You can use "@monsterinfo <monster name>" to gauge a monster strength.
@@ -15879,7 +15870,13 @@ Protip: You need an @@ full of water to get a reply from guards.
Dica: Vocรช precisa de uma @@ cheia de รกgua para obter uma resposta dos guardas.
Protip: Your current progress will be saved.
+Protip: Seu progresso atual serรก salvo.
+
+Provoke
+Provocar
+Provoke - Provoke a single monster
+Provocar - Provocar um รบnico monstro
Prsm Helmet
Capacete Prsm
@@ -16013,14 +16010,11 @@ SOLICITAร‡รƒO DE REBOCOS DE ROGUE YETI
Race
Corrida
-Ragger Master
-Mestre do Ragger
-
Raid Trousers
Calรงa Raid
Raid might be great. Saul might be popular. SphinxNox might be an annoying brat. But I'm, or rather, will soon be... @@.
-
+Raid pode ser รณtimo. Saul pode ser popular. SphinxNox pode ser um pirralho chato. Mas eu estou, ou melhor, logo serรก ... @@.
Raijin
Raijin
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
Aumentar a agilidade para fazer essa missรฃo.
-Raise fallen party members so they can keep fighting.
-Levante os membros do grupo para que eles continuem lutando.
-
Raise max members
Aumentar membros mรกximos
Raise vitality to be able to drink even more.
Aumentar a vitalidade para poder beber ainda mais.
-Raises attack and resistance against dragons. Also raises int. Passive.
-Levanta ataque e resistรชncia contra dragรตes. Tambรฉm aumenta int. Passiva.
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-Aumenta a chance de bloquear completamente um ataque, mas o congela por um tempo. Req. Escudo.
-
-Raises defense of the whole party in 5% for a while.
-Aumenta a defesa de todo o grupo em 5% por um tempo.
-
-Raises max HP and holy resistance. Passive.
-Aumenta o HP mรกximo e a resistรชncia sagrada. Passiva.
-
Raises your Int by 50
Aumenta seu Int por 50
@@ -16110,7 +16089,7 @@ Reach level @@ to unlock this tier!
Alcance o nรญvel @@ para desbloquear esta camada!
Read Rules
-
+Leia as regras
Read the News.
Leia as notรญcias.
@@ -16166,6 +16145,9 @@ Receba Chocolate
Received @@ @@!
Recebido @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
Livro de receitas
@@ -16236,10 +16218,7 @@ Referral Program Report
Relatรณrio do Programa de Referรชncia
Reflect Card
-
-
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-Regenere a HP a cada 5 segundos, como se vocรช estivesse sempre comendo um item de cura.
+Refletir Cartรฃo
Register
registo
@@ -16349,6 +16328,15 @@ Lanรงamento 9.0 - a liberaรงรฃo prometida
Release 9.1 - Bedtime Stories
Release 9.1 - Histรณrias de dormir
+Release 9.2 - Workbench
+Release 9.2 - Bancada de trabalho
+
+Release 9.3 - Lovely Homunculus
+Release 9.3 - Adorรกvel Homunculus
+
+Release 9.4 - Balance & Bugfix Patch
+Release 9.4 - Patch de correรงรฃo de bug
+
Reload NPC Data
Recarregar dados do NPC
@@ -16359,7 +16347,7 @@ Remember also: It is wise to speak with people you meet on your journey, there i
Lembre-se tambรฉm: รฉ sรกbio falar com pessoas que vocรช encontra em sua jornada, sempre hรก algo novo para aprender.
Remember my name: I am Isbamuth, and I've took the Throne which rightfully belongs to me.
-
+Lembre-se do meu nome: Eu sou Isbamuth e peguei o Trono que por direito me pertence.
Remember that some equipment sets will give you hidden stat bonuses! So dress yourself in a fashion way, if possible!
Lembre-se que alguns conjuntos de equipamentos lhe darรฃo bรดnus de status ocultos! Entรฃo vista-se de uma maneira fashion, se possรญvel!
@@ -16398,34 +16386,34 @@ Renew Rent
Renove o aluguel
Rent 1 day for 100 GP
-
+Alugar 1 dia por 100 GP
Rent 1 day for 50 GP
-
+Alugar 1 dia por 50 GP
Rent 15 days for 1200 GP
-
+Alugar 15 dias para 1200 GP
Rent 15 days for 600 GP
-
+Alugue 15 dias para 600 GP
Rent 3 days for 135 GP
-
+Alugue 3 dias por 135 GP
Rent 3 days for 270 GP
-
+Alugue 3 dias por 270 GP
Rent 30 days for 1000 GP
-
+Alugar 30 dias por 1000 GP
Rent 30 days for 2000 GP
-
+Alugar 30 dias para 2000 GP
Rent 7 days for 300 GP
-
+Alugar 7 dias por 300 GP
Rent 7 days for 600 GP
-
+Alugar 7 dias por 600 GP
Rent Renew Price: @@ GP
Aluguel Renove Preรงo: @@ GP
@@ -16461,7 +16449,7 @@ Rescuing Cindy Quest
Resgatando a Missรฃo Cindy
Researcher
-
+investigador
Reset
Restabelecer
@@ -16503,7 +16491,7 @@ Return to Debug menu
Retornar ao menu Debug
Return to Frostia's Castle?
-
+Retornar ao castelo da Frostia?
Return to Sagratha's House?
Retornar para a casa de Sagratha?
@@ -16533,10 +16521,10 @@ Richard
Richard
Riding Mouboo
-
+Montando Mouboo
Riding Tortuga
-
+Tortuga de equitaรงรฃo
Rifle Shooter
Atirador de rifle
@@ -16605,7 +16593,7 @@ Root
Raiz
Rosa Card
-
+Cartรฃo Rosa
Rose
Rosa
@@ -16674,7 +16662,7 @@ Runestaff
Runestaff
Running is for noobs, we should hold our ground!
-
+Correr รฉ para noobs, devemos nos manter no chรฃo!
Rusty Knife
Faca Enferrujada
@@ -16715,9 +16703,6 @@ Infelizmente, vocรช nรฃo encontrou nada alรฉm de sujeira.
Safe again! You've gained some experience for your hard work!
Seguro novamente! Vocรช ganhou alguma experiรชncia pelo seu trabalho duro!
-Sage Master
-Sรกbio Mestre
-
Sage#0
Sรกbia
@@ -16806,10 +16791,10 @@ Saul and Fefe did a great revolution,
Saul e Fefe fizeram uma grande revoluรงรฃo
Saul is planning an assault at the Magic Tower. I want these Mana Stones.
-
+Saul estรก planejando um assalto na Torre Mรกgica. Eu quero essas Mana Stones.
Saul is supplying me the alchemist resources for that. In exchange, my thieves supply him gold and spare his friends.
-
+Saul estรก me fornecendo os recursos alquimistas para isso. Em troca, meus ladrรตes lhe fornecem ouro e poupam seus amigos.
Saulc Card
Carta Saulc
@@ -16914,7 +16899,7 @@ Scheduled: March 2nd
Programado: 2 de marรงo
Scheduled: October 1st
-
+Programado: 1ยบ de outubro
Scheduled: September 9th
Programado: 9 de setembro
@@ -17001,16 +16986,16 @@ See you.
Atรฉ logo.
Seems like the rat have come after the cheese.
-
+Parece que o rato veio depois do queijo.
Seems to be a recipe book about apple cookies.
Parece ser um livro de receitas sobre cookies de maรงรฃ.
Seems to be accounting reports and stuff. You take a few pages.
-
+Parece ser relatรณrios contรกbeis e outras coisas. Vocรช tira algumas pรกginas.
Seems to be related to alchemy.
-
+Parece estar relacionado com a alquimia.
Seldomly, they'll have an exclamation mark over their heads. But some quests are hidden, so talk to people and have fun!
Raramente, eles terรฃo um ponto de exclamaรงรฃo sobre suas cabeรงas. Mas algumas missรตes estรฃo escondidas, entรฃo fale com as pessoas e divirta-se!
@@ -17091,13 +17076,13 @@ Setzer
Setzer
Several books about alchemy. Seems to be pretty advanced.
-
+Vรกrios livros sobre alquimia. Parece ser bem avanรงado.
Several books about artificial lifeforms and the man who played God.
-
+Vรกrios livros sobre formas de vida artificiais e o homem que interpretou Deus.
Several books about hiding magic. Might be why the houses looked abandoned and empty but the chimney was going.
-
+Vรกrios livros sobre esconder magia. Pode ser por isso que as casas pareciam abandonadas e vazias, mas a chaminรฉ estava indo.
Several bugfixes! And a new bug replace every removed one!
Vรกrias correรงรตes de bugs! E um novo bug substitui todos os removidos!
@@ -17106,7 +17091,7 @@ Several bugfixes, and new monsters have been seen. Almost all healing items have
Vรกrias correรงรตes de bugs e novos monstros foram vistos. Quase todos os itens de cura foram alterados.
Several flasks are aligned there. They seemed to be dyes, but a close inspection reveals they're not.
-
+Vรกrios frascos estรฃo alinhados lรก. Eles pareciam ser corantes, mas uma inspeรงรฃo atenta revela que nรฃo sรฃo.
Several special clovers will show up at forests.
Vรกrios trevos especiais aparecerรฃo nas florestas.
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
Faca afiada
+Sharpshooter
+Atirador Profissional
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+Sharpshooter - Atire uma flecha ou bala que danifica tudo a caminho.
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
Ela e seu marido, Simon Bowmaker, prometeram ensinar os mรฉtodos de arco e flecha aos que tรชm forรงa de vontade e permitir que todos usem um arco.
@@ -17159,12 +17150,18 @@ Ela nรฃo estรก naquela caverna.
She met an adventurer named Merlin outside of the
Ela conheceu um aventureiro chamado Merlin fora do
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+Ela mistura o pรณ com o lodo dentro da garrafa e faz uma mistura estranha.
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
Ela deve estar com sede, lutando contra monstros neste sol ... Se alguรฉm pudesse dar a ela Cactus Potions ...
She never leaves the shade of that tree, she is always sending messages by other people!!
Ela nunca deixa a sombra daquela รกrvore, ela estรก sempre enviando mensagens de outras pessoas !!
+She pours something on it, you're not sure what. And then utters some magic words.
+Ela derrama algo sobre isso, vocรช nรฃo tem certeza do que. E entรฃo profere algumas palavras mรกgicas.
+
She probably just went out for a walk. Nothing to worry, I hope.
Ela provavelmente sรณ saiu para uma caminhada. Nada para se preocupar, espero.
@@ -17252,6 +17249,9 @@ Se vocรช for muito rรกpido ou esperar muito tempo, vocรช provavelmente irรก falh
Shovel have been changed, right-click it to bury items.
Pรก foram alterados, clique com o botรฃo direito para enter itens.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+Pรกs e mapas do Tesouro, para os exploradores neste verรฃo, depois de 21 de junho!
+
Show me what you can!
Me mostre o que vocรช pode!
@@ -17367,7 +17367,7 @@ Silvia
Silvia
Silvia is in Noble District of Tulimshar.
-
+Silvia estรก no distrito nobre de Tulimshar.
Simon
Simon
@@ -17385,7 +17385,7 @@ Sing me about the world!
Cante-me sobre o mundo!
Sit on the rug in front of me and learn wisdom! Maybe you'll learn something this way.
-
+Sente-se no tapete na minha frente e aprenda a sabedoria! Talvez vocรช aprenda algo assim.
Skeleton
Esqueleto
@@ -17463,7 +17463,7 @@ Smith Silvers
Smith Silvers
SmokeGrenade
-
+Granada de fumaรงa
Snake
Serpente
@@ -17565,13 +17565,13 @@ So, how do you feel? I see that Juliet did a marvellous job! You look like you'r
Entรฃo, como se sente? Percebo que Julieta fez um trabalho maravilhoso! Vocรช parece saudรกvel agora.
So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rearguard, or charge against certain death, buying you time?
-
+Entรฃo, se vocรช contratou um Mercenรกrio para proteger suas costas ... Vocรช preferiria atacar de retaguarda, ou atacar a morte certa, ganhando tempo?
So, it is @@ GP each one up-front. Or I can brew with your materials:
Entรฃo, รฉ @@ GP cada um na frente. Ou eu posso preparar com seus materiais:
So, it is ready?
-
+Entรฃo estรก pronto?
So, let's return to the business at hand. My men went down and haven't returned. That was long ago, by the way.
Entรฃo, vamos voltar ao negรณcio em mรฃos. Meus homens caรญram e nรฃo retornaram. Isso foi hรก muito tempo, a propรณsito.
@@ -17586,13 +17586,13 @@ So, please kill 3 @@, which are usually at beaches. You can sell their stingers.
Entรฃo, por favor, mate 3 @@, que geralmente sรฃo nas praias. Vocรช pode vender seus ferrรตes.
So, please kill @@/100 @@ for us and make the world a safer place!
-
+Entรฃo, por favor, mate @@ / 100 @@ para nรณs e tornar o mundo um lugar mais seguro!
So, please, come to me with stronger magic powers. And then, I'll teach you a new magic spell.
Entรฃo, por favor, venha para mim com poderes mรกgicos mais fortes. E entรฃo, eu vou te ensinar um novo feitiรงo.
So, there is a magical barrier to the right, which is in place exactly to protect us.
-
+Entรฃo, hรก uma barreira mรกgica para a direita, que estรก no lugar exatamente para nos proteger.
So, what about this: You bring me a @@ and I'll tailor anything you need!
Entรฃo, e sobre isso: vocรช me traz um @@ e eu vou adaptar qualquer coisa que vocรช precisar!
@@ -17610,7 +17610,7 @@ So, when you get on the door, knock it, and say this: "@@". She will open the do
So, will you go?
-
+Entรฃo vocรช vai?
So, you are the first and must contact Jesusalva %%g
@@ -17624,14 +17624,11 @@ Entรฃo, vocรช quer algum @ @ para mantรช-lo confortรกvel neste inverno rigoroso?
So, you would die a few thousands of times before ever reaching Halinarzo.
Entรฃo, vocรช morreria alguns milhares de vezes antes de chegar a Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-Entรฃo, jovem discรญpulo! Eu gostaria de poder cantar algumas palavras sem sentido e que automaticamente te davam mais habilidades, mas, infelizmente, isso nรฃo funcionaria.
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
Assim. Para o dump de informaรงรตes ou parede de texto ... eu deixo vocรช escolher o que vocรช quer saber ou ignorรก-lo completamente.
So. Uhm. The monsters here have varying levels of strength... I think the best way is to witness that yourself.
-
+Assim. Uhm Os monstros aqui tรชm vรกrios nรญveis de forรงa ... Eu acho que a melhor maneira รฉ testemunhar isso.
So... @@ That night, I cast it as usual. Everything seemed alright so I went to bed.
Entรฃo ... Naquela noite, eu lancei como de costume. Tudo parecia bem, entรฃo fui para a cama.
@@ -17640,7 +17637,7 @@ So... Anything new on my situation?
Entรฃo ... Alguma coisa nova na minha situaรงรฃo?
So... Have you tried visiting the Canyons? I know, it is a crazy idea.
-
+Entรฃo ... Vocรช jรก tentou visitar os Canyons? Eu sei, รฉ uma ideia maluca.
So... I won't say you can't do it, @@. I will just say killing the Bandit Lord is no easy task.
Entรฃo ... eu nรฃo vou dizer que vocรช nรฃo pode fazer isso, @@. Eu vou apenas dizer que matar o Bandit Lord nรฃo รฉ tarefa fรกcil.
@@ -17670,7 +17667,7 @@ Some are just living their own lives. In special, I've spent part of my life stu
Alguns estรฃo apenas vivendo suas prรณprias vidas. Em especial, passei parte da minha vida estudando a Sociedade Yeti.
Some are small, others are bigger. But they all fight togheter, so be mindful when they're in groups.
-
+Algumas sรฃo pequenas, outras sรฃo maiores. Mas todos eles lutam juntos, entรฃo esteja atento quando eles estiverem em grupos.
Some bullets have Elemental Properties, by the way. Now, what will it be?
Algumas balas tรชm propriedades elementares, a propรณsito. Agora, o que vai ser?
@@ -17922,7 +17919,7 @@ Sorry, but you don't have what I need.
Desculpe, mas vocรช nรฃo tem o que eu preciso.
Sorry, it looks like Saulc wrote on this stone. It is entirely illegible... for now.
-
+Desculpe, parece que Saulc escreveu sobre esta pedra. ร‰ totalmente ilegรญvel ... por agora.
Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on.#0
@@ -17999,14 +17996,26 @@ Avenida Sudeste#lof
Southwest Avenue#lof
Avenida Sudoeste#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+Especializado em habilidades mรกgicas e destrutivas.
+
+Specialized in miscellaneous skills.
+Especializado em diversas habilidades.
+Specialized in skills with weapon-based damage and Assassination.
+Especializado em habilidades com dano baseado em armas e Assassinato.
+
+Specialized in support, buff, debuff and strengthening skills.
+Especializado em suporte, buff, debuff e habilidades de fortalecimento.
Spectral Orb
Orbe Espectral
Speed Card
-
+Cartรฃo de Velocidade
Spell Book Page
Pรกgina do livro de feitiรงos
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
Stalman
-Standard fireball skill.
-Habilidade de bola de fogo padrรฃo.
-
Start broadcasting
Comeรงe a divulgar
@@ -18135,7 +18141,7 @@ Still haven't found it? Well, keep looking the barrels at this storehouse. I kno
Ainda nรฃo encontrou? Bem, continue procurando os barris nesse armazรฉm. Eu sei que estรก lรก em algum lugar.
Still, they can be useful when you're trying to solo a boss and need help. The number of stars on the card is the strength and rarity. Use them wisely.
-
+Ainda assim, eles podem ser รบteis quando vocรช estรก tentando soltar um chefe e precisar de ajuda. O nรบmero de estrelas no cartรฃo รฉ a forรงa e a raridade. Use-os com sabedoria.
Stop broadcasting
Pare de transmitir
@@ -18153,7 +18159,7 @@ Strange figures appear, claiming to be from the Land of Fire, and using interest
Figuras estranhas aparecem, alegando ser da Terra do Fogo, e usando varas interessantes, que cospe fogo.
Strange switch status: @@
-
+Status estranho do interruptor: @@
Strangely enough, when he died, he became a ghost. This shouldn't happen, but yet...
Estranhamente, quando ele morreu, ele se tornou um fantasma. Isso nรฃo deveria acontecer, mas ainda assim ...
@@ -18246,7 +18252,7 @@ Summoned Monster
Monstro Convocado
Summoning is part of Mana Magic. Mana Magic is trickier, you must have control over magic power to use it properly.
-
+Invocaรงรฃo รฉ parte da Magia de Mana. Mana Magia รฉ mais complicado, vocรช deve ter controle sobre o poder mรกgico para usรก-lo corretamente.
Sunday I am having a Church Party but I forgot to prepare food!
Domingo eu estou tendo uma festa de igreja mas eu esqueci de preparar comida!
@@ -18260,6 +18266,12 @@ Cristal Ensolarado
Super Menu
Super Menu
+Supreme Attack
+Ataque Supremo
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+Ataque Supremo - Causa um ataque muito forte com precisรฃo reduzida.
+
Supreme Chest
Baรบ Supremo
@@ -18294,7 +18306,7 @@ Sure. Here, take it.
Certo. Aqui, pegue.
Sure. I like to keep Alcoholic beverages, because they raise EXP gain when you drink @@.
-
+Certo. Eu gosto de manter bebidas alcoรณlicas, porque elas aumentam o ganho de EXP quando vocรช bebe @@.
Surprise me!
Surpreenda-me!
@@ -18318,46 +18330,46 @@ T.T "Why I think you are withdrawing information all along?"
T0 - Base Bonus
-
+T0 - Bรดnus Base
T1 - Accuracy Bonus
-
+T1 - Bรดnus de Precisรฃo
T1 - Attack Bonus
-
+T1 - Bรดnus de Ataque
T1 - Defense Bonus
-
+T1 - Bรดnus de Defesa
T1 - Evasion Bonus
-
+T1 - Bรดnus de Evasรฃo
T2 - Double Power Bonus
-
+T2 - Bรดnus de Potรชncia Dupla
T2 - Max Stats Bonus
-
+T2 - Bรณnus Max Stats
T2 - Regeneration Bonus
-
+T2 - Bรดnus de Regeneraรงรฃo
T2 - Speed Bonus
-
+T2 - Bรดnus de velocidade
T3 - Boss Techniques Bonus
-
+T3 - Bรดnus de Tรฉcnicas de Patrรฃo
T3 - Mana Economy Bonus
-
+T3 - Bรดnus de Economia de Mana
T3 - SC Inflict Bonus
-
+Bรดnus de Inflito T3 - SC
T3 - SC Resist Bonus
-
+T3 - Bรดnus de Resistรชncia ao SC
T4 - Ultimate Bonus
-
+T4 - bรดnus final
THAT GRIMORIE IS A SUPER DUPER MEGA UPER RARE BOOK, I CANNOT GIVE IT TO ANYBODY ASKING ME ABOUT!!
AQUELE GRIMORIUM ร‰ UM LIVRO SUPER DUPER MEGA UPER RARO, NรƒO POSSO DAR-LHE A QUALQUER PESSOA ME PEDINDO UM!!
@@ -18374,6 +18386,9 @@ ESTA ร‰ UMA LUTA SOLO, AS EQUIPES NรƒO SรƒO PERMITIDAS NO INTERIOR.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
ESTE ร‰ AS RUรNAS DO TEMPLO DE MOUBOOTAUR ... ESTE LUGAR ร‰ SAGRADO ...
+TMW 2 Staff
+Cajado TMW 2
+
TMW Adventure
Aventura TMW
@@ -18411,7 +18426,7 @@ Take care. Here, take this @@. You can sell it for some quick-spot cash, or use
Cuidar. Aqui, pegue isso @@. Vocรช pode vendรช-lo por algum dinheiro rรกpido ou usรก-lo como arma.
Take care. This is a dangerous world, but I think that worse than being attacked by sea monsters, is starving from hunger!
-
+Cuidar. Este รฉ um mundo perigoso, mas eu acho que pior do que ser atacado por monstros marinhos, estรก morrendo de fome!
Take care: Secret passages can be dangerous places (or not).
Tome cuidado: passagens secretas podem ser lugares perigosos (ou nรฃo).
@@ -18432,7 +18447,7 @@ Take this @@ to prove you're one of us! Could you also invite Elmo? Thanks, mate
Pegue esta @@ para provar que vocรช รฉ um de nรณs! Vocรช tambรฉm pode convidar o Elmo? Obrigado, amigo!
Take this @@. It might save your life on the secret mission you're about to be assigned to.
-
+Pegue isso @@. Pode salvar sua vida na missรฃo secreta a qual vocรช estรก prestes a ser designado.
Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!
Pegue este distintivo para poder ter acesso ร  casa de guarda. Vocรช encontrarรก mais trabalho lรก. Tchau e boa sorte!
@@ -18473,9 +18488,6 @@ Falo com vocรช em breve!
Tamiloc
Tamiloc
-Tanker Master
-Mestre de Tanque
-
Tanker#0
Tanker
@@ -18483,7 +18495,7 @@ Tanker#1
Tanker
Taree
-
+Taree
Tea party! I want to participate.
Festa do Chรก! Eu quero participar.
@@ -18530,15 +18542,6 @@ Diga-me qual idioma vocรช fala e eu mudarei a nota na lista de passageiros do na
Tell people the name of a new hero.
Diga ร s pessoas o nome de um novo herรณi.
-Temporaly raise your agility and move speed, in exchange of HP.
-Aumente temporariamente sua agilidade e velocidade de movimento, em troca de HP.
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-Mude temporariamente o elemento arma para @@. A taxa de sucesso รฉ fixada em 70%.
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-Imunidade temporรกria para mover stun quando acertar e bรดnus MDEF.
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
Dez, cinquenta, mil... Sim, essa รฉ a quantia que te pedi.
@@ -18549,7 +18552,7 @@ Tentacles
Tentรกculos
Teraa
-
+Teraa
Terranite
Terranita
@@ -18807,7 +18810,7 @@ Thanks, I'll just bake the Elixir right away...!
Obrigado, vou assar o Elixir imediatamente ...!
Thanks, and bye.
-
+Obrigado e tchau.
Thanks, come back and see me once you found the bug bomb and set it off.
Obrigado, volte e me veja assim que encontrar a bomba e desligue-a.
@@ -19139,8 +19142,8 @@ Os Game Masters estรฃo montando uma festa para atacar Hurnscald e liberรก-lo. Vo
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
A missรฃo do Grand Hunter estรก disponรญvel com o Aidan. ร‰ uma experiรชncia do Alto Conselho,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
-O cartรฃo de guarda irรก provar suas intenรงรตes. Fale com o tenente.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
+O cartรฃo de guarda irรก provar suas intenรงรตes. Fale com o tenente em frente ร  Casa da Guarda.
The Guard patted you on the back.
O guarda lhe deu um tapinha nas costas.
@@ -19182,7 +19185,7 @@ The Mana Plane is currently out of reach.
O aviรฃo de mana estรก fora de alcance.
The Mana Stone... is a scary being. It changes you. I'm no longer myself, but some thieves are still at my side... for now.
-
+A Mana Stone ... รฉ um ser assustador. Isso muda vocรช. Eu nรฃo sou mais eu mesmo, mas alguns ladrรตes ainda estรฃo ao meu lado ... por agora.
The Mana Stones were stolen, in evil hands have fallen!
As Mana Stones foram roubadas, nas mรฃos do mal caรญram!
@@ -19193,8 +19196,8 @@ O exรฉrcito monstro estรก atualmente cercando Tulimshar. Existem centenas de mon
The Monster King
O rei monstro
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
-O Monster King Army estรก atacando cidades aleatoriamente! Os jogadores jรก causaram uma perda de cerca de @@ oficiais!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
+
The Monster King Army is occupying several towns! Brave players need to group and retake them!
O exรฉrcito do Rei Monstro estรก ocupando vรกrias cidades! Jogadores corajosos precisam agrupar e retomar!
@@ -19221,7 +19224,7 @@ The Monster King#NLib
The Monster King.
-
+O rei monstro.
The Mouboo is lying down on the grass.
O Mouboo estรก deitado na grama.
@@ -19262,15 +19265,9 @@ Os guardas de Tulimshar precisam de um funcionรกrio freelancer que nos ajude em
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
O Desafio da UDT irรก criar um Gladiator Monster que de alguma forma deve imitar uma experiรชncia PvP.
-The Warriors have three other subclasses:
-Os guerreiros tรชm outras trรชs subclasses:
-
The Wildlife
A vida selvagem
-The Wizards have three other subclasses:
-Os Wizards tรชm outras trรชs subclasses:
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
O coraรงรฃo do mundo estรก na borda do mundo. As Famรญlias Antigas * reais * sรฃo as que a quebraram em partes e a trouxeram para cada cidade.
@@ -19307,14 +19304,11 @@ O nรญvel mรฉdio do jogador รฉ @@
The bank and item storage is shared between all characters within a same account.
O banco e o armazenamento de itens sรฃo compartilhados entre todos os personagens de uma mesma conta.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-O ataque mรกgico bรกsico de um padre. Nenhum efeito contra Monstros Sagrados.
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
A melhor coisa seria deixar vocรช fazer o arco sozinho. Mas eu acho que isso iria longe. E levaria sรฉculos para obter um arco de alta qualidade.
The big one without hat
-
+O grande sem chapรฉu
The biggest mine, where you could find Mana Stones in the past, is now entirely depleted. Not a single stone left.
A maior mina, onde vocรช poderia encontrar Mana Stones no passado, estรก agora totalmente esgotada. Nenhuma pedra sobrou.
@@ -19349,9 +19343,6 @@ A cidade ainda estรก sob reparos, mas a praรงa da cidade jรก estรก segura.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
A cidade floresceu apenas porque Janett Platinum teve a ideia de construir muros da cidade em torno desta cidade.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-O mestre da turma mistura o pรณ com o lodo dentro da garrafa e faz uma mistura estranha.
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
O clima frio รฉ ideal para limos, pinguins e outras criaturas geladas. Vocรช pode encontrar muitos ... gelo, claro!
@@ -19370,9 +19361,6 @@ As colheitas estรฃo sob ataque? Isso รฉ terrรญvel!
The curse was done by nobody less than... the Moubootaur.
A maldiรงรฃo nรฃo foi feita por ninguรฉm menos que ... o Moubootaur.
-The defensive guy, with every support skill a mage could need.
-O cara defensivo, com todas as habilidades de suporte que um mago poderia precisar.
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
A demanda por jogadores fortes cresceu em todos os lugares. Atรฉ mesmo a pena de morte diminuiu, e os GMs estรฃo fazendo melhores eventos agora.
@@ -19401,7 +19389,7 @@ The door is sealed. The riddle says: โ€œI drink, I become, I am. Don't say my na
The door won't budge.
-
+A porta nรฃo se move.
The dyes are to disguise myself, I don't want to get caught. The potions are for safety, who knows what I'll face?
Os corantes sรฃo para me disfarรงar, eu nรฃo quero ser pego. As poรงรตes sรฃo para seguranรงa, quem sabe o que vou enfrentar?
@@ -19419,7 +19407,7 @@ The farmer seems mad and in need of help. Will you help him?
O fazendeiro parece louco e precisa de ajuda. Vocรช vai ajudรก-lo?
The fee only need to be paid once and will work in every town.
-
+A taxa sรณ precisa ser paga uma vez e funcionarรก em todas as cidades.
The fertile climate is ideal for mushrooms. You can also find lots of wood.
O clima fรฉrtil รฉ ideal para cogumelos. Vocรช tambรฉm pode encontrar muita madeira.
@@ -19433,21 +19421,12 @@ A primeira pรกgina contรฉm as regras universais que foram acordadas em toda a te
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
O primeiro estรกgio รฉ nos cรขnions do deserto. Vocรช deve dar um cรญrculo completo no canyon em 90 segundos.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-O primeiro teste รฉ simples, nรฃo estou fazendo nada em especial. Traga-me 1 @@ ou 200 @@ e 20 @@.
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
A vara de pesca permite uma renda rรกpida com a venda de peixes. No entanto, chegar ao pescador pode exigir alguma exploraรงรฃo ... O mundo inteiro รฉ cheio de segredos.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
A predita busca do evento Call Of Dusty agora tambรฉm estรก disponรญvel para as Partes PVP.
-The full-attack guy. Two hand swords works best!
-O cara do ataque total. Duas espadas de mรฃo funcionam melhor!
-
-The full-defense guy. Most skills require a shield.
-O cara da defesa completa. A maioria das habilidades requer um escudo.
-
The gates are firmly shut, no amount of force will break them.
Os portรตes estรฃo firmemente fechados, nenhuma quantidade de forรงa irรก quebrรก-los.
@@ -19476,7 +19455,7 @@ The house is a mess. They need me here. Also.
A casa estรก uma bagunรงa. Eles precisam de mim aqui. Alรฉm disso.
The hut is... empty. And it doesn't have a fireplace, either.
-
+A cabana estรก vazia. E tambรฉm nรฃo tem lareira.
The inn north of me still haven't opened, which is a shame. I guess their cassino got too expensive.
A pousada ao norte de mim ainda nรฃo abriu, o que รฉ uma vergonha. Eu acho que o cassino deles ficou muito caro.
@@ -19491,7 +19470,7 @@ The kid is not paying attention to you.
O garoto nรฃo estรก prestando atenรงรฃo em vocรช.
The knob has... melted down? What?
-
+O botรฃo foi ... derretido? O que?
The last task I could give you is to exterminate 200 @@. They actually stop miners progress on the mine.
A รบltima tarefa que posso dar รฉ exterminar 200 @@. Eles realmente impedem o progresso dos mineiros na mina.
@@ -19515,7 +19494,7 @@ The magic council have only a handful set of them, and they let only the most sk
O conselho mรกgico tem apenas um punhado deles, e eles deixam apenas os mais habilidosos conseguirem.
The magic power outflowing in the room prevents you from leaving.
-
+O poder mรกgico que flui na sala impede que vocรช saia.
The mana bridge is closed at the moment.
A ponte de mana estรก fechada no momento.
@@ -19541,9 +19520,6 @@ As minas alรฉm deste ponto foram fechadas em 280 AT porque Terranita. Voce foi a
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
Os monstros em cada Heroes Hold Dungeon irรฃo cair @@, uma moeda que sรณ pode ser encontrada aqui.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-Quanto mais nรญveis e inteligรชncia vocรช tiver, mais provavelmente a Mana Stone lhe concederรก mais Magic Power. Mas isso nรฃo significa nada.
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
As ninfas mais famosas sรฃo aquelas que usam coisas feitas de pele de cobra.
@@ -19586,9 +19562,6 @@ A enfermeira ... A enfermeira estรก ... Fazendo tudo o que pode ... Para me ajud
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-O cara ofensivo, com todas as habilidades de ataque que um mago poderia precisar.
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
Os que estรฃo por aqui sรฃo especialmente desagradรกveis. Eles roubam coisas e as selam em caixas de presentes, sรณ para se divertir enquanto as pessoas tentam abrir ...
@@ -19610,8 +19583,8 @@ As senhas nรฃo correspondem.
The pirate ship captain appear! TAKE CARE!!
O capitรฃo do navio pirata aparece! CUIDAR!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
-A poรงรฃo รฉ assada, vocรช tem trinta e cinco minutos! Leia o mais rรกpido que puder, nรฃo perca detalhes!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
+A poรงรฃo estรก cozida e o tempo estรก correndo! Leia o mais rรกpido que puder, nรฃo perca detalhes!
The power of Soren's House kicks @@ like a game master.
O poder da casa de Soren chuta @@ como um mestre de jogo.
@@ -19698,7 +19671,7 @@ The spell fails!
O feitiรงo falha!
The stairs have magic cast on them, I cannot climb.
-
+As escadas tรชm magia nelas, nรฃo posso subir.
The stairs lead to nowhere. However, there is a magic sigil on the bottom.
As escadas levam a lugar nenhum. No entanto, existe um sigilo mรกgico no fundo.
@@ -19725,7 +19698,7 @@ The title is transferred when the MVP is killed (either in PVP or by the boss),
O tรญtulo รฉ transferido quando o MVP รฉ eliminado (no PVP ou pelo chefe) ou quando o tempo se esgota.
The village name is difficult to read.
-
+O nome da aldeia รฉ difรญcil de ler.
The warp crystal broke.
O cristal da teia quebrou.
@@ -19736,9 +19709,6 @@ O guerreiro se vira para vocรช, sorrindo amplamente.
The water was too shallow...
A รกgua estava muito rasa ...
-The well-round guy, with reasonable def, attack, and support skills.
-O cara bem redondo, com habilidades razoรกveis โ€‹โ€‹de defesa, ataque e suporte.
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
A equipe toda estรก muito angustiada tambรฉm. Vocรช poderia aproveitar a oportunidade para ver se a equipe estรก colocando a culpa em Peetu? Desde jรก, obrigado.
@@ -19751,9 +19721,6 @@ A janela parece estar desbloqueada. Pode ter sido aberto hรก algum tempo atrรกs.
The wine wasn't ready yet and you lost it...
O vinho ainda nรฃo estava pronto e vocรช perdeu ...
-The wise guy, which doesn't relies on magic, and loves summon.
-O cara sรกbio, que nรฃo depende de magia, e adora convocar.
-
The wood bends a little, but doesn't breaks.
A madeira se dobra um pouco, mas nรฃo quebra.
@@ -19917,7 +19884,7 @@ There probably is a huge, flashing orange exclamation mark over a suitable knife
Provavelmente hรก um enorme ponto de exclamaรงรฃo laranja sobre uma faca adequada que vocรช poderia pegar e ninguรฉm se importaria.
There seems to be signs of a fight long forgotten, but it still reeks blood.
-
+Parece haver sinais de uma luta hรก muito esquecida, mas ainda cheira a sangue.
There was a visitor with a mask? I didn't notice. You see, I spend most of my time in the workshop, and concentrate on my work. There are other helpers who attend to the visitors. And hopefully keep them from disturbing my concentration.
Houve um visitante com uma mรกscara? Eu nรฃo percebi. Vocรช vรช, eu gasto a maior parte do meu tempo na oficina e me concentro no meu trabalho. Existem outros ajudantes que atendem aos visitantes. E esperemos que eles nรฃo perturbem minha concentraรงรฃo.
@@ -20007,22 +19974,22 @@ There's not everything I've asked for...
Nรฃo hรก tudo que eu pedi ...
There's nothing in the Magic Council Room, though. It's just a perk.
-
+Nรฃo hรก nada na Sala do Conselho Mรกgico, no entanto. ร‰ apenas um privilรฉgio.
There's one on the basement of this house. If you kill it, Hasan will think on you as a hero and won't steal you anymore.
Hรก um no porรฃo desta casa. Se vocรช matar, Hasan vai pensar em vocรช como um herรณi e nรฃo vai mais roubar vocรช.
There's some diversity, but you should keep aiming at helping people and killing small-fry. If you ever want a challenge, there's a Giant Maggot inside the town which will one-shot you.
-
+Hรก alguma diversidade, mas vocรช deve continuar com o objetivo de ajudar as pessoas e matar pequenas crianรงas. Se vocรช quiser um desafio, hรก uma Maggie Gigante dentro da cidade que te farรก um tiro.
There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first.
-
+Hรก algum lugar que eu quero que vocรช vรก, mas vocรช ainda nรฃo รฉ forte o suficiente, entรฃo seja paciente e ajude-os primeiro.
There's usually not a lot of things to do past these gates, but some monsters which only lives on the Land of Fire can only be found there!
Geralmente nรฃo hรก muitas coisas para fazer alรฉm desses portรตes, mas alguns monstros que sรณ vivem na Terra do Fogo sรณ podem ser encontrados lรก!
There, now you can not only craft items, but craft AWESOME ITEMS!
-
+Lรก, agora vocรช pode nรฃo apenas criar itens, mas criar ITENS IMPRESSIONANTES!
There... *hic* They will expire *hic* in just @@... Or on logout.
Lรก ... * hic * Eles irรฃo expirar * hic * em apenas @@ ... Ou no logout.
@@ -20046,10 +20013,10 @@ These are saved by walking in warp portals or touching Soul Menhirs.
Estes sรฃo salvos por andar em portais de dobra ou tocando Soul Menhirs.
These assassins will catch me if I do that now!
-
+Esses assassinos vรฃo me pegar se eu fizer isso agora!
These barrels are sealed and heavy. It's impossible to know what's inside. There's a marking on them, you copy them somewhere.
-
+Esses barris sรฃo selados e pesados. ร‰ impossรญvel saber o que tem dentro. Hรก uma marcaรงรฃo neles, vocรช os copia em algum lugar.
These boxes cannot be sold, but they'll be deleted a while after the event ends.
Essas caixas nรฃo podem ser vendidas, mas serรฃo excluรญdas apรณs o tรฉrmino do evento.
@@ -20130,17 +20097,20 @@ They look like the same, but they're not. Mana Skills have a Magic Experience me
Eles parecem iguais, mas nรฃo sรฃo. Mana Skills tem um medidor Magic Experience e tem regras diferentes.
They must be reagents used in alchemy.
-
+Eles devem ser reagentes usados โ€‹โ€‹na alquimia.
They must never know we had it. Their sacrifices must be forgotten. For the sake of all.
Eles nunca devem saber que nรณs tivemos isso. Seus sacrifรญcios devem ser esquecidos. Pelo bem de todos.
They need to be feed, when hunger falls below 75. @@ is the best food for them.
-
+Eles precisam ser alimentados, quando a fome cai abaixo de 75. @@ รฉ a melhor comida para eles.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+Eles restringem o acesso a ele para impedir que novos Monstros se levantem. Eles tambรฉm mantรชm registro em todos os magos do mundo.
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
Eles nรฃo deveriam. Vocรช poderia, talvez, gentilmente me trazer 1 @@?
@@ -20166,13 +20136,13 @@ They're not magic, but yayaya, people like to say it is! Yeyeye.
Eles nรฃo sรฃo mรกgicos, mas yayaya, as pessoas gostam de dizer que รฉ! Yeyeye
They're not too dangerous, but takes a lot to kill. So, if you kill 10 of them, I'll know you're dedicated in learning which monsters are out there.
-
+Eles nรฃo sรฃo muito perigosos, mas demoram muito para matar. Entรฃo, se vocรช matar 10 deles, eu sei que vocรช รฉ dedicado em aprender quais monstros estรฃo por aรญ.
They're scary, don't you think so?
Eles sรฃo assustadores, vocรช nรฃo acha?
They're strong, so keep fighting Maggots and Scorpions which you're used to, until you get stronger.
-
+Eles sรฃo fortes, entรฃo continue lutando contra os vermes e os escorpiรตes aos quais vocรช estรก acostumado, atรฉ ficar mais forte.
They're too strong for me!
Eles sรฃo fortes demais para mim!
@@ -20222,8 +20192,8 @@ Este livro irรก escrever-se e revelar-lhe o Segredo do Mana.
This boost can be used until level 15.
Este boost pode ser usado atรฉ o nรญvel 15.
-This cannot be undone. Are you sure?
-Isto nรฃo pode ser desfeito. Vocรช tem certeza?
+This can be changed later, don't worry.
+Isso pode ser alterado mais tarde, nรฃo se preocupe.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
Isso causou um distรบrbio de mana e os itens de cura estรฃo funcionando melhor agora, afetando todos os setores da economia.
@@ -20232,7 +20202,7 @@ This character person is strange I better get away...
Essa pessoa de carรกter รฉ estranha, รฉ melhor eu fugir ...
This coal will aid you to craft better weapons later. It's a token of appreciation. Good job.
-
+Este carvรฃo ajudarรก vocรช a fabricar armas melhores depois. ร‰ um sinal de apreciaรงรฃo. Bom trabalho.
This didn't work. All pins are now unlocked!
Isso nรฃo funcionou. Todos os pinos estรฃo agora desbloqueados!
@@ -20418,7 +20388,7 @@ This means ##BAll items were lost##b, and you need to collect EVERYTHING, again,
This means everytime you get more power, you lose control. Pratice is the key.
-
+Isso significa que toda vez que vocรช conseguir mais energia, perderรก o controle. Prรกtica รฉ a chave.
This means that if you drop a coin on Advanced Dungeon, 4 coins will be dropped instead. On Expert, that would be 8.
Isto significa que se vocรช jogar uma moeda no Advanced Dungeon, 4 moedas serรฃo descartadas. No Expert, isso seria 8.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
Esta singularidade permanecerรก desarmada por @@ mais!
-This skill can be further improved with Job Points
-Esta habilidade pode ser melhorada com os Job Points
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
Esta pequena ilha รฉ um bom lugar para curar nossas feridas, e os monstros aqui nรฃo sรฃo ameaรงadores.
@@ -20505,7 +20472,7 @@ This teleporter is currently recharging.
Este teleportador estรก atualmente recarregando.
This throne is not from the Monster King... IT BELONGS ONLY TO ME!
-
+Este trono nรฃo รฉ do Rei Monstro ... ร‰ PERTENCENTE A MIM!
This torch is already lit.
Esta tocha jรก estรก acesa.
@@ -20610,7 +20577,7 @@ Time limit for answer: 2 minutes
Prazo para resposta: 2 minutos
Time remaining to report completion:
-
+Tempo restante para a conclusรฃo do relatรณrio:
Tin Ingot
Barra de estanho
@@ -20685,7 +20652,7 @@ To counter-act this, nicholas lowered craft prices, and the folks at LoF are doi
Para neutralizar isso, Nicolau baixou os preรงos do artesanato e o pessoal da LoF estรก fazendo o melhor que pode para refinar.
To create an homunculus out of the embryo mass: Use the Call Homunculus Skill. It'll be random, based on the embryo nature.
-
+Para criar um homรบnculo fora da massa do embriรฃo: Use a Habilidade de Chamar Homรบnculos. Serรก aleatรณrio, baseado na natureza do embriรฃo.
To create an homunculus, I should follow the secrets in the book "The Man Who Played God". I wrote this narrative with the greatest secrets of it.
@@ -20747,6 +20714,9 @@ Para ajudar fadas
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
Para participar de uma simulaรงรฃo, clique com o botรฃo direito em um dos tenentes e junte-se ร s suas Estaรงรตes de Batalha. A broca pode durar atรฉ 10 minutos.
+To learn @@ you'll need @@/@@ point(s).
+Para aprender @@ vocรช precisarรก de @@ / @@ point (s).
+
To make @@ I need one from each gem powders, and 800 GP for commission.
Para fazer @@ eu preciso de um de cada pรณ de gema e 800 GP para comissรฃo.
@@ -20780,6 +20750,15 @@ Para me provar sua fรฉ, traga-me 1 @@ ou 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
Para provar seus resultados, traga-me @@ @@, @@ @@ e @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+Para se registrar como caรงador, fale com Aidan, tambรฉm no mercado - o Bazar.
+
To reset back to normal:
Para redefinir de volta ao normal:
@@ -20864,8 +20843,8 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
Pena que essas lรขmpadas se apagam depois de um tempo ... Estou fazendo estoques delas agora!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
-Muito ruim, hรก algumas boas notรญcias esta semana. Coisas como ir a Candor por apenas 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
+Muito ruim, hรก algumas boas notรญcias esta semana. Coisas como ir a Candor de graรงa.
Too bad, you're really missing out!
Que pena, vocรช estรก realmente perdendo!
@@ -21032,8 +21011,11 @@ Baรบs de tesouro foram vistos nas masmorras, sempre mudando de lugar e se reabas
Treasurer
Tesoureiro
-Triggers an attack speed buff when using two swords.
-Aciona um buff de velocidade de ataque ao usar duas espadas.
+Trickmaster
+Mestre dos Truques
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
+O Trickster usa uma janela experimental, vocรช pode precisar redimensionรก-la para ver todas as habilidades.
Tritan
Tritรฃo
@@ -21044,9 +21026,6 @@ Voz de Tritรฃo
Troll
Troll
-Try again!
-Tente novamente!
-
Try again?
Tente novamente?
@@ -21060,7 +21039,7 @@ Try killing it, and if it kills you, just come back from death to continue killi
Tente matรก-lo, e se isso te matar, volte da morte para continuar matando-o.
Try praticing with different mana magic skills. Anyway, you can use this command to see your magic proeficiency:
-
+Tente praticar com diferentes habilidades mรกgicas de mana. De qualquer forma, vocรช pode usar esse comando para ver sua proficiรชncia mรกgica:
Try talking to Soul Menhir or with any NPC on Tulimshar Centre (near Soul Menhir).
Tente falar com Soul Menhir ou com qualquer NPC no Tulimshar Center (perto de Soul Menhir).
@@ -21114,7 +21093,7 @@ Tulimshar Jewerly is once again open. Cyndala and Tamiloc rented a shop south of
A jรณia de Tulimshar estรก aberta outra vez. Cyndala e Tamiloc alugaram uma loja ao sul de Tulimshar.
Tulimshar Map
-
+Mapa de Tulimshar
Tulimshar Mines
Minas de Tulimshar
@@ -21198,7 +21177,7 @@ Uhm, I don't need that.
Nรฃo preciso disso.
Uhm, I don't think this item needs my skills.
-
+Nรฃo acho que esse item precise das minhas habilidades.
Uhm, just remember it'll be manually verified before prizes are given... Don't even think on cheating!
Humm, lembre-se que serรก verificada manualmente antes que os prรชmios sejam dados ... Nem pense em trapacear!
@@ -21210,7 +21189,7 @@ Uhm, no, not really. Maybe later, who knows?
Nรฃo, na verdade nรฃo. Talvez mais tarde, quem sabe?
Uhm, of course a book like this has to be a trap, right?
-
+Uhm, claro que um livro como este tem que ser uma armadilha, certo?
Uhm, that's an... @@. Do you... want to grow a tree on the mouboo or something? Can't you think on something else?
Uhm, isso รฉ um ... @@. Vocรช quer crescer uma รกrvore no mouboo ou algo assim? Vocรช nรฃo pode pensar em outra coisa?
@@ -21263,6 +21242,9 @@ Infelizmente, outros nomes de vencedores nรฃo foram registrados.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+Infelizmente, estamos fechando. Este edifรญcio รฉ velho demais.
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
Monstros รบnicos podem ser encontrados lรก, e as pessoas dizem sobre as equipes que matam a morte crua e desgraรงa com isso!
@@ -21270,7 +21252,7 @@ Unless you are an exceptionally talented mage or an influentical politician, it
A menos que vocรช seja um mago excepcionalmente talentoso ou um polรญtico influente, รฉ improvรกvel.
Unless you're an Alliance member or have authorization, you cannot go in.
-
+A menos que vocรช seja um membro da Alianรงa ou tenha autorizaรงรฃo, nรฃo poderรก entrar.
Unless you're looking forward a death penalty, DO NOT JUMP!
A menos que vocรช esteja ansioso por uma pena de morte, NรƒO pule!
@@ -21326,9 +21308,6 @@ Use essas moedas para trocar por coisas. Mas cuidado: Cada dificuldade da masmor
Use your @@ as currency!
Use seu @@ como moeda!
-Useful in PvP when your enemy have equipped a @@
-รštil em PvP quando seu inimigo tiver equipado um @@
-
Usename#0000
@@ -21432,7 +21411,7 @@ Victory Conditions
Condiรงรตes de Vitรณria
Victory Conditions: Defeat all enemies!
-
+Condiรงรตes de Vitรณria: Derrote todos os inimigos!
Victory Conditions: Defeat the assassin!
Condiรงรตes de Vitรณria: Derrote o assassino!
@@ -21441,7 +21420,7 @@ Victory Conditions: Protect Sagratha!
Condiรงรตes de Vitรณria: Proteja Sagratha!
Victory Conditions: Survive!
-
+Condiรงรตes de Vitรณria: Sobreviva!
View LeaderBoard
Ver LeaderBoard
@@ -21483,7 +21462,7 @@ WARNING#015535661
WARNING, you have been detected cheating and thus, violating Tulimshar Anti-Theft Policy.
-
+ATENร‡รƒO, vocรช foi detectado trapaรงa e, portanto, violando a polรญtica antifurto da Tulimshar.
WARNING. YOU ARE CHEATING THE GRIMORIE QUEST.
ATENร‡รƒO. VOCรŠ ESTร CHEANDO A PROCURA DE GRIMOIRE.
@@ -21498,13 +21477,13 @@ WARNING: Change your equipment now.
AVISO: Mude seu equipamento agora.
WARNING: DO NOT PROCEED UNLESS YOU'RE READY.
-
+AVISO: NรƒO PROSSIGA A MENOS QUE VOCรŠ ESTEJA PRONTO.
WARNING: Desert Canyon locked down due major bugs
AVISO: Desert Canyon bloqueado devido a grandes erros
WARNING: Difficult quest, bringing plenty of healing items strongly advised!
-
+AVISO: Busca difรญcil, trazendo muitos itens de cura fortemente aconselhados!
WARNING: Do not spend unecessary time on Soren's House, you'll be disconnected!
AVISO: Nรฃo perca tempo desnecessรกrio na Casa de Soren, vocรช serรก desconectado!
@@ -21515,9 +21494,6 @@ AVISO: A habilidade Falso Morte estรก desabilitada na luta.
WARNING: If you insert wrong pincode, you'll be disconnected.
AVISO: Se vocรช inserir um cรณdigo PIN errado, vocรช serรก desconectado.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-AVISO: Se vocรช deixar a subclasse, perderรก todas as habilidades relacionadas a ela!
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
AVISO: NENHUMA EXPERIรŠNCIA SERร REALIZADA DESTA LUTA.
@@ -21552,7 +21528,7 @@ WARNING: You must give at least @@ boxes more before event ends to be eligible f
AVISO: Vocรช deve dar pelo menos @@ caixas antes que o evento termine para se qualificar para uma recompensa!
WARNING: You still need the @@ to learn new recipes!
-
+AVISO: Vocรช ainda precisa do @@ para aprender novas receitas!
WAW thank you! Come back later to bring me extra @@!
WAW obrigado! Volte depois para me trazer mais @@!
@@ -21597,7 +21573,7 @@ Wait, are you with the police? I didn't do anything wrong, I promise!#1
Wait, it is not so simple as just giving me the money.
-
+Espere, nรฃo รฉ tรฃo simples como me dar o dinheiro.
Wait. I remember you. You ruined my crops a few seconds ago!!
Esperar. Eu lembro de vocรช. Vocรช arruinou minhas colheitas hรก alguns segundos atrรกs !!
@@ -21609,7 +21585,7 @@ Waitress
Garรงonete
Wall Card
-
+Cartรฃo de Parede
Wanderer, here is dangerous! Go back!
Andarilho, aqui รฉ perigoso! Volte!
@@ -21668,12 +21644,6 @@ Placa do Senhor da Guerra
Warning.
Atenรงรฃo.
-Warning: If you join a subclass, you can't leave it later!
-Aviso: Se vocรช entrar em uma subclasse, nรฃo poderรก sair mais tarde!
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-Aviso: esta classe ainda nรฃo foi testada / balanceada. O feedback รฉ obrigatรณrio!
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
Aviso: Isso irรก drenar mana e gerar monstros. Vocรช nรฃo deve deixar esta seรงรฃo da caverna!
@@ -21681,7 +21651,7 @@ Warning: You are using an old client.
Aviso: vocรช estรก usando um cliente antigo.
Warp to Council room?
-
+Deformar a sala do Conselho?
Warp to the Cave Of Trials?
Deformar a caverna das provas?
@@ -21699,7 +21669,7 @@ Warrior General
Guerreiro Geral
Was I supposed to have one? How should I reply?
-
+Eu deveria ter um? Como devo responder?
Was it Nard who brought you here?
Foi Nard quem te trouxe aqui?
@@ -21788,9 +21758,6 @@ Fizemos uma parada em uma pequena ilha antes de chegar ao porto de Tulimshar.
We have three vanishing sort of people on the story.
Temos trรชs pessoas que desaparecem na histรณria.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-Nรณs temos dois grupos principais, classes autorizadas: The Magic Warriors, e o Wizard Mages.
-
We held to our hope and Jerry figured it out.
Mantivemos nossa esperanรงa e Jerry percebeu.
@@ -21842,9 +21809,6 @@ Agradecemos a todos os jogadores, porque sem eles, isso nรฃo seria nada!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
Nรณs pensamos que vocรช poderia nos ajudar a entender isso, tudo o que sabemos รฉ que encontramos vocรช jogando no mar, em um banco de areia.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-Usamos espadas e arcos para proteger as pessoas, e usamos magia para apimentar as coisas! Porque somos fortes mesmo sem isso!
-
We want to party this moment, but can you believe we ran out of beer?
Queremos festejar esse momento, mas vocรช acredita que ficamos sem cerveja?
@@ -21921,7 +21885,7 @@ Welcome miss.#0
Welcome to
-
+Bem-vindo ao
Welcome to Dimond's Cove!
Bem-vindo ร  enseada de Dimond!
@@ -21962,33 +21926,15 @@ Bem vindo ร  Arena. Selecione sua aรงรฃo
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
Bem-vindo ao Greenlands, o lugar amaldiรงoado pelo Rei Monstro para ser gelo para sempre, e agora conhecido como Islรขndia.
-Welcome to the Priest guild!
-Bem-vindo ร  guilda dos sacerdotes!
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
Bem-vindo ร  Cรขmara Municipal. Eu sou @@, oficial encarregado de associaรงรตes pรบblicas.
-Welcome to the berserker guild!
-Bem-vindo ร  guilda dos berserker!
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
Bem-vindo ร  biblioteca do sรกbio Nikolai. Sinto muito, mas como vocรช vรช, nรฃo estรก em boa forma no momento. A maioria dos livros foram comidos pelos slimes ou danificados e estamos trabalhando duro para limpar a bagunรงa.
-Welcome to the paladin guild!
-Bem-vindo ร  guilda dos paladinos!
-
Welcome to the questing world!"
-Welcome to the sage guild!
-Bem-vindo ร  guilda sรกbia!
-
-Welcome to the tanker guild!
-Bem-vindo ร  guilda dos petroleiros!
-
-Welcome to the wizard guild!
-Bem-vindo ร  Guilda dos Magos!
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
Bem vinda! Eu venho do nada, e minha famรญlia caรงa Snakes. Nรณs tambรฉm fazemos itens de couro fino de sua pele!
@@ -22053,7 +21999,7 @@ Well, I did my best, but this had been so refined, that it was difficult to find
Bem, eu fiz o meu melhor, mas isso foi tรฃo refinado, que foi difรญcil encontrar o meu caminho.
Well, I do not trust you yet. You literally were just brought by the shore, and even if Nard and Lua seems to trust you...
-
+Bem, eu nรฃo confio em vocรช ainda. Vocรช literalmente foi trazido pela costa, e mesmo que Nard e Lua pareรงam confiar em vocรช ...
Well, I guess I was thinking too high of a random adventurer like yourself...
Bem, eu acho que estava pensando em um aventureiro aleatรณrio como vocรช ...
@@ -22100,6 +22046,9 @@ Bem, se vocรช รฉ bom, vocรช pode simplesmente nรฃo ser atingido. Se vocรช nรฃo ร
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
Bem, se vocรช vem de Candor, provavelmente terรก algumas penas amarelas. Eu os uso para fazer travesseiros.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+Bem, se vocรช precisar de ajuda, nรฃo hesite em ler o wiki ;-)
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
Bem, se vocรช quiser doar @@, vocรช serรก classificado. Hรก um presente para todos e recompensas para os 5 principais doadores.
@@ -22110,7 +22059,7 @@ Well, if you were from the defenders, you would have been adopted by a family wh
Bem, se vocรช fosse dos defensores, vocรช teria sido adotado por uma famรญlia que deixou Halinarzo.
Well, if you're scared, you can kill Desert Log Heads, but they'll have a smaller worth.
-
+Bem, se vocรช estรก com medo, vocรช pode matar Desert Log Heads, mas eles terรฃo um valor menor.
Well, it depends on the curse. Some are easy to break, and others are... well...
Bem, isso depende da maldiรงรฃo. Alguns sรฃo fรกceis de quebrar e outros sรฃo ... bem ...
@@ -22187,9 +22136,6 @@ Bem, isso รฉ muito perturbador, de fato. Espero que meu bom amigo Sagratha estej
Well, too bad!
Bem, muito mal!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-Bem, bem vindo(a) ao jogo! Se tiver alguma dรบvida, grite em #world por ajuda!
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
Bem, sim, eu os vi indo para o quarto do Rei Yeti. Ultimamente, muitos Yetis foram revoltados contra sua majestade.
@@ -22257,7 +22203,7 @@ Welp, no, please!
Welp, nรฃo, por favor!
Welp, you killed 10 Crocs. They're not dangerous, as you see. That's why we don't bother in cleaning them up.
-
+Welp, vocรช matou 10 Crocs. Eles nรฃo sรฃo perigosos, como vocรช vรช. ร‰ por isso que nรฃo nos preocupamos em limpรก-los.
West Aeros
West Eros
@@ -22266,13 +22212,10 @@ West Avenue#lof
Avenida Oeste#lof
West of here is a beach. In said beach there are blubs, they don't attack but they walk in packs. Be careful if you provoke too many of them.
-
+Oeste daqui รฉ uma praia. Na dita praia hรก blubs, eles nรฃo atacam, mas andam em bandos. Tenha cuidado se vocรช provocar muitos deles.
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-
-
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-O seu poder mรกgico aumenta! Como?! Ah deixa pra lรก. Vocรช รฉ elegรญvel para obter o nรญvel 2!
+Oeste daqui รฉ uma praia. Hรก uma passagem secreta para isso, no subsolo. Lรก vocรช encontrarรก criaturas parecidas com lodo chamadas Blubs.
Wha- How dare you, to lie to me!
Como vocรช se atreve a mentir para mim!
@@ -22383,7 +22326,7 @@ What can you say about dyes?
O que vocรช pode dizer sobre corantes?
What can you say about the monsters here?
-
+O que vocรช pode dizer sobre os monstros aqui?
What can you tell me about the Moubootaur?
O que vocรช pode me dizer sobre o Moubootaur?
@@ -22397,9 +22340,6 @@ Que porcaria รฉ essa ?! Isto nรฃo รฉ de Tulimshar!
What did you expected, anyway?
O que vocรช esperava, afinal?
-What do I need to do to join?
-O que eu preciso fazer para participar?
-
What do you choose?
O que vocรช escolhe?
@@ -22410,7 +22350,7 @@ What do you mean? Do you at least have a rowboat with you?!
O que vocรช quer dizer? Vocรช pelo menos tem um barco a remo com vocรช?
What do you need to learn something besides money for tuitions fee? Time and Dedication.
-
+O que vocรช precisa para aprender algo alรฉm do dinheiro para a propina? Tempo e dedicaรงรฃo.
What do you need?
O que vocรช precisa?
@@ -22419,7 +22359,7 @@ What do you say?
O que vocรช disse?
What do you think learning is, magic?! No!
-
+O que vocรช acha que รฉ aprender, magia ?! Nรฃo!
What do you want to access?
O que vocรช quer acessar?
@@ -22466,9 +22406,6 @@ O que no mundo estรก acontecendo ?! Onde em nome de Jesusalva vocรช estรก ?!
What is @@ doing?
O que @@ estรก fazendo?
-What is a class?
-O que รฉ uma aula?
-
What is banking?
O que รฉ bancรกrio?
@@ -22506,7 +22443,7 @@ What service do you offer?
Qual serviรงo vocรช oferece?
What should I do now?
-
+O que eu deveria fazer agora?
What the f...? Four Hundred Thousand??? Must be a bug. Next milestone is 819,200. Cheaters.
O que o f ...? Quatrocentos mil??? Deve ser um bug. Prรณximo marco รฉ 819.200. Traidores.
@@ -22515,7 +22452,7 @@ What to exchange with Leona?
O que trocar com a Leona?
What will be my reward?
-
+Qual serรก minha recompensa?
What will be the bait for the fish?
Qual serรก a isca para o peixe?
@@ -22548,7 +22485,7 @@ What're you looking at?!
O que vocรช estรก olhando ?!
What's it, scout.
-
+O que รฉ isso, scout.
What's the World Edge?
Qual รฉ o limite do mundo?
@@ -22578,10 +22515,10 @@ What?! Do my house look like the place to you pratice your thief skills?!
O que?! Minha casa parece o lugar para vocรช praticar suas habilidades de ladrรฃo?
What?! This changes the whole history. Not only that, but this is a serious issue!
-
+O que?! Isso muda toda a histรณria. Nรฃo sรณ isso, mas isso รฉ um problema sรฉrio!
Whatever you find there is yours to keep.
-
+Tudo o que vocรช encontrar lรก รฉ seu para manter.
Whatever you're blaming Saulc about, this one time, he is innocent.
O que quer que vocรช esteja culpando Saulc, desta vez, ele รฉ inocente.
@@ -22689,7 +22626,7 @@ While on normal magic you must take care with all attributes, on mana magic, you
Enquanto em magia normal vocรช deve tomar cuidado com todos os atributos, em magia de mana, vocรช normalmente sรณ precisa se preocupar com reagentes e inteligรชncia.
While we're at that, do you know how to craft? No? First, you'll need a Cauldron, in case you've rented a house. Otherwise, you can rent a work table on this Forge.
-
+Enquanto estamos nisso, vocรช sabe como criar? Nรฃo? Primeiro, vocรช precisarรก de um Caldeirรฃo, caso tenha alugado uma casa. Caso contrรกrio, vocรช pode alugar uma mesa de trabalho neste Forge.
White
Branco
@@ -22746,7 +22683,7 @@ Whoa! LoF merge wasn't entirely stable! After a terrible manaquake, everything,
Uau! LoF merge nรฃo era totalmente estรกvel! Depois de um terrรญvel homem, tudo,
Whoever took control of this village is no ordinary mage. There's a switch on the wall.
-
+Quem assumiu o controle desta aldeia nรฃo รฉ um mago comum. Hรก um interruptor na parede.
Why am I having a hard time to believe on you...
Por que estou tendo dificuldade em acreditar em vocรช ...
@@ -22755,7 +22692,7 @@ Why are you here? This area is off-limits!
Por quรช vocรช estรก aqui? Esta รกrea estรก fora dos limites!
Why do you bully me! - This is a bug: 02331.LOGIC.OID
-
+Por que vocรช me intimida! - Isso รฉ um erro: 02331.LOGIC.OID
Why do you only use the silk robe? Don't you have a shorts or something?
Por que vocรช sรณ usa o robe de seda? Vocรช nรฃo tem shorts ou algo assim?
@@ -22773,7 +22710,7 @@ Why it sucks?
Por que isso รฉ uma droga?
Why not Andrei Sakar?
-
+Por que nรฃo Andrei Sakar?
Why not, I need to train anyway.
Por que nรฃo, eu preciso treinar de qualquer maneira.
@@ -22817,6 +22754,12 @@ Fada do vento
Wind: @@, @@
Vento: @@, @@
+Windwalker
+Caminhante do vento
+
+Windwalker - Increase walk speed and flee rate.
+Windwalker - Aumenta a velocidade de caminhada e a taxa de fuga.
+
Wine Making Barrel
Barril de vinho
@@ -22862,6 +22805,9 @@ Com ele, vocรช pode mover com seguranรงa itens e fundos entre seus personagens.
With one gem you can expect to get 1 to 3 powders!
Com uma jรณia vocรช pode esperar obter 1 a 3 pรณs!
+With recent player activity, the Monster king is @@!
+Com a atividade recente do jogador, o rei monstro รฉ @@!
+
With renewed confidence about the outcome of the war, various people left their houses.
Com confianรงa renovada sobre o resultado da guerra, vรกrias pessoas deixaram suas casas.
@@ -22892,12 +22838,6 @@ Sem ataque mรกgico, usar uma bola de fogo contra um inimigo serรก como atirar um
Wizard General
Assistente geral
-Wizard Mages
-Mago Mago
-
-Wizard Master
-Mago Assistente
-
Wizard Moccasins
Mocassins Mรกgicos
@@ -22983,7 +22923,7 @@ Woody Barrier
Barreira amadeirada
Woody Card
-
+Cartรฃo Woody
Woody is inside, he is probably crafting some stuff with animals pelts.
Woody estรก dentro, ele provavelmente estรก criando algumas coisas com peles de animais.
@@ -23004,7 +22944,7 @@ World Gate 2
Portรฃo do Mundo 2
World Map - @@
-
+Mapa mundial - @@
World's Edge is an island situated northwest of here.
Edge do mundo รฉ uma ilha situada a noroeste daqui.
@@ -23085,7 +23025,7 @@ Wyara tells she will now make Return Potions for those trusted by Hurnscald Staf
Wyara conta que agora farรก Poรงรตes de Retorno para os que confiam na equipe de Hurnscald!
Xanthem Card
-
+Carta Xanthem
Xmas Cake
Bolo de Natal
@@ -23204,12 +23144,6 @@ Sim, mas que recompensa eu vou receber?
Yeah, it was my grand-grand-grandfather.
Sim, foi meu bisavรด.
-Yeah, of course. I will teach you how to give first aid to people.
-Sim claro. Eu vou te ensinar como dar primeiros socorros para as pessoas.
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-Sim claro. Este รฉ um tanto inรบtil e difรญcil de usar, no entanto.
-
Yeah, she might be back soon.
Sim, ela pode estar de volta em breve.
@@ -23232,7 +23166,7 @@ Yeah, you're right.
Sim vocรช estรก certo.
Yeah... I also found a few old blueprints. We don't need this crap, you can put it on your @@.
-
+Sim ... eu tambรฉm encontrei algumas plantas antigas. Nรณs nรฃo precisamos dessa porcaria, vocรช pode colocar no seu @@.
Years later, someone then started giving gifts to the poor childrens on that date. It sticked, and now people usually trade gifts each other on the date.
Anos depois, alguรฉm comeรงou a dar presentes para as crianรงas pobres naquela data. Ficava, e agora as pessoas geralmente trocam presentes na data.
@@ -23313,7 +23247,7 @@ Yes, I want to find out who I am.
Sim, quero descobrir quem sou.
Yes, I'll go.
-
+Sim, eu vou.
Yes, I'll help you.
Sim, eu vou te ajudar.
@@ -23342,10 +23276,10 @@ Sim, como vocรช vรช, os custos sรฃo altos. Se prepare.
Yes, but I like windy days.
Sim, mas gosto de dias de vento.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23415,7 +23349,7 @@ Yes, unless you're doing something VERY special, a Wooden Log is what you need.
Sim, a menos que vocรช esteja fazendo algo MUITO especial, um Log de madeira รฉ o que vocรช precisa.
Yes, we have @@!
-
+Sim, nรณs temos @@!
Yes, you can count it.
Sim, vocรช pode contar.
@@ -23492,27 +23426,6 @@ Bom trabalho matando os Goblins do Fogo. Vocรช tem tudo que eu pedi?
Yo, man.#1
-You abandoned the BERSERKER class!
-Vocรช abandonou a classe BERSERKER!
-
-You abandoned the PALADIN class!
-Vocรช abandonou a classe PALADIN!
-
-You abandoned the PRIEST class!
-Vocรช abandonou a classe PRIEST!
-
-You abandoned the SAGE class!
-Vocรช abandonou a classe SAGE!
-
-You abandoned the TANKER class!
-Vocรช abandonou a classe TANKER!
-
-You abandoned the WIZARD class!
-Vocรช abandonou a classe WIZARD!
-
-You advanced your tier!
-Vocรช avanรงou seu nรญvel!
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
Vocรช jรก reivindicou uma recompensa hoje! Volte amanhรฃ e lembre-se de usar o VERDE!
@@ -23549,6 +23462,9 @@ Vocรช tambรฉm tem acesso a um bate-papo partidรกrio, e nรฃo hรก concessรตes, por
You are NOT allowed to leave here!
Vocรช nรฃo tem permissรฃo para sair daqui!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
Vocรช estรก prestes a aceitar uma missรฃo de alto risco. Vocรช nรฃo pode completรก-lo sozinho.
@@ -23580,7 +23496,7 @@ You are currently hunting @@/10000 @@. Do you want to switch?
Vocรช estรก atualmente procurando @@ / 10000 @@. Vocรช quer mudar?
You are dead. Aborting.
-
+Vocรช estรก morto. Abortando.
You are doing GREAT! Keep slaying them, hahaah!
Vocรช estรก indo muito bem! Continue matando eles, hahaah!
@@ -23772,7 +23688,7 @@ You can convert these items in event points and claim rewards at autumn.
Vocรช pode converter esses itens em pontos de evento e reivindicar recompensas no outono.
You can craft items in forges. You can use it on your house, or within this forge for a tax.
-
+Vocรช pode criar itens em forjas. Vocรช pode usรก-lo em sua casa ou dentro dessa forja por um imposto.
You can drag and drop an item to the NPC window or select an item through your inventory.
Vocรช pode arrastar e soltar um item para a janela NPC ou selecionar um item no seu inventรกrio.
@@ -23825,11 +23741,14 @@ Vocรช pode dar @@ para nos ajudar, eu vou te pagar em conformidade.
You can kill @@ on the desert. It's a dangerous area though, so take care.
Vocรช pode matar @@ no deserto. ร‰ uma รกrea perigosa, entรฃo tome cuidado.
+You can leave it blank if you wish no reward.
+Vocรช pode deixar em branco se vocรช nรฃo deseja recompensa.
+
You can move using @@ or, at your choice, by clicking where you want to go.
Vocรช pode se mover usando @@ ou, ร  sua escolha, clicando onde deseja ir.
You can only have one mercenary active at a time, they die and will leave after 10 minutes - logged in or not.
-
+Vocรช sรณ pode ter um mercenรกrio ativo de cada vez, eles morrem e vรฃo embora depois de 10 minutos - logados ou nรฃo.
You can optionally send a @@ along the chocolate box, so the person knows it was you who sent the chocolate.
Vocรช pode, opcionalmente, enviar um @@ ao longo da caixa de chocolate, para que a pessoa saiba que foi vocรช quem enviou o chocolate.
@@ -23891,6 +23810,9 @@ Vocรช nรฃo pode passar por essa barreira enquanto as pessoas estรฃo lutando por
You can't sleep here during daytime!
Vocรช nรฃo pode dormir aqui durante o dia!
+You can, and @@, register on both programs, but only one is required for this quest.
+Vocรช pode, e @@, registrar-se nos dois programas, mas apenas um รฉ necessรกrio para essa missรฃo.
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -23922,13 +23844,13 @@ You cannot raise crafting skills beyond level @@!
Vocรช nรฃo pode aumentar as habilidades de elaboraรงรฃo alรฉm do nรญvel @@!
You cannot understand what's written.
-
+Vocรช nรฃo consegue entender o que estรก escrito.
You cannot visit the Sponsor's Inn!
Vocรช nรฃo pode visitar o Inn do Patrocinador!
You carefully pick a @@. It looks delicious! You feel you'll need it sooner than you expect.
-
+Vocรช escolhe cuidadosamente um @@. Parece delicioso! Vocรช sente que vai precisar mais cedo do que o esperado.
You caught a @@ but had no room in your inventory to carry it.
Vocรช pegou um @@, mas nรฃo tinha espaรงo no seu inventรกrio para carregรก-lo.
@@ -24023,6 +23945,9 @@ Vocรช nรฃo tem ouro suficiente em si mesmo.
You do not have the required access privileges to use the Super Menu.
Vocรช nรฃo tem os privilรฉgios de acesso necessรกrios para usar o Super Menu.
+You do not meet all requisites for this skill.
+Vocรช nรฃo atende a todos os requisitos para essa habilidade.
+
You don't have @@.
Vocรช nรฃo tem @@.
@@ -24036,7 +23961,7 @@ You don't have any @@.
Vocรช nรฃo tem nenhum @@.
You don't have enough GP.
-
+Vocรช nรฃo tem GP suficiente.
You don't have enough agility / is carrying too much to attempt it.
Vocรช nรฃo tem agilidade suficiente / estรก carregando muito para tentar.
@@ -24114,7 +24039,7 @@ You don't hear anything. This chasm must be incredibly deep.
Vocรช nรฃo ouve nada. Esse abismo deve ser incrivelmente profundo.
You don't know how the chimney keeps producing smoke. It must be using hiding magic.
-
+Vocรช nรฃo sabe como a chaminรฉ continua produzindo fumaรงa. Deve estar usando magia escondida.
You don't look too well; let me treat your wounds.
Vocรช nรฃo parece muito bem; deixe-me tratar suas feridas.
@@ -24150,7 +24075,7 @@ You find @@ inside!
Vocรช encontra @@ dentro!
You flip the switch. Nothing happens.
-
+Vocรช liga o interruptor. Nada acontece.
You found @@ out of @@ kids.
Vocรช encontrou @@ out of @@ kids.
@@ -24179,6 +24104,12 @@ Vocรช tem @@ Event Points para a posiรงรฃo do leaderboard.
You got married to @@!
Vocรช se casou com @@!
+You have @@ magic skill points available.
+Vocรช tem @@ pontos de habilidade mรกgica disponรญveis.
+
+You have @@/@@ magic skill points available.
+Vocรช tem @@ / @@ pontos de habilidade mรกgica disponรญveis.
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
Vocรช tem um alto nรญvel. Vรก para Halinarzo jรก! Vocรช poderia atรฉ, eu nรฃo sei, procurar por magia ?!
@@ -24192,16 +24123,19 @@ You have been jailed by a GM.
Vocรช foi preso(a) por um GM.
You have collect enough evidence, it's time to leave and report.
-
+Vocรช coletou evidรชncias suficientes, รฉ hora de sair e denunciar.
You have collected and additional of @@/@@ Mob Points.
Vocรช coletou e adicional de @@ / @@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+Vocรช completou a busca de Jesusaves Grimorium!
+
You have gained a special login bonus!
Vocรช ganhou um bรดnus de login especial!
You have good intentions, be brave, but in a world where power is measured in levels, numbers have more meaning than they should.
-
+Vocรช tem boas intenรงรตes, seja corajoso, mas em um mundo onde o poder รฉ medido em nรญveis, os nรบmeros tรชm mais significado do que deveriam.
You have more boxes. Wanna try again?
Vocรช tem mais caixas. Quer tentar de novo?
@@ -24216,20 +24150,17 @@ You have no idea of how dangerous that item is! I can't simply do it!
Vocรช nรฃo tem idรฉia de como esse item รฉ perigoso! Eu nรฃo posso simplesmente fazer isso!
You have no idea what that means.
-
+Vocรช nรฃo tem ideia do que isso significa.
You have no idea what that poor creature felt!
Vocรช nรฃo tem ideia do que essa pobre criatura sentiu!
You have no idea what this piece of equipment is used for.
-
+Vocรช nรฃo tem idรฉia do que este equipamento รฉ usado.
You have no right to take that away from her!
Vocรช nรฃo tem o direito de tirar isso dela!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
Vocรช tem que me desculpar, como vocรช deve ter ouvido que estamos tendo alguns problemas no momento e eu, como chefe do pessoal domรฉstico de Nikolai, tenho muito o que fazer.
@@ -24281,11 +24212,11 @@ Vocรช matou tantos Pinkies, eu nรฃo me importo mais com as Antenas! Eles quase d
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
Vocรช sabe que Jesus Salva odeia trapaceiros, certo? Se Saulc nรฃo me pedisse para checar as coisas ...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
-Vocรช conhece o Conselho Mรกgico de Tulimshar? O grande edifรญcio em Tulimshar North? Lรก vocรช pode obter uma aula.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
+Vocรช conhece o Conselho Mรกgico de Tulimshar? O grande edifรญcio em Tulimshar North?
You know the answer can only be @@.
-
+Vocรช sabe que a resposta sรณ pode ser @@.
You know, he is very experienced and reliable. He might look and act like a kid, but he is at least a century old.
Vocรช sabe, ele รฉ muito experiente e confiรกvel. Ele pode parecer e agir como uma crianรงa, mas ele tem pelo menos um sรฉculo de idade.
@@ -24308,6 +24239,9 @@ Vocรช conseguiu economizar @@% de minhas colheitas!
You may be trapped forever inside the desert maze beyond help
Vocรช pode ficar preso para sempre dentro do labirinto do deserto alรฉm da ajuda
+You may now choose your bonus.
+Vocรช pode agora escolher seu bรดnus.
+
You may pass. The Sage is on the library waiting for you.
Vocรช pode passar. O Sรกbio estรก na biblioteca esperando por vocรช.
@@ -24414,7 +24348,7 @@ You need to have an @@ equipped.
Vocรช precisa ter um @@ equipado.
You need to read this recipe. Without the essential crafting skill you won't go very far. There will be no bonuses on the items you craft because you are not a craftsman.
-
+Vocรช precisa ler esta receita. Sem a habilidade essencial de criaรงรฃo, vocรช nรฃo irรก muito longe. Nรฃo haverรก bรดnus nos itens que vocรช cria porque vocรช nรฃo รฉ um artesรฃo.
You need:
Vocรช precisa:
@@ -24425,6 +24359,9 @@ Vocรช percebe um grupo de lama saindo dos escombros entre as prateleiras.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
Vocรช percebe que, mesmo que ela tente acalmar todo mundo e servir chรก, ela estรก muito angustiada com o prรณprio Monster King.
+You now have an extra point, use it wisely.
+Vocรช agora tem um ponto extra, use-o com sabedoria.
+
You only have to tell him how much you want to deposit or withdraw.
Vocรช sรณ precisa dizer a ele quanto quer depositar ou sacar.
@@ -24473,8 +24410,8 @@ Vocรช puxou muito tarde e perdeu a isca ...
You pulled too soon and lost the bait.
Vocรช puxou muito cedo e perdeu a isca.
-You quickly give him the herbs, and he skillfully mix them on a potion.
-Vocรช rapidamente lhe dรก as ervas, e ele as mistura habilmente em uma poรงรฃo.
+You quickly give her the herbs, and she skillfully mix them on a potion.
+Vocรช rapidamente lhe dรก as ervas, e ela habilmente as mistura em uma poรงรฃo.
You ran out of time.
Acabou seu tempo.
@@ -24504,7 +24441,7 @@ You recover a tweaking point every hour.
Vocรช recupera um ponto de ajuste a cada hora.
You report to the King about everything you've found and learned there.
-
+Vocรช se reporta ao rei sobre tudo o que encontrou e aprendeu lรก.
You said you would trade a real Mouboo Figurine, but now I see you don't have one. Come back when you do.
Vocรช disse que trocaria uma verdadeira estatueta de Mouboo, mas agora vejo que nรฃo tem uma. Volte quando vocรช fizer.
@@ -24735,7 +24672,7 @@ You tried to get rid of me, eeh? But surprise! I'm still here... *hic* Or there.
Vocรช tentou se livrar de mim, eeh? Mas surpresa! Eu ainda estou aqui ... * hic * Ou lรก ...
You use the small key from the apple garden hut. It fits neatly.
-
+Vocรช usa a pequena chave da cabana de jardim de maรงรฃ. Isso se encaixa perfeitamente.
You vomit, you are too drunk for this to have effect anymore.
Vocรช vomita, estรก bรชbado demais para que isso tenha efeito.
@@ -24753,7 +24690,7 @@ You were in bad shape, you should be happy we found you before the sea killed yo
Vocรช estava muito mal, vocรช deveria agradecer por termos te achado antes de ser morto pelo mar.
You were jailed and now need a GM to get you out of there.
-
+Vocรช foi preso e agora precisa de um GM para tirar vocรช de lรก.
You were rescued by DUSTMAN.
Vocรช foi resgatado por DUSTMAN.
@@ -24791,6 +24728,9 @@ Vocรช nรฃo poderรก jogar este jogo atรฉ ter um cliente atualizado.
You won't be allowed to walk sideways, except to avoid a monster or two.
Vocรช nรฃo poderรก andar de lado, exceto para evitar um monstro ou dois.
+You won't learn any skill without a good professor to teach them to you.
+Vocรช nรฃo aprenderรก nenhuma habilidade sem um bom professor para ensinรก-los a vocรช.
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
Vocรช se pergunta, talvez ele tenha entrado em um loop infinito? Hellooo, alguรฉm em casa?
@@ -24800,6 +24740,9 @@ Vocรช nรฃo teria que tรช-los, iria?
You'll all die here!
Vocรชs todos vรฃo morrer aqui!
+You'll also need to pay a fee of @@x @@
+Vocรช tambรฉm precisarรก pagar uma taxa de @@ x @@
+
You'll be charged even if you fail, be warned.
Vocรช serรก cobrado mesmo se falhar, esteja avisado.
@@ -24828,13 +24771,13 @@ You're absolutely right. The next one will be more tricky.
Vocรช estรก absolutamente correto. O prรณximo serรก mais complicado.
You're brave but weak. Go grind some levels, go make a wooden sword, I don't know.
-
+Vocรช รฉ corajoso, mas fraco. Vรก moer alguns nรญveis, vรก fazer uma espada de madeira, nรฃo sei.
You're doing the math wrong, matey! I'll bring them later!
Vocรช estรก fazendo a matemรกtica errada, amigo! Eu os trarei depois!
You're hesitant to pick one, they could be dangerous.
-
+Vocรช estรก hesitante em escolher um, eles podem ser perigosos.
You're in the "@@" party, I know!
@@ -24888,13 +24831,13 @@ You're welcome.
Seja bem-vindo.
You're willing to help? Perfect. We need @@ @@, @@ @@ and @@ @@ for travel.
-
+Vocรช estรก disposto a ajudar? Perfeito. Precisamos de @@ @@, @@ @@ e @@ @@ para viajar.
You're, of course, invited. Thus far, the total prize money I've collected is @@ GP.
Vocรช รฉ, claro, convidado. Atรฉ agora, o total de prรชmios em dinheiro que eu coletei รฉ @@ GP.
You've already completed this quest today. Try again tomorrow.
-
+Vocรช jรก concluiu esta missรฃo hoje. Tente novamente amanhรฃ.
You've been asking for way too much power from the Mana Seed.
Vocรช tem pedido muito poder da Semente de Mana.
@@ -24921,10 +24864,13 @@ You've killed @@/12 @@. Get rid of them!
Vocรช matou @@ / 12 @@. Livrar-se deles!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+Vocรช passou no teste de coragem. Vocรช tem a coragem, mas vocรช รฉ um verdadeiro aventureiro?
+You've reached the maximum level for this skill.
+Vocรช atingiu o nรญvel mรกximo dessa habilidade.
You've slayed the Yeti.
-
+Vocรช matou o Yeti.
You, @@... You better get walking. Soon.
Vocรช, @@ ... ร‰ melhor vocรช ir andando. Em breve.
@@ -24959,14 +24905,11 @@ Sua Pontuaรงรฃo: @@
Your body starts to glow. You're not sure why, the fountain did that!
Seu corpo comeรงa a brilhar. Vocรช nรฃo tem certeza do porque, a fonte fez isso!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
Seu covarde eu nรฃo convence vocรช a sair.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
-Sua atual mรกxima eficiรชncia mรกgica รฉ @@. Este livro permite muitas novas possibilidades.
+Your current official server account:
+Sua conta oficial atual do servidor:
Your current score: @@
Sua pontuaรงรฃo atual: @@
@@ -24977,9 +24920,6 @@ Sua sequรชncia de vitรณrias atual รฉ @@!
Your experience level has been updated.
Seu nรญvel de experiรชncia foi atualizado.
-Your friend also sent you a gift - open it when you get level 5!
-Seu amigo tambรฉm lhe enviou um presente - abra quando chegar ao nรญvel 5!
-
Your guild doesn't knows any recipes!
Sua guilda nรฃo conhece nenhuma receita!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
[2] Full Eros
-[@@ Bolt]
-[Raio de @@]
-
-[@@ Weapon]
-[@@ Arma]
-
[Accept Quest]
[Aceitar a Missรฃo]
-[Action Casting]
-[Casting de aรงรฃo]
-
-[Arrow Shield]
-[Escudo de seta]
-
-[Bash]
-[Bash]
-
-[Bless Weapon]
-[Bless Weapon]
-
[Christmas] Send soul to the Christmas Workshop!
[Natal] Envie alma para a Oficina de Natal!
-[Counter Defense]
-[Counter Counter]
-
[Decline Quest]
[Recusar a Missรฃo]
[Deliver all goods.]
[Entregue todos os bens.]
-[Detoxify]
-[Desintoxicar]
-
-[Dragon Slayer]
-[Matador de dragรฃo]
-
[Easter] Send soul to the Mana Forest!
[Pรกscoa] Envie alma para a Floresta de Mana!
-[Endure]
-[Suportar]
-
-[Energy Coating]
-[Revestimento de energia]
-
-[Fire Ball]
-[Bola fogo]
-
[Give him a Mouboo Figurine to play with?]
[Dรช a ele uma estatueta de Mouboo para brincar?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
[Dรช-lhe uma saborosa barra de chocolate?]
-[Guard]
-[Guarda]
-
-[Holy Light]
-[Santa Luz]
-
-[Increase Agility]
-[Aumentar Agilidade]
-
-[Last Standing Man]
-[รšltimo homem em pรฉ]
-
-[Luma]
-[Luma]
-
-[MP Regen]
-[MP Regen]
-
-[Mana Wisdom]
-[Mana Sabedoria]
-
[Maybe another time.]
[Talvez outra hora.]
-[Napalm Beat]
-[Batida de Napalm]
-
-[Party Area Defense]
-[Defesa da รกrea do grupo]
-
[Pat his shoulder and say everything will be fine.]
[Pat seu ombro e diga que tudo ficarรก bem.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
[Missรฃo aceite]
-[Redemption]
-[Redenรงรฃo]
-
-[Ressurection]
-[Ressurreiรงรฃo]
-
[Shake him and tell him to pull himself together]
[Agite e diga para ele se recompor]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
[Menhir de almas]
-[Standing Regen]
-[Regeneraรงรฃo Permanente]
-
[Try to console him]
[Tente consolรก-lo]
-[Two Hands Quicken]
-[Duas Mรฃos Rapidamente]
-
[Valentine Day] Send soul to the Valentine Highlands!
[Dia dos Namorados] Envie alma para o Planalto dos Namorados!
@@ -25277,6 +25142,9 @@ agilidade
and may change later without notice.
e pode mudar depois sem aviso prรฉvio.
+angry
+Bravo
+
any planned experience and gold reward.
qualquer experiรชncia planejada e recompensa de ouro.
@@ -25316,6 +25184,9 @@ minas do deserto um dia.
dexterity
destreza
+discontent
+descontentamento
+
draw.
desenhar.
@@ -25334,6 +25205,9 @@ armas de fogo
four
quatro
+furious
+furioso
+
hairstyle_config
hairstyle_config
@@ -25362,7 +25236,7 @@ including the 178 monsters and who knows how many equipment, had numeric changes
incluindo os 178 monstros e quem sabe quantos equipamentos, tiveram alteraรงรตes numรฉricas.
is your target. They spawn smaller versions of itself! Kill @@ of them and make the beach safe for tourists.
-
+รฉ o seu alvo. Eles geram versรตes menores de si mesmos! Mate @@ deles e torne a praia segura para os turistas.
karim
karim
@@ -25566,7 +25440,7 @@ test2#1
the Monster King
-
+o rei dos monstros
the event won't start and HURNSCALD WON'T BE LIBERATED.
o evento nรฃo serรก iniciado e HURNSCALD NรƒO SERร LIBERADO.
@@ -25596,7 +25470,13 @@ town overview
visรฃo geral da cidade
two minutes
+dois minutos
+very angry
+muito bravo
+
+very mad
+muito louco
very powerful shot
tiro muito poderoso
@@ -25614,7 +25494,7 @@ west
oeste
with friends
-
+com amigos
yawns
bocejos
diff --git a/langs/lang_ru.txt b/langs/lang_ru.txt
index 44ac90ddd..470973559 100644
--- a/langs/lang_ru.txt
+++ b/langs/lang_ru.txt
@@ -83,10 +83,10 @@ Copyright (C) 2010-2014 Evol Online
##2 27 Days login bonus: ##B1x @@##b
-##2 3 Days login bonus: ##B1x @@##b
+##2 3 Days login bonus: ##B10x @@##b
-##2 7 Days login bonus: ##B3x @@##b
+##2 7 Days login bonus: ##B30x @@##b
##2 @@ Days login bonus: ##B2x @@, 1x @@##b
@@ -140,6 +140,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of @@: TOP15##b
+##BHall Of Crafting: TOP 10##b
+
+
##BHall Of Crazyfefe Fight: TOP 10##b
@@ -149,6 +152,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Fortune: TOP15##b
+##BHall Of Generated Mob Points: TOP 10##b
+
+
##BHall Of Guild Level: TOP5##b
@@ -158,6 +164,9 @@ Copyright (C) 2010-2014 Evol Online
##BHall Of Level: TOP15##b
+##BHall Of PVP Kills: TOP 10##b
+
+
##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.
@@ -392,6 +401,9 @@ Copyright (C) 2010-2014 Evol Online
* More equipment coming soon...
+* Register as a Crafter or Hunter
+
+
* Rent a room in Frostia's Inn
@@ -683,6 +695,9 @@ Copyright (C) 2010-2014 Evol Online
...You still have not overcome his house.
+...but it is saying some stuff about a merge which happened literally eons ago.
+
+
...but it is written in Mananese, a language you know nothing about.
@@ -716,6 +731,9 @@ Copyright (C) 2010-2014 Evol Online
.:: Congratulations! ::.
+.:: Destructive Magic Class ::.
+
+
.:: Easter 2018 ::.
@@ -791,9 +809,15 @@ Copyright (C) 2010-2014 Evol Online
.:: PVP King Imperial Arena ::.
+.:: Physical Sciences Class ::.
+
+
.:: Purple Day 2018 ::.
+.:: Scholarship Class ::.
+
+
.:: Second Tier Quest - Timed Out ::.
@@ -809,6 +833,9 @@ Copyright (C) 2010-2014 Evol Online
.:: The Mouboo Temple ::.
+.:: Trickster Class ::.
+
+
.:: Valentine Day ::.
@@ -1031,9 +1058,6 @@ Copyright (C) 2010-2014 Evol Online
9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.
-9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
-
-
:) "A pleasure to trade if you. Don't get caught if you're doing something wrong!"
@@ -1634,9 +1658,18 @@ According to the Holy books of a parallel world, Christmas is an event to celebr
Account Information
+Accumulate Power
+
+
+Accumulate Power - Raise damage of next skill.
+
+
Ace Ventura
+Acknowledgment? What do you mean?
+
+
Acorn
ะ–ั‘ะปัƒะดัŒ
@@ -1970,9 +2003,6 @@ Ah, nice to know.
Ah, not now...
-Ah, nothing too major, as you already have magic.
-
-
Ah, personally I don't use it?
@@ -2045,9 +2075,6 @@ Ah.
Ah... A @@. The sturdiest from all mushroom, and very, very rare.
-Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free.
-
-
Ah... I need more beer to keep going... This is so awful...
@@ -2267,9 +2294,6 @@ Alliance members (sponsors) are allowed inside the Council Room.
Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@].
-Allows to move/attack while casting. (Melee attacks still interrupt casting!)
-
-
Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item.
@@ -2309,6 +2333,9 @@ Alright, you've not only proven your worth, but you've went through most monster
Alright.
+Alright. I wish you good luck in your studies.
+
+
Alright. Then please don't go too deep on the library, it is dangerous.
@@ -2345,6 +2372,9 @@ Also, I don't care if you don't like the @@. That's the weapon a true archer sho
Also, I don't know what Sage will be their next target. I'm... A bit concerned with Sagratha. As she choose to live with wildlife and all, we sorta don't know a lot of what happens with her.
+Also, I see you're a newly registered mage. Am I right?
+
+
Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!
@@ -2558,6 +2588,9 @@ And there is the Mana Magic, for the pro %%e You'll waste your life on that, as
And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.
+And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.
+
+
And what's about Iron Ore?
@@ -2717,6 +2750,9 @@ Anyway, there's a barrier to prevent monsters from attacking the city from below
Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!
+Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.
+
+
Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.
@@ -2795,6 +2831,9 @@ Arauto
Archant
+Archery Weapon Recipes
+
+
Arcmage Boxset
@@ -2945,6 +2984,12 @@ Arrow
Arrow Ammo Box
+Arrow Shower
+
+
+Arrow Shower - Shoot FIVE arrows or bullets to the air and cause Area Of Effect Damage.
+
+
Arrows prices were lowered, and a limited teleport to Frostia and Halinarzo is now possible.
@@ -3335,6 +3380,9 @@ Beer is nice, but sometimes I want something more exotic to drink! Oui, we need
Before start witch item do you want to play
+Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server.
+
+
Begin!
@@ -3509,9 +3557,6 @@ Blossom
Blossom, blossom, why you do this to me...
-Blow with increased attack and precision.
-
-
Blub
ะ‘ะปะฐะฑ
@@ -3986,9 +4031,6 @@ But who am I?
But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.
-But whoa, not so fast! You must pass the seven steps of a trial first!
-
-
But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.
@@ -4037,9 +4079,6 @@ Butterfly
Buy a Housing Letter
-Buy it
-
-
By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.
@@ -4232,12 +4271,6 @@ Can you teach me Mana Magic?
Can you teach me a basic shaman skill? please?
-Can you teach me a basic tier 1 magic skill?
-
-
-Can you teach me a basic tier 2 magic skill?
-
-
Can you teach me a spell?
@@ -4265,9 +4298,6 @@ Can't talk right now, I'm on patrol duty.
Cancel
-Cancels Poison. Antidotes are hard to come by, anyway.
-
-
Candied Slime
@@ -4388,9 +4418,6 @@ Cauldron#RES_0178
Cauldron#RES_PPL
-Causes a @@ bolt on the enemy. Number of hits is the skill level.
-
-
Cave Bat
@@ -4511,6 +4538,9 @@ Change Linked Discord Account
Change Season Event
+Change it?
+
+
Change my appearance
@@ -4523,9 +4553,6 @@ Change my quests
Change my stats
-Changes anyone's weapon to Holy elemental. Causes small damage when used on offensive.
-
-
Changes include but are not limited to festive events and dates.
@@ -4736,9 +4763,6 @@ Come back when you will really need me.
Come talk to me once you manage to equip the shirt and the shorts!
-Come talk to me when you're ready, and we can begin.
-
-
Come to my aid! Vanish this fool!
@@ -4790,6 +4814,9 @@ Complete quests, gain some experience, allocate some status, and you'll be ready
Completed Crafts: @@/@@
+Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.
+
+
Compliments reaching this far, @@ from the @@ party!
@@ -4943,6 +4970,12 @@ Could you try again? There could be a typo!
Couldn't you climb the rope?
+Counter Attack
+
+
+Counter Attack - Next attack will be retaliated, with twice critical ratio.
+
+
Craft @@
@@ -5141,6 +5174,9 @@ Current player count: @@/5 must be online.
Current score: @@
+Currently, there is no way to reset them. So use them wisely!
+
+
Currently, you should not attempt the Desert Canyon because low level.
@@ -5198,6 +5234,9 @@ DIE, FILTHY @@!
DIE, SCUM!
+DMG +50%
+
+
DO NOT KILL test
@@ -5303,9 +5342,6 @@ Decipher me... Or I will devour you...
Decoration
-Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield.
-
-
Deep Black Boots
@@ -5498,10 +5534,10 @@ Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to
Did you brought what I asked for?
-Did you came here by someone advise? If yes, write their name down here!
+Did you find some bookpages? Ensio will take them.
-Did you find some bookpages? Ensio will take them.
+Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!
Did you knew May 25th it is a very special day - the Towel Day?
@@ -5897,9 +5933,6 @@ Don't bother me, I'm busy right now. Since the Monster King left, I barely got a
Don't break my stuff.
-Don't buy it
-
-
Don't challenge the Moubootaur. You saw what happened to me.
@@ -6068,9 +6101,6 @@ Dragons and Toast
Dragonstar and Aisen did their best along many others, and managed to liberate Hurnscald, though!
-Drains Mana to reduce damage taken. The only defensive skill from wizards.
-
-
Drake the Traveler
@@ -6131,9 +6161,6 @@ Dummy
Dungeon cleared!
-During a very small amount of time, you'll counter any attack with double critical, and won't take the damage.
-
-
During night, the monsters usually respawn faster. That can be a problem with aggressive monsters.
@@ -6176,6 +6203,9 @@ ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final.
EVERY switch on EVERY cave will unflip itself after about 2 minutes. So don't waste your time.
+EXP +50%
+
+
EXP Gain raised in @@% for one hour!
@@ -6476,7 +6506,7 @@ Error, cheater detected
Error, contact Jesusalva! Missing warp. Healing & Reseting temporaly.
-Error, error, L_T2_S0 General Error, REPORT ME
+Error, error, L_T3_S0 General Error, REPORT ME
Error, invalid return code, blame Saulc
@@ -6587,6 +6617,9 @@ Excellent! This is exactly what I need. Thanks a lot. I'll tell Nikolai about yo
Except they're not. I'll be back later.
+Exchange Gempowder for Quill
+
+
Exchange the item with Leona?
@@ -6620,6 +6653,12 @@ Expert Dungeon (Lv 100+)
Expire rent time
+Explosive ARROW
+
+
+Explosive Arrow
+
+
Eyes grows!
@@ -6641,9 +6680,6 @@ Fafi Dragon
Fafi Mask
-Failed to validate pin. Aborting.
-
-
Failed to warp to Soren Village.
@@ -6659,6 +6695,12 @@ Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and
Fairy's Squirrel
+Falkon Punch
+
+
+Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy.
+
+
Fallen King
@@ -6746,6 +6788,12 @@ Fire Staves
Firearms? What would that be? @@
+Fireball
+
+
+Fireball - Basic AoE (Area Of Effect) Skill
+
+
Fireplace#Saggy
@@ -6758,6 +6806,9 @@ First Dungeon Master
First Tier
+First of all: Thank you for playing during this event.
+
+
First of, there's a day/night cycle on the game.
@@ -6962,6 +7013,18 @@ From magical gates to ancient time-space technology - we know it all!
From the smell I can see you found the bug bomb!
+Frost Diver
+
+
+Frost Diver - Attempt to freeze an enemy, dealing damage
+
+
+Frost Nova
+
+
+Frost Nova - Freeze everything in a range
+
+
Frostia
@@ -7115,9 +7178,6 @@ Get out of here, weakling. You'll be killed by bandits.#0
Get out of here, weakling. You'll be killed by bandits.#1
-Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.
-
-
Getting there is tricky, so listen carefully to the instructions:
@@ -7460,9 +7520,6 @@ Good, good, you have enough powder. Now I need you to lit all five torches with
Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!
-Good, good. The skill you got earlier just raised a single level. I'll also impair some experience on you, no biggies.
-
-
Good, knowing the world lore is important.
@@ -7475,6 +7532,9 @@ Good, you *hic* proved your *hic* worth. I'll give you them.
Good, you did it!
+Good. Did you knew you could register to the Special Class, in order to get an extra skill point?
+
+
Goodbye.
ะŸั€ะพั‰ะฐะน.
@@ -7511,6 +7571,9 @@ Grass Snake
Great job! You can keep these items, they will be crucial to your journey.
+Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.
+
+
Great rewards await, according to the voices!
@@ -7574,6 +7637,12 @@ Grenade
Grind grind grind the slime!
+Ground Strike
+
+
+Ground Strike - Hit the ground, exploding the surroundings and disabling enemies.
+
+
Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!
@@ -7784,6 +7853,9 @@ HISTORY BOOK
HOLD THAT! I actually like to drink, and spend some drinking nights with Saulc and Crazyfefe!
+HP +75% (not recommended)
+
+
Had you any breakthrough?
@@ -7805,9 +7877,6 @@ Hahah, four gifts, neat! Can we get to 1600 boxes?
Hahah, good to hear! Do you know some items are only dropped on spring? You should go after them!
-Hahah, silly, that's yourself!
-
-
Hair color
@@ -7880,6 +7949,9 @@ Hasan takes your print screen and analyzes it.
Haste Potion
+Have Maggot Slimes, Bug Legs, Mauve Herbs and Money, lots of them.
+
+
Have a good day!
ะฅะพั€ะพัˆะตะณะพ ะดะฝั!
@@ -7940,7 +8012,7 @@ Have you talked to Peetu co-workers about their opinion yet?
Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.
-Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes.
+Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!
He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly.#0
@@ -7982,9 +8054,6 @@ He looks pleased.
He never touched the Soul Menhir... He died... For real...
-He pours something on it, you're not sure what. He then utters some magic words.
-
-
He should be crying in the far northeast corner of this library. Can you go there to see him?
@@ -8009,10 +8078,13 @@ He's holding a fishing rod, while gazing out at the sea.
Headgear
-Healing Recipes
+Healing
+
+
+Healing - The most basic healing skill, requires no items to use.
-Heals more mana while standing.
+Healing Recipes
Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public.
@@ -8267,10 +8339,10 @@ Hello, What a lovely day for a stroll.
Hello, and welcome to Blue Sage's Residence, Library, and Nivalis Townhall.
-Hello, and welcome to TMW2: Moubootaur Legends!
+Hello, and welcome to Tulimshar guard house.
-Hello, and welcome to Tulimshar guard house.
+Hello, and welcome to the Magic School of Tulimshar.
Hello, could I help you in exchanger of fertilizer?
@@ -8522,9 +8594,6 @@ Here, all yours. I can't use them like I am now. Thank you.
Here, come talk to me, the Magic Arpan! I'll help you get dressed.
-Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!
-
-
Here, sparking new! Nice!!
@@ -8603,9 +8672,6 @@ Hey do you have a second?
Hey dude. During this event you can trade one @@ for more... useful items.
-Hey hey! You don't have that stuff, CAN'T YOU READ?!
-
-
Hey hey... Good job! I was worried you would ruin their hoods before being able to take them.
@@ -8630,27 +8696,6 @@ Hey look, an alchemy set. Not your area of expertise, but you take a few samples
Hey newbie... I am a dangerous bandit.
-Hey there! Do you want to join the Berserk (Ragger) Class?
-
-
-Hey there! Do you want to join the Paladin Class?
-
-
-Hey there! Do you want to join the Priest Class?
-
-
-Hey there! Do you want to join the Sage Class?
-
-
-Hey there! Do you want to join the Tanker Class?
-
-
-Hey there! Do you want to join the Wizard Class?
-
-
-Hey there! Do you want to learn new skills for a very small teaching fee?
-
-
Hey there, @@! Good luck killing monsters!
@@ -8870,6 +8915,12 @@ Hi.
Hi. Could you perhaps be interested in doing some small errand for me?
+High Healing
+
+
+High Healing - Use a Lifestone for supreme healing.
+
+
Hinnak
@@ -8975,6 +9026,12 @@ Ho! I'll help them!
Ho... I see you are a tough one...
+Holy Light
+
+
+Holy Light - Standard Holy Magical Attack
+
+
Holy Pixie
@@ -9041,9 +9098,6 @@ How did you got that much? Nine gifts, and 51200 if you want even more.
How did you guess that?
-How difficult it is to obtain a class?
-
-
How do I advance in Mana Magic? How it works?
@@ -9152,9 +9206,6 @@ However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingr
However, LoF admins and developers are working on a new game to offer a new experience for players.
-However, beware! That potion is short-lived, you'll be running against time. Get ready to travel a lot.
-
-
However, each group may be expanded later. You can reset group by clearing the Master Floor.
@@ -9254,7 +9305,7 @@ Hurnscald? Small farming towns are always nice to visit.
Hurnsguard
-Hurry up! Bring my @@ from Barzil in Halinarzo!! You only have @@ left!
+Hurry up! Bring a @@ from Barzil in Halinarzo!! You only have @@ left!
Hurry up, before the wind changes.
@@ -9281,9 +9332,6 @@ I actually need help. I am a mage, and I'm feeling lazy to get the stuff I need.
I actually need help. Padric and I were doing some research with catalysts, you see.
-I advise you to do more quests on Tulimshar and Candor, otherwise, you might fail right at the end.
-
-
I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end.
@@ -9362,9 +9410,6 @@ I am a bard! I used to be an elf trader, but music got me for good.
I am a brave adventurer! How can I help you?
-I am a contributor, and I want contributor stuff.
-
-
I am a really good blacksmith. In fact, there is no stuff I can't fix.
@@ -9446,9 +9491,6 @@ I am still here, but I already did amends for my acts and don't need to flee any
I am sure that they will come back to haunt you in your dreams!
-I am the @@ master.
-
-
I am the Magic Fountain of Hurnscald. You look qualified.
@@ -9527,9 +9569,6 @@ I can give you my knife if you bring me this:
I can make a @@ for just one @@ and @@ GP for my work.
-I can make a nice, simple potion for you. That will help the raw mana to settle on your body.
-
-
I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.
@@ -9584,9 +9623,6 @@ I can't, sorry.
I can't. Rakinorf told me I should bring this matter to you instead.
-I can, however, prepare you a potion. But beware, that potion will only last 35 minutes once baked.
-
-
I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way.
@@ -9743,9 +9779,6 @@ I don't think he could have collected that many!
I don't think so. There have been... Incidents.
-I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.
-
-
I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!
@@ -9782,9 +9815,6 @@ I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnsca
I finally figured out what was wrong. I must thank everyone who help us.
-I forgot to say earlier, but indeed, I was invited by someone!
-
-
I forgot what you need!
@@ -9980,6 +10010,9 @@ I hope my answer help you in your adventure!
I hope one day, they decide build a church here. It's a pain to travel there every time...
+I hope our new campus get built soon. It'll be much better than here.
+
+
I hope this is your size.
@@ -10130,6 +10163,9 @@ I need a tutorial, where can I find help?
I need at minimum @@ Monster Points to get items at current level.
+I need for the Magic Academy a @@, fast!
+
+
I need help because, you see, I don't carry a cauldron around.
@@ -10151,9 +10187,6 @@ I need more feathers for a fair deal.
I need more return potions.
-I need my master's @@, fast!
-
-
I need some help with something, but I don't think you're strong enough. Come back later please when you're stronger.
@@ -10274,9 +10307,6 @@ I see two snake skins, but you didn't killed them down there. That defeats the w
I see you are a Monster Hunting Quest Participant, right? I don't need your help right now, but maybe later, who knows?
-I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.
-
-
I see you are doing good. Keep slaying them, hahaah!
@@ -10301,10 +10331,10 @@ I see you have brought @@/3 @@ and @@/3 @@ for me
I see you have collected some experience. Let me try to rank you up!
-I see.
+I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.
-I see. Well, welcome to the game! If you have any doubt, shout on #world for help!
+I see.
I shall call myself from there on, after this great assault... @@.
@@ -10619,7 +10649,7 @@ I will be forever grateful!
I will do it, don't worry.
-I will empower you with raw mana, and your time will start running out again.
+I will empower you with raw mana now.
I will give you 3 @@. Use them on this fight, or you're doomed to fail.
@@ -10652,6 +10682,9 @@ I will need:
I will pay you 5,000 GP in pure gold for it!
+I will prepare you a potion. But beware, that potion will only last 20 minutes. You should assign some intelligence points to succeed.
+
+
I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.
@@ -10739,6 +10772,9 @@ I would like some information
I would like to change an item options
+I would like to change my ML rewards account
+
+
I would like to create a guild.
@@ -10805,9 +10841,6 @@ I'll be writing a letter to the next town you're going to visit, and also assign
I'll call someone to aid you.
-I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!
-
-
I'll draw a card now!
@@ -10976,6 +11009,9 @@ I'm just a lurker.
I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped.
+I'm just skipping dialogs, sorry
+
+
I'm not a coward! I must press forward!#0
@@ -11006,9 +11042,6 @@ I'm not interested in yours, by the way.
I'm not interested right now.
-I'm not interested, sorry.
-
-
I'm not interested.
@@ -11144,6 +11177,9 @@ IF YOU DIE, YOU'LL SUFFER THE EXP PENALTY.
INV
+IT CANNOT BE CHANGED LATER
+
+
Ice Cube
@@ -11195,7 +11231,7 @@ If a tie happens, you'll get your coin back.
If all players there die, Hurnscald WON'T BE LIBERATED.
-If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and a @@. Have Mauve and Money, lots of it.
+If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ and an @@.
If one of us found a Mana stone. They would become rich!
@@ -11225,9 +11261,6 @@ If they were any bigger, monsters would come and kill everyone.
If things keep like this, we will only manage to give @@ gifts to every player...
-If this is not the case, just click on "Send".
-
-
If we could convince them to distract the Monster King, we could have chances to do a counter-attack!
@@ -11444,75 +11477,6 @@ Impossible to resync: You are dead.
Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up.
-Improve Arrow Shield
-
-
-Improve Bash Skill
-
-
-Improve Blessed Weapon
-
-
-Improve Cold Bolt
-
-
-Improve Counter Defense
-
-
-Improve Earth Spike
-
-
-Improve Earth Weapon
-
-
-Improve Endure Skill
-
-
-Improve Fire Ball
-
-
-Improve Fire Bolt
-
-
-Improve Fire Weapon
-
-
-Improve Guard
-
-
-Improve Ice Weapon
-
-
-Improve Increase Agility
-
-
-Improve Luma
-
-
-Improve Mana Recovery
-
-
-Improve Mana Wisdom
-
-
-Improve Napalm Beat
-
-
-Improve Party Area Defense
-
-
-Improve Standing HP Regen
-
-
-Improve Thunder Bolt
-
-
-Improve Two Hands Quicken
-
-
-Improve Wind Weapon
-
-
In TMW2 there is
@@ -11534,6 +11498,9 @@ In fact, it is flooded at the moment. Come back later.
In fact, you would get lost and killed. If I were you, I would avoid the Death Penalty. It's high, ya know?
+In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.
+
+
In honor of DragonStar, winner of Easter 2018.
@@ -11594,9 +11561,6 @@ Inactive
Inar
-Increase mana experience gain, when using mana skills.
-
-
Indeed, matey! Here they are!
@@ -11888,6 +11852,9 @@ It offers better living conditions than Tulimshar, and is bigger and more prospe
It really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have.
+It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.
+
+
It seems all of the slimes are gone now. I'm so glad! Thanks for your help. I mentioned your assistance to Nikolai.
@@ -11909,9 +11876,6 @@ It should be almost a boss at your level, so I don't expect to see you again her
It still isn't time to awake the King Of Holy Swords, Light Bringer.
-It takes a lot of mana, and is not very powerful, but it is a must have for everyone.
-
-
It was a boring speech, but you have learned ancient languages.
@@ -12026,9 +11990,6 @@ It's an ambush!
It's autumn! There is no special event during autumn, only special drops.
-It's called Mass Provoke. You'll basically try to convince monsters to attack you.
-
-
It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons.
@@ -12338,13 +12299,16 @@ Keep exploring the Study Room and certify it is safe first.
Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for.
+Keep in mind, the more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
+
+
Keep moving boy.#1
Keep moving girl.#0
-Keep the Grimorie with you. It's the proof you are now Tier 2. The book shall guide your advances!
+Keep the Grimorie with you. It's a rare book which holds data from all others. The book shall guide your advances!
Keep your voice down! And yes. Can you confirm @@ was the cause?
@@ -12371,9 +12335,6 @@ Kill 'em!
Kill at least a hundred of Pinkies here, and then we can talk.
-Kills yourself, but revives everyone in a range. You'll take the death penalty.
-
-
King Gelid
@@ -12389,6 +12350,9 @@ King Gelid Frozenheart II will have you.
King Of Trials
+Kitana
+
+
Knife
ะะพะถ
@@ -12467,6 +12431,12 @@ Last IP: @@
Last Seen: @@
+Last Standing Man
+
+
+Last Standing Man - Passive - Raise Max HP and Holy Defense
+
+
Last map: @@
@@ -12521,33 +12491,9 @@ Leader Wand
Leaderboard is refresh daily at 1 AM!
-Learn Action Casting
-
-
Learn Alchemy Recipes
-Learn Detoxify
-
-
-Learn Dragon Slayer
-
-
-Learn Energy Coating
-
-
-Learn Holy Light
-
-
-Learn Last Standing Man
-
-
-Learn Redemption
-
-
-Learn Ressurection
-
-
Learn crafting for @@ GP
@@ -12590,9 +12536,6 @@ Leather Trousers
Leave
-Leave Subclass
-
-
Leave blank to abort.
@@ -13013,6 +12956,9 @@ Magic Barrier is active. You must give a whole circle on the desert to break it.
Magic Bif
+Magic Council? What's that?
+
+
Magic Goblin
@@ -13025,10 +12971,13 @@ Magic Power is granted to you, but you die from it.
Magic Ratto
-Magic Top Hat
+Magic Strike
+
+Magic Strike - Standard Magical Attack
-Magic Warriors
+
+Magic Top Hat
Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic.
@@ -13118,6 +13067,15 @@ Mana Saulc
Mana Stone
+Mana Stone#Tulim
+
+
+Mana Wisdom
+
+
+Mana Wisdom - Passive - Raise Mana EXP Gain rate
+
+
Mana is something which existed since the being, but nobody knows much about.
@@ -13208,6 +13166,9 @@ Many thanks! I'll be sooooo fashionable now!
Many thanks! If I let my wose side blossom, I'm sure she'll look at me!
+Many thanks, and once again, your help has been invaluable.
+
+
Many thanks, the Doctor always know what's best for you.
@@ -13217,6 +13178,9 @@ Many thanks, your help has been invaluable. We're now capable to travel at ease.
Many thanks, your help has been invaluable. We're now capable to travel at ease.#1
+Many thanks, your help has been invaluable. You now have an extra point, use it wisely.
+
+
Many thanks. I couldn't live without it. Please come back later.
@@ -13250,6 +13214,12 @@ Mashmallow
Masked Assassin
+Mass Provoke
+
+
+Mass Provoke - Provoke all monsters under your cursor
+
+
Master Bola
@@ -13343,6 +13313,12 @@ Maybe you do, your jerk! Stop drinking! Lua told me that you could help me! DO Y
Maybe you should talk to your chief about that?
+Maybe you're interested in the Special Class again? An extra magic skill point for a lot of items, what do ya say?
+
+
+Maybe you're interested in the Special Class again? An extra magic skill point, but this time in a dangerous journey, what do ya say?
+
+
Maybe, but... I don't know my parents.
@@ -13376,6 +13352,12 @@ Melina
Melt something else?
+Meltdown Forge, make your useless equip a good weapon! Lieutenant Dausen have new quests!
+
+
+Mercenaries and blueprints! Players are crafting their own weapons. Sagratha and Cindy are in need of help!
+
+
Mercenary Boxset A
@@ -13601,6 +13583,9 @@ Monster Soldier
Monsters are everywhere. They're a plague we're trying to get rid of.
+Monsters are walking to different regions, new grinding zones appears!
+
+
Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.
@@ -13634,9 +13619,6 @@ Moooooooooooo!
More Magic Power is granted to you, but you die from it.
-More powerful version of healing. Requires @@ each cast.
-
-
Morgan
@@ -13715,6 +13697,9 @@ Move this line up
Movement Speed Potion
+Mr Saves
+
+
Msawis Card
@@ -13883,6 +13868,12 @@ Nah.
Nahrec
+Napalm Beat
+
+
+Napalm Beat - Spammable AoE Skill
+
+
Nard
ะะฐั€ะด
@@ -13955,9 +13946,6 @@ Neither, sorry
Neko
-Neutral attack with low damage value, but with low cost, high range and wide Effect Area.
-
-
Neutral monsters do not have such a sense of danger.
@@ -14366,6 +14354,9 @@ Note: Golden and Silver Eggs are deleted after the next event end.
Note: This action cannot be undone.
+Note: You can exchange 1 @@ for 3 @@
+
+
Note: You can only perform this operation @@/6 times.
@@ -14444,6 +14435,9 @@ Novice Exchanger#0
Novice Wand
+Now I can turn in my report to Professor Volrtaw... I should not have stayed behind the classes.
+
+
Now I just drink down my worries and hope for the best.
@@ -14510,9 +14504,6 @@ Now, please kill 45 @@, Try to collect some lamps in the same time, they could b
Now, that's unfortunate. I don't think you can hit me from where you are.
-Now, the real challenge will start. You have a lot of raw power, but that doesn't gives you a lot of skills to learn.
-
-
Now, to wait for Sunday is the most boring part... Alas, I wonder if I'll remember next week, too.
@@ -14579,7 +14570,7 @@ Of course, I actually have two options:
Of course, give me just a minute to look up for your data, @@.
-Of course, if you don't ask from the Mana Stone for more magic, that means nothing...
+Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...
Of course, they are on the left wall, go have a look at them.
@@ -15053,9 +15044,6 @@ Opera Mask
Operation Cost: @@ GP
-Operation aborted. Phew!
-
-
Operation successful.
@@ -15212,9 +15200,6 @@ Painting#Saggy
Paintings
-Paladin Master
-
-
Paladin#0
@@ -15416,6 +15401,9 @@ Piberries
Piberries Infusion
+Pick a bounty at Tulimshar Guard House! Buy and use grenades! (Only against non-boss monsters)
+
+
Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button.
@@ -15491,6 +15479,12 @@ Platinum Ore
Platinum Quiver
+Players are now send players to Nivalis and Frostia, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one.
+
+
+Players are renting Mouboos and Tortugas to move faster! Shields are now better!
+
+
Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.
@@ -15806,9 +15800,6 @@ Press the doorbell?
Pretty cool! I am interested!
-Priest Master
-
-
Priest#0
@@ -15881,6 +15872,12 @@ Protip: You need an @@ full of water to get a reply from guards.
Protip: Your current progress will be saved.
+Provoke
+
+
+Provoke - Provoke a single monster
+
+
Prsm Helmet
@@ -16013,9 +16010,6 @@ ROGUE YETI SLAYING REQUEST
Race
-Ragger Master
-
-
Raid Trousers
@@ -16028,27 +16022,12 @@ Raijin
Raise agility to do this quest.
-Raise fallen party members so they can keep fighting.
-
-
Raise max members
Raise vitality to be able to drink even more.
-Raises attack and resistance against dragons. Also raises int. Passive.
-
-
-Raises chance to entirely block an attack, but freezes you for a while. Req. Shield.
-
-
-Raises defense of the whole party in 5% for a while.
-
-
-Raises max HP and holy resistance. Passive.
-
-
Raises your Int by 50
@@ -16166,6 +16145,9 @@ Receive Chocolate
Received @@ @@!
+Recepcionist#003-0
+
+
Recipe Book
@@ -16238,9 +16220,6 @@ Referral Program Report
Reflect Card
-Regenerate HP every 5 seconds, as if you were always eating a healing item.
-
-
Register
@@ -16349,6 +16328,15 @@ Release 9.0 - The Promised Release
Release 9.1 - Bedtime Stories
+Release 9.2 - Workbench
+
+
+Release 9.3 - Lovely Homunculus
+
+
+Release 9.4 - Balance & Bugfix Patch
+
+
Reload NPC Data
@@ -16715,9 +16703,6 @@ Sadly, you found nothing but dirt.
Safe again! You've gained some experience for your hard work!
-Sage Master
-
-
Sage#0
@@ -17144,6 +17129,12 @@ Shannon
Sharp Knife
+Sharpshooter
+
+
+Sharpshooter - Shoot an arrow or bullet which damages everything on its way.
+
+
She and her husband Simon Bowmaker, vowed to teach the ways of archery to those with willpower, and allow everyone to use a bow.
@@ -17159,12 +17150,18 @@ She isn't on that cave.
She met an adventurer named Merlin outside of the
+She mix the powder with the slime inside the bottle, and makes some weird mixture.
+
+
She must be thristy, fighting monsters on this sun... If somebody could give her Cactus Potions...
She never leaves the shade of that tree, she is always sending messages by other people!!
+She pours something on it, you're not sure what. And then utters some magic words.
+
+
She probably just went out for a walk. Nothing to worry, I hope.
@@ -17252,6 +17249,9 @@ Should you be too quick or wait too long, you will most likely fail.
Shovel have been changed, right-click it to bury items.
+Shovels and Treasure maps, for the explorers this summer, after June 21st!
+
+
Show me what you can!
@@ -17624,9 +17624,6 @@ So, you want some @@ to keep you comfy on this harsh winter?
So, you would die a few thousands of times before ever reaching Halinarzo.
-So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.
-
-
So. For the info dump or text wall... I'll let you choose what you want to know, or to skip it entirely.
@@ -17999,7 +17996,19 @@ Southeast Avenue#lof
Southwest Avenue#lof
-Speak with ##BBarzil##b. Tell him I need it, he'll give you one from my inventory. HURRY UP!
+Speak with ##BBarzil##b. Tell him it is for the Magic Academy. HURRY UP!
+
+
+Specialized in destructive, magical skills.
+
+
+Specialized in miscellaneous skills.
+
+
+Specialized in skills with weapon-based damage and Assassination.
+
+
+Specialized in support, buff, debuff and strengthening skills.
Spectral Orb
@@ -18068,9 +18077,6 @@ Staircase#MKHB
Stalman
-Standard fireball skill.
-
-
Start broadcasting
@@ -18260,6 +18266,12 @@ Sunny Crystal
Super Menu
+Supreme Attack
+
+
+Supreme Attack - Cause a very strong attack with lowered accuracy.
+
+
Supreme Chest
@@ -18374,6 +18386,9 @@ THIS IS A SOLO FIGHT, TEAMS ARE NOT ALLOWED INSIDE.
THIS IS THE MOUBOOTAUR TEMPLE RUINS... THIS PLACE IS SACRED...
+TMW 2 Staff
+
+
TMW Adventure
@@ -18473,9 +18488,6 @@ Talk to you soon!
Tamiloc
-Tanker Master
-
-
Tanker#0
@@ -18530,15 +18542,6 @@ Tell me which language you speak and I will change the note on the ship passenge
Tell people the name of a new hero.
-Temporaly raise your agility and move speed, in exchange of HP.
-
-
-Temporaly switch weapon element to @@. Success rate is fixed at 70%.
-
-
-Temporary immunity to move stun when hit, and MDEF bonus.
-
-
Ten, fifty, thousand... Yep, this is the amount I've asked for.
@@ -19139,7 +19142,7 @@ The Game Masters are assembling a party to storm Hurnscald and liberate it. You
The Grand Hunter quest is available with Aidan. It's an experiment by the High Council,
-The Guard Card will prove your intentions. Talk to the Lieutenant.
+The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.
The Guard patted you on the back.
@@ -19193,7 +19196,7 @@ The Monster Army is currently sieging Tulimshar. There are hundreds of dangerous
The Monster King
-The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!
+The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!
The Monster King Army is occupying several towns! Brave players need to group and retake them!
@@ -19262,15 +19265,9 @@ The Tulimshar guards needs an freelance employee who would help us in our work.
The UDT Challenge will create a Gladiator Monster which should somehow emulate a PvP experience.
-The Warriors have three other subclasses:
-
-
The Wildlife
-The Wizards have three other subclasses:
-
-
The World's Heart is at World's Edge. The *real* Ancient Families are the ones who broke it in parts and brought it to each town.
@@ -19307,9 +19304,6 @@ The average player level is @@
The bank and item storage is shared between all characters within a same account.
-The basic magic attack from a Priest. No effect against Holy Monsters.
-
-
The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.
@@ -19349,9 +19343,6 @@ The city is still under repairs, but town square is safe already.
The city only flourished because Janett Platinum had the idea to build city walls surrounding this city.
-The class master mix the powder with the slime inside the bottle, and makes some weird mixture.
-
-
The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!
@@ -19370,9 +19361,6 @@ The crops are under attack? That's terrible!
The curse was done by nobody less than... the Moubootaur.
-The defensive guy, with every support skill a mage could need.
-
-
The demand for strong players raised everywhere. Even death penalty decreased, and GMs are doing better events now.
@@ -19433,21 +19421,12 @@ The first page contains the universal rules that have been agreed upon throughou
The first stage is on the desert canyons. You must give a full circle on the canyon in 90 seconds.
-The first trial is simple, I'm not doing anything in special. Bring me 1 @@, or 200 @@ and 20 @@.
-
-
The fishing rod allows a quick income by selling fishes. However, reaching the fisherman might require some exploration... The whole world is full of secrets.
The foretold Call Of Dusty event quest is also now available for PVP Parties.
-The full-attack guy. Two hand swords works best!
-
-
-The full-defense guy. Most skills require a shield.
-
-
The gates are firmly shut, no amount of force will break them.
@@ -19541,9 +19520,6 @@ The mines beyond this point have been shut at 280 AT because Terranite. You've b
The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.
-The more levels and intelligence you have, more likely the Mana Stone will grant you more Magic Power. But that means nothing.
-
-
The most famous nymphs, are those who wear stuff made of Snake Skin.
@@ -19586,9 +19562,6 @@ The nurse... The nurse is... Doing all she can... To help me, though.
The objective of this event is to ##Bslay the Monster Admiral##b.
-The offensive guy, with every attack skill a mage could need.
-
-
The ones around here are specially nasty. They steal stuff and seal them on 'present boxes', just to amuse as people try to open those...
@@ -19610,7 +19583,7 @@ The passwords doesn't match.
The pirate ship captain appear! TAKE CARE!!
-The potion is baked, you have thirty five minutes! Read as fast as you can, don't miss details!
+The potion is baked, and the time is now running! Read as fast as you can, don't miss details!
The power of Soren's House kicks @@ like a game master.
@@ -19736,9 +19709,6 @@ The warrior turns towards you, grinning broadly.
The water was too shallow...
-The well-round guy, with reasonable def, attack, and support skills.
-
-
The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance.
@@ -19751,9 +19721,6 @@ The window appears to be unlocked. It might have been open some time ago.
The wine wasn't ready yet and you lost it...
-The wise guy, which doesn't relies on magic, and loves summon.
-
-
The wood bends a little, but doesn't breaks.
@@ -20141,6 +20108,9 @@ They need to be feed, when hunger falls below 75. @@ is the best food for them.
They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.
+They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.
+
+
They shouldn't. Could you perhaps, kindly bring me 1 @@?
@@ -20222,7 +20192,7 @@ This book will write itself, and reveal you the Secret Of Mana.
This boost can be used until level 15.
-This cannot be undone. Are you sure?
+This can be changed later, don't worry.
This caused a mana disturbance, and healing items are working better now, affecting every sector of economy.
@@ -20486,9 +20456,6 @@ This silk robe is more than enough, and you are fighting, you need the def bonus
This singularity will remain disarmed for @@ more!
-This skill can be further improved with Job Points
-
-
This small island is a good place to heal our wounds, and the monsters here are not threating.
@@ -20747,6 +20714,9 @@ To help fairies
To join a drill, right click on one of the lieutenants and join their Battle Stations. The drill can last up to 10 minutes.
+To learn @@ you'll need @@/@@ point(s).
+
+
To make @@ I need one from each gem powders, and 800 GP for commission.
@@ -20780,6 +20750,15 @@ To prove me your faith, bring me 1 @@ or 1 @@.
To prove me your results, bring me @@ @@, @@ @@ and @@ @@.
+To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#1
+
+
+To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.#0
+
+
+To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.
+
+
To reset back to normal:
@@ -20864,7 +20843,7 @@ Tonori Water
Too bad these lamps wear off after a while... I am making stocks of them now!
-Too bad, There is some really good news this week. Things like how to go to Candor for only 200GP.
+Too bad, There is some really good news this week. Things like how to go to Candor for free.
Too bad, you're really missing out!
@@ -21032,7 +21011,10 @@ Treasure chests have been seen on dungeons, always changing places and refilling
Treasurer
-Triggers an attack speed buff when using two swords.
+Trickmaster
+
+
+Trickster uses an experimental window, you might need to resize it to see all skills.
Tritan
@@ -21044,9 +21026,6 @@ Tritan Voice
Troll
-Try again!
-
-
Try again?
@@ -21263,6 +21242,9 @@ Unfortunately, other victor's names weren't logged.
Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.
+Unfortunately, we're shutting down. This building is too old.
+
+
Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!
@@ -21326,9 +21308,6 @@ Use these coins to exchange for stuff. But beware: Each dungeon difficulty will
Use your @@ as currency!
-Useful in PvP when your enemy have equipped a @@
-
-
Usename#0000
@@ -21515,9 +21494,6 @@ WARNING: Fake Death skill is disabled on the fight.
WARNING: If you insert wrong pincode, you'll be disconnected.
-WARNING: If you leave the subclass, you'll lose all skills related to it!
-
-
WARNING: NO EXPERIENCE WILL BE CARRIED OVER FROM THIS FIGHT.
@@ -21668,12 +21644,6 @@ Warlord Plate
Warning.
-Warning: If you join a subclass, you can't leave it later!
-
-
-Warning: This class haven't been tested/balanced yet. Feedback is required!
-
-
Warning: This will drain mana and spawn monsters. You shall not leave this cave section!
@@ -21788,9 +21758,6 @@ We have made a stop at a little island, before making it on to the port of Tulim
We have three vanishing sort of people on the story.
-We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.
-
-
We held to our hope and Jerry figured it out.
@@ -21842,9 +21809,6 @@ We thank every player, because without them, this would be nothing!
We thought that you could help us understand this, all we know is that we found you cast in the sea, in a sand bank.
-We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!
-
-
We want to party this moment, but can you believe we ran out of beer?
@@ -21962,33 +21926,15 @@ Welcome to the Arena. Select your action
Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.
-Welcome to the Priest guild!
-
-
Welcome to the Town Hall. I am @@, officer in charge of public associations.
-Welcome to the berserker guild!
-
-
Welcome to the library of Sage Nikolai. I'm very sorry, but as you see it's not in a good shape at the moment. Most of the books were eaten by the slimes or damaged and we're working hard on cleaning up the mess.
-Welcome to the paladin guild!
-
-
Welcome to the questing world!"
-Welcome to the sage guild!
-
-
-Welcome to the tanker guild!
-
-
-Welcome to the wizard guild!
-
-
Welcome! I come from nowhere, and my family hunt Snakes. We also make fine leather items from their skin!
@@ -22100,6 +22046,9 @@ Well, if you are good, you can just not get hit. If you're not so good, then bow
Well, if you come from Candor, you probably will have some fluffy's yellow feathers. I use them to make pillows.
+Well, if you ever need help, do not hesit reading the wiki ;-)
+
+
Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.
@@ -22187,9 +22136,6 @@ Well, this is very disturbing, indeed. I hope my good friend Sagratha is fine.
Well, too bad!
-Well, welcome to the game! If you have any doubt, shout on #world for help!
-
-
Well, yes, I've saw them heading off to the Yeti King room. Lately, many Yetis have been uprising against your majesty.
@@ -22271,9 +22217,6 @@ West of here is a beach. In said beach there are blubs, they don't attack but th
West of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.
-Wha, your magic power increased! How?! Ah, nevermind. You are eligible to get tier 2!
-
-
Wha- How dare you, to lie to me!
@@ -22397,9 +22340,6 @@ What crap is that?! This is not from Tulimshar!
What did you expected, anyway?
-What do I need to do to join?
-
-
What do you choose?
@@ -22466,9 +22406,6 @@ What in the world is happening?! Where in Jesusalva's name are you?!
What is @@ doing?
-What is a class?
-
-
What is banking?
@@ -22817,6 +22754,12 @@ Wind Fairy
Wind: @@, @@
+Windwalker
+
+
+Windwalker - Increase walk speed and flee rate.
+
+
Wine Making Barrel
@@ -22862,6 +22805,9 @@ With it, you can safely move items and funds between your characters.
With one gem you can expect to get 1 to 3 powders!
+With recent player activity, the Monster king is @@!
+
+
With renewed confidence about the outcome of the war, various people left their houses.
@@ -22892,12 +22838,6 @@ Without magic attack, using a fireball at an enemy will be like throwing a stone
Wizard General
-Wizard Mages
-
-
-Wizard Master
-
-
Wizard Moccasins
@@ -23204,12 +23144,6 @@ Yeah, but what reward will I get?
Yeah, it was my grand-grand-grandfather.
-Yeah, of course. I will teach you how to give first aid to people.
-
-
-Yeah, of course. This one is rather useless and difficult to use, though.
-
-
Yeah, she might be back soon.
@@ -23342,10 +23276,10 @@ Yes, as you see, the costs are high. Prepare yourself.
Yes, but I like windy days.
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#0
+Yes, courageous and worthy adventurer. You did well!#0
-Yes, courageous and worthy adventurer. You did well. I won't babysit you anymore. Embrace the new world opening before you!#1
+Yes, courageous and worthy adventurer. You did well!#1
Yes, deal. Gimme the gold ring.
@@ -23492,27 +23426,6 @@ Yo, good joob killing the Fire Goblins. Do you have everything I've asked for?
Yo, man.#1
-You abandoned the BERSERKER class!
-
-
-You abandoned the PALADIN class!
-
-
-You abandoned the PRIEST class!
-
-
-You abandoned the SAGE class!
-
-
-You abandoned the TANKER class!
-
-
-You abandoned the WIZARD class!
-
-
-You advanced your tier!
-
-
You already claimed a reward today! Come back tomorrow, and remember to wear GREEN!
@@ -23549,6 +23462,9 @@ You also get access to a party chat, and there are no compromises, so it is a pe
You are NOT allowed to leave here!
+You are a @@ยบ degree mage. This book allows you many new possibilities.
+
+
You are about to accept a high-risk quest. You cannot complete it alone.
@@ -23825,6 +23741,9 @@ You can give @@ to help us, I'll pay you accordingly.
You can kill @@ on the desert. It's a dangerous area though, so take care.
+You can leave it blank if you wish no reward.
+
+
You can move using @@ or, at your choice, by clicking where you want to go.
@@ -23891,6 +23810,9 @@ You can't pass this barrier while people are fighting inside!
You can't sleep here during daytime!
+You can, and @@, register on both programs, but only one is required for this quest.
+
+
You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure.
@@ -24023,6 +23945,9 @@ You do not have enough Gold on yourself.
You do not have the required access privileges to use the Super Menu.
+You do not meet all requisites for this skill.
+
+
You don't have @@.
@@ -24179,6 +24104,12 @@ You got @@ Event Points for leaderboard position.
You got married to @@!
+You have @@ magic skill points available.
+
+
+You have @@/@@ magic skill points available.
+
+
You have a high level. Go to Halinarzo already! You could even, I don't know, search for magic?!
@@ -24197,6 +24128,9 @@ You have collect enough evidence, it's time to leave and report.
You have collected and additional of @@/@@ Mob Points.
+You have completed the Jesusaves Grimorium Quest!
+
+
You have gained a special login bonus!
@@ -24227,9 +24161,6 @@ You have no idea what this piece of equipment is used for.
You have no right to take that away from her!
-You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.
-
-
You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.
@@ -24281,7 +24212,7 @@ You killed so many Pinkies, I don't care with the Antennas anymore! They are alm
You know Jesus Saves hates cheaters, right? If Saulc didn't asked me to double-check stuff...
-You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.
+You know the Tulimshar Magic Council? The big building on Tulimshar North?
You know the answer can only be @@.
@@ -24308,6 +24239,9 @@ You managed to save @@ % of my crops!
You may be trapped forever inside the desert maze beyond help
+You may now choose your bonus.
+
+
You may pass. The Sage is on the library waiting for you.
@@ -24425,6 +24359,9 @@ You notice a group of slimes emerging from the debris among the shelves.
You notice that even if she tries to calm down everyone and serve tea, she's pretty distressed with the Monster King herself.
+You now have an extra point, use it wisely.
+
+
You only have to tell him how much you want to deposit or withdraw.
@@ -24473,7 +24410,7 @@ You pulled too late and lost the bait...
You pulled too soon and lost the bait.
-You quickly give him the herbs, and he skillfully mix them on a potion.
+You quickly give her the herbs, and she skillfully mix them on a potion.
You ran out of time.
@@ -24791,6 +24728,9 @@ You won't be allowed to play this game until you have an updated client.
You won't be allowed to walk sideways, except to avoid a monster or two.
+You won't learn any skill without a good professor to teach them to you.
+
+
You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?
@@ -24800,6 +24740,9 @@ You wouldn't happen to have them, would you?
You'll all die here!
+You'll also need to pay a fee of @@x @@
+
+
You'll be charged even if you fail, be warned.
@@ -24923,6 +24866,9 @@ You've killed @@/12 @@. Get rid of them!
You've passed the test of courage. Bravure you have, but are you a real adventurer?
+You've reached the maximum level for this skill.
+
+
You've slayed the Yeti.
@@ -24959,13 +24905,10 @@ Your Score: @@
Your body starts to glow. You're not sure why, the fountain did that!
-Your class selection is ##BPermanent##b and cannot be changed later. Do their tasks, and you'll be able to harness magic!
-
-
Your coward outer self fails to convince you to leave.
-Your current maximum magic efficiency is @@. This book allows you many new possibilities.
+Your current official server account:
Your current score: @@
@@ -24977,9 +24920,6 @@ Your current win streak is @@!
Your experience level has been updated.
-Your friend also sent you a gift - open it when you get level 5!
-
-
Your guild doesn't knows any recipes!
@@ -25118,57 +25058,21 @@ Zzzzzzzzz...
[2] Full Aeros
-[@@ Bolt]
-
-
-[@@ Weapon]
-
-
[Accept Quest]
-[Action Casting]
-
-
-[Arrow Shield]
-
-
-[Bash]
-
-
-[Bless Weapon]
-
-
[Christmas] Send soul to the Christmas Workshop!
-[Counter Defense]
-
-
[Decline Quest]
[Deliver all goods.]
-[Detoxify]
-
-
-[Dragon Slayer]
-
-
[Easter] Send soul to the Mana Forest!
-[Endure]
-
-
-[Energy Coating]
-
-
-[Fire Ball]
-
-
[Give him a Mouboo Figurine to play with?]
@@ -25178,36 +25082,9 @@ Zzzzzzzzz...
[Give him some tasty Chocolate Bar?]
-[Guard]
-
-
-[Holy Light]
-
-
-[Increase Agility]
-
-
-[Last Standing Man]
-
-
-[Luma]
-
-
-[MP Regen]
-
-
-[Mana Wisdom]
-
-
[Maybe another time.]
-[Napalm Beat]
-
-
-[Party Area Defense]
-
-
[Pat his shoulder and say everything will be fine.]
@@ -25217,12 +25094,6 @@ Zzzzzzzzz...
[Quest Accepted]
-[Redemption]
-
-
-[Ressurection]
-
-
[Shake him and tell him to pull himself together]
@@ -25232,15 +25103,9 @@ Zzzzzzzzz...
[Soul Menhir]
-[Standing Regen]
-
-
[Try to console him]
-[Two Hands Quicken]
-
-
[Valentine Day] Send soul to the Valentine Highlands!
@@ -25277,6 +25142,9 @@ agility
and may change later without notice.
+angry
+
+
any planned experience and gold reward.
@@ -25316,6 +25184,9 @@ desert mines one day.
dexterity
+discontent
+
+
draw.
@@ -25334,6 +25205,9 @@ firearms
four
+furious
+
+
hairstyle_config
@@ -25598,6 +25472,12 @@ town overview
two minutes
+very angry
+
+
+very mad
+
+
very powerful shot
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 85fab4553..de33b9d59 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -24,6 +24,16 @@ OnTouch:
.@lang = requestlang();
if (.@lang >= 0 && .@lang <= 9) Lang = .@lang;
+ // Test Server
+ mesn "TMW 2 Staff";
+ mesc l("Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server."), 1;
+ mesc l("You can leave it blank if you wish no reward."), 1;
+ mesc l("This can be changed later, don't worry."), 1;
+ mesc l("(Click next button to advance dialogs)"), 3;
+ next;
+ input OFFICIAL_NICKNAME$;
+ clear;
+
showavatar 3;
mesn "Narrator";
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt
index 66eddd809..6ea951075 100644
--- a/npc/001-7/celestia_bossfight.txt
+++ b/npc/001-7/celestia_bossfight.txt
@@ -36,6 +36,7 @@ L_Survivor:
channelmes("#world", $YETIKING_WINNER$+" is the first player to finish Yeti King Quest!! GG, dude! %%N");
announce "All hail ##B"+$YETIKING_WINNER$+"##b, first to complete the ##3Yeti King Quest!", bc_all|bc_npc;
getexp 0, 2000;
+ getitembound Runestaff, 1, 1;
getitem PrismGift, 1;
mesc l("CONGRATULATIONS! You are the first player to finish Yeti King quest!!"), 2;
mesc l("You just gained a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 98493b585..e8ce86333 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -78,8 +78,6 @@ L_Checker:
next;
mesn;
mesq l("The Alliance can help you in finding out about who you are, why you are here, or from where you came from. So, about the tasks I want completed.");
- LOCATION$ = "Candor";
- setq ShipQuests_Julia, 3;
next;
.@price=800;
mesc b(l(".:: Main Quest 1-3 ::.")), 3;
@@ -88,61 +86,49 @@ L_Checker:
msObjective(getq(CandorQuest_Barrel) >= 4, l("* Ask Zegas, the mayoress, if she needs help."));
msObjective(Zeny >= .@price, l("* Collect @@/@@ GP", Zeny, .@price));
-L_Referral:
- // Referral program
- if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) {
- next;
- clear;
- showavatar NPC_LOF_RICH;
- mesc l("But before, a message from our developers!"), 3;
- next;
- mesn l("TMW2 Staff");
- mesc l("Hello, and welcome to TMW2: Moubootaur Legends!"), 3;
- next;
- mesn l("TMW2 Staff");
- mesc l("Did you came here by someone advise? If yes, write their name down here!"), 3;
- next;
- mesc l("If this is not the case, just click on \"Send\"."), 3;
- .@ref$="";
- do
- {
- input .@ref$;
- //debugmes "Player invite: "+.@ref$;
- mes "";
- if (.@ref$ != "") {
- .@ref=gf_accid(strip(.@ref$));
- if (.@ref > 0) {
- if (.@ref == getcharid(3)) {
- mesn l("TMW2 Staff");
- mesc l("Hahah, silly, that's yourself!"), 3;
- mesc l("Try again!"), 3;
- next;
- .@ref$="";
- } else {
- #REFERRAL_PROG=.@ref;
- getitembound FriendGift, 1, 1;
- mesn l("TMW2 Staff");
- mesc l("Well, welcome to the game! If you have any doubt, shout on #world for help!"), 3;
- mesc l("Your friend also sent you a gift - open it when you get level 5!"), 3;
- next;
- }
- } else {
- mesn l("TMW2 Staff");
- mesc l("Oops, there is nobody known as @@ on this game.", .@ref$), 3;
- mesc l("Could you try again? There could be a typo!"), 3;
- next;
- .@ref$="";
- }
- } else {
- .@ref$="None";
- mesn l("TMW2 Staff");
- mesc l("I see. Well, welcome to the game! If you have any doubt, shout on #world for help!"), 3;
- next;
+L_FirstLogin:
+ next;
+ clear;
+ showavatar NPC_LOF_RICH;
+ mesc l("But before, a message from our developers!"), 3;
+ next;
+ mesn l("TMW2 Staff");
+ mesc l("First of all: Thank you for playing during this event."), 1;
+ mesc l("You may now choose your bonus."), 1;
+ mesc l("The bonus will be added to a @@, you must equip it.", getitemlink(PlushMouboo)), 3;
+ mesc b(l("IT CANNOT BE CHANGED LATER")), 1;
+ next;
+ do {
+ select
+ l("I'm just skipping dialogs, sorry"),
+ l("HP +75% (not recommended)"),
+ l("EXP +50%"),
+ l("DMG +50%");
+ mes "";
+ if (@menu != 1) {
+ getitembound(PlushMouboo, 1, 4);
+ delinventorylist(); // Needed, because we'll rely on rfind()
+ getinventorylist();
+ .@index=array_rfind(@inventorylist_id, PlushMouboo);
+ switch (@menu) {
+ case 2:
+ .@vartp=VAR_MAXHPPERCENT; .@bonus=75; break;
+ case 3:
+ .@vartp=IOPT_EXPGAIN; .@bonus=50; break;
+ case 4:
+ .@vartp=VAR_ATKPERCENT; .@bonus=50; break;
+ default:
+ Exception("Invalid menu entry: "+@menu, RB_SPEECH|RB_DEBUGMES|RB_PLEASEREPORT); .@vartp=any(VAR_ATKPERCENT, IOPT_EXPGAIN); .@bonus=50; break;
}
- } while (.@ref$ == "");
- showavatar NPC_NARD;
- }
-
+ setitemoptionbyindex(.@index, 0, .@vartp, .@bonus);
+ }
+ } while (@menu == 1);
+ Zeny+=50000;
+ getitem TimeFlask, 1;
+ getitem FatesPotion, 30;
+ getitem ReturnPotion, 100;
+ LOCATION$ = "Candor";
+ setq ShipQuests_Julia, 3;
close;
@@ -176,18 +162,14 @@ L_NotYet:
mes "";
select
rif(Zeny >= .@price, l("I've brought the money you've asked for.")),
- rif(#REFERRAL_PROG == 0 && $REFERRAL_ENABLED && BaseLevel <= 10,
- l("I forgot to say earlier, but indeed, I was invited by someone!")),
l("Captain, why have you brought me to a deserted boring island?!"),
l("I don't want to help your \"friends\", bring me to somewhere useful!"),
l("Please excuse me, captain.");
mes "";
if (@menu == 2)
- goto L_Referral;
- if (@menu == 3)
goto L_CandorIsland;
- if (@menu == 4)
+ if (@menu == 3)
goto L_NeedHelp;
mesn;
diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt
index 1f6fec071..cd57b40cd 100644
--- a/npc/003-0-1/statues.txt
+++ b/npc/003-0-1/statues.txt
@@ -10,6 +10,8 @@
.rate_limit=gettimetick(2);
HallOfFortune();
+ next;
+ HallOfCraft();
close;
OnInit:
@@ -72,6 +74,10 @@ OnInit:
003-0-1,60,26,0 script Worker Statue NPC_STATUE_CONTRIBUTOR,{
HallOfSponsor();
+ next;
+ HallOfMobpt();
+ next;
+ HallOfPVP();
close;
OnInit:
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index 94fff454a..6d89ccf35 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -22,6 +22,75 @@ OnInit:
.distance = 5;
end;
+// Test Server Utilities
+OnClock0000:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("It's the last event day! Server shutting down in 20 hours!");
+ end;
+
+OnClock1000:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 10 hours!");
+ end;
+
+OnClock1500:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 5 hours!");
+ end;
+
+OnClock1800:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 2 hours!");
+ end;
+
+OnClock1900:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 1 hour!");
+ end;
+
+OnClock1930:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 30 minutes!");
+ end;
+
+OnClock1945:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 15 minutes!");
+ end;
+
+OnClock1955:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Event Server shutting down in 5 minutes!");
+ end;
+
+OnClock1957:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("##1ATTENTION: THIS IS THE LAST OPPORTUNITY TO SELL STORAGE ITEMS AND EMPTY THE BANK.");
+ end;
+
+OnClock2000:
+ if (gettime(GETTIME_DAYOFMONTH) != 31)
+ end;
+ kamibroadcast("Wp everyone", "Saulc");
+ sleep(500);
+ kamibroadcast("Thanks everyone for participating on the event.", "Jesusalva");
+ sleep(2000);
+ kamibroadcast("Event Server will now shutdown, I hope to be handing out the rewards within the next 15 days.", "Jesusalva");
+ sleep(5000);
+ kamibroadcast("Stay tuned with the updates!", "Jesusalva");
+ sleep(3000);
+ atcommand "@serverexit 100";
+ end;
+
// Server Happy Hour
OnSun1800:
$@EXP_EVENT=rand2(15, 20);
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index e0384e75d..d29e34b1f 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -25,13 +25,31 @@ L_Menu:
rif(is_staff(), l("Tell people the name of a new hero.")), L_NewHero,
rif((getgmlevel() == 1 || is_admin()) && #T_SPONSOR <= gettimetick(2), l("I want a Sponsor Necklace.")), L_Sponsor,
l("Do you have any tips for beginners?"), L_Tips,
- l("I am a contributor, and I want contributor stuff."), L_Contributor,
+ //l("I am a contributor, and I want contributor stuff."), L_Contributor,
+ l("I would like to change my ML rewards account"), L_TestServer,
l("What alliance?"),-;
mes "";
mesn;
mesq l("The Alliance which was formed after the war!");
close;
+L_TestServer:
+ mesn "TMW 2 Staff";
+ mesc l("Before we start, to be eligible for rewards, please insert your CHARACTER NAME on Live Server."), 1;
+ mesc l("Your current official server account: ")+strip(OFFICIAL_NICKNAME$);
+ next;
+ mesc l("Change it?");
+ if (askyesno() == ASK_NO)
+ close;
+ mesc l("You can leave it blank if you wish no reward."), 1;
+ mesc l("This can be changed later, don't worry."), 1;
+ mesc l("(Click next button to advance dialogs)"), 3;
+ next;
+ input OFFICIAL_NICKNAME$;
+ next;
+ mesc l("Your current official server account: ")+strip(OFFICIAL_NICKNAME$);
+ close;
+
L_GMItems:
getitembound GMRobe, 1, 1;
getitembound GMCap, 1, 1;
diff --git a/npc/017-1/town.txt b/npc/017-1/town.txt
index a475d1400..585d58860 100644
--- a/npc/017-1/town.txt
+++ b/npc/017-1/town.txt
@@ -8,3 +8,33 @@
OnTouch:
EnterTown("LoF"); end;
}
+
+
+017-1,86,62,0 script #Airship NPC_AIRSHIP,{
+ if ($@MK_CHALLENGE) {
+ mesc l("The following players are currently challenging the Monster King:"), 1;
+ .@c = getunits(BL_PC, .@players, false, "boss");
+ for (.@i = 0; .@i < .@c; .@i++) {
+ mes "* "+strcharinfo(0, "", .@players[.@i]);
+ }
+ close;
+ }
+ mesc l("Challenge the Monster King?"), 1;
+ mesc l("Everyone in a 15x15 radius from this NPC will be warped!"), 1;
+ mesc l("This NPC is at coordinates 86,62");
+ next;
+ if (askyesno() == ASK_YES) {
+ if (!$@MK_CHALLENGE) {
+ areawarp("017-1", 71, 47, 101, 77, "boss", 34, 32, 41, 35);
+ donpcevent("#monsterthrone::OnBegin");
+ }
+ closeclientdialog;
+ }
+ close;
+
+OnInit:
+ .distance=15;
+ end;
+
+}
+
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index bdb537161..1c236e997 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -60,6 +60,7 @@ OnMasterBossKilled:
channelmes("#world", $HEROESHOLD_WINNER$+" is the first player to finish HEROES HOLD Master Dungeon!! GG, dude! %%N");
announce "All hail ##B"+$HEROESHOLD_WINNER$+"##b, first to complete the ##3HEROES HOLD Master Dungeon!", bc_all|bc_npc;
getexp 0, 2000;
+ getitembound Tyranny, 1, 1;
getitem PrismGift, 1;
mesc l("CONGRATULATIONS! You are the first player to finish Heroes Hold Master Dungeon!!"), 2;
mesc l("You just gained a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 862636260..2bbbda804 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -198,6 +198,7 @@ L_Winner:
channelmes("#world", $CINDY_WINNER$+" is the first player to finish Cindy Quest!! GG, dude! %%N");
announce "All hail ##B"+$CINDY_WINNER$+"##b, first to complete the ##3Cindy Quest!", bc_all|bc_npc;
getexp 0, 2000;
+ getitembound DemureAxe, 1, 1;
getitem PrismGift, 1;
mesc l("CONGRATULATIONS! You are the first player to finish Cindy Quest!!"), 2;
mesc l("You just gained a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt
index 668fd0a86..ebf2a29cc 100644
--- a/npc/boss/throne.txt
+++ b/npc/boss/throne.txt
@@ -9,8 +9,8 @@ boss,45,45,0 script #monsterthrone NPC_HIDDEN,0,0,{
OnTouch:
if (strcharinfo(2) == "Monster King") end;
- warp "boss", 45, 48;
- percentheal -15,0;
+ //warp "boss", 45, 48;
+ percentheal -5,0;
dispbottom "The throne is cursed, only the Monster King may seat on it.";
end;
@@ -110,6 +110,7 @@ OnVictory:
stopnpctimer;
mapwarp("boss", "017-1", 120, 88);
$GAME_STORYLINE=5;
+ disablenpc "#Airship";
// Without the Monster King to rule monsters... TODO Isbamuth
setbattleflag("monster_ai", 0x209);
setbattleflag("monster_active_enable", false);
@@ -158,4 +159,6 @@ boss,0,0,0 duplicate(#MKBossTrap01) #MKBossTrap03 NPC_TRAP,0,0
boss,0,0,0 duplicate(#MKBossTrap01) #MKBossTrap04 NPC_TRAP,0,0
boss,0,0,0 duplicate(#MKBossTrap01) #MKBossTrap05 NPC_TRAP,0,0
+boss mapflag zone MMO
+
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index c7945cd78..c98f8eeb9 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -131,7 +131,7 @@ OnInit:
bindatcmd "exprate", "@exprate::OnCall", 80, 80, 1; // change exp rate
// WARNING: using @reloadscript will change the "original" value
- .original_exp_rate = 100;//getbattleflag("base_exp_rate");
+ .original_exp_rate = 300;//getbattleflag("base_exp_rate");
.current_rate = .original_exp_rate;
// XXX: maybe in the future:
@@ -158,17 +158,17 @@ OnReload:
stopnpctimer;
.hours = 0;
.max_hours = 0;
- .current_rate = 100;
- setbattleflag("item_rate_common", 100);
- setbattleflag("item_rate_common_boss", 100);
- setbattleflag("item_rate_heal", 100);
- setbattleflag("item_rate_heal_boss", 100);
- setbattleflag("item_rate_use", 100);
- setbattleflag("item_rate_use_boss", 100);
- setbattleflag("item_rate_equip", 100);
- setbattleflag("item_rate_equip_boss", 100);
- setbattleflag("item_rate_card", 100);
- setbattleflag("item_rate_card_boss", 100);
+ .current_rate = 1000;
+ setbattleflag("item_rate_common", 1000);
+ setbattleflag("item_rate_common_boss", 1000);
+ setbattleflag("item_rate_heal", 1000);
+ setbattleflag("item_rate_heal_boss", 1000);
+ setbattleflag("item_rate_use", 1000);
+ setbattleflag("item_rate_use_boss", 1000);
+ setbattleflag("item_rate_equip", 1000);
+ setbattleflag("item_rate_equip_boss", 1000);
+ setbattleflag("item_rate_card", 1000);
+ setbattleflag("item_rate_card_boss", 1000);
charcommand("@reloadmobdb"); // this is on purpose (callable without RID) - no idea what is the purpose
SeasonReload(1);
channelmes("#world", "The Drop Rate Bonus is now over.");
@@ -259,17 +259,17 @@ OnInit:
bindatcmd "droprate", "@droprate::OnCall", 80, 80, 1; // change drop rate
// WARNING: using @reloadscript will change the "original" value, use @reloadbattleconf before!
- .org_dcn = 100;//getbattleflag("item_rate_common");
- .org_dcb = 100;//getbattleflag("item_rate_common_boss");
- .org_dhn = 100;//getbattleflag("item_rate_heal");
- .org_dhb = 100;//getbattleflag("item_rate_heal_boss");
- .org_dun = 100;//getbattleflag("item_rate_use");
- .org_dub = 100;//getbattleflag("item_rate_use_boss");
- .org_den = 100;//getbattleflag("item_rate_equip");
- .org_deb = 100;//getbattleflag("item_rate_equip_boss");
- .org_dxn = 100;//getbattleflag("item_rate_card");
- .org_dxb = 100;//getbattleflag("item_rate_card_boss");
- .current_rate = 100;
+ .org_dcn = 1000;//getbattleflag("item_rate_common");
+ .org_dcb = 1000;//getbattleflag("item_rate_common_boss");
+ .org_dhn = 1000;//getbattleflag("item_rate_heal");
+ .org_dhb = 1000;//getbattleflag("item_rate_heal_boss");
+ .org_dun = 1000;//getbattleflag("item_rate_use");
+ .org_dub = 1000;//getbattleflag("item_rate_use_boss");
+ .org_den = 1000;//getbattleflag("item_rate_equip");
+ .org_deb = 1000;//getbattleflag("item_rate_equip_boss");
+ .org_dxn = 1000;//getbattleflag("item_rate_card");
+ .org_dxb = 1000;//getbattleflag("item_rate_card_boss");
+ .current_rate = 1000;
// XXX: maybe in the future:
//.original_job_rate = getbattleflag("base_job_rate");
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index bacbf3863..9c9308d56 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -618,7 +618,16 @@ function script clientupdater {
}
}
-
+ // Test Server Updates
+ // seg jul 22 21:23:00 -03 2019
+ if (UPDATE < 1563841380) {
+ UPDATE=1563841380;
+ // If you have TMW2_CRAFT skill, you need the bonus recipe
+ if (getskilllv(TMW2_CRAFT)) {
+ RECIPES_EQUIPMENT[CraftDagger]=true;
+ dispbottom l("Dagger Crafting recipe learnt.");
+ }
+ }
// #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted.
if (#ADD_LVL) {
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index 8f4b71551..9896d5304 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -88,26 +88,29 @@ function script daily_login_bonus_handler {
getitem BronzeGift, 1;
dispbottom l("##2 14 Days login bonus: ##B1x @@##b", getitemlink(BronzeGift));
} else if (#LOGIN_STREAK == 7) {
- getitem StrangeCoin, 3;
- dispbottom l("##2 7 Days login bonus: ##B3x @@##b", getitemlink(StrangeCoin));
+ getitem StrangeCoin, 30;
+ dispbottom l("##2 7 Days login bonus: ##B30x @@##b", getitemlink(StrangeCoin));
} else if (#LOGIN_STREAK == 3) {
- getitem StrangeCoin, 1;
- dispbottom l("##2 3 Days login bonus: ##B1x @@##b", getitemlink(StrangeCoin));
+ getitem StrangeCoin, 10;
+ dispbottom l("##2 3 Days login bonus: ##B10x @@##b", getitemlink(StrangeCoin));
} else if (#LOGIN_STREAK % 3 == 0) {
.@value=max(20, rand(0, (#LOGIN_STREAK*2)));
.@value+=(BaseLevel*2)+rand(JobLevel, JobLevel*3);
+ .@value*=20;
Zeny=Zeny+.@value;
dispbottom l("##2Daily login bonus: ##B@@ GP##b", .@value);
} else if (#LOGIN_STREAK % 3 == 2) {
.@value=max(5, rand(0, (#LOGIN_STREAK/4)));
.@value+=(BaseLevel**2);
.@value=(.@value/2)+#LOGIN_STREAK;
+ .@value*=20;
getexp .@value, 0;
dispbottom l("##2Daily login bonus: ##B@@ EXP##b", .@value);
} else {
.@value=max(5, rand(0, (#LOGIN_STREAK/4)));
.@value+=(JobLevel**2);
.@value=(.@value/3)+#LOGIN_STREAK;
+ .@value*=20;
getexp 0, .@value;
dispbottom l("##2Daily login bonus: ##B@@ Job Exp.##b", .@value);
}
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index d525ed616..7146dba41 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -11,8 +11,6 @@ function script fix_mobkill {
}
function script mobpoint {
- if (!MPQUEST)
- return;
//if (killedrid < 1002) goto L_Return;
// You get MobLv + 20% as MobPoints.
@@ -21,6 +19,15 @@ function script mobpoint {
.@addval=strmobinfo(3,killedrid);
else
.@addval=strmobinfo(3,killedrid)*12/10;
+
+ // Global record
+ TS_MOBPT = TS_MOBPT + .@addval;
+
+ // Not MPQuest - end
+ if (!MPQUEST)
+ return;
+
+ // Give you the points
Mobpt = Mobpt + .@addval;
return;
@@ -66,6 +73,7 @@ OnNPCKillEvent:
// Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz.
OnPCKillEvent:
$PLAYERS_KILLED+=1;
+ TS_PVPCNT+=1;
// killedrid
.@m$=getmap();
.@bxp=readparam(BaseLevel, killedrid);
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index 3e6b476ab..fb1c4974c 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -39,6 +39,9 @@ OnInit:
.@nb = query_sql("select char_name, command from `atcommandlog` ORDER BY atcommand_id DESC LIMIT 15", $@hogm_name$, $@hogm_value$);
.@nb = query_sql("select name, guild_lv from `guild` WHERE `guild_id`!=1 ORDER BY guild_lv DESC LIMIT 5", $@hoguild_name$, $@hoguild_value);
.@nb = query_sql("SELECT c.name, i.value FROM `char_reg_num_db` AS i, `char` AS c WHERE i.key='CRAZYPOINTS' AND i.char_id=c.char_id ORDER BY i.value DESC LIMIT 10", $@cfefe_name$, $@cfefe_value);
+ .@nb = query_sql("SELECT c.name, i.value FROM `char_reg_num_db` AS i, `char` AS c WHERE i.key='TS_MOBPT' AND i.char_id=c.char_id ORDER BY i.value DESC LIMIT 10", $@mobpt_name$, $@mobpt_value);
+ .@nb = query_sql("SELECT c.name, i.value FROM `char_reg_num_db` AS i, `char` AS c WHERE i.key='TS_PVPCNT' AND i.char_id=c.char_id ORDER BY i.value DESC LIMIT 10", $@pvp_name$, $@pvp_value);
+ .@nb = query_sql("SELECT c.name, i.value FROM `char_reg_num_db` AS i, `char` AS c WHERE i.key='CRAFTING_SCORE' AND i.char_id=c.char_id ORDER BY i.value DESC LIMIT 10", $@crafters_name$, $@crafters_value);
debugmes "Scoreboards reloaded";
end;
}
@@ -196,6 +199,54 @@ function script HallOfCandor {
return;
}
+function script HallOfMobpt {
+ mes "";
+ mes l("##BHall Of Generated Mob Points: TOP 10##b");
+ mes("1."+$@mobpt_name$[0]+" ("+$@mobpt_value[0]+")");
+ mes("2."+$@mobpt_name$[1]+" ("+$@mobpt_value[1]+")");
+ mes("3."+$@mobpt_name$[2]+" ("+$@mobpt_value[2]+")");
+ mes("4."+$@mobpt_name$[3]+" ("+$@mobpt_value[3]+")");
+ mes("5."+$@mobpt_name$[4]+" ("+$@mobpt_value[4]+")");
+ mes("6."+$@mobpt_name$[5]+" ("+$@mobpt_value[5]+")");
+ mes("7."+$@mobpt_name$[6]+" ("+$@mobpt_value[6]+")");
+ mes("8."+$@mobpt_name$[7]+" ("+$@mobpt_value[7]+")");
+ mes("9."+$@mobpt_name$[8]+" ("+$@mobpt_value[8]+")");
+ mes("10."+$@mobpt_name$[9]+" ("+$@mobpt_value[9]+")");
+ return;
+}
+
+function script HallOfPVP {
+ mes "";
+ mes l("##BHall Of PVP Kills: TOP 10##b");
+ mes("1."+$@pvp_name$[0]+" ("+$@pvp_value[0]+")");
+ mes("2."+$@pvp_name$[1]+" ("+$@pvp_value[1]+")");
+ mes("3."+$@pvp_name$[2]+" ("+$@pvp_value[2]+")");
+ mes("4."+$@pvp_name$[3]+" ("+$@pvp_value[3]+")");
+ mes("5."+$@pvp_name$[4]+" ("+$@pvp_value[4]+")");
+ mes("6."+$@pvp_name$[5]+" ("+$@pvp_value[5]+")");
+ mes("7."+$@pvp_name$[6]+" ("+$@pvp_value[6]+")");
+ mes("8."+$@pvp_name$[7]+" ("+$@pvp_value[7]+")");
+ mes("9."+$@pvp_name$[8]+" ("+$@pvp_value[8]+")");
+ mes("10."+$@pvp_name$[9]+" ("+$@pvp_value[9]+")");
+ return;
+}
+
+function script HallOfCraft {
+ mes "";
+ mes l("##BHall Of Crafting: TOP 10##b");
+ mes("1."+$@crafters_name$[0]+" ("+$@crafters_value[0]+")");
+ mes("2."+$@crafters_name$[1]+" ("+$@crafters_value[1]+")");
+ mes("3."+$@crafters_name$[2]+" ("+$@crafters_value[2]+")");
+ mes("4."+$@crafters_name$[3]+" ("+$@crafters_value[3]+")");
+ mes("5."+$@crafters_name$[4]+" ("+$@crafters_value[4]+")");
+ mes("6."+$@crafters_name$[5]+" ("+$@crafters_value[5]+")");
+ mes("7."+$@crafters_name$[6]+" ("+$@crafters_value[6]+")");
+ mes("8."+$@crafters_name$[7]+" ("+$@crafters_value[7]+")");
+ mes("9."+$@crafters_name$[8]+" ("+$@crafters_value[8]+")");
+ mes("10."+$@crafters_name$[9]+" ("+$@crafters_value[9]+")");
+ return;
+}
+
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 6acdeb359..9be7a9e23 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -37,7 +37,7 @@ function script siege_calcdiff {
for (.@i = 0; .@i < .@c; .@i++) {
// Dead players are not counted
if (.@deadcount) {
- if (ispcdead(strcharinfo(0, "", .@players[.@i]))) {
+ if (false) {
.@skip+=1;
continue;
}