Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 26 to 50 of 500
Search took 0.01 seconds; generated 79 minute(s) ago.
Search: Posts Made By: ZeLpH_MyStiK
Forum: Graal Main Forum (English) 04-30-2006, 10:56 PM
Replies: 126
Views: 11,124
Posted By ZeLpH_MyStiK
I doubt Skyld or anyone would ever finish your...

I doubt Skyld or anyone would ever finish your script. Sorry.
Forum: New Scripting Engine (GS2) 04-30-2006, 04:09 AM
Replies: 32
Views: 3,401
Posted By ZeLpH_MyStiK
It's not bending the terrain, it's adding another...

It's not bending the terrain, it's adding another dimension to it. It's supposed to be 3D-ish using the z-axis, but in this case Graal z is like another y. =\
Forum: New Scripting Engine (GS2) 04-30-2006, 02:59 AM
Replies: 32
Views: 3,401
Posted By ZeLpH_MyStiK
i'm not sure if we're talking about the same...

i'm not sure if we're talking about the same thing but you can showimgs and use changeimgpart to show every pixel of that image and then take it from there.
Forum: New Scripting Engine (GS2) 04-23-2006, 06:49 PM
Replies: 15
Views: 2,093
Posted By ZeLpH_MyStiK
You don't need brackets after the if (created). I...

You don't need brackets after the if (created). I normally do the same when it's just one command following the statement. i.e.

if (playerchats) setplayerprop #c,omg!;

Adding brackets to just...
Forum: New Scripting Engine (GS2) 04-23-2006, 03:47 AM
Replies: 15
Views: 2,093
Posted By ZeLpH_MyStiK
If you're so confused, start with something...

If you're so confused, start with something easier.
And "Please help finish my script"? Bad title. No we will not help you finish it. If you want us to help you understand it, sure.
This is what...
Forum: NPC Scripting 04-22-2006, 09:39 PM
Replies: 4
Views: 2,377
Posted By ZeLpH_MyStiK
getangle(dx,dy), where dx is the change in x...

getangle(dx,dy), where
dx is the change in x coordinates points between the two points
dy is the change in y coordinates points between the two points
Forum: NPC Scripting 04-09-2006, 06:03 PM
Replies: 19
Views: 3,934
Posted By ZeLpH_MyStiK
Great! I'll be sure to sign on Graal to use a...

Great! I'll be sure to sign on Graal to use a calculator when my TI runs out of battery. I hope you update this calculator to perform multivariable calculus functions.
Forum: NPC Scripting 04-08-2006, 08:43 PM
Replies: 12
Views: 2,996
Posted By ZeLpH_MyStiK
Using the word "only" is kind of harsh as well as...

Using the word "only" is kind of harsh as well as incorrect. It can be easily done.
-Create a dbnpc
-Create a list of levels that you want to change, and set it to a string such as this.levels...
Forum: NPC Scripting 04-08-2006, 03:37 AM
Replies: 5
Views: 2,361
Posted By ZeLpH_MyStiK
do it serverside or use a showani?

do it serverside or use a showani?
Forum: NPC Scripting 04-08-2006, 03:35 AM
Replies: 12
Views: 2,996
Posted By ZeLpH_MyStiK
updateboard doesn't save the tiles into the level...

updateboard doesn't save the tiles into the level file. updateboard2 does.
Forum: Tech Support 04-06-2006, 01:29 AM
Replies: 1
Views: 712
Posted By ZeLpH_MyStiK
Tab Key Bug

There seems to be a bug with the tab key, I've tested this on N-Pulse as well as Classic.
If you press and hold S/D (and probably many other keys will work too) and then press and hold the Tab key,...
Forum: NPC Scripting 03-28-2006, 08:42 PM
Replies: 18
Views: 4,891
Posted By ZeLpH_MyStiK
But modulus allows you to have more than 2 switch...

