Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. // Text Ver. 0.0.0.1
  2. // Version 0.99y+ - T¼­¹ö
  3. // Version 0.99y - M¼­¹ö
  4. // ÃÖÁ¾ ÀÛ¾÷ÀÚ - ȲÁØÀÏ
  5. // ÃÖÁ¾ ÀÛ¾÷ÀÏ - ¿ÀÀü 11:23 2005-04-25
  6. // ³»¿ë: ¼ºÁÖ Æ¯º° ¾ÆÀÌÅÛ Á¶ÇÕ
  7.  
  8. //µå·Ó°¡´É¸Ê ¼³Á¤
  9. 0
  10. // MapIndex Drop Flag Min Monster Level Max MonsterLevel
  11. 0 0 0 1000 //·Î·£½Ã¾Æ
  12. 1 0 0 1000 //´øÀü
  13. 2 0 0 1000 //µ¥ºñ¾Æ½º
  14. 3 0 0 1000 //³ë¸®¾Æ
  15. 4 0 0 1000 //·Î½ºÆ®Å¸¿ö
  16. 5 0 0 1000 //ºó°ø°£
  17. 6 0 0 1000 //°æ±âÀå(¹èƲ»çÄ¿)
  18. 7 0 0 1000 //¾ÆƲ¶õ½º
  19. 8 0 0 1000 //Ÿ¸£Ä­
  20. 9 0 0 1000 //¾Ç¸¶ÀDZ¤Àå
  21. 10 0 0 1000 //ÀÌÄ«·ç½º
  22. end
  23.  
  24. //µå·ÓÁ¨ ¹× ¾ÆÀÌÅÛµå·Ó È®·ü
  25. //À̺¥Æ®¾ÆÀÌÅÛ µå·Ó È®·üÀº EventItemDropRate/1000
  26. //¾ÆÀÌÅÛµå·Ó È®·üÀº ItemDropRate/100, ExItemDropRate/1000
  27. 1
  28. // EventName DropZen EventItemType EventItemIndex EventItemLevel EventItemDropRate ItemDropRate ExItemDropRate
  29. "CastleLordMix" 1000000 0 0 0 0 100 25
  30. end
  31.  
  32. //skill, luck, addtoption ÀÇ °ªÀÌ 1ÀÌ¸é ·£´ýÀ¸·Î Àû¿ë, 0À̸é Àû¿ë¾ÈÇÔ
  33. 2
  34. // type index minLevel maxLevel skill luck addoption exitemflag
  35. 5 12 100 100 1 1 1 1 // Excellent Grand Viper Staff
  36. 5 13 100 100 1 1 1 1 // Excellent Platina Wing Staff
  37. 0 22 100 100 1 1 1 1 // Excellent Bone Blade
  38. 0 20 100 100 1 1 1 1 // Knight Blade
  39. 0 24 100 100 1 1 1 1 // Excellent DayBreak
  40. 4 21 100 100 1 1 1 1 // Excellent Sylph Wind Bow
  41. 4 22 100 100 1 1 1 1 // Excellent Albatross Bow
  42. 0 23 100 100 1 1 1 1 // Excellent Explosion Blade
  43. 0 25 100 100 1 1 1 1 // Excellent Sword Dancer
  44. 2 14 100 100 1 1 1 1 // Excellent Solay Scepter
  45. 2 15 100 100 1 1 1 1 // Excellent Shining Scepter
  46. 7 34 100 100 1 1 1 1 // Excellent Ashcrow Helm
  47. 8 34 100 100 1 1 1 1 // Excellent Ashcrow Armor
  48. 9 34 100 100 1 1 1 1 // Excellent Ashcrow Pants
  49. 10 34 100 100 1 1 1 1 // Excellent Ashcrow Gloves
  50. 11 34 100 100 1 1 1 1 // Excellent Ashcrow Boots
  51. 7 35 100 100 1 1 1 1 // Excellent Eclipse Helm
  52. 8 35 100 100 1 1 1 1 // Excellent Eclipse Armor
  53. 9 35 100 100 1 1 1 1 // Excellent Eclipse Pants
  54. 10 35 100 100 1 1 1 1 // Excellent Eclipse Gloves
  55. 11 35 100 100 1 1 1 1 // Excellent Eclipse Boots
  56. 7 36 100 100 1 1 1 1 // Excellent Iris Helm
  57. 8 36 100 100 1 1 1 1 // Excellent Iris Armor
  58. 9 36 100 100 1 1 1 1 // Excellent Iris Pants
  59. 10 36 100 100 1 1 1 1 // Excellent Iris Gloves
  60. 11 36 100 100 1 1 1 1 // Excellent Iris Boots
  61. 8 37 100 100 1 1 1 1 // Excellent Valiant Armor
  62. 9 37 100 100 1 1 1 1 // Excellent Valiant Pants
  63. 10 37 100 100 1 1 1 1 // Excellent Valiant Gloves
  64. 11 37 100 100 1 1 1 1 // Excellent Valiant Boots
  65. 7 38 100 100 1 1 1 1 // Excellent Glorious Helm
  66. 8 38 100 100 1 1 1 1 // Excellent Glorious Armor
  67. 9 38 100 100 1 1 1 1 // Excellent Glorious Pants
  68. 10 38 100 100 1 1 1 1 // Excellent Glorious Gloves
  69. 11 38 100 100 1 1 1 1 // Excellent Glorious Boots
  70. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement