Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #201  
Old 06-27-2005, 11:45 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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
  #202  
Old 06-27-2005, 11:49 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
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 .

Screenie should explain the problem? It's on the F8 page as well.
Attached Images
 
__________________
  #203  
Old 06-27-2005, 11:50 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by Stefan
No, the text was drawn after the corners and sides were drawn, so it appeared above them
Oh. Odd.
  #204  
Old 06-28-2005, 12:10 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
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.
Attached Images
 
__________________
  #205  
Old 06-28-2005, 12:17 AM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
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.
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #206  
Old 06-28-2005, 12:39 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
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.
  #207  
Old 06-28-2005, 12:49 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I think it has just been fixed
  #208  
Old 06-28-2005, 02:18 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
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.)
__________________

For Zone or Guild Support use the Support Center
  #209  
Old 06-28-2005, 02:33 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
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;

__________________

  #210  
Old 06-28-2005, 03:47 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
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

Last edited by CheeToS2; 06-28-2005 at 10:49 PM..
  #211  
Old 06-29-2005, 04:24 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
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.
Attached Images
File Type: bmp baninfobox.bmp (122.5 KB, 203 views)
  #212  
Old 06-29-2005, 05:23 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
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

Last edited by CheeToS2; 06-29-2005 at 06:35 PM..
  #213  
Old 07-01-2005, 12:08 AM
Sacred Shadow Sacred Shadow is offline
Developer
Join Date: Dec 2004
Posts: 129
Sacred Shadow is on a distinguished road
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
Attached Thumbnails
Click image for larger version

Name:	errormsg.JPG
Views:	174
Size:	8.8 KB
ID:	32621  
  #214  
Old 07-01-2005, 12:18 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
did you delete your FILENAMECACHE.txt?
__________________

  #215  
Old 07-01-2005, 12:22 AM
Sacred Shadow Sacred Shadow is offline
Developer
Join Date: Dec 2004
Posts: 129
Sacred Shadow is on a distinguished road
Yes..
  #216  
Old 07-01-2005, 12:55 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
v3 and 4 have a lot of map problems , such as my post here
http://forums.graalonline.com/forums...ad.php?t=59699
__________________

  #217  
Old 07-01-2005, 12:59 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to 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

Last edited by CheeToS2; 07-01-2005 at 03:39 AM..
  #218  
Old 07-01-2005, 03:22 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
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 Cgraal2001\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?
__________________

  #219  
Old 07-01-2005, 03:38 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by ZeroTrack
to whos problem are you replying?
Tig's, it was solved.
  #220  
Old 07-02-2005, 12:07 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
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.
__________________
  #221  
Old 07-04-2005, 11:07 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Stefan, could you make isAdminGuild(str) available serverside as well?
  #222  
Old 07-07-2005, 09:18 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
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]
__________________
  #223  
Old 07-07-2005, 10:36 PM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
When is the release of V4 expected?
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #224  
Old 07-07-2005, 11:05 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
Quote:
Originally Posted by Nitro2030ce
When is the release of V4 expected?
when everything is fixed
__________________

  #225  
Old 07-07-2005, 11:08 PM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
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 .
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #226  
Old 07-07-2005, 11:18 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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
  #227  
Old 07-07-2005, 11:30 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
On v4 when I binded praying (on GK) to the "-" key, when I pressed the "-" key, nothing happened.
  #228  
Old 07-07-2005, 11:58 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by Nitro2030ce
Well, there hasnt been much bug post for a while, maybe thats a sign, and yay 101th post .
unfortunatly not, there's still some stuff
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #229  
Old 07-08-2005, 12:14 AM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
When you are a ghost on a server, you do not show up as a ghost in v4, but you do in v2.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

  #230  
Old 07-08-2005, 08:33 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Should the NPC server be showing up in the playerlist on the global playerlist (for other servers)?
  #231  
Old 07-08-2005, 11:08 AM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
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?
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #232  
Old 07-08-2005, 01:19 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.
  #233  
Old 07-08-2005, 03:05 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Admin message text mostly unviewable.

Also a suggestion: Make the text selectable (for copy paste), but keep it readonly of course.
Attached Thumbnails
Click image for larger version

Name:	badadminmessage.png
Views:	180
Size:	2.8 KB
ID:	32691  
  #234  
Old 07-08-2005, 08:53 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
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.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

  #235  
Old 07-08-2005, 08:57 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
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.
  #236  
Old 07-08-2005, 10:11 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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
  #237  
Old 07-09-2005, 12:25 AM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
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?
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #238  
Old 07-09-2005, 12:31 AM
Benm00t Benm00t is offline
I made a tree!
Benm00t's Avatar
Join Date: Jul 2003
Location: The Intarwebbernetwork!
Posts: 987
Benm00t is on a distinguished road
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.
__________________
Lag is a good thing. Only those without it complain.

~ Ben
  #239  
Old 07-09-2005, 12:39 AM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
No one likes my ideas.....
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
  #240  
Old 07-09-2005, 04:04 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
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.
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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


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