Updated Gunslinger Job Change Quest Reward Items (#7223)

* Checked against reliable source to confirm items.

Added a check instead of a separate file as only the items have changed between Pre-RE and RE.
This commit is contained in:
Akkarinage 2022-09-12 10:49:04 +01:00 committed by GitHub
parent 96e3981c68
commit df46dd9455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,10 +183,15 @@ que_ng,152,167,3 script Master Miller 901,{
callfunc "Job_Change",Job_Gunslinger;
set GUNS_Q,6;
completequest 6024;
if (rand(1,2) == 1) {
getitem 13100,1; // Six_Shooter
if (checkre(0)) {
getitem 13180,1; // Novice_Rifle
getitem 12149,2; // Bullet_Case
getitem 12151,1; // Bullet_Case_Silver
} else {
getitem 13150,1; // Branch
if (rand(2))
getitem 13100,1; // Six_Shooter
else
getitem 13150,1; // Branch
}
close;
}