Results 1 to 1 of 1

Thread: T1 to T3 raids script - finding the quests?

  1. #1

    Default T1 to T3 raids script - finding the quests?

    A little script to help people look for and try to get a sense of the quest progression for the T1 to T3 raids. YOU CAN GO in a raid without these quests, and still get relevant loot from the loot boxes that drop. The quests give ADDITIONAL items that can be seen here.

    DISCLAIMER:
    Although the scripts have been extensively tested. By reading this, downloading, installing, and/or running the scripts, you agree that the author will not be held liable for anything that may happen to your game, your machine, or your life.


    T1 - T3 raids quests - where to get them?:
    DOWNLOAD (v2.7) from MEDIAFIRE or PASTEBIN


    INSTALLATION:
    • Download the file. By default, it will not have any extension.
    • Open your "Age of Conan" folder. On a standalone install it will most likely be found here "C:\Program Files (x86)\Funcom\Age of Conan" . On a steam install most likely here "C:\Program Files (x86)\Steam\steamapps\common\Age of Conan"
    • Copy or Move the Scripts to the "scripts" folder. If it does not exist, make one.
    • To invoke the script type "/" + {name of script} (no space, no quotations) in a chat bar. example:
      if the script is named "testscript", type "/testscript" in the "Say" chatbar. If the script is "testscript.txt" type "/testscript.txt" instead.
    • To remove the script, just delete or move it from the "scripts" folder.


    RATIONALE:

    There are a few guides for finding the Quests for the T1 to T3 raids, such as the ones from Ayleetah and by Henryx. There is also a script posted by Johnnythekid available here, listing the locations of the T3 quest-givers. The current script is an attempt to improve and collate all these excellent sources into a single portable script that can be invoked in-game.

    WHAT it LOOKS LIKE:
    Code:
      
     DESTINY QUESTS 			OTHERS..  
     || 					|| 
     The Grim Grey God 			Black Dragon Recruit 		Trail to the Dragon's Lair  
     Kalanthes:Kheshatta[1070,705]  	King Conan 			Kurtz:AtzelsA[280,265] 
     || 					|| 
     Master of the Silver Peacock 		Black Dragon Knighthood 	Draconis Hex  
     Kalanthes:Kheshatta[1070,705]		King Conan 			Kurtz:AtzelsA[280,265] 
     || 					|| 
     talk to Cha 				Kill Dragon Vistrix 		Crown of Acheron  
     Cha:Kheshatta[761,696] 		King Conan 			Kurtz:AtzelsA[280,265] 
     || 					|| 
    
    == Go on T1 raid to kill Vistrix ==
     
     || 
    The Immortal Hand 
    return to Kalanthes : talk to Zelata : return to Kalanthes 
    take a ring and a letter from a shrine [850,640] : click on the letter 
     || 
     || The Cursed Treasure  
     || of Constantius          		Bowls of Set			Master of Gargoyles  
     || Kalanthes:Kheshatta 		Kalanthes:Kheshatta 		ha:Kheshatta[761,696] 
     || 
     || Mistress of the Shadows 		The Hunt			Minions of Living Stone  
     || Hashima:Kheshatta[777,617]		Kalanthes:Kheshatta		Cha:Kheshatta[761,696] 
     || 
     || A curious recipe			Army - Gates - Abyss		Stone to Flesh  
     || near Catha[recipe for Ibis]		Dexitheus, Conan's Castle	Gargoyle near entrace Wing1 
     || Only soldiers should take this 
     ||      								Fangs of the Ring  
     || 	        							Tuktopet:Kheshatta[833,638] 
     || 
     
     = T2 Wing 3 = 				= T2 Wing 2 =     		= T2 Wing 1 =  
      
     || 
    Death to Thoth Amon  
    King Conan 
     || Others...  
     || || 
     || Phoenix Sword							The Four Sent  
     || Dexitheus, Conan's Castle 						poster on bookshelf left 
     || || 									of entrance (T3 lower) 
     || || Defense of Asgard 		Guardians from Beyond  
     || || Wulfhere,Conan's Castle		Nadir:Kheshatta[665,1216] 
     || || 
     || || Keeper of Artifacts 		Betrayal  
     || || Hashima:Kheshatta[777,617] 	Moulay:Kheshatta[760,645] 
     || || 
     || || Master of Blades 		Face of Evil  
     || || Ettival:Kheshatta[763, 622]	Scipio:Old Tarantia[964,709] 
     || || 
     
     = T3 Upper Floor = 			= T3 Lower =
    NOTES / POINTS to REMEMBER:
    • Please make sure to extend the script properly so that the heading "=== Please extend the script ===" is on a single row looking like this
      Code:
      ============= Please extend the script =============
      NOT like this
      Code:
      ============= Please extend the script 
      =============
    • Quests connected with a "||" means the previous quest is necessary to progress the second. for example:
      Code:
      Black Dragon Knighthood
      King Conan
      ||
      Kill Dragon Vistrix
      King Conan
      means it is necessary to complete the "Black Dragon Knighthood" Quest to be able to get the "Kill Dragon Vistrix" quest. Both quests are given by King Conan.
    • Quests without the "||" are standalone but may need the player to possess a certain item (ex. "Hand of Leviathus", the quest reward for the "Immortal Hand" for most of the T3 quests)
    • Some Quest titles have been shortened to make the script as compact as possible


    ADVANCED:
    The following is a bit advanced. Pls do not attempt this if you do not know what you are doing, it may render the script unusable or at worst cause the chat bar to be inactive (by flooding with code) - needing a relog / restart of the game.
    • It is possible to make the script visible only to the player, or visible to other people as well.
    • To make the script visible only to the player (you) add the code "/text " (includes a space and not including quotes) to the beginning of the script.
    • To make the script visible to other players, remove the code "/text "(includes a space and not including quotes).

      example 1 (will only be visible to you)
      Code:
      /text <font face='hyborianlarge'>This is a test</font>
      example 2 (will be visible to other players involved in the chat)
      Code:
      <font face='hyborianlarge'>This is a test</font>
    • NOTEs: example 2 can only be made available if the "channel" is active. You can only use the script in example 2 in "group" channel if you are actually in a group, in "raid" channel if you are actually in a raid.
      Scripts like example 2 may also not be available to be used in "large" channels like global/NPH/LFG.
      example 1 can be invoked in any chat bar even in "group" channel when you are not in a group, etc.


    DISCLAIMER:
    Although the scripts have been extensively tested. By downloading, installing, and running the scripts, you agree that the author will not be held liable for anything that may happen to your game, your machine, or your life.
    Last edited by chrizdc; 20th July 2017 at 08:52.
    __________________________________________
    Yet another SETTINGS script- A comprehensive collection of the most important settings.
    EMOTES- A more coherent arrangement of the emotes.
    T1 to T3 raids script - finding the quests?- Shows quest progression for T1-T3 raids.
    RESOURCES-What is this used for?- Lists resources and their useage

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •