Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Make Chat Not Disappear (https://forums.graalonline.com/forums/showthread.php?t=80048)

Admins 07-18-2008 07:33 PM

Setting the chat in a timeout is probably causing a lot of onPlayerChats, so it's not recommended to do.

cbk1994 07-18-2008 09:02 PM

Quote:

Originally Posted by Stefan (Post 1404069)
Setting the chat in a timeout is probably causing a lot of onPlayerChats, so it's not recommended to do.

Yes, so please fix it :)

Inverness 07-18-2008 09:03 PM

Quote:

Originally Posted by Stefan (Post 1404069)
Setting the chat in a timeout is probably causing a lot of onPlayerChats, so it's not recommended to do.

That's why we want this function to mimic entering text into the chat bar.

zokemon 07-19-2008 06:51 AM

Quote:

Originally Posted by xXziroXx (Post 1403887)
You're missing something though; Myself, and many others, do not want to be forced to logon Graal in order to edit levels. Sadly, things are starting to look like we'll have too.

So a great alternative is to just not get any level editor updates at all!

Anyways, if you read that other thread, Ter is already making an offline editor anyways so it really doesn't matter.

My editor is intended for online editing much like a scripter uses RC to edit scripts and test them on the fly.

Faulkon 07-19-2008 10:07 AM

Quote:

Originally Posted by Inverness (Post 1403914)
You obviously have no idea what we're talking about.

Yeah. I have to admit I didn't understand what you needed it for. The script I suggested was something I used in a test level to make my own player-chat not disappear. And as Stefan said, it will cause onPlayerChats every second.

Quote:

Originally Posted by Inverness (Post 1403914)
Also, most people nowadays tend to use this.settimer(seconds) rather than this.timeout.

Thank you. GS2 is not my strong point and I welcome opportunities to learn it.

Quote:

Originally Posted by Inverness (Post 1404231)
That's why we want this function to mimic entering text into the chat bar.

I have to agree. If you want something to mimic entering text into the chat bar and don't want onPlayerChat to repeat, you should probably be doing exactly what you're doing: asking for a new function.

zokemon 07-19-2008 10:13 AM

Quote:

Originally Posted by Faulkon (Post 1404933)
I have to agree. If you want something to mimic entering text into the chat bar and don't want onPlayerChat to repeat, you should probably be doing exactly what you're doing: asking for a new function.

And that's what this thread's about....

Inverness 07-19-2008 10:15 AM

Quote:

Originally Posted by Faulkon (Post 1404933)
I have to agree. If you want something to mimic entering text into the chat bar and don't want onPlayerChat to repeat, you should probably be doing exactly what you're doing: asking for a new function.

Welcome to our pain.

cbk1994 08-01-2008 06:16 PM

zzzzzzzzzzzzzzzzzzzzzzz

RosesLove 08-01-2008 10:34 PM

Think of it this way, atleast you don't have to see all the idiotic messages for more than 2 seconds. ;o

cbk1994 08-01-2008 11:06 PM

Quote:

Originally Posted by RosesLove (Post 1410604)
Think of it this way, atleast you don't have to see all the idiotic messages for more than 2 seconds. ;o

This is actually a VERY annoying problem which I've been trying to get a solution to for years.

RosesLove 08-01-2008 11:49 PM

Quote:

Originally Posted by cbk1994 (Post 1410621)
This is actually a VERY annoying problem which I've been trying to get a solution to for years.

I agree it's annoying to have to ask your friend to repeat or repeat yourself over and over. But really, you should have gotten use to it by now. >_<

I'd rather the messages go away since some people like to spam while you're sparring or even stalk you around and spam so you can't see your text just to be annoying. If they stayed for longer they would be able to abuse this even more. I don't think there's a way you can customize the amount of text shown either, there might be a way to hide it but I'm not sure what the command is.. anyone know?

Maybe they could make an optional text box at the bottum to see the last x amount of messages shown though. I'm not sure if that's what you meant or not. :)

Inverness 08-02-2008 12:04 AM

There is no substitute for the feature requested here.

cbk1994 08-03-2008 05:48 AM


Vesporia needs YOU, Stefan, to add this feature.

cbk1994 08-06-2008 03:16 AM

I am so sick of Stefan not listening to us, the developers of this game.

cbk1994 08-06-2008 10:11 PM

PHP Code:

