Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   join() lag (https://forums.graalonline.com/forums/showthread.php?t=66967)

Yen 06-26-2006 10:21 PM

join() lag
 
Alright..
My systems use clientside joins in order to access all of my functions.

One function checks if the player is able to equip an item.
When the player logs on, the system makes sure the player is able to equip everything they have equipped. If they can't equip an item, it unequips it.
However, the check is being done before the classes are joined to the NPC.. So the CanEquip() function isn't being found, so it thinks it's returning true, and unequips all of the player's items.

Is there any way to make it load the class before the 'created' function is called?

ApothiX 06-27-2006 07:04 AM

Are you joining it outside of event blocks?

Yen 06-27-2006 06:52 PM

Quote:

Originally Posted by ApothiX
Are you joining it outside of event blocks?

Well, when I tried that it simply didn't join.


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

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