- Joined
- Nov 1, 2015
- RedCents
- 2,073¢
It has been via the RG Launcher. The I DL it from Github as well and installed it in the Scriber folder.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

yea, last update was at about midnight last night EST so it should have been showing red todayIt has been via the RG Launcher. The I DL it from Github as well and installed it in the Scriber folder.
What class? You could try to replace these two sections and see what happens. I'm guessing your not a druid or wizard and that the scripts stops after it saysIt seems to get stuck going form EW2 to GD2. It will gate back to the bind and just stands there, never actually going to GD2.
local function EW2()
print('Enter EW2')
if ((MinLevel <= 115) and (MaxLevel >= 111)) == true then
guildhall('eastwastestwo')
Trav('eastwastestwo')
--Going back to Guild Lobby for next Zone--
if (mq.TLO.Me.Class.ShortName() ~= 'DRU') then
Home()
end
end
print('Exit EW2')
end
local function GD2()
print('Enter GD2')
if (((MinLevel <= 115) and (MaxLevel >= 111) == true) and mq.TLO.Me.Class.ShortName() == 'DRU') or (((MinLevel <= 115) and (MaxLevel >= 111) == true) and mq.TLO.Me.Class.ShortName() == 'WIZ') then
CastInvis()
if mq.TLO.Me.Zone.ShortName() ~= 'eastwastestwo' then
guildhall('eastwastestwo')
end
mq.delay(1000)
while not Am_I_Invis('normal')() do
Write.Info("\arYou're stuck in a loop because you're not invis!")
CastInvis()
end
mq.cmd('/travelto greatdividetwo')
while mq.TLO.Navigation.Active() do
mq.delay(50)
end
Trav('greatdividetwo')
Home()
end
print('Exit GD2')
end

is there any intent to fix the zone specific option? Seems it used to work but not anymore.Thanks for all your work on this! It appears selecting the zone specific options does not currently work. The settings in the attached screenshot have the toon go to Overthere first, even though I do not have it selected. It seems to only honor the level slider. I have also used /sc 106-110 without Overthere selected and it still goes to Overthere. In this instance I would like to buy the 106-110, but only from Stratos, since I already have Overthere spells.
View attachment 56054
A related/unrelated reason this is a problem is that after Overthere spells bought, it tries to take me through Howling Stones and back to regular Overthere to get back to PoK and then on to Stratos, but it gets stuck in Howling Stones due to no valid path. In this instance its a ranger.
Also the ranger has:
View attachment 56055
but scriber does not use it.
Thank you!
Suggestion:
Input a command i can send from my driver for my whole group to get all spells up to their level.
So example:
finish with an evening of play, all group members got some levels, not all got the same amount of levels, so there is a difference between toons.
Come back to pok, and want to catch up spells from the levels we just got.
could issue the /scriber 1 X, but then toons that ARENT level X yet will buy spells they arent ready for.
Is there a command to just send them to get spells up to their level?
So i can do a /bcga //scriber [get spells up to your level]
Awesome job so far on this!
I'll take a look at it. I may message for more infoSuch a brilliant lil program that makes a very tedious task so simple but alas lately has had some things broken, for instance have to click on the lvl slider to get things done
If you attempt to manually zone to sirens and then start it to goto western wastes for some reason it auto zones you to Kael, no idea why,every single time it does this,no matter the toon you try it on.
i did find the only way to navigate through sirens was to use a clicky to make myself smaller and only then it used to navigate the water areas in sirens successfully.
Would also be nice if some of the other clickys to port back are used or can be manually added by the user.
Last toon i tried it on was a mage

I put in a PR with a potential fix for the checkboxes not being honored.Seems scriber isnt working like it used to. I continually stopping after doing 1 zone at times. Just trying doing my 111 - 115 spells. It got the ones out of Eastern Wastes and then ported back to my bind in the Guild hall and stopped. Same thing happens with 96 - 100 spells does Shards Landing then stops after that.
Also there it does not recognize just selecting an individual zone anymore. Regardless of selection it starts at the first zone in the list for the level range.
I'm trying but life has me by the balls at the moment. I haven't been able to really touch my computer in almost 3 months.Any idea if or when the updates would be?i do love this program as i pwr level a lot,and would love to see it fixed![]()
Any ETA on update?So just fyi for those having issues, last I tested scriber, my issue stemmed from mq recognizing a new zone before you actually zone in. With that, the command (for whatever was next) was sent before you actually zoned in and failed to give the command for eq to move your character. I have a fix incoming for it. Please be patient
try this and let me know if you have any issues. I haven't run into any issues yet. Place it in the scriber folderAny ETA on update?
I'm not sure if I used a / command for inventory. I'll try to check tomorrow. If not, I'll add one.Great utility
Is there a / command to scribe spells in inventory ? may have missed it in the chats but would be V useful
Thank you in advance
Did you see such a command Kuhle?I'm not sure if I used a / command for inventory. I'll try to check tomorrow. If not, I'll add one.
would be so useful to be able to scribe on all toons in one go with that 
magic tyyou can add this around line 1699
[CODE title="/scriber scribe"]
if cmd == 'scribe' then
scribe_inv = true
scribe_switch = false
end[/CODE]
will add command/scriber scribewhich will just scribe any spells in inventory for you.
apparently I let my sub lapse on rg so I've gotten no notifications on this whatsoever. what are you wanting to see. is it not working anymore? I've not played EQ in about 1.5 years but do plan on updating it.Is there any updates to this damn brilliant utility?Or any planned in the forseeable future?Its one that i always use when power levelling and would love to see it brought back to lift and current.
[4.0.0] - 2024-12-03
Commits
(158c0b1) ~usmarine2687Merge branch 'main' of https://github.com/usmarine2687/Scriber
...:feat Added support for Hodstock zone with related functionality and commands
:feat Added "scribe" written command for scribing spells already in inventory
i think not to sure as iAll i can say since there is no news whatsoever "RIP" you lived a great life and was well loved!So sad your time came way too early!
WB man. =)
[4.0.1] - 2024-12-04
Commits
(09272f0) ~usmarine2687Removed teleport vendor from Hodstock for Druid and Wizard and added Theater of Eternity Teleport vendor
Fixed an accidental coding issue with Druid and Wizard
failed and trying again
