Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graal Main Forum (English) (https://forums.graalonline.com/forums/forumdisplay.php?f=4)
-   -   How do graal:// links work? (https://forums.graalonline.com/forums/showthread.php?t=73191)

godofwarares 03-31-2007 11:06 PM

How do graal:// links work?
 
Title says it all.

Chompy 03-31-2007 11:12 PM

Quote:

Originally Posted by godofwarares (Post 1295086)
Title says it all.

Many uses them in titles.. hmm
I think its html, the href tag

godofwarares 03-31-2007 11:20 PM

Quote:

Originally Posted by Chompy (Post 1295091)
Many uses them in titles.. hmm
I think its html, the href tag

NOT what I needed to know.
I know that its like graal://Zone/, but what about the extra thing?
e.g.

HTML Code:

graal://Zone/whatever
:confused:

Gambet 03-31-2007 11:40 PM

graal://servername

I.E:

graal://Zone


Type it into a web-browser to have the client automatically open and log you in to the specified server.


You can also create a website shortcut icon and release it on the forums of your own server so that you can just double click the icon to be logged into your own server without having to open the client and scroll through servers and so forth.

godofwarares 03-31-2007 11:58 PM

Quote:

Originally Posted by Gambet (Post 1295098)
graal://servername

I.E:

graal://Zone


Type it into a web-browser to have the client automatically open and log you in to the specified server.


You can also create a website shortcut icon and release it on the forums of your own server so that you can just double click the icon to be logged into your own server without having to open the client and scroll through servers and so forth.

Then whats the graal://Zone/whatever thing? I never got that z.z

HoudiniMan 04-01-2007 12:41 AM

Quote:

Originally Posted by godofwarares (Post 1295101)
Then whats the graal://Zone/whatever thing? I never got that z.z

You can check for this parameter when a player logs on.

Say you put in graal://Playerworld1234/event4 and made the hyperlink say "Play CTF". When you login the npcserver goes event4 = warp them to 15 25 ctf.nw and voila, you're playing CTF striaght from your browser.

cbk1994 04-01-2007 12:57 AM

Cool. I can totally find some way to abuse this.

Tyhm 04-01-2007 08:27 PM

Only if you have NPCServer controls...

Rapidwolve 04-01-2007 08:32 PM

Quote:

Originally Posted by HoudiniMan (Post 1295114)
You can check for this parameter when a player logs on.

Say you put in graal://Playerworld1234/event4 and made the hyperlink say "Play CTF". When you login the npcserver goes event4 = warp them to 15 25 ctf.nw and voila, you're playing CTF striaght from your browser.

I've always wanted to ask this also, how do you check the param?
PHP Code:

function onActionPlayerOnline(whichparamisit


cbk1994 04-01-2007 11:25 PM

You could try in NPC-Control

PHP Code:

function onActionPlayerOnline()
{
  echo( 
params );



Inverness 04-01-2007 11:26 PM

Text: Do Not Click This
URL: graal://Aeon/jailplayer

Admins 04-02-2007 01:18 AM

I think it is
PHP Code:

function onActionServerStartParams() {
  echo(
"start parameters: " params);


in the Control-NPC (or if (actionserverstartparams) ... in GS1). It is actually triggered by the server list script.

Crow 04-02-2007 01:27 AM

Quote:

Originally Posted by Inverness (Post 1295541)
Text: Do Not Click This
URL: graal://Aeon/jailplayer

Sounds good. Lets try that.

Rapidwolve 04-02-2007 02:13 AM

Quote:

Originally Posted by Stefan (Post 1295604)
I think it is
PHP Code:

function onActionServerStartParams() {
  echo(
"start parameters: " params);


in the Control-NPC (or if (actionserverstartparams) ... in GS1). It is actually triggered by the server list script.

Ahh I just thought it was actionplayeronline

xXziroXx 02-11-2012 09:45 PM

Superbump. Is this no longer supported by the game client, or is it a Windows 7 thing?


All times are GMT +2. The time now is 09:55 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.