Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   drawunderplayer problem (https://forums.graalonline.com/forums/showthread.php?t=62490)

Maniaman 11-25-2005 05:02 PM

drawunderplayer problem
 
Graal4 seems to have a problem with drawunderplayer; in the old scripting engine. Basically it seems to ignore drawunderplayer;

Example: Maloria, mainhouse.nw; the chairs draw over the player even though their script has drawunderplayer; They work fine in Graal2.

haunter 11-25-2005 07:55 PM

Did you try 'update level'?

I've noticed a similar problem on Graal2001 Dev... Things with 'drawunderplayer' will ignore that, and just read the 'dontblock' command, but when I 'Update level" they drawunderplayer like they're supposed to. The only problem is when I close, and then reopen the graal client, they forget to drawunderplayer again.

Lance 11-25-2005 08:04 PM

Quote:

Originally Posted by Maniaman
Graal4 seems to have a problem with drawunderplayer; in the old scripting engine. Basically it seems to ignore drawunderplayer;

Example: Maloria, mainhouse.nw; the chairs draw over the player even though their script has drawunderplayer; They work fine in Graal2.

Is the drawunderplayer serverside or clientside?

Maniaman 11-25-2005 08:41 PM

Clientside

Admins 11-25-2005 11:36 PM

Whats the exact script ?

Maniaman 11-26-2005 02:23 AM

NPC Code:
//#CLIENTSIDE
if (created) {
drawunderplayer;
setshape2 2,2,{3,3,3,3};
}



All times are GMT +2. The time now is 12:29 PM.

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