HowTo Add a NPC Operation: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Naeg (talk | contribs)
Created page with "== Summary == # Create new Operation Class in npcclient/npcoperations # Create new Queue-Command in npcclient/networkmgr # Process Command in npcclient/npcmanager and execute..."
 
Naeg (talk | contribs)
No edit summary
Line 3: Line 3:
# Create new Operation Class in npcclient/npcoperations
# Create new Operation Class in npcclient/npcoperations
# Create new Queue-Command in npcclient/networkmgr
# Create new Queue-Command in npcclient/networkmgr
# Modify net/npcmessages
# Process Command in npcclient/npcmanager and execute desired action
# Process Command in npcclient/npcmanager and execute desired action


[[Category:Engine documents]] [[Category:NPCClient Design]]
[[Category:Engine documents]] [[Category:NPCClient Design]]

Revision as of 15:05, 1 April 2013

Summary

  1. Create new Operation Class in npcclient/npcoperations
  2. Create new Queue-Command in npcclient/networkmgr
  3. Modify net/npcmessages
  4. Process Command in npcclient/npcmanager and execute desired action