Quest help
Im having an issue with this quest. At first she was literally handing out the first aug on the reward list upon hail as long as the Lastblood flag was there. It removes the flag making it respond with a lack of flag command.
I altered it a tad bit changing what was originally "lastbloods" to "aug" in the say links. She was still handing out the aug with a hail unless you selected "last bloods" saylink then she would show you the list and respond according to your selection. So I tried altering it a little more removing all "/hail"'s from the reward section and now she sits there and stares at me doing nothing. #edit# Changed it back to where she is handing out the first aug upon hail. Also she always gives the "scam" message with every dialogue script. Code:
#Lastblood and fallen saint quest, out of Theater of Blood via Eodue the Pure - Static mob |
Odd script.
The item id numbering is nice, with the exception of the 33323 artifact resulting in a 33350 reward and the 33350 as an artifact resulting in a 33348. Anyway. Not too sure why there is a one value per key hash for the rewards but the artifacts were in an array. I would consider doing either of these two (I tend to stick to arrays when there are only two values, less typing): Code:
my @artifacts = (33323,33324,33325,33326,33327,33328,33329,33330,33331,33332,33333,33334,33335,33336,33337,33338,33339,33340,33341,33342,33343,33344,33345,33346,33347,33348,33350); Code:
my %matches = That said, I'm really not entirely sure what this script is supposed to do. I can look at it and tell you what it does, though, the "style" is so unique that, I'm not sure how to approach it. Could you instead, tell us what is supposed to happen, given what conditions, using item numbers in your examples and such? |
I want the dialogue to read like this :
Hail Eodue the Pure EoP whispers: Hail $name! Before you venture into this zone I have to tell you about some things. These [$things] might be of great use to you!" Player: $things EoP: I have managed to uncover some armor from the overthrown [$saints] . Ive also found some way to improve a last blood and turn it into an[$aug] of many types." Player: $aug EoP: I can show you a <list> Show: List: Here: EoP: All I require is a last blood. Turn in Last Blood: EoP: Here is your selection tell me which number you want Player says a number w.o turn in global EoP: You haven't given me my item yet! ------------------------------------------------- Hopefully that's a tad bit clearer of what I want lol As far as the mismatched rewards I fixed that on my server just forgot to post updated code. Right now she will hand out aug #1 based on a simple hail as long as you have the global to receive an aug. Id be happy if I could get that to stop atleast lol |
All times are GMT -4. The time now is 11:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.