Page 1 of 1

Misspells and Others

Posted: Sat Jan 19, 2013 10:36 am
by azafaraht
Misspells
1. dsp/scripts/zones/Quicksand_Caves/npcs/Treasure_Coffer.lua
Issue: Trading Key to Coffer does nothing.

One of the require lines looks for Treasure.lua and not treasure.lua. Should be:

Code: Select all

12:  require("scripts/globals/treasure.lua
2. dsp/scripts/zones/The_Sanctuary_of_ZiTah/npcs/Kasim.lua
Issue: OnTrigger Kasim fails.

One of the require line spells Zitah, instead of ZiTah. Should be:

Code: Select all

11:  require("scripts/zones/The_Sanctuary_of_ZiTah/TextIDs");
Others
1. completing quest through function player:completeQuest(BASTOK,GHOSTS_OF_THE_PAST) shows up as Smoke on the Mountain in the Quest log.
2. completing quest through function player:completeQuest(SANDORIA,ECO_WARRIOR) shows up as The Crimson Trial.

Re: Misspells and Others

Posted: Sat Jan 19, 2013 10:37 am
by azafaraht
Thought I was posting this in Contributing, sorry for my mistake... if anyone can move the thread, it will be greatly appreciated. Again... sorry.

Re: Misspells and Others

Posted: Sat Jan 19, 2013 11:26 am
by azafaraht
Misspell
3. dsp/scripts/zones/The_Boyahda_Tree/npcs/Treasure_Coffer.lua
Issue and Solution: Same as #1 in OP.

Re: Misspells and Others

Posted: Mon Jan 28, 2013 1:29 pm
by Zedingo
Nope, you got it right. Contributing is for any patch that changes either a core file or sql. All patches, or discussion of patches, that are nothing but .lua go to this forum.

Re: Misspells and Others

Posted: Mon Jan 28, 2013 1:46 pm
by Zedingo
Committed all but the quests r2409. I don't have time at the moment to research what they should be.

Thank you!