Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Graal v4 Bugs - For Stefan/testers (https://forums.graalonline.com/forums/showthread.php?t=58740)

Admins 06-27-2005 11:45 PM

Quote:

Originally Posted by Rick
That would be an error in the profile for editboxes. Offset property iirc.

No, the text was drawn after the corners and sides were drawn, so it appeared above them

Crono 06-27-2005 11:49 PM

1 Attachment(s)
Before I post I want to confirm the fact that I have the latest version of V4 (just downloaded it under 10 minutes ago...). This "bug" has been here since I forst downloaded V4. Forgot to mention it though x_x.

Screenie should explain the problem? It's on the F8 page as well.

Rick 06-27-2005 11:50 PM

Quote:

Originally Posted by Stefan
No, the text was drawn after the corners and sides were drawn, so it appeared above them

Oh. Odd.

Crono 06-28-2005 12:10 AM

1 Attachment(s)
Two bugs on Valikorlia.

One, the hat you were using on another server "saves" and is mis-placed upon entering val. Screenshot below.

Two, upon entering Val my character will freeze up. Sometimes it shows the walk gani sometimes the idle. After a random amount of time, or random action, the freeze will let go. By freeze I mean you can't move but you can, for example, go to your inventory and equip a weapon.

Nitro2030ce 06-28-2005 12:17 AM

Quote:

Originally Posted by CheeToS2
Ok, chances are it might be there for a while since Stefan uses Win2k and the problem only occurs with WinXP.

WinXP is the devil, <3 Win2k.
Oh and while i posted, i'll tell you this V3 bug, i dont know if its there in V4, If you go onto a server with a minimap, then leave the server to go to a server with no minimap, the minimap from the last server you entered stays there.

Rick 06-28-2005 12:39 AM

Quote:

Originally Posted by Nitro2030ce
WinXP is the devil, <3 Win2k.
Oh and while i posted, i'll tell you this V3 bug, i dont know if its there in V4, If you go onto a server with a minimap, then leave the server to go to a server with no minimap, the minimap from the last server you entered stays there.

I think that bug still exists on v4.

Admins 06-28-2005 12:49 AM

I think it has just been fixed :D

VulcanP2P 06-28-2005 02:18 AM

This is a feature request:

Possible checkbox under the password box to disable the saving of password. Similar to what RemoteControl has.

This would prevent problems that people have with publicly shared PCs. Someone might be using a public PC then they leave and someone speedhacks on their account and they get banned...this would prevent such problems.

(Yes I know it is in the options menu but if it is positioned under the password box it will be more well known and used by more people.)

ZeroTrack 06-28-2005 02:33 PM

The show text in this works on v2 but not 3 or 4, how come, is this a client bug??

PHP Code:

//#CLIENTSIDE
if(created){
  
this.startx screenwidth/3.35;
  
this.starty screenheight-50;
  
timeout .05;
}
if(
timeout){
  
showstats 256+1024;
  
this.startx screenwidth/3.35;
  
this.starty screenheight-50;
  
showMenu();
  
timeout .05;
}

function 
showMenu(){
  
showtext 1001,this.startx+15,this.starty+7,arial,,Player HP:#s(client.hp)/#s(clientr.maxhp);
  
changeimgvis 1001,6;
  
changeimgzoom 1001,.5;
  
showtext 1002,this.startx+15,this.starty+27,arial,,Player MP:0/50;
  
changeimgvis 1002,6;
  
changeimgzoom 1002,.5;



CheeToS2 06-28-2005 03:47 PM

Quote:

Originally Posted by ZeroTrack
The show text in this works on v2 but not 3 or 4, how come, is this a client bug??

I just tried it on N-Pulse, and it is working fine for me.
EDIT: I need to send you v.28 still, maybe that is the problem.
EDIT2: Was fixed :)

Gambet 06-29-2005 04:24 PM

1 Attachment(s)
With the new update, the information that shows when you log on a server that you are banned on does not show. Rather, all you see is an empty scroll box.

CheeToS2 06-29-2005 05:23 PM

Quote:

Originally Posted by Gambet
With the new update, the information that shows when you log on a server that you are banned on does not show. Rather, all you see is an empty scroll box.

Hmm, can you test it on another server (you might need to restart the client before seeing the ban message), just in case it is just something with that server? I tested it with Maniaman, Bjoern, and Ibonic, and they aren't having problems. I will test it with some more people when I find them.

Edit: could be a problem with the message itself, will test it
Edit2: found it

Sacred Shadow 07-01-2005 12:08 AM

1 Attachment(s)
Every time I leave a level in the new level that I have entered, Receive this error message.
Cannot create file C:\graal2001\maps\parts\MAPNAME\LEVELNAME.nw.png

ZeroTrack 07-01-2005 12:18 AM

did you delete your FILENAMECACHE.txt?

Sacred Shadow 07-01-2005 12:22 AM

Yes..

ZeroTrack 07-01-2005 12:55 AM

v3 and 4 have a lot of map problems , such as my post here
http://forums.graalonline.com/forums...ad.php?t=59699

CheeToS2 07-01-2005 12:59 AM

Maybe you accidently made the folder read-only, or you don't have write rights to the folder.

To check (might not be exactly the same, these are instructions for Win2k):

1) Go to C:\graal2001\maps\parts\
2) Right click on 'ol' and select Properties
3) Under 'Attributes', check if Read-only is checked. If it is, uncheck it.

If it isn't checked:
4) Click the Security tab (you will only see this if you are using XP Pro, not XP Home)
5) Make sure whatever username you are logged into on your computer has Full Control

