Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-06-2003, 03:21 AM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
Actionrconline

This would be nice to have, just an edit of the actionplayeronline code.
__________________


Help me keep scripting
  #2  
Old 08-06-2003, 04:18 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
It isn't that hard to emulate this.
__________________
new account: Trevor
  #3  
Old 08-06-2003, 04:21 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by tlf288
It isn't that hard to emulate this.
Debatable. Since RCs don't trigger an actionplayeronline, you'd need to loop through all the players every x seconds. Problems:

1) Much less efficient than if an actionrconline feaure were implemented.
2) What if the person logs in and out quickly enough to avoid the loop?
__________________
  #4  
Old 08-06-2003, 04:32 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
You're right Kaimetsu, but I have never
had those problems.
__________________
new account: Trevor
  #5  
Old 08-06-2003, 04:38 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by tlf288
You're right Kaimetsu, but I have never
had those problems.
How can they be avoided?

And what's with the line breaks?
__________________
  #6  
Old 08-06-2003, 04:48 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Kaimetsu


How can they be avoided?
Are you asking me how I would avoid the
problems you stated using the current
scripting technologies?


Quote:

And what's with the line breaks?
I'm using Mozilla on RedHat 9 and for
some reason it messes up when I get to
the end of the text box. So I have to hit
<enter>.
__________________
new account: Trevor
  #7  
Old 08-06-2003, 04:51 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by tlf288
Are you asking me how I would avoid the problems you stated using the current scripting technologies?
Yes.

Quote:
I'm using Mozilla on RedHat 9 and for some reason it messes up when I get to the end of the text box. So I have to hit
<enter>.
Just one more reason that Linux is better than Windows.
__________________
  #8  
Old 08-06-2003, 04:53 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
Quote:
Originally posted by Kaimetsu
Just one more reason that Linux is better than Windows.
Perhaps one more reason that a certain installation of a certain version of Mozilla on a certain version of Red Hat isn't better than the majority of installations of the majority of versions of Internet Explorer and Mozilla/Netscape on Windows.
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
  #9  
Old 08-06-2003, 04:58 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Kaimetsu


Yes.
NPC Code:

if (actionplayeronline) {
for (i=0;i!=allplayerscount;i++)
with (players[i])
if (strlen(#F)<1)
setstring thiso.rcs,#s(thiso.rcs),#a;
}



I just typed that up so there may be
spelling mistakes, but other than that it
would work just fine, wouldn't it?
__________________
new account: Trevor
  #10  
Old 08-06-2003, 05:03 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by tlf288
I just typed that up so there may be spelling mistakes, but other than that it would work just fine, wouldn't it?
Sure, if RCs triggered actionplayeronline. Which they don't.

Quote:
Originally posted by Tseng
Perhaps one more reason that a certain installation of a certain version of Mozilla on a certain version of Red Hat isn't better than the majority of installations of the majority of versions of Internet Explorer and Mozilla/Netscape on Windows.
The point is that things like this don't often happen when using Windows.
__________________
  #11  
Old 08-06-2003, 05:08 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
Quote:
Originally posted by Kaimetsu
The point is that things like this don't often happen when using Windows.
Perhaps; however, they do not necessarily often happen with Linux either, when there is but one occurance of this with one type of browser on one version of Linux to base that statement upon.
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
  #12  
Old 08-06-2003, 05:11 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Kaimetsu


Sure, if RCs triggered actionplayeronline. Which they don't.
You could edit to where when a RC signed
on all s/he has to do it type '/npcON' and
that would work.
__________________
new account: Trevor
  #13  
Old 08-06-2003, 05:15 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
Quote:
Originally posted by tlf288


You could edit to where when a RC signed
on all s/he has to do it type '/npcON' and
that would work.
But if they did not type that, then the action would not be triggered.

-What if the intended effect was something the individual RC did not want?

-What if that RC did not have NC?
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
  #14  
Old 08-06-2003, 05:22 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Then you could make it so the RC has to
PM the NPC-Server. I don't really see why
you guys are asking me this, though.
__________________
new account: Trevor
  #15  
Old 08-06-2003, 05:29 AM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
That is still not an automatic way to do it.
__________________


Help me keep scripting
Closed Thread


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:16 PM.


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