Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   How??? (https://forums.graalonline.com/forums/showthread.php?t=10190)

Vinvect 08-23-2001 04:26 AM

How???
 
how do u make a thing that stays forever even if u log off then log back on.for example,
u used forever explosin wich keeps on exploding untill u turn it off.
then when u log off then log back on it will stay there.it will stay there even if u turn off ur computer.or even if u quit graal.
so can u pleez tell me da script?thx

Poogle 08-23-2001 04:30 AM

Re: How???
 
Quote:

Originally posted by Vinvect
how do u make a thing that stays forever even if u log off then log back on.for example,
u used forever explosin wich keeps on exploding untill u turn it off.
then when u log off then log back on it will stay there.it will stay there even if u turn off ur computer.or even if u quit graal.
so can u pleez tell me da script?thx

Like a iscript a weapon that did that I didnt even try for it to do it so I named it Never Ending Nuke the script is unkown to me sorry

KJS 08-23-2001 04:33 AM

so...???
 
you are wondering like how to make things do things even if everyone on the server is not on. good example is like the birds on 2001.. So you are wondering how the birds and stuff still move even if there was no one on the server...

if this is your question then the awnser is

you can only do it if you have a npc server and the scripts are not clientside...

otherwise you would have to wait tell someone signed online

Poogle 08-23-2001 04:40 AM

Re: so...???
 
Quote:

Originally posted by KJS
you are wondering like how to make things do things even if everyone on the server is not on. good example is like the birds on 2001.. So you are wondering how the birds and stuff still move even if there was no one on the server...

if this is your question then the awnser is

you can only do it if you have a npc server and the scripts are not clientside...

otherwise you would have to wait tell someone signed online

OR Offline =P

08-23-2001 05:37 AM

timereverywhere;
if (playerenters) {
timeout=0.05;
}
if (timeout) {
shootarrow 0;
timeout=0.05;
}

....?

revalation 08-23-2001 07:37 AM

I think KJL is right.

nyghtGT 08-23-2001 08:10 AM

use while
 
use
while (condition) {
}
if will work as long as the "condition" is true ....
http://www.deceptiononline.f2s.com/nyghtdoll.gif


All times are GMT +2. The time now is 10:08 AM.

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