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
AHT URGHAN MISSION 1 TO 15 update
AHT URGHAN MISSION 1 TO 15 update
- 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.
Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5
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.
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
Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5
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
Re: AHT URGHAN MISSION 1 TO 3 UPDATED 3 to 5
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);
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);
Re: AHT URGHAN MISSION 1 TO 3 UPDATED to ASTRAL WAVES
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
Re: AHT URGHAN MISSION 1 TO 15 update
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.
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
Re: AHT URGHAN MISSION 1 TO 15 update
Would it be possible to get an updated version of these ? Most patch cannot be applied on 4482