You can change the Reward Type as long as the item has been unlocked.
Just some added information
39;25;9::12
39 is the Total Number of Materials you need to search for
25 is the quantity of the Award
9 is the quantity of the Materials you found, this will be zero if you haven't started the quest
; seperates the values you are looking for
:: is an ordered search meaning that 39 will be first, then 25 then 9
12 is the range of bytes you want to search
A DWORD is 4 bytes, so I'm searching for the values in a 3 DWORD Range, or basically one after the other
These need confirmation, they are a work in progress
Briefing Room Data Syntax
DWORD Unknown 0 for mine
DWORD Unknown 0 for mine
DWORD Unknown 0
DWORD Action for Daily Quest (0 in this case for Materials)
DWORD Unknown 0
DWORD Unknown 0
This is the part I was using an ordered search for
DWORD 39 Total Quantity need to Complete Daily Quest (Points)
DWORD 25 Quantity of REWARD you will get
DWORD 9 Current Quantity you have done, change this to Total Quantity to complete Daily task
DWORD Unknown 1
DWORD Unknown 4
DWORD Unknown -negative number
DWORD Unknown -negative number
DWORD Unknown 0
DWORD Unknown -1
DWORD Unknown 30
DWORD Unknown 1000
DWORD Reward Type (0 in this case for Diamonds)
DWORD Unknown
DWORD Unknown
Action for Daily Quest Values
Although you can change these, it's better to leave them as their own because you can just complete the Daily Task by changing the current quantity.
0 - Materials
1 - Copper
2 - Caves
3 - Harvest
4 - Caves
5 - Collect Sturdy Boards
6 - Caves
7 - Invite friends to conquest
8 - Invite friends to conquest
9 - Defeat Monsters
10 - Defeat Monsters
11 - Defeat Monsters
And so on
Reward Type
You can only get rewards when items are unlocked, so Tickets, Bronze, Silver and Gold has to be unlocked
0 - Diamonds
1 - Grass
2 - Wood
3 - Food
4 - Ore
5 - Mystic Ore
6 - Energy
7 - Job Ticket
8 - Equipment Ticket
9 - Facility Ticket
10 - Item Ticket
11 - Friend Ticket
12 - Bronze Coins
13 - Silver Coins
14 - Gold Coins
15 - Diamonds (Use 0 instead)