What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

PLugin wont show up

infectedbandaid

New Member
Joined
Nov 24, 2012
Messages
9
Reaction score
0
Im trying to run the netherwing collector plugin so i can farm the eggs but i get this error non stop in my logs.
and it wont show up in the plugins.


View attachment NetherwingCollector1.7.cs <--- plugin

Compiler Error: c:\Users\Infected\Documents\smilesalltheway\Plugins\netherwingcollector\NetherwingCollector1.7.cs(24,12) : error CS0234: The type or namespace name 'Logic' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
Compiler Error: error CS1508: Resource identifier 'FormSettings.resources' has already been used in this assembly


thank you.
 
Your class used non existent namespaces.
I removed the mount function as I don't know yet how to use them and correct the missing ref.

This should compile (not tested) and work
 

Attachments

Back
Top