Page 1 of 1

mudop @abils

Posted: Sun May 05, 2024 12:28 pm
by AviatingPenguin
I have a few users (one in particular) that forgot what quest he has completed. Is there a way to set up my mudop to pull a list of his abilities (sys god user abilities) than then send that list to hime? I can get it to do the first part, but it won't copy the quest abilities and send the list to him. Any help would be appreciated

Re: mudop @abils

Posted: Sun May 05, 2024 12:47 pm
by BearFather
I can't think of a way with megamud. That's why I wrote the ability into goslink.

Re: mudop @abils

Posted: Sun May 05, 2024 5:40 pm
by AviatingPenguin
BearFather wrote: Sun May 05, 2024 12:47 pm I can't think of a way with megamud. That's why I wrote the ability into goslink.
Hmm.. Trying to get goslink to work, but I get stuck at logging in when I restart it after putting in the settings and it never gets in the server
Here's what my config looks like (aside from the password)

Code: Select all

#Sun May 05 16:28:17 CDT 2024
bbsuser3=
bbsuser2=
mudname3=
bbsuser1=Mudbot
mudname2=
retrain3=false
mudname1=Mudbot
retrain2=false
retrain1=false
cleanup1=Sorry to interrupt here, but the server will be shutting
webuser=
gosbot=true
webbot=false
promptuser1=Otherwise type \\"\u001B[36mnew\u001B[32m\\"\:
port3=23
deny3=false
port2=23
deny2=false
port1=8887
promptpass1=Enter your password\:
deny1=false
broadcast3=gos
broadcast2=gos
broadcast1=gos
password3=
password2=
password1=passwordhere
webpass=
noobclass=
servname3=none
servname2=none
servname1=bbshere
promptmenu1=help, or,X to exit
window=true
gamecmd3=
gamecmd2=
gamecmd1=M
time=1
admin3=
admin2=
admin1=
promptmud1=[MAJORMUD]\:
addy3=
addy2=
addy1=10.0.0.250
Megamud works for logging in like this, but for some reason I can't get past "logging in" on goslink any help would be greatly appreciated

Re: mudop @abils

Posted: Mon May 06, 2024 11:15 am
by BearFather
Have you setup the login prompts for goslink? Did you disable ansi on the account? Where does it get stuck on login?

Re: mudop @abils

Posted: Tue May 07, 2024 6:17 am
by AviatingPenguin
I have not disabled ansi on the account, I'll try that next. It's on the very first step logging in. I'm sure whatever it is it's a me problem.