Thread: Npc Xml Definitions

Results 1 to 2 of 2
  1. #1 Npc Xml Definitions 
    Member
    Join Date
    Oct 2012
    Posts
    21
    Thanks given
    7
    Thanks received
    3
    Rep Power
    0
    I'm paying someone to implement npc definitions in xml in such format:
    Code:
    <npcDefinitions>
    	<npcDef>
    		<combatDef>
    			<npcId>8596</npcId>
    			<npcName>Avatar of Destruction</npcName>
    			<npcCombat>525</npcCombat>
    			<npcHealth>3000</npcHealth>
    			<npcAttack>800</npcAttack>
    			<npcDefence>425</npcDefence>
    			<npcMaxHit>33</npcMaxHit>
    			<npcRespawn>120</npcRespawn>
    		<combatDef>
    		<animationDef>
    			<npcAttackAnimation>11202</npcAttackAnimation>
    			<npcDefenceAnimation>11203</npcDefenceAnimation>
    			<npcDeathAnimation>11204</npcDeathAnimation>
    		<animationDef>
    	</npcDef>
    </npcDefinitions>
    Also, if you please I'd also like spawns done in xml as so:
    Code:
    <npcSpawns>
    	<newNpc>
    		<npcId>1</npcId>
    		<npcCoordinateX>2000</npcCoordinateX>
    		<npcCoordinateY>2000</npcCoordinateY>
    		<npcHeight>1</npcHeight>
    		<npcWalk>1</npcWalk>
    	</newNpc>
    </npcSpawns>
    This is for a project insanity server. I need the definitions working aswell.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2008
    Age
    24
    Posts
    2,313
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    skype j1nrake
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 60% [ALL] NPC Combat Definitions
    By Sonicforce41 in forum Snippets
    Replies: 15
    Last Post: 03-13-2014, 04:56 PM
  2. 317/377 NPC.xml
    By hedgefund in forum Configuration
    Replies: 5
    Last Post: 11-08-2011, 01:31 AM
  3. 508 Items.xml, Objects.xml and Npcs.xml
    By owner blade in forum Configuration
    Replies: 2
    Last Post: 01-14-2011, 12:16 AM
  4. Replies: 3
    Last Post: 05-03-2010, 03:39 PM
  5. need a full npcDefinitions.xml and npcs.xml
    By robincom in forum Requests
    Replies: 3
    Last Post: 02-07-2010, 09:47 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •