Graal Forums  

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

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 13 votes, 4.69 average. Display Modes
  #1241  
Old 09-07-2011, 01:42 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by fowlplay4 View Post
The latest V6 broke Zodiac's Rendering of Player Heads on the map.

Code:
PHP Code:
//#CLIENTSIDE

function onCreated() {
  
temp.tx = (screenwidth 2);
  
temp.ty = (screenheight 2);
  
with (findimg(201)) {
    
temp.tx;
    
temp.ty;
    
layer 20;
    
image "block.png";
  }
  
temp.obj player;
  
with (findimg(200)) {
    
temp.tx;
    
temp.ty;
    
layer 22;
    
ani "zodiac_mapface";
    
playerlook false;
    
actor.head obj.head;
    
actor.attr[1] = (obj.hat obj.hat obj.attr[1]);
  }

The head appears way off the center in this case.
I think this is another example of the ZOOMEFFECT problem I was posting about.
For Classic's map gani I set zoom within the script with the hat aligned normally within the animation and it works fine.
Reply With Quote
  #1242  
Old 09-07-2011, 03:50 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by fowlplay4 View Post
When I'm on my staff account on Zodiac (fowlplay4) and I leave the client idling to the point it should be disconnected for not moving instead of getting disconnected my client just crashes completely.
This also happens when I should be getting disconnected for 'Another client has logged on your account'.
__________________
Quote:
Reply With Quote
  #1243  
Old 09-07-2011, 04:10 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
Quote:
Originally Posted by fowlplay4 View Post
This also happens when I should be getting disconnected for 'Another client has logged on your account'.
Can't confirm this. Working fine for me.
Reply With Quote
  #1244  
Old 09-18-2011, 04:53 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Bringing this up again.

Whenever you change server with the external player list, it will downsize itself length ways and push all the icons on your desktop along with it and also resize all the windows currently open on your PC too like Browsers, applications etc. You have to sort them all out after it has happened and is really something I could do without.

ADD: Also, the map bug that fowplay was talking about is really annoying, you have to estimate were you are. Works fine on V5 however.
__________________
Reply With Quote
  #1245  
Old 09-19-2011, 05:09 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
A new version v6.011 has been released:

- Fixed problems with zoomed showimg (e.g. the map on Zodiac)
- Fixed broken downloads with requesturl() when the server doesn't provide the content-length, this will also fix the display of the wiki news on the serverlist
- Improved the dynamic download of script classes on client-side: when calling a function of an object then it will wait until its classes are downloaded, previously this only worked when the object has just been created (and was failing if you joined more than one class or similar)

We have also improved the line number display in the scripted RC (script editor and text file editor).
Reply With Quote
  #1246  
Old 09-19-2011, 05:54 PM
NicoX NicoX is offline
Kingdoms Management
NicoX's Avatar
Join Date: Mar 2004
Location: Frankfurt/Main, Germany
Posts: 1,933
NicoX will become famous soon enough
Send a message via AIM to NicoX Send a message via MSN to NicoX
All Passworts of my Accounts gone. Dont know if that was normal though.
__________________
Yours Sincerely,

-Nico
(GK Management)

Clash: Nico, I'm going to give you an example of good management.
Clash: One of my staff removed my RC and banned me.
Clash: I didn't ban or remove their RC after I got another one to fix me.
Clash: Do you know why?
Björn: Because you IP banned him ?

Stefan logged on.
(npcserver) has reset the attributes of Stefan
*Stefan: ah my client crashed








Reply With Quote
  #1247  
Old 09-19-2011, 10:43 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
I can check if we can avoid recreating the playerlist on server switch.
Anything else beside that which should be fixed before official v6 release?
Reply With Quote
  #1248  
Old 09-19-2011, 10:49 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
There's a weird bug in the newest V6 I believe it has something to do with joining classes to a weapon on both the server and client-side.

All I know was that onCreated in Zodiac's main -System would get stuck during the join phase. To workaround it I have the weapon removed and re-added on every login.

Two 'scripted' features that need to be added in F3:
1. A Default Theme for External Windows Only. I.e: So I can use GuiBlue in-game and a "Windows" theme for player-list and so on.
2. Ability in F3 Options to change between DirectX and OpenGL.
__________________
Quote:
Reply With Quote
  #1249  
Old 09-19-2011, 10:50 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
Quote:
Originally Posted by Stefan View Post
I can check if we can avoid recreating the playerlist on server switch.
Anything else beside that which should be fixed before official v6 release?
Can't think of anything important. I'm going to ask you a question in this thread I asked before, though, since I believe you never read the other one: Why not get rid of DirectX and use OpenGL in the Windows client as well? You seem to be having quite some trouble sometimes trying to get stuff to work with DirectX.
Reply With Quote
  #1250  
Old 09-19-2011, 11:00 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Stefan View Post
Anything else beside that which should be fixed before official v6 release?

Quote:
I have a level where depending on quest progress an NPC is changing tiles with tiles[x,y] + updateboard(); when the NPC is created.
Normally if you walk into the level for the first time and then quickly run back out (can ofcourse be caused naturally by lag) this causes the tiles to be updated in your current level rather than the level the NPC is within.

In V5 this can be prevented simply by specifically having the script updating this.level.tiles[x, y], however in V6 this problem is occurring even when using this.
Quote:
I had nickname displays at layer 1 rather than 0 for the sake of displaying above image npcs that make up a floor design, in V5 these would still display below other players when expected, but now these are displaying above players/characters when you'd expect it to be displayed below them.
This problem is only occurring on gmaps, it's fine within inside levels.
I'm not 100% sure at the moment as I can't test it right now but I think there may also be a problem with gani COLOREFFECT not being the correct colour.

It also seems that the problem where showimg particle effects or showpoly's displaying roughly 32 pixels higher than they should has returned.

Similarly characters used within say2 messages which are not actually part of the letters.png image are being displayed higher than they should be:


In this image "*" should be infront of "cough".

Last edited by ffcmike; 09-20-2011 at 12:29 PM..
Reply With Quote
  #1251  
Old 09-21-2011, 01:44 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by Stefan View Post
I can check if we can avoid recreating the playerlist on server switch.
Anything else beside that which should be fixed before official v6 release?
http://forums.graalonline.com/forums...postcount=1238

Seems like no one replied.
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #1252  
Old 09-21-2011, 03: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
Quote:
Originally Posted by jkldogg View Post
Sorry if this has already been posted (obviously not reading 83 pages), but i've recently been getting a movement bug. It's been happening to me on Era. What happens is your character will be standing still or moving, and then it will be randomly move in a certain direction or directions for a certain amount of time. For example, i would randomly start moving down, up, left or right. The only way to stop my character from moving is to press TAB to bring up the chat bar. It also works in multiple directions, such as down and to the right. I had at first thought it was a bug on Era, so I told Alfonso (DRAGON551). I'm only reporting it now because someone else had the exact same problem just now on Unholy Nation.
Possibly an anti-keylogger like kaspersky, do you run anti-virus programs?
Reply With Quote
  #1253  
Old 09-22-2011, 10:52 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by Stefan View Post
Possibly an anti-keylogger like kaspersky, do you run anti-virus programs?
BitDefender Total Security 2011, and Malewarebyte's Anti-Malware.

They're essential to any windows PC.
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #1254  
Old 09-22-2011, 11:12 AM
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
Quote:
Originally Posted by jkldogg View Post
They're essential to any windows PC.
Nope.
Reply With Quote
  #1255  
Old 09-22-2011, 11:13 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 jkldogg View Post
They're essential to any windows PC.
lol no. Stay away from questionable sites and don't download stupid **** is all it takes. If you really suspect something is up, a scan of Malwarebytes will pick it up.
__________________
Reply With Quote
  #1256  
Old 09-22-2011, 12:14 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by Crow View Post
Nope.
Virus protection is important.

Quote:
Originally Posted by Crono View Post
lol no. Stay away from questionable sites and don't download stupid **** is all it takes. If you really suspect something is up, a scan of Malwarebytes will pick it up.
That's why it's on my computer? And obviously "questionable" sites sometimes don't look exactly "questionable".
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #1257  
Old 09-22-2011, 12:15 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
Quote:
Originally Posted by jkldogg View Post
Virus protection is important.
MSE and common sense is more than enough.
Reply With Quote
  #1258  
Old 09-22-2011, 12:34 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 jkldogg View Post
Virus protection is important.
I have zero protection yet I'm fine. Somtimes I'll run Malwarebytes for fun but it'll come up with 0 results after a full scan. Not so important rly.
__________________
Reply With Quote
  #1259  
Old 09-23-2011, 04:27 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 ffcmike View Post
It also seems that the problem where showimg particle effects or showpoly's displaying roughly 32 pixels higher than they should has returned.

Similarly characters used within say2 messages which are not actually part of the letters.png image are being displayed higher than they should be:


In this image "*" should be infront of "cough".
I don't see this problem, is that related to the problem where you place stuff on top of the Graal control?
Reply With Quote
  #1260  
Old 09-23-2011, 05:24 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Virus protection is important.
Common sense is free.
Decent virus protection isn't.
__________________
Reply With Quote
  #1261  
Old 09-23-2011, 05:32 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Stefan View Post
I don't see this problem, is that related to the problem where you place stuff on top of the Graal control?
I'm not sure what you mean, this is a built-in say2() rather than a scripted GUI, unless placing other GUIs on top of Graal control could somehow affect it?
Reply With Quote
  #1262  
Old 09-23-2011, 10:00 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 those signs look perfectly fine for me on many servers.
Reply With Quote
  #1263  
Old 09-23-2011, 10:13 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Stefan View Post
Well those signs look perfectly fine for me on many servers.
Strangely enough it's not happening now right after opening the client, but had occurred when I'd had the client open for some time, something may have triggered it.
Reply With Quote
  #1264  
Old 09-24-2011, 01:12 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
Playerlist update:
We have changed the code to not recreate/hide the playerlist anymore when you switch to another server. We have also fixed problems with the docking option, so it should work much better now There is still a problem with the playerlist becoming smaller each time you open Graal, will try to fix that.
Reply With Quote
  #1265  
Old 09-25-2011, 08:02 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
Script help update:
The /scripthelp command on servers now include v6 script functions and variables
Reply With Quote
  #1266  
Old 09-25-2011, 09:04 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by Stefan View Post
Playerlist update:
We have changed the code to not recreate/hide the playerlist anymore when you switch to another server. We have also fixed problems with the docking option, so it should work much better now There is still a problem with the playerlist becoming smaller each time you open Graal, will try to fix that.
Love you Been playing with GUI playerlist for months. Good to be back with the old one!
__________________
Reply With Quote
  #1267  
Old 10-03-2011, 01:14 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
GuiShowImgCtrl's sometimes does not update when in an external window.

Try the attached script (I tried to put it in this post, but got that stupid security error)

When you press change image while the window is internal, it will update with no problems.
When you pop the window out, then press change image, it will usually change once, then stay at that image until the window is resized.

Note: The image is actually changed. If you echo the GuiShowImgCtrl image after changing, it is changed. The image itself is just not updated.
Attached Files
File Type: txt blerg.txt (1.3 KB, 761 views)
__________________

Reply With Quote
  #1268  
Old 10-03-2011, 01:24 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Similar to the GuiShowImgCtrl bug above.

Changing the value in a GuiSliderCtrl (internal or external) after it's been created doesn't update the position of the slider on the GUI.
__________________
Quote:
Reply With Quote
  #1269  
Old 10-03-2011, 01:39 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Another thing I just noticed with GUI windows. (Idk if this was the same in v5)

If a GUI control within the window's width or height extends the boundary of the window, you cannot resize the window where it overlaps. (Assuming because your clicking on the control, and not the window boundary)
Even though the control is hidden underneath the borders of the window, it seems to be above the window border.

If a GUI control passes the borders of a window, it should be hidden and not be able to be clicked.
__________________

Reply With Quote
  #1270  
Old 10-11-2011, 09:15 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by ffcmike View Post
It seems there's a problem with text shadow with the latest client, for instance what produces a dark blue shadow in order to emulate default HP display in V5 is producing fully white text.

V5:


V6:


Here's what I'm doing within a class for level NPCs which also produces the same problem:

PHP Code:
temp.zoom $pref::graal::defaultfontsize/24;
temp.txt this.showtext(201this.1.5 this.hpoffxthis.this.hpoffy temp.zoom"""cb"temp.h);
temp.txt.zoom temp.zoom;
temp.txt.textshadow true;
temp.txt.shadowcolor = {001501};
temp.txt.shadowoffset = {11};
temp.txt.layer 3;
temp.txt.attachtoowner true
While I've fixed this for my custom HP display, I think this may also be happening with default HP display where you set this.hearts on a NPC.

I also just realised rotationcenter works by using a specific x + y rather than an offset, like:

PHP Code:
function onCreated(){
  
this.useowncenter true;
  
this.rotationcenter = {this.1.5this.2};

There may be a reason for this I'm unaware of but it made sense to me at first to do as:

PHP Code:
function onCreated(){
  
this.useowncenter true;
  
this.rotationcenter = {1.52};


Last edited by ffcmike; 10-11-2011 at 09:50 PM..
Reply With Quote
  #1271  
Old 10-12-2011, 02:15 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
The alpha of the shadowcolor is 1/255?
Reply With Quote
  #1272  
Old 10-12-2011, 02:23 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Stefan View Post
The alpha of the shadowcolor is 1/255?
Presumably yes, except this is occurring with default HP display where this.hearts has been set on an NPC.

I'm also wondering if the minimise button on the playerlist is meant to be removed once the playerlist is docked to the border of the screen?
What makes this most frustrating is that when the playerlist is docked it always appears on top of other windows I have open, so it would be good to minimise it.
Reply With Quote
  #1273  
Old 10-13-2011, 08:06 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
floor() or Math.floor() do not seem to be working. Math.pow() is not working either.

It seems the Math object is non-existent or something.

Using any of these functions results in
Quote:
Script: Function * not found
In the message console.
__________________

Reply With Quote
  #1274  
Old 10-14-2011, 12:59 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
Math & co are just for flash compatibility, there is MovieClip.math.
Graal has partial support for using Flash vector graphics and simple scripts (inside swf) although we are currently not using it.
Reply With Quote
  #1275  
Old 10-14-2011, 01:01 AM
Stephen Stephen is offline
Boom!
Stephen's Avatar
Join Date: May 2004
Location: San Francisco
Posts: 10,410
Stephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud of
Quote:
Originally Posted by Stefan View Post
Math & co are just for flash compatibility, there is MovieClip.math.
Graal has partial support for using Flash vector graphics and simple scripts (inside swf) although we are currently not using it.
Is there an engine or some sort of open source code you could just plug into the system for better SWF support?
__________________
Reply With Quote
  #1276  
Old 10-17-2011, 02:07 PM
Hoyt1134 Hoyt1134 is offline
Registered User
Join Date: Jul 2004
Posts: 18
Hoyt1134 is on a distinguished road
Tile layer alpha bug

I have been running into weird problems when working with tile layers with alpha transparency. The bottom layer, layer 0, is a solid color with no transparency. Layer 1 has semi-transparent tiles which do not show correctly. There is a display issue where it blacks out tiles that should be transparent. There are other weird behaviors if you put a single lighter colored tile in the darkened area. This is in the most recent beta version, listed as 6.011.

This is the way the level should appear, and appears in the Gonstruct editor:


This is how the level appears in-game:


Opening the .nw level file shows that the tiles are where they should be, and if I create an NPC to tell me which tiles I am mousing over, it even says the correct tile index. It looks like it is simply some sort of display bug unless I am missing something.

Here is the level and tile set I used:
tilelayeralphabug.nw

Click image for larger version

Name:	alphatileset.png
Views:	1966
Size:	23.0 KB
ID:	53809
Reply With Quote
  #1277  
Old 10-18-2011, 02:14 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
V6 with OpenGL runs painfully slowly if I've had my computer running for several hours (6/7 +) beforehand, which kindof makes sense in a way but the slowdown is abnormal, other programs are running fine including V6 with DirectX.
Reply With Quote
  #1278  
Old 10-18-2011, 02:49 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
The options menu (F3) resets certain stats upon closing graal. This also applies to reconnecting(/reconnect). So far the ones that I have noticed are full screen and key-mapping. For example, if you set your full screen resolution to 800x600x60 then log out and back in, it will be set to the first one on the list which is 640x480x60. I have to change my keys every time I login, since my bottom arrow is broken. I rely on the numpad for movement.
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #1279  
Old 10-18-2011, 08:37 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
The key-mappings were not correctly saved and loaded until a few versions ago, but it should be fine now.
Reply With Quote
  #1280  
Old 10-19-2011, 12:25 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by ffcmike View Post
V6 with OpenGL runs painfully slowly if I've had my computer running for several hours (6/7 +) beforehand, which kindof makes sense in a way but the slowdown is abnormal, other programs are running fine including V6 with DirectX.
Can you verify this with other OpenGL games? Does it just affect Graal?
__________________
Skyld
Reply With Quote
Reply

Tags
graal v6, windows


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 08:06 AM.


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