Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-31-2007, 11:06 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
How do graal:// links work?

Title says it all.
__________________
What signature? I see no signature?
Reply With Quote
  #2  
Old 03-31-2007, 11:12 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by godofwarares View Post
Title says it all.
Many uses them in titles.. hmm
I think its html, the href tag
__________________
Reply With Quote
  #3  
Old 03-31-2007, 11:20 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Chompy View Post
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
__________________
What signature? I see no signature?
Reply With Quote
  #4  
Old 03-31-2007, 11:40 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
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.
Reply With Quote
  #5  
Old 03-31-2007, 11:58 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Gambet View Post
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
__________________
What signature? I see no signature?
Reply With Quote
  #6  
Old 04-01-2007, 12:41 AM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Quote:
Originally Posted by godofwarares View Post
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.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

Reply With Quote
  #7  
Old 04-01-2007, 12:57 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Cool. I can totally find some way to abuse this.
__________________
Reply With Quote
  #8  
Old 04-01-2007, 08:27 PM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Only if you have NPCServer controls...
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #9  
Old 04-01-2007, 08:32 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by HoudiniMan View Post
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
Reply With Quote
  #10  
Old 04-01-2007, 11:25 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
You could try in NPC-Control

PHP Code:
function onActionPlayerOnline()
{
  echo( 
params );

__________________
Reply With Quote
  #11  
Old 04-01-2007, 11:26 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Text: Do Not Click This
URL: graal://Aeon/jailplayer
__________________
Reply With Quote
  #12  
Old 04-02-2007, 01:18 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.
Reply With Quote
  #13  
Old 04-02-2007, 01:27 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Inverness View Post
Text: Do Not Click This
URL: graal://Aeon/jailplayer
Sounds good. Lets try that.
Reply With Quote
  #14  
Old 04-02-2007, 02:13 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
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
Reply With Quote
  #15  
Old 02-11-2012, 09:45 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Superbump. Is this no longer supported by the game client, or is it a Windows 7 thing?
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:43 AM.


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