Graal Forums  

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

Showing results 226 to 250 of 500
Search took 0.01 seconds; generated 79 minute(s) ago.
Search: Posts Made By: ZeLpH_MyStiK
Forum: NPC Scripting 12-02-2005, 03:26 AM
Replies: 24
Views: 5,142
Posted By ZeLpH_MyStiK
[/QUOTE] What? I am certainly not Stefan. ...

[/QUOTE]

What? I am certainly not Stefan.

P.S. Will someone sticky this thread?
Forum: NPC Scripting 12-02-2005, 02:51 AM
Replies: 24
Views: 5,142
Posted By ZeLpH_MyStiK
How To Use The Forums Without Causing People To Hate You

1) As stated in the rules:

If you post once or twice, with somewhat decent questions, we might consider helping you. However, please do not repeatedly spam the forum with questions that you can...
Forum: NPC Scripting 12-02-2005, 02:50 AM
Replies: 33
Views: 7,290
Posted By ZeLpH_MyStiK
If it takes you several hours to perform that...

If it takes you several hours to perform that calculation, maybe. But then again, if it took you several hours, then you should not script at all.
Forum: NPC Scripting 12-02-2005, 01:21 AM
Replies: 33
Views: 7,290
Posted By ZeLpH_MyStiK
Why would you want to waste cputime calculating a...

Why would you want to waste cputime calculating a constant?
Forum: Tech Support 12-01-2005, 12:50 PM
Replies: 8
Views: 1,426
Posted By ZeLpH_MyStiK
aah good good, thank you.

aah good good, thank you.
Forum: NPC Scripting 12-01-2005, 12:49 PM
Replies: 33
Views: 7,290
Posted By ZeLpH_MyStiK
Why would he need it in an array? He only has one...

Why would he need it in an array? He only has one tile to check for =\
Forum: NPC Scripting 12-01-2005, 08:14 AM
Replies: 33
Views: 7,290
Posted By ZeLpH_MyStiK
ah, that's what comments are for okiesmoke =p

ah, that's what comments are for okiesmoke =p
Forum: NPC Scripting 12-01-2005, 02:16 AM
Replies: 33
Views: 7,290
Posted By ZeLpH_MyStiK
Or you can just do tiles[playerx,playery] ==...

Or you can just do
tiles[playerx,playery] == 127 + 15 * 16
although, it's probably better to just use 367 instead of 127 + 15 * 16
Forum: Tech Support 11-26-2005, 05:55 PM
Replies: 8
Views: 1,426
Posted By ZeLpH_MyStiK
ping *Stefan

ping *Stefan
Forum: Graal V4 Main Forum 11-24-2005, 03:28 AM
Replies: 31
Views: 3,378
Posted By ZeLpH_MyStiK
Haha I have NVidia RIVA TNT2 Model 64/Model 64...

Haha I have NVidia RIVA TNT2 Model 64/Model 64 Pro =p
Speaking of gfx, what's the best color quality for Graal v4?
16-bit and 32-bit seems to be both having problems.
My driver version is...
Forum: NPC Scripting 11-20-2005, 08:10 PM
Replies: 9
Views: 2,774
Posted By ZeLpH_MyStiK
you can't have two //#CLIENTSIDE put your...

you can't have two //#CLIENTSIDE
put your script in a class npc and do a putnpc2 with if (created) join classname;
Forum: Tech Support 11-20-2005, 08:13 AM
Replies: 8
Views: 1,426
Posted By ZeLpH_MyStiK
It seems that updateboard2 no longer saves weird....

It seems that updateboard2 no longer saves weird. Now it doesn't save at all.
Tested this several times on N-Pulse, after Stefan restarted the server on the 16th. Tried to save top left part of...
Forum: Graal Main Forum (English) 11-18-2005, 01:21 AM
Replies: 33
Views: 4,481
Posted By ZeLpH_MyStiK
YES! Why do we have laws and the police?!? I do...

YES! Why do we have laws and the police?!? I do not get that at all.
Forum: NPC Scripting 11-15-2005, 01:41 AM
Replies: 16
Views: 3,552
Posted By ZeLpH_MyStiK
=\ we basically told you exactly what you need to...

=\ we basically told you exactly what you need to make this, now just piece it all together. we're not going to give you an "example script" because we know you're just going to copy the entire thing...
Forum: NPC Scripting 11-14-2005, 12:06 AM
Replies: 16
Views: 3,552
Posted By ZeLpH_MyStiK
You want it so when you click on someone an...

You want it so when you click on someone an action occurs, so you probably want to start with the mouse action, there are several mouse flags that detect mouse action such as
mousedown
as Lance...
Forum: Graal Main Forum (English) 11-08-2005, 04:09 AM
Replies: 177
Views: 24,729
Posted By ZeLpH_MyStiK
It seems that www.graalians.com has been...

It seems that www.graalians.com has been suspended by the host.
Forum: NPC Scripting 11-07-2005, 12:23 AM
Replies: 17
Views: 4,268
Posted By ZeLpH_MyStiK
well it seems that when you have two showimgs of...

well it seems that when you have two showimgs of the same layer, the image with the greater x and y coordinates will show on top. so you might think about that.

Edit: eww dont call me ZeLpH_MyStiK...
Forum: NPC Scripting 11-06-2005, 07:45 PM
Replies: 17
Views: 4,268
Posted By ZeLpH_MyStiK
Must you post nonconstructive answers? ...

Must you post nonconstructive answers?


You can try using two showimgs. For the showimg you want on top, add .01 to the x or y coordinate. It'll move a tiny bit, but its the only solution i can...
Forum: Graal V4 Main Forum 11-06-2005, 05:55 AM
Replies: 49
Views: 5,275
Posted By ZeLpH_MyStiK
I understand that some people can't use the...

I understand that some people can't use the offline editor, but most can. Plus, I never said I expect people to make their own editor, im saying if you don't like the current one being worked on, you...
Forum: NPC Scripting 11-06-2005, 01:50 AM
Replies: 17
Views: 4,268
Posted By ZeLpH_MyStiK
Change the image of the NPC to another showimg,...

Change the image of the NPC to another showimg, so you would have two showimgs. Then just do the showimg for the NPC after the regular showimg (both at layer 0).
That should work, if not it's the...
Forum: NPC Scripting 11-06-2005, 01:46 AM
Replies: 19
Views: 4,865
Posted By ZeLpH_MyStiK
Nope, what you need is the little box of logic =D

Nope, what you need is the little box of logic =D
Forum: NPC Scripting 11-06-2005, 01:03 AM
Replies: 19
Views: 4,865
Posted By ZeLpH_MyStiK
destroy; *I sense another excaliber*

destroy;

*I sense another excaliber*
Forum: NPC Scripting 11-06-2005, 01:01 AM
Replies: 6
Views: 2,480
Posted By ZeLpH_MyStiK
Suggestion/Advice: Learn how to script

Suggestion/Advice: Learn how to script
Forum: NPC Scripting 11-05-2005, 09:30 PM
Replies: 19
Views: 4,865
Posted By ZeLpH_MyStiK
if ( boolean ) { // your everyday if-statement ...

if ( boolean ) { // your everyday if-statement
// if the boolean is true, do stuff here
} else {
// if the boolean is not true, do stuff here
}
Forum: NPC Scripting 11-05-2005, 09:16 PM
Replies: 19
Views: 4,865
Posted By ZeLpH_MyStiK
read commands.rtf and npcprogramming.doc plus...

read commands.rtf and npcprogramming.doc
plus use else as opposed to 2 if-statements
Showing results 226 to 250 of 500

 
Forum Jump

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


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