Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing quest reward on Manaan #209

Closed
JCarter426 opened this issue Aug 20, 2019 · 1 comment
Closed

Missing quest reward on Manaan #209

JCarter426 opened this issue Aug 20, 2019 · 1 comment
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Scripting This issue is related specifically to a scripting bug/error

Comments

@JCarter426
Copy link
Contributor

JCarter426 commented Aug 20, 2019

Reported by djh269:

Manaan Republic Representative reward change:

  • In the vanilla reward script after you complete the main quest on Manaan you are provided with 500 credits, Cardio Power System and the line: g_w_sonicrfl003, which isn't an item template in the game. So I've changed it to the Arkanian Sonic Rifle's UTI (g_w_sonicrfl03).
@JCarter426 JCarter426 added Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Scripting This issue is related specifically to a scripting bug/error labels Aug 20, 2019
@DarthParametric
Copy link
Contributor

The script is k_pman_temp01 that fires on Entry 99 of man26_repdip.dlg in manm26ae (Manaan East Central).

void main() {
	
	CreateItemOnObject("g_w_sonicrfl003", GetPCSpeaker(), 1);
	CreateItemOnObject("g_i_implant305", GetPCSpeaker(), 1);
	GiveGoldToCreature(GetPCSpeaker(), 500);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Scripting This issue is related specifically to a scripting bug/error
Projects
None yet
Development

No branches or pull requests

2 participants