Ok, I got the 1.1 Release first of all.
Where I name the .cs do they all need to be the same name? cuz I made a quest called "Lost Voices"
and everytime I saved one of the .cs weither its the gump, item, or mobile it just saves over my current cs and replaces it... So I tried saving them as different names and made 3 folders inside my LostVoices folder...
Gumps, Items, and Mobiles. I placed the following .cs in there folders, then I re named all of them to Lostvoices.cs so it would not override every time. ok and now when I start I get this error.
PHP Code:
Errors:
+ Custom/quests/questmaker/LostVoices/Mobiles/LostVoices.cs:
CS0246: Line 58: The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 52: The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 53: The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
CS1502: Line 53: The best overloaded method match for 'Server.Mobile.SendGum
p(Server.Gumps.Gump)' has some invalid arguments
CS1503: Line 53: Argument '1': cannot convert from 'LostVoices' to 'Server.G
umps.Gump'
Any Ideas?