AHT URGHAN MISSION 1 TO 15 update

Post Reply
gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

AHT URGHAN MISSION 1 TO 15 update

Post by gedads » Mon Apr 29, 2013 7:40 pm

rev 3305 required

Hi here is the mission 1 (cs with najah) ready for delivery of supplies package.
and a second patch for mission 2 for each stagging point.

latest patch @ end of thread
Attachments
Rytaal.lua.patch
(8.5 KiB) Downloaded 328 times
mission 2 to 3 TOAU.patch
(25.13 KiB) Downloaded 382 times
MISSION 1 TO 2 AGT URGHAN.patch
(1.44 KiB) Downloaded 352 times
Last edited by gedads on Thu May 16, 2013 4:05 am, edited 3 times in total.

gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5

Post by gedads » Mon May 06, 2013 9:01 am

patch 3 to 5 (just got raillefal's letter).

forgot to add: remove bronze piece or the 1000 gils traded to cacaroon from inventory

didn't add: 24H wait time before knight of gold.
Attachments
mission 3 to 5 TOAU.patch
(17.21 KiB) Downloaded 303 times

gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5

Post by gedads » Mon May 06, 2013 11:27 am

mission 5 and 6
Attachments
mission 6 TOAU.patch
(2.71 KiB) Downloaded 312 times
mission 5 TOAU.patch
(1.68 KiB) Downloaded 308 times

gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5

Post by gedads » Fri May 10, 2013 2:51 am

mistake:
in najah salaheem lua:
if(player:getCurrentMission(TOAU) == KNIGHT_OF_GOLD and player:getVar("TOAUM4") == 0)

has to be changed to

elseif(player:getCurrentMission(TOAU) == KNIGHT_OF_GOLD and player:getVar("TOAUM4") == 0)

in halver.lua in chateau d'oraguille zone, toaum4 has to be set to 0 (end of the mission if not it'll just stay there)

change

elseif(csid == 0x0234 and option == 1) then
player:completeMission(TOAU,CONFESSIONS_OF_ROYALTY);
player:addMission(TOAU,EASTERLY_WINDS);
player:delKeyItem(RAILLEFALS_LETTER);

to

elseif(csid == 0x0234 and option == 1) then
player:completeMission(TOAU,CONFESSIONS_OF_ROYALTY);
player:addMission(TOAU,EASTERLY_WINDS);
player:delKeyItem(RAILLEFALS_LETTER);
player:setVar("TOAUM4",0);

gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

Re: AHT URGHAN MISSION 1 TO 3 UPDATED to ASTRAL WAVES

Post by gedads » Fri May 10, 2013 6:43 am

up to mission astral waves (10)
Attachments
salaheem.patch
(7.94 KiB) Downloaded 300 times
Kamih_Mapokhalam.lua.patch
(836 Bytes) Downloaded 274 times
undersea ruins Zone.lua.patch
(1.57 KiB) Downloaded 317 times

gedads
Developer
Posts: 171
Joined: Fri Jan 04, 2013 7:48 pm

Re: AHT URGHAN MISSION 1 TO 15 update

Post by gedads » Thu May 16, 2013 4:07 am

INSERT INTO `mob_spawn_points` VALUES ('17101146', 'Jazaraat', '2793', '-386.184', '7.398', '-568.084', '24');
INSERT INTO `npc_list` VALUES ('17101285', 'Jazaraat_s_Headstone', '130', '-389.670', '6.691', '0.001', '0', '40', '40', '0', '0', '0', '2', '2051', 0x0000340000000000000000000000000000000000, '0', '79');
INSERT INTO `npc_list` VALUES ('16998978', '', '0', '-463.400', '0.001', '-396.400', '98310', '40', '40', '0', '0', '0', '0', '2051', 0x0400000000000000000000000000000000000000, '0', '54'); --> don't modify the name, just replace values after it (the symbol).

can't go any further, can't launch assault the black coffin.
Attachments
arrapago.patch
(2.54 KiB) Downloaded 280 times
Pyopyoroon.lua.patch
(1.88 KiB) Downloaded 283 times
jazaraat.patch
(2.69 KiB) Downloaded 349 times
TOAUM1015.patch
(11 KiB) Downloaded 375 times

altalus
Posts: 136
Joined: Wed Nov 14, 2012 8:31 pm
Location: Montreal Qc, CAN

Re: AHT URGHAN MISSION 1 TO 15 update

Post by altalus » Fri Jan 17, 2014 1:19 pm

Would it be possible to get an updated version of these ? Most patch cannot be applied on 4482 :)

Post Reply