Jump to content

Recommended Posts

Posted

I dont know how many of you searched for some help in this case, but i needed last night to know few things about this quest and i didnt find many info's on the net.

Well this is a more detailed part, and its only about the FOG Q, the one from IT ill add it later.

 

 

So lets start, first of all you have to go in FOG,

If you are nobless or you have any other method to port in lower fog, then doit and skip to the second map posted here.

 

If not, you will have to go at FOG entrance (from Goddard Clan Halls port, or maybe u got a GM GK, and if not... just port in hot springs from Goddard and walk till there) and after fallow map 1 till map 2.

 

fogupper.png

 

lower.png

 

 

Reaching lower fog, you will have to talk with the npc marked on the second map.

The quest name is "Gather the Flames" from NPC (Blacksmith) "Vulcan" and you must have lvl 74

 

After u did that, you can kill every Mob from fog and get your quest items ("Tourch" etc_torch_on_i00_0.png ).

I prefer the zone with red marked mobs on map 2. just because they got low P def and M def, and they are resistant only to fire.

 

With a full buffed nuker with B gr. on him you can farm pretty easy there.

 

Vulcan ask you for 1000 Q items, but will give you a random S recipe.

So you better farm for 1200 and search for (Blacksmith Wind) Rooney where you can choose the rec. you want.

His spawn locations are the green marks on the map.

 

After i camped the npc, i conclude the fact that he stay 20 mins in his spawn.

His next spawn will be the next room (considering the path from entrance to last fog room)

So if u wait him 7 hours and 30 mins (maximum, it can be less) in 1 spawn place, its impossible to not find him.

 

http://img191.imageshack.us/img191/6122/shot00004xn.png

http://img806.imageshack.us/img806/7565/shot00005lm.png

 

 

So have fun and good luck :)

Posted

A little offtopic, but where can i find more maps like this? :)

 

It's a good guide, cause everything is explained perfectly with these maps and your symbols

congrats

 

 

Posted

A little offtopic, but where can i find more maps like this? :)

 

It's a good guide, cause everything is explained perfectly with these maps and your symbols

congrats

 

 

thanks :)

 

ill do more of this kind guides.

 

well the maps are from google xD and i added more things i needed.

 

http://www.gamesquests.com/guide/maps-forge-of-gods/lineage-ii-the-chaotic-chronicles/9,1

 

and do search for  "FOG map" or "CATACOMB MAP" in google image (adding also lineage 2 somewhere in the text if is needed) :)

Posted
After i camped the npc, i conclude the fact that he stay 20 mins in his spawn place (not sure yet if its for all spawns or only for the one where i marked mobs with red in map 2 because there i camped).

So if u wait him 7 hours and 30 mins (maximum, it can be less) in 1 spawn place, its impossible to not find him.

 

updated.

 

also ill try to find out if he port from spawn to spawn (in the order u walk till the last room of fog) or is random.

Posted

His next spawn will be the next room (considering the path from entrance to last fog room)

 

 

updated.

 

 

i guess this is the last info needed :)

  • 3 months later...
Posted

I think better is in Imperial tomb if you have nobles because you need only 1k q items and then go in 4s take raid and vuolia you have not random recipes

did u read the quest at least ?

 

 

Vulcan ask you for 1000 Q items, but will give you a random S recipe.

So you better farm for 1200 and search for (Blacksmith Wind) Rooney where you can choose the rec. you want.

 

same as IT you need 1000 items for >>>> RANDOM <<<< recipe, if you want to choose , in IT you must make 4S (4 sepulchers) and in FOG you must get 1200 items and find Rooney to take it from him.

  • 9 months later...
Posted

How to go to the lower level i do all map and i am one stairs upper than the entrance i am in right place?

