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
  #31  
Old 03-06-2005, 06:18 PM
Doahh_p2p Doahh_p2p is offline
Developer
Join Date: Oct 2004
Posts: 187
Doahh_p2p will become famous soon enough
X_X Log onto Bob and look at the server message
Reply With Quote
  #32  
Old 04-24-2005, 08:37 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Err

Sorry about bringing a dead thread back BUT:


The RC currently will NOT chat at all
Reply With Quote
  #33  
Old 04-25-2005, 02:20 AM
CujoDaMan CujoDaMan is offline
Shaded Legend Management
CujoDaMan's Avatar
Join Date: Aug 2004
Location: Canada, Nova Scotia
Posts: 108
CujoDaMan is an unknown quantity at this point
Send a message via AIM to CujoDaMan Send a message via MSN to CujoDaMan
Umm i don't got it working
__________________
Last Manager of Shaded Legend
Reply With Quote
  #34  
Old 04-25-2005, 04:41 AM
StanislavHunter StanislavHunter is offline
mangzilla
StanislavHunter's Avatar
Join Date: May 2004
Location: Oklahoma
Posts: 105
StanislavHunter is on a distinguished road
Send a message via AIM to StanislavHunter Send a message via MSN to StanislavHunter
Quote:
Originally Posted by CujoDaMan
Umm i don't got it working
You need Gscript2 on your server for this to work. If you do, then bleh?
__________________

I'm totally Mexican.
Reply With Quote
  #35  
Old 04-25-2005, 07:50 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Ovbiously I do?

Me nor my cuzin's server was it working with. It won't send messages.
Reply With Quote
  #36  
Old 04-25-2005, 04:32 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Are you using Graal v3 to run it?
Reply With Quote
  #37  
Old 04-25-2005, 07:08 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Heh. I guess Stefan forgot to post this after he restarted the GServers. You must put requesttext("clientrc", 1); in the script for it to work, then you will see the New Client-RC message in RC. When you replace 1 with 0, it does Client-RC Disconnected.
__________________
Liek omigosh.


Last edited by Ajira; 04-26-2005 at 04:48 AM.. Reason: wrong function
Reply With Quote
  #38  
Old 04-26-2005, 01:12 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Ajira
Heh. I guess Stefan forgot to post this after he restarted the GServers. You must put sendtext("clientrc", 1); in the script for it to work, then you will see the New Client-RC message in RC. When you replace 1 with 0, it does Client-RC Disconnected.
Where do we put that?
Reply With Quote
  #39  
Old 04-26-2005, 01:14 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by KuJi
Where do we put that?
an obvious place would be in the created block so you log into RC when you log on
__________________

Reply With Quote
  #40  
Old 04-26-2005, 01:30 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Tried --> Failed
Reply With Quote
  #41  
Old 04-26-2005, 04:13 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by KuJi
Tried --> Failed
Then you did it wrong.
__________________
Liek omigosh.

Reply With Quote
  #42  
Old 04-26-2005, 04:19 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Can you attach the RC fixed as you did it?
Reply With Quote
  #43  
Old 04-26-2005, 04:26 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
I can show you the 'created' block.
PHP Code:
function onCreated() {
  
rcoptions.loadvars("rcoptions.txt");
  
createVars();
  
createBackround();
  
requesttext("clientrc"1);

__________________
Liek omigosh.

Reply With Quote
  #44  
Old 04-26-2005, 04:36 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Grr, you said sendtext x.x


Now the text when u chat goes next to each other ;o

Fixed
Reply With Quote
  #45  
Old 04-26-2005, 04:49 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by KuJi
Grr, you said sendtext x.x


Now the text when u chat goes next to each other ;o

Fixed
Oh shoot, I just realized. Sorry about that. There I edited my message.
__________________
Liek omigosh.

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 02:33 PM.


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