Hey im using bulby's source and i got a problem...
How can i get my Npc walking? cuz they are now just standing with the face to the north and i want they random move...
Note: Some Npc's i didn't code are already moving...
Repping++++
Printable View
Hey im using bulby's source and i got a problem...
How can i get my Npc walking? cuz they are now just standing with the face to the north and i want they random move...
Note: Some Npc's i didn't code are already moving...
Repping++++
This is so easy..
Example:
spawn = npcid absX absY height NEX NEY SWX SWY
The NEX NEY SWX SWY is like the "square" hes walking in.Code:spawn = 2 3228 3230 0 0 0 0 0 man
So for example 3228 & 3230
try
This moves the man in a square from 4x4Code:spawn = 2 3228 3230 0 3230 3232 3226 3228 man
Theres your problem!. LolQuote:
Originally Posted by Clawscape [Only registered and activated users can see links. Click Here To Register...]
This has nothing to do with a bulby source.Quote:
Originally Posted by EnterSandman [Only registered and activated users can see links. Click Here To Register...]
All of our Npcspawn.cfg file users are the same constructed.
Lol i know. Just felt like saying dat :lol: