Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Help Please - /reconnect and 'serverwarp' (https://forums.graalonline.com/forums/showthread.php?t=52585)

FrostWhite 05-06-2004 05:30 AM

Help Please - /reconnect and 'serverwarp'
 
how do i get /recconect to work i tried serverwarp but im no good at that stuff lol thx

Dach 05-06-2004 07:46 AM

erm... use serverwarp x_x
check the newfeatures for info about the command, or if you're lazy just download the (rather complete) commands.rtf in my sig

make your thread titles non-generic

WanDaMan 05-06-2004 12:28 PM

Hrmm
NPC Code:

if (playerchats) {
if(strequals(#c,/reconnect)) {
// the server name will appear
// when you log onto RC
serverwarp servername;
}
}


Dach 05-06-2004 05:33 PM

bah, whats the point of useing code tags when you don't indent? (note, someone needs to fix that annoying spacing, it suxorz hardcorez, I'd use html tags untill then), you also left out a )

osrs 05-06-2004 05:39 PM

What do you mean with "/reconnect" ? (i suppose you're talking about a player command). A serverwarp to the same server will work same way, don't you think? About serverwarp, it's just use it like this way (clientside only):

NPC Code:

if(actionplayeronline){
serverwarp playerworld-name;
}



Edit: i have change the word serverside to clientside ^^

Python523 05-06-2004 09:09 PM

Quote:

Originally Posted by osrs
What do you mean with "/reconnect" ? (i suppose you're talking about a player command). A serverwarp to the same server will work same way, don't you think? About serverwarp, it's just use it like this way (serverside only):

NPC Code:

if(actionplayeronline){
serverwarp playerworld-name;
}


Surely you should know it's clientside only?

Loriel 05-07-2004 11:50 AM

Quote:

Originally Posted by osrs
(serverside only):

I am rather convinced that it is clientside only as well.

WanDaMan 05-07-2004 12:25 PM

thanks for editing my post. muchly appreaciated..

osrs 05-07-2004 01:40 PM

Quote:

Originally Posted by Python523
Surely you should know it's clientside only?

Yea, yea, client-side only, my bad. x_x


All times are GMT +2. The time now is 10:54 PM.

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