Added San dOria Mission 9-1 and a few missing NPCs and mobs.
SQL files affected:
npc_list.sql
mob_spawn_points.sql
mob_groups.sql
San dOria Mission 9-1
San dOria Mission 9-1
- Attachments
-
- SandOria_9-1.zip
- (9.27 KiB) Downloaded 298 times
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: San dOria Mission 9-1
by the time i got to this patch i got lost and think i might've missed something in previous patch files so here's everything included (mission 7-2 to 9-1)
- Attachments
-
- SandOria_7-2_to_9-1(3).patch
- (58.03 KiB) Downloaded 335 times
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: San dOria Mission 9-1
Anyone tested and confirmed if the above patch works? Haven't touched anything DSP related since FFXIV ARR was released
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: San dOria Mission 9-1
hey Xx_Demolish--
In missions.lua I noticed two things.
One - You were missing a comma at the end of line 854
Two - Line 602, you changed an 'elseif' to a 'if'.. Why? I'm looking at the code and it doesn't make sense. If you meant to change it that way then you forgot to add an 'end' before it to close out the previous if statement.
In missions.lua I noticed two things.
One - You were missing a comma at the end of line 854
Two - Line 602, you changed an 'elseif' to a 'if'.. Why? I'm looking at the code and it doesn't make sense. If you meant to change it that way then you forgot to add an 'end' before it to close out the previous if statement.
-- Whasf
Re: San dOria Mission 9-1
oh and line 603, you're checking for "Cutscenes_8-2", sounds like that's a type-o?
-- Whasf
Re: San dOria Mission 9-1
One and Two were typos, the Cutscenes_8-2 was there as you needed to talk to Trion and Pieuje and trigger their cutscenes in order to start the next mission as shown here:
http://youtu.be/QebvsXLuqyA?t=3m9s
I was going to post a patch for missions.lua but I see you already corrected that in r4052 (thanks!)
http://youtu.be/QebvsXLuqyA?t=3m9s
I was going to post a patch for missions.lua but I see you already corrected that in r4052 (thanks!)
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: San dOria Mission 9-1
No problem, thank you for your contributions even if I have to fix them sometimes
-- Whasf