View Single Post
  #3  
Old 01-11-2010, 06:09 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
When I did my serverside movement with move(), I used my own wall detection by running a loop beforehand and determining how far the NPC should move instead of relying on a constant wall detection. However, this isn't very good for NPCs that are moving constantly, but very useful for NPCs that are moving predefined, but random movements(AKA randomly left or right or so on) between pauses.
Reply With Quote