View Single Post
Old 07-28-2008, 10:41 PM   #109 (permalink)
culpress
Newbie
 
Join Date: May 2006
Age: 16
Posts: 30
Default

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:
    
CS0246Line 58The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
    
CS0246Line 52The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
    
CS0246Line 53The type or namespace name 'LostVoices' could not be found
(are you missing a using directive or an assembly reference?)
    
CS1502Line 53The best overloaded method match for 'Server.Mobile.SendGum
p(Server.Gumps.Gump)' 
has some invalid arguments
    CS1503
Line 53Argument '1'cannot convert from 'LostVoices' to 'Server.G
umps.Gump' 
Any Ideas?
culpress is offline   Reply With Quote