Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   the 2.1 version (https://forums.graalonline.com/forums/showthread.php?t=22779)

darkriders_p2p 02-02-2002 05:37 AM

the 2.1 version
 
Ok in 2.1 there is several errors,for one,if you don't have a previous version of graal on your comp,sound effects don't work(this might have to do with the real player)and then the other things that already heave been discussed.Hope they fixed in new version.

Admins 02-02-2002 08:16 AM

You mean revision4?
The sfx haven't been changed lately i think,
although i have seen some problems,
may be some playerworld has replaced
some default sfx and messed it up?

Cyber-X 02-02-2002 08:21 AM

Well Stefan, it has some bugs with tags... Like this:
1st NPC
if (playertouchsme) {
set test;
}
2nd NPC
if (test) {
showlocal;
}

thats not working and I had to make alot of new commands to replace it...

Python523 02-02-2002 09:16 AM

Quote:

Originally posted by Cyber-X
Well Stefan, it has some bugs with tags... Like this:
1st NPC
if (playertouchsme) {
set test;
}
2nd NPC
if (test) {
showlocal;
}

thats not working and I had to make alot of new commands to replace it...

Easy solution, use strings, not flags

darkriders_p2p 02-02-2002 10:32 PM

i think
 
I think the fact my sound doesn't work is cause the new version doesn't have graal shop.(no idea why though).And showlocal and hidelocal don't work in the editor,thats whats wrong with that

Python523 02-02-2002 10:52 PM

Re: i think
 
Quote:

Originally posted by darkriders_p2p
I think the fact my sound doesn't work is cause the new version doesn't have graal shop.(no idea why though).And showlocal and hidelocal don't work in the editor,thats whats wrong with that
showlocal and hidelocal work fine for me....

darkriders_p2p 02-02-2002 11:13 PM

in my script it doesn't work (I used variable strings to inizalize it),I removed local and it works fine,but it doesn't work for meh:(

Admins 02-03-2002 02:33 AM

Scripts are only called when an event happens.
In previous versions all scripts were called when an event
happened, now only scripts that wants the event (like
when doing if (playertouchsother) the game knows that
npc wants the even playertouchsother).
Your script can also have problems when the npcs are in
different order, its better to call the other npc scripts
directly or whatever, or use a timeout


All times are GMT +2. The time now is 05:16 AM.

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