Page 1 of 1

Class Reunion (SMN AF2)

Posted: Tue Feb 12, 2013 11:36 am
by The_Kuti
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.

Re: Class Reunion (SMN AF2)

Posted: Tue Feb 12, 2013 7:15 pm
by whasf
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 :)

Re: Class Reunion (SMN AF2)

Posted: Wed Feb 13, 2013 2:53 am
by The_Kuti
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.

Re: Class Reunion (SMN AF2)

Posted: Sat Feb 23, 2013 6:36 pm
by Metalfiiish

Re: Class Reunion (SMN AF2)

Posted: Sun Feb 24, 2013 7:56 pm
by HFCS
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.

Re: Class Reunion (SMN AF2)

Posted: Mon Feb 25, 2013 3:38 am
by The_Kuti
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.

Re: Class Reunion (SMN AF2)

Posted: Wed Feb 27, 2013 6:25 pm
by Metalfiiish

Re: Class Reunion (SMN AF2)

Posted: Thu Feb 28, 2013 2:10 pm
by HFCS
Was able to complete SMN AF1 & AF2 without further problems, thank you!