But modulus allows you to have more than 2 switch modes.
i.e.

this.switch = (this.active + 1) % 3; // <-- 3 switches!
this.switch = (this.active + 1) % 4; // <-- or 4!



You better! :O...
Forum: NPC Scripting 03-28-2006, 04:18 AM
Replies: 18
Views: 4,891
Posted By ZeLpH_MyStiK
Oh no! Projectshifter is getting old! ...

Oh no! Projectshifter is getting old!
this.active = (this.active + 1) % 2;
4 lines? try 4 - 3.
Forum: Tech Support 03-22-2006, 06:48 AM
Replies: 4
Views: 2,185
Posted By ZeLpH_MyStiK
Very farfetched.

Very farfetched.
Forum: NPC Scripting 03-22-2006, 06:44 AM
Replies: 3
Views: 2,403
Posted By ZeLpH_MyStiK
As well as break; =O

As well as break; =O
Forum: NPC Scripting 03-20-2006, 03:58 PM
Replies: 6
Views: 2,500
Posted By ZeLpH_MyStiK
Actually, it's very different from what you did.

Actually, it's very different from what you did.
Forum: Old Scripting Engine (GS1) 03-13-2006, 01:10 AM
Replies: 7
Views: 1,850
Posted By ZeLpH_MyStiK
why don't you try debugging it yourself first?...

why don't you try debugging it yourself first? -.-
see if the triggeraction is being called, and etc. seriously, if this trend continues, i think you should be banned from the forums.
Forum: Future Improvements 03-12-2006, 10:27 PM
Replies: 4
Views: 731
Posted By ZeLpH_MyStiK
Allow me to rephrase: They might miss...

Allow me to rephrase:
They might miss information that the Admins would like them to have, but does not necessarily categorize into the crucial-to-gameplay section.
Forum: Future Improvements 03-12-2006, 10:18 PM
Replies: 4
Views: 731
Posted By ZeLpH_MyStiK
Ignore

I was just thinking, perhaps players should not be able to ignore Admin PMs? They might miss certain crucial information.
Forum: Announcements 03-09-2006, 12:35 AM
Replies: 3
Views: 9,017
Posted By ZeLpH_MyStiK
Not many updates, but good job. I wish you'd fix...

Not many updates, but good job. I wish you'd fix the problem with RC2 disconnecting when it's minimized in systray though.
Forum: Graal V4 Main Forum 03-07-2006, 12:21 PM
Replies: 3
Views: 294
Posted By ZeLpH_MyStiK
Saving time is different for every level. Some...

Saving time is different for every level. Some levels can take up to 5-7 minutes and still not save, while some levels only seem to take a minute.
Forum: NPC Scripting 03-05-2006, 11:47 PM
Replies: 2
Views: 2,408
Posted By ZeLpH_MyStiK
After posting 3 times asking for scripts, you'd...

After posting 3 times asking for scripts, you'd think you'd learn by now that people aren't just going to hand you a script. -.-
Forum: NPC Scripting 03-05-2006, 11:46 PM
Replies: 20
Views: 4,508
Posted By ZeLpH_MyStiK
I don't see any difference between the scripts...

I don't see any difference between the scripts other than the fact that the second one has the chat= commented out. What are you trying to say? Mind providing some more detail other than "its like...
Forum: Old Scripting Engine (GS1) 03-05-2006, 07:09 PM
Replies: 29
Views: 2,810
Posted By ZeLpH_MyStiK
That's the player's own fault if he/she just buys...

That's the player's own fault if he/she just buys a server without planning ahead. Buying a server is an investment, thus you should at least think about how you're going to develop the server before...
Forum: NPC Scripting 03-05-2006, 07:05 PM
Replies: 2
Views: 1,379
Posted By ZeLpH_MyStiK
sigh.

sigh.
Showing results 26 to 50 of 500

 
Forum Jump

All times are GMT +2. The time now is 07:52 AM.


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