Quote:
Originally posted by dragoonvenganc
Thanx Kyle that is what i needed to know.. I dont want people to do stuff for me i just need to learn the more detailed stuff so i can add it to my base of knowledge.
Is there anyway i can learn more about the npc server.
And the reason i asked all of these questions about the putnpc was
I am doing a script for a class that needs about 5 different arrow types and in places i need them to shoot more then one arrow. In some cases it can be about 50 arrows. So i cant do showimg.. for that is there anyother way besides changing the sprite.png.
|
To learn about the NPC Server, it's really important to actually have one. You can only learn so much from the documents around, but things work a lot differently than they do on clientside. The hardest thing I'd say is getting variables and strings figured out.
As for the arrows, why couldn't you do showimg? It could handle 50 arrows at a time, and it'd be a great deal better than 50 NPCs being created (ex: it wouldn't freeze). I think I've heard something about projectile support, but that might have just been a suggestion and not an actual feature.