Kelethin Faction Quest

utadaishot

Well-Known Member
This script will do the nibbler faction quest for you. This script is used by Exiles who want to betray to Kelethin.

Requisites:
*You must have the ability to do the Kelethin faction quests given by Gibrien Marsden on the Green Knoll.
*No mounts.

What it does:
*You start the script standing next to Gibrien Marsden.
*You will continually get quests from him until you get the correct one.
*You will walk to the BB stable master and get a horse.
*You will walk from the Kelethin stable master and click salt lick.
*You will walk back to Kelethin master and get a horse.
*You will walk back to Gibrien Marsden and get a quest.

WHAT YOU MUST DO:
*The first response after hailing Gibrien Marsden varies from character to character, for some reason, so you will need to make sure that you edit the commented line below "UIH" to the correct response number (from the top down). Just search the ISS file for UIH and edit that line below it.

DO NOT COMMENT HERE. I DO NOT INTEND TO EXPAND OR SUPPORT THIS SCRIPT. IF YOU HAVE EGREGIOUS ERRORS YOU CAN PM ME.
 

Attachments

Last edited:

Valerian

ISX Specialist
Interesting. The selection thing can more than likely be automated by checking the text of the various button choices, and if I ever decide to use this I will more than likely do that.

How long does it take running this thing to get your faction up from exile?
 

utadaishot

Well-Known Member
I ran two characters through while testing but there were many starts and stops while changing the code so I can't tell you with much certainty how long it will take. Maybe an hour? Maybe a little more or less. And as far as the selection, I meant from character to character, so you should only have to edit the number once per character.
 

Eq2hax

Active Member
This script will do the nibbler faction quest for you. This script is used by Exiles who want to betray to Kelethin.

Requisites:
*You must have the ability to do the Kelethin faction quests given by Gibrien Marsden on the Green Knoll.
*No mounts.

What it does:
*You start the script standing next to Gibrien Marsden.
*You will continually get quests from him until you get the correct one.
*You will walk to the BB stable master and get a horse.
*You will walk from the Kelethin stable master and click salt lick.
*You will walk back to Kelethin master and get a horse.
*You will walk back to Gibrien Marsden and get a quest.

WHAT YOU MUST DO:
*The first response after hailing Gibrien Marsden varies from character to character, for some reason, so you will need to make sure that you edit the commented line below "UIH" to the correct response number (from the top down). Just search the ISS file for UIH and edit that line below it.

DO NOT COMMENT HERE. I DO NOT INTEND TO EXPAND OR SUPPORT THIS SCRIPT. IF YOU HAVE EGREGIOUS ERRORS YOU CAN PM ME.
Not sure exactly which quest it's supposed to get. I am assuming you want it to get the Bio Diversity here but its not clear. It gets the biodiversity Nibler quest. Then it tries to start a pather and fails miserably. When it does not get the correct quest it opens the Log (J) but does not delete the old quest to be able to get the new one. Not sure why its not working at all. Any help would be appreciated even if I do this all manyally. Would be nice to have it in the future. The ;;;; commented out section for the UIH is not very decriptive either. "UIH:The number on the line below should be the number(from the top down) of the correct response button." what number?????? which quest????? again i am assuming you are speaking of the Bio Diversity quest which gives the Nibler but its not clear.
 

Nuprecon

Active Member
Not sure exactly which quest it's supposed to get. I am assuming you want it to get the Bio Diversity here but its not clear. It gets the biodiversity Nibler quest. Then it tries to start a pather and fails miserably. When it does not get the correct quest it opens the Log (J) but does not delete the old quest to be able to get the new one. Not sure why its not working at all. Any help would be appreciated even if I do this all manyally. Would be nice to have it in the future. The ;;;; commented out section for the UIH is not very decriptive either. "UIH:The number on the line below should be the number(from the top down) of the correct response button." what number?????? which quest????? again i am assuming you are speaking of the Bio Diversity quest which gives the Nibler but its not clear.
Its fairly evident, after opening the code for all of 20 seconds what it does, and why its opening the quest journal.

As for the "the number on the line below" .... how the hell many numbers are in,
Code:
EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1]:LeftClick
?

Its pretty clear that he means you should be selecting the first button. If the quest order ever changes, you know to change this number to what ever the appropriate option is.

The code block starting on line 31 and going through line 70 is so overly obvious I just dont understand what you dont get...

Now, i havnt tested the code, nor will I... but it seems like this should be pretty easy to figure out.

As for your nav issues, make sure your nav files are in the appropriate directory, or exist at all. And that your MovementKeys.iss have the right keys selected.

Lastly, learn to use the enter button, your reply is very difficult to read.
 

utadaishot

Well-Known Member
Thanks for helping out, Nuprecon.

Let me expound just a little further if anyone else is having this same issue.
Code:
#include ${LavishScript.HomeDirectory}/Scripts/EQ2Common/MovementKeys.iss
#include moveto.iss
That code is at the top of the script. That means it needs those files in those locations. I assumed everyone used the SVN, but regardless, make sure you have those files in those locations (moveto.iss being in the same directory as this script).

The quest interaction, however, should work regardless. I tested it again today and had no issues. Perhaps you are using a 3rd party UI? The quest interaction is dependent entirely upon the quest journal XML. If your UI alters it, there may be issues.

The number is the number of the reply button. There is no literal number on the reply. When you hail the quest giver you may have 2 or 3 (or more?) reply buttons. The reply buttons look like little boxes with words in them representing potential responses to what the quest giver is asking you. Visually confirm which reply button is the correct button for getting a quest, then imagine that each of those buttons are numbered from the top down beginning with the number 1. If the imaginary number of the correct reply button is the same as the number in the line below my comment, you are golden. If not, change that number in the line to the imaginary number.

I hope that clears everything up. Good luck.
 

dross427

Member
I keep trying to run this, I am wondering if anyone has any tips as far as how to make the folders and where they need to be.

I keep getting spammed that I need to update to the new LavishNav. Is this something that I am doing wrong, IE: by not putting things in the correct file format?

Any help would be most apriciated
 

omgbot

Active Member
This script uses the old navigation stuff. I adapted it to the new navigation stuff, I'll see about getting it uploaded to SVN or something.
 

dross427

Member
That would be Awesome. I have about 4 toons to bring over from freeport and it is a mind numbing thing to do.

Thanks
 
Top Bottom