Open custom mission solution

NarcoRP

El Diablo Nunca Duerme
Divine
NarcoRP Rep
1
0
0
Rep
3
NarcoRP Vouches
0
0
0
Vouches
0
Posts
132
Likes
109
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 81 XP
Excuse me, which quest_template table is to modify the choice of reward item when completing the mission I only want you to choose 1 item when completing since the mission gives 4 different race items I only want a character who completed the mission I want I can only choose 1 item and not all 4 item that has the mission to complete
 

Azayaka

Allelujah
Administrator
Azayaka Rep
3
0
0
Rep
9
Azayaka Vouches
0
0
0
Vouches
0
Posts
321
Likes
221
2 YEARS
2 YEARS OF SERVICE
LEVEL 99 60 XP
Excellent question. What core and patch are you using?
 

NarcoRP

El Diablo Nunca Duerme
Divine
NarcoRP Rep
1
0
0
Rep
3
NarcoRP Vouches
0
0
0
Vouches
0
Posts
132
Likes
109
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 81 XP

kazodan

Divine
Divine
kazodan Rep
0
0
0
Rep
0
kazodan Vouches
0
0
0
Vouches
0
Posts
24
Likes
18
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 12 175 XP
if you want the player to recieve only one item , you should have RewardItemId (1 to 4) and their RewardItemCount empty (0) , and instead populate

"RewardChoiceItemId" 1 to 4 with their item count​

 
Last edited:
Liked By 1 member :

NarcoRP

El Diablo Nunca Duerme
Divine
NarcoRP Rep
1
0
0
Rep
3
NarcoRP Vouches
0
0
0
Vouches
0
Posts
132
Likes
109
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 81 XP
if you want the player to recieve only one item , you should have RewardItemId (1 to 4) and there RewardItemCount empty (0) , and instead populate

"RewardChoiceItemId" 1 to 4 with there item count​

thanks for commenting the RewardItemId is when the mission is completed gives the item to be put from 1 to 4 without choice and the RewardItemCount is when to complete the mission with the Id of an item
 

Tommy

Staff
Staff
Tommy Rep
1
0
0
Rep
1
Tommy Vouches
0
0
0
Vouches
0
Posts
185
Likes
101
2 YEARS
2 YEARS OF SERVICE
LEVEL 6 310 XP
thanks for commenting the RewardItemId is when the mission is completed gives the item to be put from 1 to 4 without choice and the RewardItemCount is when to complete the mission with the Id of an item
He also mentioned that "RewardChoiceItemID1" is the correct field you're looking for.

The fields below are in quest_template and if filled out they will allow you to choose between items on quest completion.
Code:
RewardChoiceItemID1
RewardChoiceItemQuantity1
RewardChoiceItemID2
RewardChoiceItemQuantity2
RewardChoiceItemID3
RewardChoiceItemQuantity3
RewardChoiceItemID4
RewardChoiceItemQuantity4
RewardChoiceItemID5
RewardChoiceItemQuantity5
RewardChoiceItemID6
RewardChoiceItemQuantity6
 

NarcoRP

El Diablo Nunca Duerme
Divine
NarcoRP Rep
1
0
0
Rep
3
NarcoRP Vouches
0
0
0
Vouches
0
Posts
132
Likes
109
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 81 XP
He also mentioned that "RewardChoiceItemID1" is the correct field you're looking for.

The fields below are in quest_template and if filled out they will allow you to choose between items on quest completion.
Code:
RewardChoiceItemID1
RewardChoiceItemQuantity1
RewardChoiceItemID2
RewardChoiceItemQuantity2
RewardChoiceItemID3
RewardChoiceItemQuantity3
RewardChoiceItemID4
RewardChoiceItemQuantity4
RewardChoiceItemID5
RewardChoiceItemQuantity5
RewardChoiceItemID6
RewardChoiceItemQuantity6
a query in the item RewardChoiceItemID1 goes and in the RewardChoiceItemQuantity1 that goes there

another question and thanks for answering I have 4 items and when complating I want the player to choose 1 item and not all 4
 
Liked By 1 member :

maxyazrael

Active member
maxyazrael Rep
0
0
0
Rep
0
maxyazrael Vouches
0
0
0
Vouches
0
Posts
26
Likes
20
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 1 55 XP
By chance what mission is it? Could you leave the link of the quest to review and be more exact what you would have to change?
 

NarcoRP

El Diablo Nunca Duerme
Divine
NarcoRP Rep
1
0
0
Rep
3
NarcoRP Vouches
0
0
0
Vouches
0
Posts
132
Likes
109
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 81 XP
By chance what mission is it? Could you leave the link of the quest to review and be more exact what you would have to change?
I have already read it characteristic if it is what I am looking for
 

Tommy

Staff
Staff
Tommy Rep
1
0
0
Rep
1
Tommy Vouches
0
0
0
Vouches
0
Posts
185
Likes
101
2 YEARS
2 YEARS OF SERVICE
LEVEL 6 310 XP
a query in the item RewardChoiceItemID1 goes and in the RewardChoiceItemQuantity1 that goes there

another question and thanks for answering I have 4 items and when complating I want the player to choose 1 item and not all 4

I'm confused by this question. The choice fields allow the player to choose one item and one item only out of X items being presented. Are you saying you want to show the player specific item(s) instead of all of them?
 

3,390

1,271

9,555

428

Top