I skimmed the code real quick.. and seen information for "Cranky" as another elf. But I do not see that in your package. Do we need to create another npc or did you forget to add "Cranky" in your package?
 
JGreen submitted a new resource:

The Elf On the Shelf Quest - The elf on the shelf lost his magic



Read more about this resource...
I skimmed the code real quick.. and seen information for "Cranky" as another elf. But I do not see that in your package. Do we need to create another npc or did you forget to add "Cranky" in your package?
I dont see a npc either.. Maybe Chippy eheheh
Post automatically merged:

not sure what went wrong
I also got the same thing :(
 

Attachments

  • Untitled.png
    Untitled.png
    181.5 KB · Views: 3
Last edited:
I know why your getting all the errors. you guys must be using a old version of servuo

Its made for the latest servuo its using newer code older versions can not load


if you look at the script and a old quest you can see how to make the changes back.
Here is example

New Code
public override object Title => "The Lost Magic";

Old Code

public override object Title
{
get
{
return "The Lost Magic";
}
}
I didnt add Cranky yet he was version two :)
 
Back