public function setChat(chat) {
  if (
chat.starts("toall:")) {
    return 
false;
  }
  
player.chat chat;
  return 
true;


Add that to -Serverlist, if it makes it easier :\

cbk1994 08-07-2008 05:05 AM

Is there some reason Stefan doesn't want to add this? I've sent him like 5 PMs :\

Rufus 08-07-2008 05:18 AM

Quote:

Originally Posted by cbk1994 (Post 1412104)
Is there some reason Stefan doesn't want to add this? I've sent him like 5 PMs :\

ON HOLIDAY LOL or at least I think he is. He was going away for two weeks and it's only been one.

cbk1994 08-07-2008 06:37 AM

Quote:

Originally Posted by Rufus (Post 1412106)
ON HOLIDAY LOL or at least I think he is. He was going away for two weeks and it's only been one.

Fairly certain he's back, and he fixed something on Kingdoms yesterday, so I think it's safe to say he is back.

However, we've been requesting this for more than a week.

xAzerothx 08-07-2008 07:18 AM

Not helpful? If players stop makingcontent stefan might see a reason to actually do something.

Crono 08-07-2008 05:46 PM

Quote:

Originally Posted by xAzerothx (Post 1412126)
Not helpful? If players stop makingcontent stefan might see a reason to actually do something.

Thought about this a lot of times, but I don't think we'll ever be able to form some kind of mass protest without being deemed "anti graal" or something silly.

DustyPorViva 08-07-2008 06:22 PM

Quote:

Originally Posted by Crono (Post 1412179)
Thought about this a lot of times, but I don't think we'll ever be able to form some kind of mass protest without being deemed "anti graal" or something silly.

This is probably true.

DrakilorP2P 08-07-2008 07:24 PM

Quote:

Originally Posted by Crono (Post 1412179)
form some kind of mass protest

Stick it to the man! Down with authority!

Crono 08-07-2008 08:07 PM

Quote:

Originally Posted by DrakilorP2P (Post 1412214)
Stick it to the man! Down with authority!

I suppose protest would be the wrong word, maybe "development strike".

Inverness 08-07-2008 08:22 PM

Quote:

Originally Posted by Crono (Post 1412223)
I suppose protest would be the wrong word, maybe "development strike".

It sounds plausible. I'm tired of asking for little additions to the scripting engine that would be simple to implement and would help Valikorlia but don't get anything in return because Stefan is busy working on V6 and ignoring V5.

Serverside updates are nice and all and I appreciate those but I don't like the client being ignored. Perhaps have the clientside script engine in a seperate DLL file that could be updated easier without distributing a new client.

cbk1994 08-08-2008 08:35 PM

*bumps*

Quote:

Originally Posted by Inverness (Post 1412233)
Serverside updates are nice and all and I appreciate those but I don't like the client being ignored. Perhaps have the clientside script engine in a seperate DLL file that could be updated easier without distributing a new client.

I agree, could use MD5 checksums to make sure the file isn't tampered with.

cbk1994 08-09-2008 01:56 AM

Stefan is back from vacation, I've even seen him posting around the forums. There is no excuse to not add this, especially since it wouldn't require a client upgrade.

xAzerothx 08-09-2008 01:59 AM

Quote:

Originally Posted by cbk1994 (Post 1412719)
Stefan is back from vacation, I've even seen him posting around the forums. There is no excuse to not add this, especially since it wouldn't require a client upgrade.

It requires work which is a big no-no for the team.

cbk1994 08-09-2008 02:03 AM

Quote:

Originally Posted by xAzerothx (Post 1412720)
It requires work which is a big no-no for the team.

Not really. Copy and paste the code I already posted. Under 60 seconds if you already have RC open.

cbk1994 08-10-2008 06:08 PM

..

cbk1994 08-11-2008 04:16 PM

Still waiting. If Stefan has time to update the NPC-Server, then this should be easy.

Inverness 08-11-2008 05:44 PM

Quote:

Originally Posted by cbk1994 (Post 1413347)
Still waiting. If Stefan has time to update the NPC-Server, then this should be easy.

There is an obvious difference between updating the NPC-Server and updating the client.

cbk1994 08-11-2008 06:02 PM

Quote:

Originally Posted by Inverness (Post 1413377)
There is an obvious difference between updating the NPC-Server and updating the client.

This wouldn't require a client update; Stefan has already said it would only need a script added to the login server.

Inverness 08-11-2008 06:13 PM

Quote:

Originally Posted by cbk1994 (Post 1413394)
This wouldn't require a client update; Stefan has already said it would only need a script added to the login server.

So where is it? :\

Also, I'm still waiting on the ability to set the exact cursor position in a GuiMLTextEditCtrl so I can perfect my chat system. But this is obviously requiring a client update.

cbk1994 08-11-2008 09:35 PM

Quote:

Originally Posted by Inverness (Post 1413403)
So where is it? :\

He hasn't added it yet :cry:

cbk1994 08-13-2008 05:01 AM

Apparently all it took was catching Stefan on Kingdoms and asking him to add this.

PHP Code:

("-Serverlist").setChat(chat); 

works now :D


All times are GMT +2. The time now is 05:20 PM.

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