Misspells and Others

Post Reply
azafaraht
Posts: 74
Joined: Thu Nov 22, 2012 11:04 am

Misspells and Others

Post by azafaraht » Sat Jan 19, 2013 10:36 am

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.
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac

azafaraht
Posts: 74
Joined: Thu Nov 22, 2012 11:04 am

Re: Misspells and Others

Post by azafaraht » Sat Jan 19, 2013 10:37 am

Thought I was posting this in Contributing, sorry for my mistake... if anyone can move the thread, it will be greatly appreciated. Again... sorry.
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac

azafaraht
Posts: 74
Joined: Thu Nov 22, 2012 11:04 am

Re: Misspells and Others

Post by azafaraht » Sat Jan 19, 2013 11:26 am

Misspell
3. dsp/scripts/zones/The_Boyahda_Tree/npcs/Treasure_Coffer.lua
Issue and Solution: Same as #1 in OP.
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac

Zedingo
Developer
Posts: 85
Joined: Tue Aug 14, 2012 12:24 pm

Re: Misspells and Others

Post by Zedingo » Mon Jan 28, 2013 1:29 pm

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.

Zedingo
Developer
Posts: 85
Joined: Tue Aug 14, 2012 12:24 pm

Re: Misspells and Others

Post by Zedingo » Mon Jan 28, 2013 1:46 pm

Committed all but the quests r2409. I don't have time at the moment to research what they should be.

Thank you!

Post Reply