Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Zodiac Main Forum
FAQ Members List Calendar Today's Posts

Closed Thread
 
Thread Tools Search this Thread Rate Thread Display Modes
  #46  
Old 12-08-2007, 12:45 AM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by Inverness View Post
You should be petitioning Stefan to fix this problem so you don't have to go to such lengths to stop abuse.
http://forums.graalonline.com/forums...ad.php?t=77816
__________________
  #47  
Old 12-08-2007, 01:31 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
you could do something like this ...
Have DB NPC constantly setting serverr.timev to int( timevar2 ) every second.

Then in a system script have something like
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setTimer);
}
function 
onTimeOut()
{
  
client.cTime serverr.timev;
  
setTimer);

Since it can't connect to the server, serverr.timev does not update. And that's assuming client scripts still run, which I'm pretty sure they don't. If they don't it still works the same.

then something like ....

PHP Code:
if ( ! client.cTime in serverr.timev 2serverr.timev | )
{
  
doNotAttack();
}
else
{
  
pwnThatNoob();

Could also solve some problems with modem taping, etc.

Just a suggestion rather than jailing people?
__________________
  #48  
Old 12-08-2007, 01:52 AM
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
That seems simple enough, just send trigger to client regularly, if one fails do a few retries, if they all fail, then give them the boot form the dungeon.
Quote:
Originally Posted by Gerami View Post
Obviously Stefan doesn't know what hes doing on Zodiac or it might be a higher priority.

Edit: I just tested a simple ping function I made using a simple triggerclient and responding triggerserver. When the ESC menu is closed it works fine, when the ESC menu is open, I stop receiving a response, when I close the ESC menu again (with cancel) it works fine again.

There you go, simple way to check. All you need to do is adjust how sensitive you want the pings to be. For myself have a ping sent to clients in dungeon every 1 or 2 seconds, I doubt Graal would choke over that. If a client fails a single ping, disable whatever system that is being abused, if the next ping succeeds, reenable it. If a client fails multiple pings in a row (like 5) or has high failure rate, then boot from dungeon.

I don't play Zodiac so I don't know the details, I'm just going off of whats been posted in this thread.

Edit2: After having a second go at it with a more sophisticated function, the ESC menu works too fast for it to be accurate. Oh well, at least I gave it a shot. *Goes to sulk in corner*
__________________

Last edited by Inverness; 12-08-2007 at 03:24 AM..
  #49  
Old 12-08-2007, 08:19 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
ok
well, thanks.
__________________
  #50  
Old 12-08-2007, 03:19 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
This is why I barely play Zodiac. The Management Blows.
Pardon my language.
  #51  
Old 12-08-2007, 04:18 PM
Tom Tom is offline
Grraaaaaw
Tom's Avatar
Join Date: May 2005
Posts: 2,037
Tom is on a distinguished road
Andrew has only just been put in management, but yea, the general selection over the past months? or so has been crap. no pardon wanted. lol
  #52  
Old 12-08-2007, 04:50 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by BigBear3 View Post
This is why I barely play Zodiac. The Management Blows.
Pardon my language.
Explain?
__________________
  #53  
Old 12-08-2007, 05:20 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
Quote:
Originally Posted by Gerami View Post
Explain?
Manager used to be Calani. She did nothing and ignored everyone's requests. Now it is Drander. Drander is never online. Oh let's add some salt to the wound. The ETA banned me from all events for not selling him my Vampire Dusts.
  #54  
Old 12-08-2007, 06:04 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by BigBear3 View Post
Manager used to be Calani. She did nothing and ignored everyone's requests. Now it is Drander. Drander is never online. Oh let's add some salt to the wound.
Drander does come online, hell theres a major update today.

Quote:
The ETA banned me from all events for not selling him my Vampire Dusts.
I wouldn't consider any ET part of "management".
__________________
  #55  
Old 12-08-2007, 06:16 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
That's still corrupt and the management should take care of this by either firing him or fixing my event blacklist.
  #56  
Old 12-08-2007, 09:04 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Perhaps you should talk to Bell, she'd most likely do well to stop these problems.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
  #57  
Old 12-08-2007, 09:39 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by BigBear3 View Post
That's still corrupt and the management should take care of this by either firing him or fixing my event blacklist.
Have you told the management this happened?
__________________
  #58  
Old 12-08-2007, 09:41 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
This is what I have on Maloria to check for connection problems:

PHP Code:
function onActionServerSide() {
  switch (
params[0]) {
    
//Echo back to clientside if connection works.
    
case "serverecho":
      if ((
params[2]-1) > 0)
        echo(
"System Lag: Account " params[1] @ " had a connection failure. (Tried " @ (params[2]-1) @ " times.)");
      
triggerclient("weapon"name"clientok"params[1]);
    break;
    
/*
    Serverside lag detection to be completed later.
    case "serverok":
    break;*/
  
}
}
//#CLIENTSIDE
function onCreated() {
  
this.failcount 0;
  
this.timer 0;
  
client.noconnection false;
  
onTimeOut();
}
function 
onTimeOut() {
  
this.failcount++;
  if (
this.timer 3this.timer += .1;
  else {
    
triggerserver("weapon"name"serverecho"player.accountthis.failcount);
    
this.timer 0;
  }
  if (
this.failcount 3) {
    if (
this.failcount 10)
      
client.noconnection true;
    else {
      
this.failcount 0;
      
client.noconnection false;
      
serverWarp("login");
    }
  }
  else 
client.noconnection false;
  
setTimer(0.1);
}
function 
onActionClientSide() {
  if (
player.account == params[1]) {
    switch (
params[0]) {
      
//Connection successful
      
case "clientok":
        
this.failcount 0;
      break;
      
/*
      Serverside lag detection to be completed later.
      case "clientecho":
      break;*/
    
}
  }

Probably a better alternative. If client.noconnection is true, then don't do any processes, like damage detection, movement, etc.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
  #59  
Old 12-08-2007, 09:58 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
I haven't got a chance to talk to Drander yet, no.
  #60  
Old 12-08-2007, 10:14 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by BigBear3 View Post
I haven't got a chance to talk to Drander yet, no.
So why are you complaining about them not doing anything if they don't even know? Management doesn't come with a degree in mind-reading.
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 08:02 PM.


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