Lokai

Moderator
Lokai submitted a new resource:

Quest Cleaner - View information about and delete quests from targeted player

I made this for 2 reasons, to display the information about quests that I was on or had done, and to be able to easily delete both current and finished quests. Now, this is a tool for Admins to do the same for any player. This can be useful if someone got stuck, or accidentally finished one, and needs to restart, but is not able to do so.

2 ways to use: (using QC or QuestClean as the keyword)

[QC <player's name> - this looks nearby for a player's name matching the string given, if found it...

Read more about this resource...
 
hi,

Error:

Code:
Errors:
+ [ServUO.com]-QuestClean.cs:
    CS0246: Line 90: The type or namespace name 'CG' could not be found (are you
missing a using directive or an assembly reference?)
    CS0246: Line 237: The type or namespace name 'CG' could not be found (are yo
u missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.

CG to gump

Code:
Errors:
+ [ServUO.com]-QuestClean.cs:
    CS0103: Line 115: The name 'Italic' does not exist in the current context
    CS0103: Line 115: The name 'GreenHue' does not exist in the current context
    CS0103: Line 124: The name 'Bold' does not exist in the current context
    CS0103: Line 124: The name 'GreenHue' does not exist in the current context
    CS0103: Line 133: The name 'Bold' does not exist in the current context
    CS0103: Line 133: The name 'GreenHue' does not exist in the current context
    CS0103: Line 182: The name 'GreenHue' does not exist in the current context
    CS1501: Line 183: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 184: The name 'GreenHue' does not exist in the current context
    CS1501: Line 185: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 186: The name 'GreenHue' does not exist in the current context
    CS1501: Line 187: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 188: The name 'GreenHue' does not exist in the current context
    CS1501: Line 189: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 190: The name 'GreenHue' does not exist in the current context
    CS1501: Line 191: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 192: The name 'GreenHue' does not exist in the current context
    CS1501: Line 193: No overload for method 'AddHtml' takes 8 arguments
    CS0103: Line 256: The name 'WordButtons' does not exist in the current conte
xt
    CS0103: Line 256: The name 'WordButtons' does not exist in the current conte
xt
Scripts: One or more scripts failed to compile or no script files were found.
 
Oops, silly me. My custom gump strikes again. Let me upload the custom gump or fix that.
 
Errors:
+ Customs/[ServUO.com]-QuestClean/QuestClean.cs:
CS0308: Line 46: The non-generic type 'Server.IPooledEnumerable' cannot be used with type arguments
 
Back