8_Quests
8_Quests
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');
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 360 times
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: 8_Quests
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.
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.
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
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.
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
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 ><
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 ><
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
Three men and a closet:
http://code.google.com/p/onetimexi/source/detail?r=2937
http://code.google.com/p/onetimexi/source/detail?r=2937
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
http://code.google.com/p/onetimexi/source/detail?r=2943
Vanishing Act and Delivering the goods
Vanishing Act and Delivering the goods
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
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".
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".
Re: 8_Quests
fear of the dark
FEAR OF THE DAAAAAAAAAAAAAAAAAAAARK
i have a phobia that someone's always there
FEAR OF THE DAAAAAAAAAAAAAAAAAAAARK
i have a phobia that someone's always there
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: 8_Quests
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!
Not Meant to be is done.
Might look into that NM u accidentally added in patch but the quests are done!
What's funny is that's the first thing that went off in my head. Maiden for life!fear of the dark
FEAR OF THE DAAAAAAAAAAAAAAAAAAAARK
i have a phobia that someone's always there