Advertisement
Guest User

aa

a guest
Jan 22nd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. OnOpenSupply:
  2. setarray .@weapon_id,
  3. 13112, // P_Revolver1
  4. 13113, // P_Revolver2
  5. 13163, // Long_Barrel
  6. 13165, // Jungle_Carbine
  7. 13158, // Butcher
  8. 13156, // Gate_Keeper
  9. 13167, // Gate_KeeperDD
  10. 13160; // Destroyer
  11. setarray .@armor_id,
  12. 5829, // Ordinary_Armor
  13. 2303, // Leather_Jacket
  14. 2339, // G_Strings
  15. 2370; // Used_Mage_Coat
  16. setarray .@garm_id,
  17. 2501, // Hood
  18. 2507, // Cape_Of_Ancient_Lord
  19. 2526, // Dragon_Scale_Coat
  20. 2547; // Cheap_Running_Shirts
  21. setarray .@boots_id,
  22. 2401, // Sandals
  23. 2405, // Boots
  24. 2430, // Iron_Boots02
  25. 2439; // Refresh_Shoes
  26. setarray .@helm_id,
  27. 5410, // Bread_Bag2
  28. 5400, // Fox_Hat
  29. 5461, // Adv_Whisper_Mask
  30. 2264, // Munak_Turban
  31. 5428, // Bread_Bag1
  32. 5485; // Tiger_Face
  33. setarray .@ammo_id,
  34. 13202, // Shell_Of_Blood
  35. 13200, // Bullet
  36. 13201, //Silver_Bullet
  37. 13206, // Blind_Sphere
  38. 13203, // Flare_Sphere
  39. 13207, // Freezing_Sphere
  40. 13204, // Lighting_Sphere
  41. 13205; // Poison_Sphere
  42. setarray .@pots_id,
  43. 662, // Inspector_Certificate
  44. 12029, // Gloomy_Box
  45. 12236, // Choco_Tart
  46. 501, // Red_Potion
  47. 501, // Red_Potion
  48. 501, // Red_Potion
  49. 501; // Red_Potion
  50. setarray .@acce_id,
  51. 2605, // (Brooch)
  52. 2693, // (Brooch_C)
  53. 2616, // (Critical_Ring)
  54. 2737, // (Foot_Ring)
  55. 2604, // (Glove)
  56. 2692, // (Glove_C)
  57. 2675; // (Lord_Ring)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement