Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.05 KB | None | 0 0
  1. <!--
  2.     LegacyGamers ZItem.
  3.     Daggers 1   - 50
  4.     Swords  51  - 100
  5.     Katanas 101 - 150
  6.     Kodachi 151 - 200
  7.     GreatSs 201 - 251
  8.     Pistols 251 - 326
  9.     Revs    327 - 402
  10.     SMG     403 - 453
  11.     Shotgun 454 - 500
  12.     Rockets 501 - 525
  13.     Rifle   526 - 575
  14.     MGuns   576 - 600
  15.     Sniper  601 - 625
  16.     Med,etc 626 - 700
  17.     Rings   701 - 751
  18.  
  19.  
  20.     Major Thanks to Khane for simplifying this part.
  21.      
  22.      /////////////////////////Khane Area///////////////////////////
  23.      OK, Armor will be arranged like this:
  24.  
  25.     First Number is either a 1 or a 2.
  26.     1=Male
  27.     2=Female
  28.  
  29.     Male and Female sets will have identical numbers, except that the first number will be different for the male and female versions.
  30.  
  31.     Second number is an item type.
  32.  
  33.     1=Hat
  34.     2=Chest
  35.     3=Gloves
  36.     4=Legs
  37.     5=Shoes
  38.  
  39.     The last three numbers are all part of an ID system for the sets. Each set has it's own ID, starting at 000 and going up to 999. So, an adventurer male hat would be 11000, and a Female adventurer chest would be 22000, where the male chest is 12000.
  40.     Sets + Numbers:
  41.     Male:               Female:
  42.     000 - Adventurer        000 - Adventurer
  43.     001 - Ipot          001 - Ipot
  44.     002 - Santa             002 - Santa
  45.     003 - Korean (Hanbok)       003 - Korean
  46.     004 - Sports 1 (Missing 13)     004 - Sports 1 (Missing 23)
  47.     005 - Sports 2 (Missing 13)     005 - Sports 2 (Missing 23)
  48.     006 - Sports 3 (Missing 13)     006 - Sports 3 (Missing 23)
  49.     007 - Military Officer      007 - Military Officer
  50.     008 - Zeus (11 and 12 Only)     008 - Zeus (21 and 22 Only)
  51.     009 - Cowboy            009 - Cowgirl
  52.     010 - Tuxedo            010 - Maid
  53.     011 - White Tuxedo      011 - <TO BE FILLED>
  54.     012 - Ceremonial Dress      012 - Ceremonial Dress
  55.     013 - Blue Whistle      013 - Blue Whistle
  56.     014 - Phantom Breed         014 - Phantom Breed
  57.     015 - Bigi (11 and 12 Only)     015 - Bigi (21 and 22 Only)
  58.     016 - Gunner's Heaven       016 - Gunner's Heaven
  59.     017 - Eternal Blue      017 - Eternal Blue
  60.     018 - Iron Crow         018 - Iron Crow
  61.     019 - Gun Priest        019 - Gun Priestess
  62.     020 - Gray Dust         020 - Gray Dust
  63.     021 - LOK           021 - LOK
  64.     022 - Desert Flame      022 - Desert Flame
  65.     023 - Battle Brood      023 - Battle Brood
  66.     024 - Doctor            024 - Nurse
  67.     025 - Explorer 025 - Explorer   025 - Explorer
  68.     026 - Gun Knight (Missing 11)   026 - Gun Knight (Missing 21)
  69.     027 - Megaman           027 - Assassin
  70.     028 - Captain           028 - Hanbok
  71.     029 - Train Guard       029 - Trainguard
  72.     030 - VIP (12 and 14 only)  030 - Bodyguard Set
  73.     031 - Star          031 - Star
  74.     032 - General (Missing 11)  032 - <TO BE FILLED>
  75.     033 - God           033 - Goddess
  76.        
  77.    
  78. ////////////////Theoretical/////////////////////////////
  79.     For any dev looking at this that doesn't understand how it works.
  80.     Sets will be organized like this:
  81.     Male - God Head - 11033
  82.     Female - Goddess Head - 21033
  83.    
  84.     Now, we'll be changing this system to work with our tier system. That or we can just do a ring system
  85.     that doesn't suck ass, but any developer looking at this should have no issues understanding what's going on.
  86.     We hope to build this up to make it look good.
  87. ///////////////////////////////////////////////////////
  88. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement