What does this do??

This is where we can post all the tips for NPC coding that it doesnt quite explain as well as it could, first up some simple ones to get us started…

hide; (hides the NPC from all, can be used with local (hidelocal; ) to hide from the players who have triggered it)
show; (shows the NPC to all, can be used with local (showlocal; ) to show to the players who have triggered it)
setlevel2 , , ; (level name to warp to , x to warp to , y to warp to )
setimg filename; (change the image form what it was before)
setimgpart filename, , , , ; (chages the image from what it was before, but you can set a rectangular area of the chosen image to show(filename,x in picsals ,y in picsals ,width in picsals ,height in picsals ))

If you have the time to post the FULL list with FULL explanations then please do, but if not then just posting bits of what you know would be good to help anyone who needs to know.

This topic is unnecessary. You could have just used Ace2896’s Newbie Scripter’s Bible. It’s been around for a very long time.

http://www.geocities.com/ace2896/nsb/index.html

[QUOTE=Koroshiya;4757]
This topic is unnecessary. You could have just used Ace2896’s Newbie Scripter’s Bible. It’s been around for a very long time.

http://www.geocities.com/ace2896/nsb/index.html
[/QUOTE]

Yea, that been around for a vary long time since 1999 i think.

Well… umm But… FINE, if i had known :(…

lol, kk at least we got it in here now for ppl to see :slight_smile:

Actually, that was the third time I’d posted it on this board.

[QUOTE=Koroshiya;4890]Actually, that was the third time I’d posted it on this board.[/QUOTE]

lol, true story. :wink:

does any1 know about the command “spyfire 10,10;”

Yeah it is:

spyfire length,power; // Shoots a line of flame out (like bomb explosion)

See: http://www.graal.net/index.php/Creation/Dev/Script/Client