Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Level doesnt exist check? (https://forums.graalonline.com/forums/showthread.php?t=60298)

hotrian 08-01-2005 11:45 AM

Level doesnt exist check?
 
NPC Code:
   
copylevel orilevel.nw,folder/newlevel.nw; Copies orilevel.nw to folder/newlevel.nw
deletelevel level.nw; deletes level.nw



To reduce lag it would make sence to delete a copied level
Im sure that G2K2 doesnt have 10000 Dungeon levels
It would make sence to " if {playerscount<1} deletelevel #L; "

But then if I logged out then logged back in, the level would be gone

Is there a way to detect if the player is on a level that doesnt exist?
Sence if you log onto a level that has been deleted
it stops at "loading player attributes"

(Yes i do know that those commands are serverside...)

-Edit
I suppose it could also be done by checking who was in the level
then checking if they are all online or not
and like rechecking every 30 seconds or something

ChibiChibiLuc 08-01-2005 07:35 PM

Save the accounts of the players in the instance (copied levels) to a string in a database NPC when they enter. When they leave, make it remove them from the string. Every hour, make the DB go through the list of instances. If an instance's string is empty, it deletes that instance.

hotrian 08-03-2005 03:50 PM

That works too lol

Rick 08-03-2005 04:01 PM

levelexists() in GScript2.

Python523 08-03-2005 07:01 PM

Quote:

Originally Posted by Rick
levelexists() in GScript2.

I thought it did in gscript1?

Rick 08-04-2005 06:00 AM

Quote:

Originally Posted by Python523
I thought it did in gscript1?

I don't know, hence I said GScript2.


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

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