Advertisement
Guest User

ebug codes

a guest
Dec 14th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Config.Recipes.push([Recipe.Socket.Weapon, "Thresher", Roll.Eth]); // Socket ethereal Thresher
  2. Config.Recipes.push([Recipe.Socket.Weapon, "Lance", Roll.Eth]); // Socket ethereal lance
  3. Config.Recipes.push([Recipe.Socket.Weapon, "Naga", Roll.Eth]); // Socket ethereal Naga
  4. Config.Recipes.push([Recipe.Socket.Weapon, "Partizan", Roll.Eth]); // Socket ethereal Naga
  5. Config.Recipes.push([Recipe.Socket.Weapon, "Martel de Fer", Roll.Eth]); // Socket ethereal lance
  6. Config.Recipes.push([Recipe.Socket.Weapon, "Partizan", Roll.Eth]); // Socket ethereal partizan
  7. Config.Recipes.push([Recipe.Socket.Weapon, "Bec de Corbin", Roll.Eth]); // Socket ethereal bdc
  8. //Config.Recipes.push([Recipe.Socket.Weapon, "Executioner Sword", Roll.Eth]); // Socket ethereal es
  9. Config.Recipes.push([Recipe.Socket.Weapon, "Great Poleaxe", Roll.Eth]); // Socket ethereal GPA
  10. Config.Recipes.push([Recipe.Socket.Weapon, "Cryptic Axe", Roll.Eth]); // Socket ethereal Cryptic Axe
  11. Config.Recipes.push([Recipe.Socket.Weapon, "Giant Thresher", Roll.Eth]); // Socket ethereal GT
  12. Config.Recipes.push([Recipe.Socket.Armor, "Sacred Armor", Roll.Eth]); // Socket ethereal Sacred Armor
  13. Config.Recipes.push([Recipe.Socket.Armor, "Archon Plate", Roll.Eth]); // Socket ethereal Archon Plate
  14. Config.Recipes.push([Recipe.Socket.Armor, "Mage Plate", Roll.Eth]); // Socket ethereal Archon Plate
  15. Config.Recipes.push([Recipe.Socket.Armor, "Shadow Plate", Roll.Eth]); // Socket ethereal Shadow Armor
  16. Config.Recipes.push([Recipe.Socket.Armor, "Dusk Shroud", Roll.Eth]); // Socket ethereal Sacred Armor
  17. Config.Recipes.push([Recipe.Socket.Armor, "Hellforge Plate", Roll.Eth]); // Socket ethereal Hellforge Plate
  18. Config.Recipes.push([Recipe.Socket.Armor, "Balrog Skin", Roll.Eth]); // Socket ethereal Balrog
  19. Config.Recipes.push([Recipe.Socket.Armor, "Great Hauberk", Roll.Eth]); // Socket ethereal Hauberk
  20. Config.Recipes.push([Recipe.Socket.Armor, "Lacquered Plate", Roll.Eth]); // Socket ethereal Lacquered Plate
  21. Config.Recipes.push([Recipe.Socket.Armor, "Kraken Shell", Roll.Eth]); // Socket ethereal kraken
  22. Config.Recipes.push([Recipe.Socket.Armor, "Diamond Mail", Roll.Eth]); // Socket ethereal Diamond Mail
  23. Config.Recipes.push([Recipe.Socket.Armor, "Loricated Mail", Roll.Eth]); // Socket ethereal Diamond Mail
  24. Config.Recipes.push([Recipe.Socket.Armor, "Scarab Husk", Roll.Eth]); // Socket ethereal Diamond Mail
  25. Config.Recipes.push([Recipe.Socket.Armor, "Boneweave", Roll.Eth]); // Socket ethereal boneweave
  26. Config.Recipes.push([Recipe.Socket.Armor, "Wire Fleece", Roll.Eth]); // Socket ethereal boneweave
  27. Config.Recipes.push([Recipe.Socket.Shield, "Monarch", Roll.Eth]); // Socket ethereal monarch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement