Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-06-2004, 05:30 AM
FrostWhite FrostWhite is offline
Registered User
Join Date: Nov 2003
Posts: 15
FrostWhite is on a distinguished road
Thumbs down Help Please - /reconnect and 'serverwarp'

how do i get /recconect to work i tried serverwarp but im no good at that stuff lol thx
__________________
Making it................
Reply With Quote
  #2  
Old 05-06-2004, 07:46 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
erm... use serverwarp
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
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote
  #3  
Old 05-06-2004, 12:28 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Hrmm
NPC Code:

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

__________________
V$:CONFL16T

Last edited by Loriel; 05-07-2004 at 11:54 AM..
Reply With Quote
  #4  
Old 05-06-2004, 05:33 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
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 )
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote
  #5  
Old 05-06-2004, 05:39 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to 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 (clientside only):

NPC Code:

if(actionplayeronline){
serverwarp playerworld-name;
}



Edit: i have change the word serverside to clientside
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /

Last edited by osrs; 05-07-2004 at 01:41 PM..
Reply With Quote
  #6  
Old 05-06-2004, 09:09 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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?
Reply With Quote
  #7  
Old 05-07-2004, 11:50 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by osrs
(serverside only):
I am rather convinced that it is clientside only as well.
Reply With Quote
  #8  
Old 05-07-2004, 12:25 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
thanks for editing my post. muchly appreaciated..
__________________
V$:CONFL16T
Reply With Quote
  #9  
Old 05-07-2004, 01:40 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally Posted by Python523
Surely you should know it's clientside only?
Yea, yea, client-side only, my bad.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
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 04:21 PM.


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