How Make a Quest and Save it in my Database

10/04/2014 18:15 Nocomoqueso#1
Hello friends, i have a doubt, i want to know how save my quest on my Database, example when a user/player end the quest, the npc recognize and do do this again...

I do that, i take some code from: "SourceOpenConquer", called "QuestDaily", and then in the DataBase i make a table called: "QuestDailys.cs", inside the table i do the same like in VisualBasic: "questdaily1, 2, etc", something like this:
[Only registered and activated users can see links. Click Here To Register...]

But i need to do that: "Set=Save" into the DataBase and "Get=Search", i try several ways... like in "EntityTable", but didnt find.
[Only registered and activated users can see links. Click Here To Register...]

In simple words: i want to make some "Quest", like in Conquer, when the player completes the task receives a: "Free" item like armor or boots..

Thanks in advance..
10/05/2014 18:06 abdoumatrix#2
do u check how conquerpoints saved and loaded?

it is the same
10/06/2014 01:48 Nocomoqueso#3
Quote:
Originally Posted by abdoumatrix View Post
do u check how conquerpoints saved and loaded?

it is the same
Thaxs for your idea. I find the way!!.
Please close the thread.