Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted
Hello, small question the daily quests are not available on the source I downloaded I would like to know how I could add daily quests?
Posted

Hello, small question the daily quests are not available on the source I downloaded I would like to know how I could add daily quests?

Uh... hard to answer this when you provided no other information. Generally, you add NPCs and dialogs for the quests, and add a method of tracking quest completion for the day (likely using persistent storage like MySQL or however your source saves items and characters).

  • 2 weeks later...
Posted
I'm not great in programming [still new to this] but you can try with a newer co source that contain the daily quest code already wrote. If you are lucky you can find the right code and just copy-paste into your co source. Or you just use the other co source code as example and build your own code and maybe you can improve it.
Posted

I'm not great in programming [still new to this] but you can try with a newer co source that contain the daily quest code already wrote. If you are lucky you can find the right code and just copy-paste into your co source. Or you just use the other co source code as example and build your own code and maybe you can improve it.

Just be very careful when copying and pasting code you don't fully understand. It wasn't that long ago that a backdoor was put in one source's remote warehouse implementation. It allowed anyone to delete all accounts and characters on the server by ending a certain gold amount into the warehouse.

Posted
Agree! Interesting things you can find in some co sources :). From backdoor code to infected files. Always need to read code line by line to be sure is what you need. I like to build things from zero and use others code as reference and test it many times to be sure is working fine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...