Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 08-12-2008, 10:44 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
Hmmm looks more like a script problem somehow. Can you move around as block?
Reply With Quote
  #2  
Old 08-12-2008, 01:48 PM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Quote:
Originally Posted by Stefan View Post
Hmmm looks more like a script problem somehow. Can you move around as block?
Yes. When I move around, the block delays by about 0.5 seconds behind the actual position of my character.
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote
  #3  
Old 09-11-2008, 10:14 AM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Well, since I never got a reply after replying to Stefan's question, thought I might bump this since it is still happening. I recently made a WNPC that has helped me at least know where I am on the screen

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}

function 
onTimeOut() {
  
showani(200player.xplayer.yplayer.dirplayer.ani);
  
showtext(201screenwidth 105"arial""br""Block Fix Mode");
  
changeimgvis(2001);
  
changeimgvis(2015);
  
changeimgzoom(2010.5);
  
setTimer(0.05);

But the block is still there regardless (See Image).

Sooooo.... Yes, I can see the block move around (Video below) and it randomly happens. However, the rare part is it not happening, so this happens more often than not.

Video:
http://www.youtube.com/watch?v=RvW_DW-jeTY
Attached Thumbnails
Click image for larger version

Name:	StupidBlockiness.PNG
Views:	873
Size:	361.5 KB
ID:	45842  
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote
  #4  
Old 09-11-2008, 04:25 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
I had that issue on Era when messing with either my alpha or my zoom. Try resetting your player.attr[24] or player.attr[23], I can't remember where that stuff is stored.
Reply With Quote
  #5  
Old 09-12-2008, 07:00 AM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Quote:
Originally Posted by Crow View Post
I had that issue on Era when messing with either my alpha or my zoom. Try resetting your player.attr[24] or player.attr[23], I can't remember where that stuff is stored.
Tried it and nothing worked ;[
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote
  #6  
Old 09-29-2008, 09:56 PM
draygin draygin is offline
Telmont Bandit
draygin's Avatar
Join Date: Feb 2002
Location: Ohio
Posts: 2,550
draygin is on a distinguished road
I do Technical Support for a living and the following is my suggestions for fixing/isolating the problem.

Copy all of the attributes/items/stats associated with this character and then try doing a full reset of the account. If the problem persists then you know it's not a scripting problem. If it fixes itself then you know it's something to do with the server.

You can then try and past in all the attributes and see if the problem reappears. If it doesn't then you know it's not an attribute.

Assuming it's not an attribute do the same thing for the weapons/items that your character has.

Just keep adding sections back until the problem resurfaces. If you add a section back in and the problem reappears delete that section again and see if the problem goes away again.

If it does try adding each item or attibute individually until the problem reappears.

In between adding/removing sections try moving around and logging out and back in the game to see if it makes any difference.

This should isolate the problem and make fixing it easier as we'll know if it's something Stefan needs to take care of or a specific script that needs to be fixed on the server.
__________________

I stole Spanky's gold!
Reply With Quote
  #7  
Old 09-30-2008, 06:59 AM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Quote:
Originally Posted by draygin View Post
I do Technical Support for a living and the following is my suggestions for fixing/isolating the problem.

Copy all of the attributes/items/stats associated with this character and then try doing a full reset of the account. If the problem persists then you know it's not a scripting problem. If it fixes itself then you know it's something to do with the server.

You can then try and past in all the attributes and see if the problem reappears. If it doesn't then you know it's not an attribute.

Assuming it's not an attribute do the same thing for the weapons/items that your character has.

Just keep adding sections back until the problem resurfaces. If you add a section back in and the problem reappears delete that section again and see if the problem goes away again.

If it does try adding each item or attibute individually until the problem reappears.

In between adding/removing sections try moving around and logging out and back in the game to see if it makes any difference.

This should isolate the problem and make fixing it easier as we'll know if it's something Stefan needs to take care of or a specific script that needs to be fixed on the server.
Thanks for the suggestion. That's not half bad at all. I don't have time to do it right this minute, but your logic pretty much states it's own outcomes regardless of "oh it worked" or "oh it didn't work", so I'll find a moment and give it a shot, and just Rep++ you ahead of schedule.
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This 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 03:15 AM.


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