|
nazradin Apprentice
Joined: 23 Mar 2003 Posts: 114 Location: New Zealand
|
Posted: Sat Nov 22, 2003 7:48 am
Gemstone 4 skill mitagator |
gemstone 4 has a new command GOAL which is suppose to lauch a web broswer to a web based skill page.
in the beta of gs4 it would show a link in the main window but not open the page, copy/paste the link to web page would open up mitagator, now get
> goal
Attempting to launch the web skill manager...
zugg is it possible to get this command to work?
Naz |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Nov 22, 2003 11:52 am |
You can implement this command using an alias:
#ALIAS goal {#URL {url where it is supposed to go}} |
|
|
|
nazradin Apprentice
Joined: 23 Mar 2003 Posts: 114 Location: New Zealand
|
Posted: Sun Nov 23, 2003 10:04 am |
quote: Originally posted by Kjata
You can implement this command using an alias:
#ALIAS goal {#URL {url where it is supposed to go}}
with out seeing the link code best i can get is https://www.play.net/gs4/play/cm/trainer.asp
i tried that and zmudd kept changing the link
from #ALIAS goal {#URL {https://www.play.net/gs4/play/cm/trainer.asp}}
to #ALIAS goal {#URL {trainer}} .. which does nothing
pating just https://www.play.net/gs4/play/cm/trainer.asp into the address bar of my browser also does nothing
goal is a in game command that launches a broswer to a secure link much in the same way that you use to hack in to gemstone with zmud you need a command code , and it chanes all the time.
i hope that explians what i mean
Naz |
|
|
|
Valint Wanderer
Joined: 12 Nov 2003 Posts: 70 Location: USA
|
Posted: Sun Nov 23, 2003 12:59 pm |
I'm not sure why you're not seeing the URL. I just tried it, and it shows up right under the line you quoted.
Turn off your triggers and see if perhaps something is showing up on the line that you're gagging.
The trigger I use for this situation is:
#TR {Attempting to launch the web skill manager...$(*)$} {#URL "%1"}
and it's working fine for me. |
|
|
|
nazradin Apprentice
Joined: 23 Mar 2003 Posts: 114 Location: New Zealand
|
Posted: Mon Nov 24, 2003 5:05 pm |
using version 6.62 with no triggers new install i still dont see the url
> goal
Attempting to launch the web skill manager...
> Daegal says, "Dat's a good share y' got there, me boy-o."
> Cromellach dances around the room to music only he can hear.
> goal
Elthur asks, "Are mass guards also needed?"
> Attempting to launch the web skill manager...
> Desdemia leaves Elthur's group.
> Daegal says, "Hard t' find folk what kin do that these days."
> Daegal grins crookedly.
> Lord Cromellach just went out.
i then tried your trigger which doesnt work for me tries to laucnh a web page with next command from command line as its url
also tried
#CLASS {Gemstone|gemstonegoals}
#TRIGGER {({http|ftp|www}%x)} {#URL %1}
#CLASS 0
doesnt work
Naz |
|
|
|
Valint Wanderer
Joined: 12 Nov 2003 Posts: 70 Location: USA
|
Posted: Wed Nov 26, 2003 12:03 pm |
Make sure you're not gagging something (like password, if you chose a password which could show up in the URL, or account name). Disable triggers (use the #IG command) to make sure you don't have any triggers you're forgetting.
Other than that, it doesn't sound like a Zmud problem. If GS isn't sending the URL, there's not a lot Zmud can do to launch it. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Nov 26, 2003 4:08 pm |
It appears to be a problem with special-characters in the URL. It's on the buglist. My guess is, you'll have to paste the URL to the browser yourself for now.
|
|
|
|
nazradin Apprentice
Joined: 23 Mar 2003 Posts: 114 Location: New Zealand
|
Posted: Wed Nov 26, 2003 4:09 pm |
quote: Originally posted by Valint
Make sure you're not gagging something (like password, if you chose a password which could show up in the URL, or account name). Disable triggers (use the #IG command) to make sure you don't have any triggers you're forgetting.
Other than that, it doesn't sound like a Zmud problem. If GS isn't sending the URL, there's not a lot Zmud can do to launch it.
i upgraded to lastest beta and i am now getting the url shown, most strange.
Naz |
|
|
|
|
|