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
  #41  
Old 12-07-2007, 01:24 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Seems Zodiac favors the quick and dirty fixes now rather than actual fixes.... I call a vote of no confidence.

Last edited by Twinny; 12-07-2007 at 02:11 PM..
  #42  
Old 12-07-2007, 06:06 PM
King_Koopa King_Koopa is offline
Registered User
King_Koopa's Avatar
Join Date: Aug 2007
Posts: 16
King_Koopa is on a distinguished road
Intead of removing ESC althogether can't you just make an script (or w/e) that disables the ESC on Zodiac?
__________________
When people bug you about nothing, you have no chioce but to ban them. Orly?
  #43  
Old 12-07-2007, 08:37 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 Twinny View Post
Seems Graal favors the quick and dirty fixes now rather than actual fixes.... I call a vote of no confidence.
Fixed.
__________________
  #44  
Old 12-07-2007, 09:58 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
Sounded fun, i'd of abused it so others went to jail.
__________________
V$:CONFL16T
  #45  
Old 12-07-2007, 11:54 PM
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
You know Andrew, I still thought you were O.K. even if you did have and attitude and give me negative reputation for stupid reason (part of your attitude) without even leaving your name, but what you're doing on Zodiac is rather stupid to put it simply, so I now don't like you.

... On second thought, I'm far too apathetic to experience irritation at you for more than a few seconds at most. So we're still friends :P

Anyhow, jailing was most certainly over the top; what you've change it to now is much better than that however. You should be petitioning Stefan to fix this problem so you don't have to go to such lengths to stop abuse.
__________________

Last edited by Inverness; 12-08-2007 at 12:15 AM..
  #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.
  #61  
Old 12-08-2007, 10:36 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'm not complaining. I do not participate in Events on Zodiac. I'm just trying to show an example of the bad management or extreme corruption.
  #62  
Old 12-08-2007, 10:57 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
Well then it's a bad example because it has nothing to do with management because you never got them involved.
  #63  
Old 12-08-2007, 10: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
Management put this player in charge of the Events Team.
  #64  
Old 12-08-2007, 11:00 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
So? As far as management goes though, they know nothing at all about what happened so they can never fix it. You can never fully trust anyone when you give them power, so that's something to be expected on any server. It's how they handle the problem that determines how well of a manager they are.
  #65  
Old 12-08-2007, 11:01 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
There's been complaints by other players.
  #66  
Old 12-08-2007, 11:07 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
Then that is a reason.
Yours however... not so much.
  #67  
Old 12-08-2007, 11:12 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
You serious? That's like a cop sending you to jail for not giving him a doughnut that you bought.
  #68  
Old 12-08-2007, 11:16 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
The situation is bad, but if that happens and you just go back home and never mention it again, can you really hold it against the Chief with good reason? No.

If bad things happen to other players and they complain to the manager and they do nothing, that's a cause for concern. But you haven't said anything, so it's not the managers fault that they don't know about it.
  #69  
Old 12-08-2007, 11: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
Sorry. I try to be funny.
  #70  
Old 12-09-2007, 02:45 PM
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
you never told me when i were the co-manager. your on fault for not even reporting it
__________________
  #71  
Old 12-09-2007, 03:26 PM
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
Quote:
Originally Posted by xAndrewx View Post
you never told me when i were the co-manager. your on fault for not even reporting it
You never told me when I was the Co-Manager. You're on fault for not even reporting it.

Anyway, I'm making a system that may work for you ...
__________________
  #72  
Old 12-09-2007, 03:36 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
When I was Manager on Zodiac, all I heard from players were foul language just cursing at staff for doing a poor job. That doesn't work. If something is wrong, you need to tell the staff about it in a calm and civil way, and explain the situation. We are not psychics, and we don't appreciate being cursed at when you don't even take 2 minutes to tell us why we're being cursed at.
__________________
Follow my work on social media post-Graal:Updated august 2025.
  #73  
Old 12-09-2007, 03:50 PM
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
Quote:
Originally Posted by xXziroXx View Post
When I was Manager on Zodiac, all I heard from players were foul language just cursing at staff for doing a poor job. That doesn't work. If something is wrong, you need to tell the staff about it in a calm and civil way, and explain the situation. We are not psychics, and we don't appreciate being cursed at when you don't even take 2 minutes to tell us why we're being cursed at.
Unfortunatly, it's the same everywhere.
You have good management, who is swore at, yelled at, people insult, etc.
Then you have bad management who ban, abuse, jail, add items, etc and the players love them.

That's always how it works
__________________
  #74  
Old 12-09-2007, 03:55 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
#$#@!
  #75  
Old 12-09-2007, 04:02 PM
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
Quote:
Originally Posted by cbkbud View Post
You never told me when I was the Co-Manager. You're on fault for not even reporting it.

Anyway, I'm making a system that may work for you ...
what?

thx 4 corricting my gramer
__________________
  #76  
Old 12-09-2007, 04:03 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 xAndrewx View Post
what?

thx 4 corricting my gramer
wuts wrng wit ur grammer?
  #77  
Old 12-09-2007, 04:04 PM
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
i hv no idae !!
__________________
  #78  
Old 12-09-2007, 04:47 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
Quote:
Originally Posted by cbkbud View Post
Unfortunatly, it's the same everywhere.
You have good management, who is swore at, yelled at, people insult, etc.
Then you have bad management who ban, abuse, jail, add items, etc and the players love them.

That's always how it works
Or there's bad staff (corrupt or otherwise) that everyone hates. =0
__________________

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
  #79  
Old 12-09-2007, 04:51 PM
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
i was never yelled at or thrown abuse towards.
i just don't take bull**** i suppose
__________________
  #80  
Old 12-09-2007, 05:46 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 cbkbud View Post
You never told me when I was the Co-Manager. You're on fault for not even reporting it.

Anyway, I'm making a system that may work for you ...
edit- Woops, you worded it funny. Nevermind.

Either way Andrew quit.
__________________

Last edited by Crono; 12-09-2007 at 06:29 PM..
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 04:24 PM.


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