PDA

View Full Version : QRS help



Drew
07-14-2005, 02:50 AM
I've never been able to get to any of the labels in QRS and I have no idea but it must be something simple I'm just over looking so here's a log of futility:


.qrs

[Press the ESCape key to abort script.]
QRS is a Quick Reference Script for Gemstone Mechanics. If you're looking for a quick table or chart, here's the list of available help files:
EXAMPLE: Type '.qrs help' to get more assistance on using QRS.
culture - Dye colors, clothing definitions, gods, more to come.
mechanics - Mechanical information. Combat-related information, character manager,
. AI crystal, lockpicking and more.
tutorial - Brief tutorials on various subjects.

calendar - Calendar information
items - Some of the more common items around (What's the stats on a fishspine?)
healing - Healing herbs and such.
profession - Enter profession or title, get level and profession for title
spellnumber - Enter spell number, get back short description.
weaponname - Enter weapon name, get base. Enter base, get alternate names.
acronyms - Enter slang or acronym term, find out what it means.

help - Help for using QRS.
update - Do you need to update QRS?
websites - Helpful or neat Gemstone websites.
credits - Who did this or where did the information come from?

[Script finished!]
>
.qrs profession

[Press the ESCape key to abort script.]


GOTO label not found!

>
.qrs armor2

[Press the ESCape key to abort script.]


GOTO label not found!

.qrs .

[Press the ESCape key to abort script.]


GOTO label not found!

.qrshelp

[*** Error opening Wizard script file!]

>
.qrs -help

[Press the ESCape key to abort script.]


GOTO label not found!



-----------


Any ideas?

Bobmuhthol
07-14-2005, 09:19 AM
If you're using Wizard, try editing the script. If the first line is if_1 goto %1%%2%%3%%4% then change it to if_1 goto %1%2%3%4 and that should solve your problem. You're probably using a SF version of the script (or if you're using SF, a Wizard version, and the change to SF is the opposite of my solution).

mgoddess
07-14-2005, 09:54 AM
I believe in the newest version (put out a month or two ago), they put in a line or two of code that automatically fixes the extra % on the end, depending on wether you're using the Wizard or SF. :)

Bobmuhthol
07-14-2005, 09:57 AM
That's impossible.

Edit:

Maybe not, if you use

IF_1 goto %1%%2%%3%%4%

...

LabelError:
goto %1%2%3%4

[Edited on 7-14-2005 by Bobmuhthol]

Bobmuhthol
07-14-2005, 09:59 AM
Yeah, what I posted works. I haven't seen it used in QRS, though.

Fallen
07-14-2005, 12:42 PM
Can someone link the newest Ver of QRS?

Bobmuhthol
07-14-2005, 12:52 PM
This is the newest one that I've come across. I haven't seen another that even had paladin stuff in it, but maybe someone has a better one.

[Edited on 7-14-2005 by Bobmuhthol]

Fallen
07-14-2005, 01:13 PM
Thanks bob. Cool Avatar.

Bobmuhthol
07-14-2005, 01:15 PM
Thx!

p.s. if anyone happens to notice something irregular with the script, note that it's just echos.

mgoddess
07-14-2005, 04:04 PM
Here's the newest version I have, with the little thingy that sets wether yer using the Wiz or SF...

(From the version info...
This is the 15/04/05 version of QRS. Recently added are:
-Lock descriptions updated, old version moved into oldlocks
-Acronyms updated for GS4.
-Bug fixed in the encumbrance module (now checks your encumbrance level correctly at low encumbrance levels)
-Bolts and critter DF modules added to the combat menu.
-Bolt DFs completed.
-Several spells updated (New paladin spells not yet added).
-SBC added to the websites module.
-FrontEnd detection added. You no longer need to edit QRS to work in Stormfront.)

Drew
07-14-2005, 06:11 PM
Thanks for the help, I should have checked for the double % but my brain just wasn't working right. mgoddess' version seems to be working nicely.

Bobmuhthol
07-14-2005, 06:15 PM
Awesome, thanks mgoddess.

mgoddess
07-14-2005, 07:52 PM
Welcome. :)

Edit: One side note on that version I posted...I don't think the highlighting of the profession list is working still for SF. My work-around for it was to just get rid of the line that was supposed to do the highlighting, since I knew already which profession title I was looking for...just need to know which profession it belongs to. (ie: Deleting all the "AddToHighlightStrings string="%1" foreColor=12 notOnWordBoundary=false caseInsensitive=true /quiet" strings)

[Edited on 7-14-2005 by mgoddess]