Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.84 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Phae_printImmediate("adding Shale's weapon crystals");
  2. resource[] aPhaeItems;
  3. aPhaeItems[0]    = R"shl_wpn_fir_01.uti";
  4. aPhaeItems[1]    = R"shl_wpn_fir_02.uti";
  5. aPhaeItems[2]    = R"shl_wpn_fir_03.uti";
  6. aPhaeItems[3]    = R"shl_wpn_fir_04.uti";
  7. aPhaeItems[4]    = R"shl_wpn_lit_01.uti";
  8. aPhaeItems[5]    = R"shl_wpn_lit_02.uti";
  9. aPhaeItems[6]    = R"shl_wpn_lit_03.uti";
  10. aPhaeItems[7]    = R"shl_wpn_lit_04.uti";
  11. aPhaeItems[8]    = R"shl_wpn_ice_01.uti";
  12. aPhaeItems[9]    = R"shl_wpn_ice_02.uti";
  13. aPhaeItems[10]   = R"shl_wpn_ice_03.uti";
  14. aPhaeItems[11]   = R"shl_wpn_ice_04.uti";
  15. aPhaeItems[12]   = R"shl_wpn_nat_01.uti";
  16. aPhaeItems[13]   = R"shl_wpn_nat_02.uti";
  17. aPhaeItems[14]   = R"shl_wpn_nat_03.uti";
  18. aPhaeItems[15]   = R"shl_wpn_nat_04.uti";
  19. aPhaeItems[16]   = R"shl_wpn_spi_01.uti";
  20. aPhaeItems[17]   = R"shl_wpn_spi_02.uti";
  21. aPhaeItems[18]   = R"shl_wpn_spi_03.uti";
  22. aPhaeItems[19]   = R"shl_wpn_spi_04.uti";
  23.  
  24.  
  25. Phae_printImmediate("adding Shale's armor crystals");
  26. resource[] aPhaeItems;
  27. aPhaeItems[0]    = R"shl_arm_fir_01.uti";
  28. aPhaeItems[1]    = R"shl_arm_fir_02.uti";
  29. aPhaeItems[2]    = R"shl_arm_fir_03.uti";
  30. aPhaeItems[3]    = R"shl_arm_fir_04.uti";
  31. aPhaeItems[4]    = R"shl_arm_lit_01.uti";
  32. aPhaeItems[5]    = R"shl_arm_lit_02.uti";
  33. aPhaeItems[6]    = R"shl_arm_lit_03.uti";
  34. aPhaeItems[7]    = R"shl_arm_lit_04.uti";
  35. aPhaeItems[8]    = R"shl_arm_ice_01.uti";
  36. aPhaeItems[9]    = R"shl_arm_ice_02.uti";
  37. aPhaeItems[10]   = R"shl_arm_ice_03.uti";
  38. aPhaeItems[11]   = R"shl_arm_ice_04.uti";
  39. aPhaeItems[12]   = R"shl_arm_nat_01.uti";
  40. aPhaeItems[13]   = R"shl_arm_nat_02.uti";
  41. aPhaeItems[14]   = R"shl_arm_nat_03.uti";
  42. aPhaeItems[15]   = R"shl_arm_nat_04.uti";
  43. aPhaeItems[16]   = R"shl_arm_spi_01.uti";
  44. aPhaeItems[17]   = R"shl_arm_spi_02.uti";
  45. aPhaeItems[18]   = R"shl_arm_spi_03.uti";
  46. aPhaeItems[19]   = R"shl_arm_spi_04.uti";