ZeroTrack 07-01-2005 03:22 AM

Quote:

Originally Posted by CheeToS2
Maybe you accidently made the folder read-only, or you don't have write rights to the folder.

To check (might not be exactly the same, these are instructions for Win2k):

1) Go to C:\graal2001\maps\parts\
2) Right click on 'ol' and select Properties
3) Under 'Attributes', check if Read-only is checked. If it is, uncheck it.

If it isn't checked:
4) Click the Security tab (you will only see this if you are using XP Pro, not XP Home)
5) Make sure whatever username you are logged into on your computer has Full Control

to whos problem are you replying?

CheeToS2 07-01-2005 03:38 AM

Quote:

Originally Posted by ZeroTrack
to whos problem are you replying?

Tig's, it was solved.

Crono 07-02-2005 12:07 AM

When you rapidly slash your sword on your screen, other players only see you slash once.

This applies to servers that use the classic sword system. (classic as in oldskoolplz).

Tested on Babylon and Delteria. Tested with two different people running V2.

Rick 07-04-2005 11:07 PM

Stefan, could you make isAdminGuild(str) available serverside as well?

xAndrewx 07-07-2005 09:18 PM

Playerlist Functions:
Show accounts only
Show nicknames only
Show accounts and nicknames
[In the options part on the playerlist, I wouldn't mind this adding. hehe]

Nitro2030ce 07-07-2005 10:36 PM

When is the release of V4 expected?

ZeroTrack 07-07-2005 11:05 PM

Quote:

Originally Posted by Nitro2030ce
When is the release of V4 expected?

when everything is fixed ;)

Nitro2030ce 07-07-2005 11:08 PM

Quote:

Originally Posted by ZeroTrack
when everything is fixed ;)

Well, there hasnt been much bug post for a while, maybe thats a sign, and yay 101th post :D.

Admins 07-07-2005 11:18 PM

Quote:

Originally Posted by ZeroTrack
when everything is fixed ;)

Actually not, we also try to add a few more things so that it will really be a big thing

Gambet 07-07-2005 11:30 PM

On v4 when I binded praying (on GK) to the "-" key, when I pressed the "-" key, nothing happened.

Fry 07-07-2005 11:58 PM

Quote:

Originally Posted by Nitro2030ce
Well, there hasnt been much bug post for a while, maybe thats a sign, and yay 101th post :D.

unfortunatly not, there's still some stuff :frown:

xManiamaNx 07-08-2005 12:14 AM

When you are a ghost on a server, you do not show up as a ghost in v4, but you do in v2.

Rick 07-08-2005 08:33 AM

Should the NPC server be showing up in the playerlist on the global playerlist (for other servers)?

Nitro2030ce 07-08-2005 11:08 AM

Quote:

Originally Posted by xManiamaNx
When you are a ghost on a server, you do not show up as a ghost in v4, but you do in v2.

What do you show up as?

Admins 07-08-2005 01:19 PM

You see a normal player walking around, but are not able to do a lot really, like PMing, because the server knows that you are a ghost. It's already fixed in my v4.

Rick 07-08-2005 03:05 PM

1 Attachment(s)
Admin message text mostly unviewable.

Also a suggestion: Make the text selectable (for copy paste), but keep it readonly of course.

xManiamaNx 07-08-2005 08:53 PM

With version 4.0.0.29 if you connect to a server and you are a ghost, you have to restart the client in order to connect to other servers. You can bring up the serverlist, but clicking the connect button does nothing until you restart the client. If you are not a ghost, the connect button works fine.

Rick 07-08-2005 08:57 PM

Three bugs. Or two bugs and one demand for a feature.

1) If you move your mouse over the area where the chatbox is, when Graal is not focused, it will appear.
2) There is no option to disable this mouse chatbox stuff that was added in 4.0.0.29. I really, really, really, really, really, really, really, don't like it.
3) If you move your mouse over the area where the chatbox is fast enough and leave the Graal window, the chatbox will not be hidden again.

Admins 07-08-2005 10:11 PM

Well on the one side the game windows looks better if the chat bar is not there all the time, that's why we have not made it static. On the other side new players must have a way to see it and know how they can activate it. Ideas for improving are always welcome. May be there could be some little 'Press Tab to chat' button somehow

Nitro2030ce 07-09-2005 12:25 AM

Quote:

Originally Posted by Stefan
Well on the one side the game windows looks better if the chat bar is not there all the time, that's why we have not made it static. On the other side new players must have a way to see it and know how they can activate it. Ideas for improving are always welcome. May be there could be some little 'Press Tab to chat' button somehow

Maybe a tutorial? Like one that teaches players the commands to change heads and bodies etc. on classic servers and how to chat and send pms?

Benm00t 07-09-2005 12:31 AM

Quote:

Originally Posted by Stefan
May be there could be some little 'Press Tab to chat' button somehow

When Graal is opened, you could have those annoying (but thankfully avoidable if one so wishes) "Tip of the day" dialogs come up that allow you to view little bits of help, and to scroll through them all if needed.

Nitro2030ce 07-09-2005 12:39 AM

No one likes my ideas..... :(

CheeToS2 07-09-2005 04:04 AM

Quote:

Originally Posted by Gambet
On v4 when I binded praying (on GK) to the "-" key, when I pressed the "-" key, nothing happened.

There are two '-' keys on the keyboard, the one near 0 and the one on the numpad. v4 differentiates between the two. Try the other one. It is still possible to make both keys do the same thing in the script.


All times are GMT +2. The time now is 03:41 PM.

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