look on the first image and fallow the rooms paths in order to get to the lower lvl.
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Hey guys, I came up with this idea while needing to write down multiple locations. When you use the /loc command, a text file is created (only the first time) and stores all the locations you debug.   Output:   --- a/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java @@ -1,5 +1,10 @@ package net.sf.l2j.gameserver.handler.usercommandhandlers; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; + import net.sf.l2j.gameserver.data.xml.MapRegionData; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.model.actor.Player; @@ -13,6 +18,7 @@ 0 }; + @SuppressWarnings("resource") @Override public void useUserCommand(int id, Player player) { @@ -100,6 +106,26 @@ } player.sendPacket(SystemMessage.getSystemMessage(msg).addNumber(player.getX()).addNumber(player.getY()).addNumber(player.getZ())); + + if (player.isGM()) + { + try + { + String fileLoc = "./data/locations.txt"; + final File file = new File(fileLoc); + file.createNewFile(); + + FileWriter fw = new FileWriter(fileLoc, true); + BufferedWriter bw = new BufferedWriter(fw); + bw.write(player.getX() + ", " + player.getY() + ", " + player.getZ()); + bw.newLine(); + bw.close(); + } + catch (IOException e) + { + e.printStackTrace(); + } + } } @Override  
    • Not any training model, i should fix that, just a very well done bot engine. As we use it on a local Internet Cafe spot and people join to test server, they don't seem to understand they are bots. Their behaviour is really well done. Many actions that other bots can't do are possible and the are complicated patterns that can be done due to structure of the engine such as Pick items of dead party pk member and later on trade them back to owner. So i'll fix later the title to Bot Engine rather than A.I. 
    • its old ver ))   this is new https://gamerip.ru/index.php?/topic/3308-lineage2-chronicle3-rise-of-darkness-new-version-172-030225/
    • Lineage Squared: Stacksub, Evolved. Website: https://www.lineagesquared.com/ Discord: https://discord.gg/nukQkv3gEf     Hello fellow adventurers! I'm thrilled to share with you Lineage Squared, a passion-driven project that's bringing a whole new twist to the Lineage II universe. Our server is undergoing rapid and active development, and we're excited to welcome you to join us on this journey! 🔥 What Makes Lineage Squared Unique? 🔥 The Revolutionary Stackclass System Combine Any Two Classes of the Same Race: Unleash your creativity by merging any two classes within the same race. Create unique and powerful synergies tailored to your playstyle. Start Stacking from Level 1: Dive into the action immediately by selecting your class combinations right after character creation. Experience a seamless leveling process, learning skills from both classes as you progress. Unlock All 30 Classes: Collect items from raid bosses to unlock new classes. Freely change and experiment with different class combinations without losing progress. Persistent Skill Progression: Over-enchant your skills and retain those enchantments across all combinations involving that class. Your hard work is always rewarded, ensuring a satisfying growth experience.   Introducing the Forgotten Battlegrounds 2 Teams: Blue vs. Red. 🔵🔴 battle in the Forgotten Temple dungeon. Destroy Enemy Flags: Each side has multiple flags to protect. Each destroyed flag pushes the frontline. Respawn & ELO: Earn ELO per kill and per flag you destroy. At match end, winners get a small bonus. View Matches on the Website: see live or past matches, read player stats (kills/deaths/flags/ELO changes). 📱 Forgotten Battlegrounds Demonstration: https://youtu.be/lrGkTst3kT4   The All-New AutoFarm System   We understand the discussions around automated gameplay, and we've carefully considered the advantages and disadvantages. Having witnessed the prevalence of botting tools firsthand, our philosophy is to empower all players with the same capabilities. Instead of an endless battle against undetectable botters, we're providing a utility that everyone can leverage, turning a potential advantage for a few into a benefit for the entire community. We're excited to announce the arrival of our brand-new AutoFarm System! This isn't your typical botting software; it's a completely custom-built system coded from the ground up by o1-pro, our AutoFarm levels the playing field and offers incredible convenience. Control at Your Fingertips: The main AutoFarm dashboard, intuitive layout and easy access settings.   Set Your Route   Watch how easy it is to define custom paths for your character to follow while farming.     Raid Boss Live Status Go beyond traditional raid boss tracking with our custom built Raid Boss and Raid Jewel tracking system.   https://lineagesquared.com/raid-boss-status   Battleground Statistics We have created Ranked Battlegrounds. Players are awarded ELO rating ranking their relative skill level against other players. Dive deep into your performance with website stats! https://lineagesquared.com/battleground-stats   Server Stats Experience: 50x Skill Points: 35x Adena: 12x Drop: 3x  Spoil: 4x  Safe Enchant: +3 Max Enchant: +15 Buff time: 1h 2v2, 4v4 & 6v6 Custom Olympiad   Community Board System Stackclass | Battlegrounds | Buffer | Partymatching | AutoFarm   Voice Commands .cfg - command window .autoPotion - enable/disable auto CP/HP/MP pots AutoFarm System: .autoFarm - opens the AutoFarm Dashboard .autoStart - Starts the AutoFarm system .autoStop - Stops the AutoFarm system Community Buffer System: .buff - Opens the Buffer Dashboard .buffMage - Provides the preset mage buffs .buffFighter - Provides the preset fighter buffs .buff1 - x - Provides that schema buff .buffHeal - Provides the heal feature .buffCancel - Provides the cancel feature
  • Topics

×
×
  • Create New...