Thread: Npc Combat Definitions

Results 1 to 3 of 3
  1. #1 Npc Combat Definitions 
    Registered Member
    Join Date
    Dec 2018
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I'm trying to understand how the NPC skills and bonuses match up with the officlal stats from osrs wikia. I found some looking through the comnbat formula classes but a lot of them aren't clearly labeled as what they are. I'm using valius source and these skills in bonuses are stored in npccombatdefinitions.xml. Anyone have any idea? Let me know your thoughts, thanks.

    Code:
    		<skills>
    			<skill>
    				<id>0</id>
    				<level>300</level>
    			</skill>
    			<skill>
    				<id>1</id>
    				<level>200</level>
    			</skill>
    			<skill>
    				<id>2</id>
    				<level>130</level>
    			</skill>
    			<skill>
    				<id>3</id>
    				<level>450</level>
    			</skill>
    			<skill>
    				<id>4</id>
    				<level>1</level>
    			</skill>
    			<skill>
    				<id>5</id>
    				<level>60</level>
    			</skill>
    			<skill>
    				<id>6</id>
    				<level>280</level>
    			</skill>			
    		</skills>
    		<bonuses>
    			<int>150</int>
    			<int>150</int>
    			<int>150</int>
    			<int>0</int>
    			<int>150</int>
    			<int>150</int>
    			<int>150</int>
    			<int>100</int>
    			<int>130</int>
    			<int>150</int>
    			<int>50</int>
    			<int>0</int>
    		</bonuses>
    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member Rachmaninov's Avatar
    Join Date
    Sep 2017
    Posts
    39
    Thanks given
    11
    Thanks received
    6
    Rep Power
    11
    have a look at how the bonuses tag is parsed. it should tell you which number corresponds to which bonus
    Reply With Quote  
     

  3. #3  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    You only have 12 bonuses and not 14, so you'll need to do some adjustments to your system.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    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. 718 godwars npc combat definitions
    By Its Not Okay in forum Requests
    Replies: 0
    Last Post: 03-11-2014, 06:22 PM
  3. Npc Combat Definitions
    By Bart in forum Requests
    Replies: 8
    Last Post: 11-05-2012, 08:30 PM
  4. [667] New way to add NPC Combat Definitions
    By Kaiser Btw in forum Snippets
    Replies: 17
    Last Post: 09-08-2012, 08:44 PM
  5. NPC Combat Definitions Editor
    By Rotavele in forum Downloads
    Replies: 3
    Last Post: 08-17-2012, 05:38 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
  •