Advertisement
Guest User

I don't think thats good.

a guest
Oct 26th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyGoldBlade.cs(35,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  2.  
  3. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyGoldBlade.cs(35,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
  4.  
  5. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyGoldHilt.cs(35,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  6.  
  7. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyGoldHilt.cs(35,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
  8.  
  9. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\Harpynorm.cs(35,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  10.  
  11. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\Harpynorm.cs(35,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
  12.  
  13. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\Harpynorm.cs(36,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  14.  
  15. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\Harpynorm.cs(36,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
  16.  
  17. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyPlatBlade.cs(35,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  18.  
  19. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyPlatBlade.cs(35,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
  20.  
  21. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyPlatHilt.cs(35,4) : error CS1502: The best overloaded method match for 'Terraria.ModLoader.ModRecipe.AddIngredient(int, int)' has some invalid arguments
  22.  
  23. c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\Slimekingdom\Items\Harpy\HarpyPlatHilt.cs(35,25) : error CS1503: Argument 1: cannot convert from 'string' to 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement