Class Reunion (SMN AF2)

Post Reply
The_Kuti
Posts: 28
Joined: Sat Oct 06, 2012 6:19 am

Class Reunion (SMN AF2)

Post by The_Kuti » Tue Feb 12, 2013 11:36 am

Hi!

Here i am again made summoner's 2nd artifact armor's quest: Class Reunion. Hope you will enjoy it. I've test it as well, but i ask someones help to test it again and confirm that its working.

Note: made some formal modifications for better overview and a little "finetune" for AF1.

EDIT: Deleted file submitted with this post. See Post #3 for the new .patch.
Last edited by The_Kuti on Wed Feb 13, 2013 2:55 am, edited 1 time in total.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Class Reunion (SMN AF2)

Post by whasf » Tue Feb 12, 2013 7:15 pm

I think you accidentally included some stuff you shouldn't have? I see mob_groups.sql and mob_spawn_points.sql for a lot of new lines....

Please clean up :)
-- Whasf

The_Kuti
Posts: 28
Joined: Sat Oct 06, 2012 6:19 am

Re: Class Reunion (SMN AF2)

Post by The_Kuti » Wed Feb 13, 2013 2:53 am

whasf wrote:I think you accidentally included some stuff you shouldn't have? I see mob_groups.sql and mob_spawn_points.sql for a lot of new lines....
You were right, so i made a .patch with lua changes only and another one with the sql changes only (with the affected lines only).

Note:These patches contains the AF1 quest The Puppet Master too.
Attachments
dspt.zip
SMN AF1 & AF2 quests' corrected patxh files.
(16.69 KiB) Downloaded 320 times

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

Re: Class Reunion (SMN AF2)

Post by Metalfiiish » Sat Feb 23, 2013 6:36 pm


HFCS
Posts: 6
Joined: Fri Aug 03, 2012 12:00 pm

Re: Class Reunion (SMN AF2)

Post by HFCS » Sun Feb 24, 2013 7:56 pm

Getting "You cannot enter the battlefield at present. Please wait a little longer," after trading the earth pendulum to the earth protocrystal and entering an empty battlefield for The Puppet Master.

The_Kuti
Posts: 28
Joined: Sat Oct 06, 2012 6:19 am

Re: Class Reunion (SMN AF2)

Post by The_Kuti » Mon Feb 25, 2013 3:38 am

Bcnm_instance.sql hasnt been updated that caused the problem.

Code: Select all

INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('577','1','17633284','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('577','2','17633285','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('577','3','17633286','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608708','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608709','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608710','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608711','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608712','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '1', '17608713','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608714','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608715','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608716','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608717','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608718','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '2', '17608719','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608720','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608721','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608722','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608723','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608724','3');
INSERT INTO `bcnm_instance` (`bcnmId`,`instanceNumber`,`monsterId`,`conditions`) VALUES ('481', '3', '17608725','3');
It can be added with running a query and copy paste the code given above, but i will contact an admin to add it as well.

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

Re: Class Reunion (SMN AF2)

Post by Metalfiiish » Wed Feb 27, 2013 6:25 pm


HFCS
Posts: 6
Joined: Fri Aug 03, 2012 12:00 pm

Re: Class Reunion (SMN AF2)

Post by HFCS » Thu Feb 28, 2013 2:10 pm

Was able to complete SMN AF1 & AF2 without further problems, thank you!

Post Reply