Advertisement
Guest User

Ferrari

a guest
Oct 17th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. #-------------------------------------------------------------------
  2. #Ferrari 1.0
  3. #Date: 17-October-2015
  4. #-------------------------------------------------------------------
  5.  
  6. Show
  7. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather" "Mirror of Kalandra" "Fishing Rod"
  8. SetTextColor 255 0 0
  9. SetBorderColor 255 0 0
  10. SetBackgroundColor 255 255 255 255
  11. PlayAlertSound 6 100
  12. SetFontSize 44
  13.  
  14. #Highlight Mortal Hope
  15. Show
  16. Class "Map Fragments"
  17. BaseType "Mortal Hope"
  18. SetTextColor 255 0 0
  19. SetBorderColor 255 0 0
  20. SetBackgroundColor 255 255 255 255
  21. PlayAlertSound 6 100
  22. SetFontSize 44
  23.  
  24. Show
  25. BaseType "Regal Orb" "Orb of Regret" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Vaal Orb" "Cartographer's Chisel"
  26. SetBackgroundColor 213 159 15
  27. SetTextColor 0 0 0
  28. SetBorderColor 0 0 0
  29. PlayAlertSound 1 100
  30. SetFontSize 38
  31.  
  32. Show
  33. Rarity Unique
  34. PlayAlertSound 6 100
  35. SetFontSize 40
  36.  
  37. Show
  38. Class "Maps" "Map Fragments"
  39. PlayAlertSound 4 100
  40. SetFontSize 38
  41.  
  42. Show
  43. Class "Divination"
  44. SetBackgroundColor 200 50 250
  45. SetBorderColor 0 0 0
  46. SetTextColor 0 0 0
  47. SetFontSize 38
  48. PlayAlertSound 1 100
  49.  
  50. Show
  51. Class "Gem"
  52. Quality >= 5
  53. SetFontSize 30
  54. SetBorderColor 0 0 0
  55.  
  56. #Show 6Link like exalted
  57. Show
  58. LinkedSockets = 6
  59. SetTextColor 255 0 0
  60. SetBorderColor 255 0 0
  61. SetBackgroundColor 255 255 255 255
  62. PlayAlertSound 6 100
  63. SetFontSize 44
  64.  
  65. #6 Socket
  66. Show
  67. Sockets = 6
  68. SetBackgroundColor 159 213 15
  69. SetTextColor 0 0 0
  70. SetBorderColor 0 0 0
  71. PlayAlertSound 1 100
  72. SetFontSize 38
  73.  
  74.  
  75. #5Link
  76. Show
  77. LinkedSockets = 5
  78. SetBackgroundColor 213 159 15
  79. SetTextColor 0 0 0
  80. SetBorderColor 255 0 0
  81. PlayAlertSound 1 100
  82. SetFontSize 38
  83.  
  84. Show
  85. Rarity Unique
  86. Class Flask
  87.  
  88. Show
  89. BaseType "Flask"
  90. Quality >= 20
  91. SetFontSize 38
  92.  
  93. Show
  94. Class "Jewel"
  95. SetBorderColor 0 0 255
  96. SetFontSize 38
  97.  
  98. Show
  99. Class Gem
  100. BaseType "Empower" "Enhance" "Enlighten" "Portal" "Detonate Mines" "Vaal Haste" "Vaal Clarity" "Vaal Discipline"
  101. SetBorderColor 30 150 180
  102. PlayAlertSound 6 100
  103. SetFontSize 40
  104.  
  105. #-------------------------------------------------------------------
  106. #Settings
  107. #-------------------------------------------------------------------
  108.  
  109.  
  110. #Display "minor" currency
  111. Show
  112. Class Currency
  113. BaseType "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Orb of Transmutation" "Orb of Augmentation"
  114. SetFontSize 40
  115. SetBackgroundColor 154 205 50
  116. SetTextColor 0 0 0
  117. SetBorderColor 0 0 0
  118.  
  119. #Small 2x2 RGB Items
  120. #Show
  121. # SocketGroup RGB
  122. # Height 2
  123. # Width 2
  124. # SetBorderColor 0 200 0
  125.  
  126. #Display all Vaal Gems
  127.  
  128. #Show # Gems: Highlight Vaal Gems
  129. # Class Gem
  130. # BaseType "Vaal"
  131. # SetBorderColor 30 150 180
  132.  
  133. #Display Gavel
  134.  
  135. #Show
  136. # Rarity Normal
  137. # BaseType "Gavel"
  138.  
  139. #Display additional Chance Bases -> Occultist -> Shavronne's; Imperial Bow -> Windripper; Propecy Wand -> Void Battery
  140.  
  141. #Show
  142. # Rarity Normal
  143. # BaseType "Occultist's Vestment" "Imperial Bow" "Propecy Wand"
  144.  
  145. #Crafting Bases ilvl 83+
  146. Show
  147. BaseType "Harbinger Bow" "Ambusher" "Coronal Maul" "Gemini Claw" "Vaal Axe"
  148. ItemLevel >= 83
  149.  
  150. #Show Agate Amulet 77+ for Voll's/Shaper's Seed
  151. #Show
  152. # Class "Amulets"
  153. # BaseType "Agate Amulet"
  154. # Rarity Normal
  155. # ItemLevel >= 77
  156.  
  157. ##Crafting Bases ilvl 77+
  158. #Show
  159. #Class "Rings" "Amulets"
  160. #Rarity Normal
  161. #ItemLevel >= 77
  162.  
  163. #Body Armour
  164. #Show
  165. # Rarity Rare
  166. # Class "Body Armour"
  167. # BaseType "Vaal Regalia" "Glorious Plate" "Zodiac Leather"
  168. # #SetBorderColor 200 200 0
  169.  
  170. ##Chaos Recipe
  171. #Show
  172. # Rarity Rare
  173. # ItemLevel >= 60
  174. # Class "Helmets"
  175. # SetBorderColor 0 200 0
  176.  
  177.  
  178. #-------------------------------------------------------------------
  179. #Weapons Bases
  180. #-------------------------------------------------------------------
  181.  
  182. #Bow
  183. Show
  184. Rarity Rare
  185. Class "Bow"
  186. BaseType "Harbinger Bow"
  187. ItemLevel >= 73
  188. #T2 increased phys
  189.  
  190. Show
  191. Rarity Rare
  192. Class "Bow"
  193. BaseType "Thicket Bow"
  194. ItemLevel >= 64
  195. #Thicket Bow kann +3 ab Level 64 rollen
  196.  
  197. #2-Mace
  198. #Show
  199. # Rarity Rare
  200. # BaseType "Coronal Maul"
  201. # ItemLevel >= 73
  202. # #T2 increased phys
  203.  
  204. #2h-Axes
  205. #Show
  206. # Rarity Rare
  207. # BaseType "Fleshripper" "Vaal Axe"
  208. # ItemLevel >= 73
  209. # #T2 increased phys
  210.  
  211. #1h-Sword
  212. #Show
  213. # Rarity Rare
  214. # BaseType "Corsair Sword" "Jewelled Foil" "Spiraled Foil" "Vaal Rapier" "Harpy Rapier"
  215. # ItemLevel >= 73
  216. # #T2 increased phys
  217.  
  218. #2h-Sword
  219. #Show
  220. # Rarity Rare
  221. # BaseType "Lion Sword"
  222. # #"Exquisite Blade" too hard to roll good
  223. # ItemLevel >= 73
  224. # #T2 increased phys
  225.  
  226. #Claws
  227. #Show
  228. # Rarity Rare
  229. # BaseType "Imperial Claw" "Gemini Claw"
  230. # ItemLevel >= 73
  231. # #T2 increased phys
  232.  
  233. #Daggers
  234. #Show
  235. # Rarity Rare
  236. # BaseType "Imperial Skean" "Platinum Kris" "Ambusher"
  237.  
  238.  
  239. #-------------------------------------------------------------------
  240. #Armour Bases -> Order STR , EV , ES , STR/EV, STR/ES, EV/ES - 2 best each
  241. #-------------------------------------------------------------------
  242.  
  243. #Atziri Armour
  244. Show
  245. Rarity Normal
  246. Class "Armour"
  247. BaseType "Sacrificial Garb"
  248.  
  249. #Highlight Rares
  250. Show
  251. Rarity Rare
  252. Class "Belts" "Amulets" "Rings"
  253. SetFontSize 40
  254. SetBackgroundColor 124 252 0
  255. SetTextColor 0 0 0
  256. SetBorderColor 0 0 0
  257.  
  258. #Gloves
  259. #Show
  260. # Rarity Rare
  261. # Class "Gloves"
  262. # BaseType "Titan Gauntlets" "Vaal Gauntlets" "Stealth Gloves" "Slink Gloves" "Arcanist Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Hydrascale Gauntlets" "Crusader Gloves"
  263.  
  264.  
  265. #Boots
  266. #Show
  267. # Rarity Rare
  268. # BaseType "Titan Greaves" "Vaal Greaves" "Stealth Boots" "Slink Boots" "Arcanist Slippers" "Sorcerer Boots" "Dragonscale Boots" "Hydrascale Boots" "Crusader Boots" "Wyrmscale Boots" "Murder Boots" "Assassin's Boots"
  269.  
  270. #Helmet
  271. #Show
  272. # Rarity Rare
  273. # Class "Helmet"
  274. # BaseType "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Mind Cage"
  275.  
  276. #Spirit Shields
  277. #Show
  278. # BaseType "Spirit Shield"
  279. # Rarity Rare
  280. #ItemLevel >= 72
  281. #T2 increased ES
  282.  
  283. #Quiver
  284. #Show
  285. # BaseType "Spike-Point Arrow Quiver" "Broadhead Arrow Quiver"
  286. # Class "Quivers"
  287. # Rarity Rare
  288.  
  289.  
  290. #-------------------------------------------------------------------
  291. #Hide
  292. #-------------------------------------------------------------------
  293.  
  294. #remaining weapon bases
  295. Hide
  296. Class "Claws" "Daggers" "Swords" "Axes" "Maces" "One Hand" "Two Hand" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Two Hand" "Quivers" "Shields" "Sceptres" "Wands"
  297. Rarity Rare
  298.  
  299. #remaining armour bases
  300. Hide
  301. Class "Gloves" "Boots" "Body Armours" "Helmets"
  302. Rarity Rare
  303.  
  304. #flasks
  305. Hide
  306. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  307.  
  308. #minor currency
  309. Hide
  310. Class Currency
  311. BaseType "Scroll of Wisdom" "Armourer's Scrap" "Portal Scroll"
  312.  
  313. #white stuff
  314. Hide
  315. Class "Belt" "Sceptres" "Gloves" "Boots" "Body Armours" "Helmets" "Rings" "Amulet" "Claws" "Daggers" "Wands" "Swords" "Axes" "Maces" "One Hand" "Two Hand" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Two Hand" "Quivers" "Shields" "Staves"
  316. Rarity Normal
  317.  
  318. #random blue items
  319. Hide
  320. Rarity Magic
  321.  
  322. #Hide remaining gems
  323. Hide
  324. Class Gem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement