[ Dataquest ] Type RewardQuest

For any problems with Dawn of Light website or game server, please direct questions and problems here.

Moderator: Support Team

[ Dataquest ] Type RewardQuest

Postby Urza » Tue May 12, 2015 4:52 am

Hello,

question 1:
in the row "RewardXP" is the value "8" but ingame in reward dialog the Exp points are empty.
...reward money also
What must i do or what must i change in my dataquest table?

question 2:
if the quest hat only one step why is in quest journal [Step #1] displayed?

question 3:
which row is for "Quest Goal" entry?

greetings urza
sry for my bad english
User avatar
Urza
Developer
 
Posts: 671
Joined: Sun Jan 23, 2005 11:15 am
Website: http://www.juwesch.eu
Location: Germany/Delitzsch

Re: [ Dataquest ] Type RewardQuest

Postby HunabKu » Tue May 12, 2015 7:08 am

question 2:
if the quest hat only one step why is in quest journal [Step #1] displayed?
Hi, i think just because the code maked for steps. You can disable this show with an condition in the code like
Code: Select all
// Initialise step counter int steps = 0; // Definite steps number foreach (Dataquest.Step in Dataquest) { steps += 1} // Initialize prefix string prefix = ""; // Definite prefix if (steps == 0) { prefix == "" } else { prefix = "[Step #" + steps + "]"; }
This code is totaly invented, i're not looked at the code
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: [ Dataquest ] Type RewardQuest

Postby Urza » Wed May 20, 2015 4:39 pm

ok thx
User avatar
Urza
Developer
 
Posts: 671
Joined: Sun Jan 23, 2005 11:15 am
Website: http://www.juwesch.eu
Location: Germany/Delitzsch


Return to “%s” Support

Who is online

Users browsing this forum: Bing [Bot] and 1 guest