8_Quests

Post Reply
Blackwild
Posts: 14
Joined: Wed Jan 09, 2013 2:00 pm

8_Quests

Post by Blackwild » Fri Feb 22, 2013 9:59 am

quests are:

Got it all
Start NPC:Tehf Kimasnahya - Aht Urhgan Whitegate(F-8)

Three Men and a Closet
Start NPC:Kubhe Ijyuhla - Aht Urhgan Whitegate, (I-8)

Delivering the Goods
Start NPC:Fochacha - Aht Urhgan Whitegate (I-9)

Vanishing Act
Start NPC:Ulamaal - Aht Urhgan Whitegate (K-12)

Fear of the Dark II
Start NPC:Suldiran - Al Zahbi (J-9/10), 2nd Floor

Not Meant to Be
Start NPC:Fhe Maksojha - Nashmau (H-6)

Rat Race
Start NPC:Kakkaroon - Nashmau (H-8)

Seeing Spots
Start NPC:Wyatt - Southern San d'Oria (S) (L-6)

LUA concerned:
scripts/global/harvesting.lua
scripts/global/quests.lua

scripts/zones/aht_uhrgan/textIDs.lua
scripts/zones/aht_uhrgan/zone.lua
scripts/zones/aht_uhrgan/npcs/Cacaroon.lua
scripts/zones/aht_uhrgan/npcs/Ekhu_Pesshyadha.lua
scripts/zones/aht_uhrgan/npcs/Fochacha.lua
scripts/zones/aht_uhrgan/npcs/Kubhe_Ijyuhla.lua
scripts/zones/aht_uhrgan/npcs/Nadee_Periyaha.lua
scripts/zones/aht_uhrgan/npcs/Qutiba.lua
scripts/zones/aht_uhrgan/npcs/Tehf_Kimasnahya.lua
scripts/zones/aht_uhrgan/npcs/Rathib.lua
scripts/zones/aht_uhrgan/npcs/Ulamaal.lua
scripts/zones/aht_uhrgan/npcs/Zabahf.lua

scripts/zones/al_Zahbi/npcs/Suldiran.lua

scripts/zones/Nashmau/textIDs.lua
scripts/zones/Nashmau/npcs/Fhe_Masksojha.lua
scripts/zones/Nashmau/npcs/Kakkaroon.lua
scripts/zones/Nashmau/npcs/Kyokyoroon.lua
scripts/zones/Nashmau/npcs/Ququroon.lua

scripts/zones/Wajaom_Woodlands/zone.lua

scripts/zones/Caedarva_Mire/npcs/qm12.lua
scripts/zones/Caedarva_Mire/mobs/Lamia_No27.lua
scripts/zones/Caedarva_Mire/mobs/Moshdahn.lua

scripts/zones/East_Ronfaure_[S]/mobs/Ladybug.lua
scripts/zones/East_Ronfaure_[S]/mobs/Skogs_Fru.lua

scripts/zones/Southern_San_dOria[S]/npcs/Wyatt.lua

SQL concerned:

mob_spawn_points.sql

INSERT INTO `mob_spawn_points` VALUES ('17101148', 'Lamia_No27', '2801', '454.931', '-7.000', '-270.619', '104');
INSERT INTO `mob_spawn_points` VALUES ('17101149', 'Moshdahn', '2809', '458.922', '-7.000', '-271.195', '254');
Attachments
quests.patch
(145.19 KiB) Downloaded 197 times

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: 8_Quests

Post by bluekirby0 » Fri Feb 22, 2013 11:49 am

I will give you a suggestion for future submissions:

Someone is more likely to test and commit things if you submit them one quest at a time, because it may take more time that someone can commit to testing to do all 8 in one sitting, and we won't commit anything that hasn't been verified working, which means it may take quite a while before someone gets to this.

You don't have to resubmit as separate patches, but it will go a lot faster if you do.

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Wed Feb 27, 2013 1:02 pm

Also if it is a quest, mission or script please post it under Scripting not contributions. Contributions is more for CORE code. I did not even see all these and will add it to my queue after we fix our list of bugs.

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Sun Mar 10, 2013 1:01 pm

Lots of fixes to both quests:
http://code.google.com/p/onetimexi/source/detail?r=2934 -- Got it all
http://code.google.com/p/onetimexi/source/detail?r=2920 -- Rat Race

Seeings Spots was done prior:
r2888/r2892
Still working on the others ><

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Sun Mar 10, 2013 2:34 pm


Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Sun Mar 10, 2013 3:57 pm

http://code.google.com/p/onetimexi/source/detail?r=2943
Vanishing Act and Delivering the goods

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Sun Mar 10, 2013 5:24 pm

Fear of the dark II
http://code.google.com/p/onetimexi/source/detail?r=2948


One more to go! It's already cleaned up just need to test it. Which is "Not meant to be".

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: 8_Quests

Post by kjLotus » Sun Mar 10, 2013 5:36 pm

fear of the dark

FEAR OF THE DAAAAAAAAAAAAAAAAAAAARK

i have a phobia that someone's always there

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: 8_Quests

Post by Metalfiiish » Sun Mar 10, 2013 6:27 pm

http://code.google.com/p/onetimexi/source/detail?r=2951

Not Meant to be is done.

Might look into that NM u accidentally added in patch but the quests are done!

fear of the dark

FEAR OF THE DAAAAAAAAAAAAAAAAAAAARK

i have a phobia that someone's always there
What's funny is that's the first thing that went off in my head. Maiden for life!

Post Reply