Index: scripts/zones/Sea_Serpent_Grotto/TextIDs.lua =================================================================== --- scripts/zones/Sea_Serpent_Grotto/TextIDs.lua (revision 3714) +++ scripts/zones/Sea_Serpent_Grotto/TextIDs.lua (working copy) @@ -7,35 +7,35 @@ GIL_OBTAINED = 6379; -- Obtained gil KEYITEM_OBTAINED = 6381; -- Obtained key item: ITEMS_OBTAINED = 6387; -- You obtain - FISHING_MESSAGE_OFFSET = 7163; -- You can't fish here + FISHING_MESSAGE_OFFSET = 7165; -- You can't fish here -- Other dialog NOTHING_OUT_OF_ORDINARY = 6392; -- There is nothing out of the ordinary here. -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7262; -- You unlock the chest! - CHEST_FAIL = 7263; -- Fails to open the chest. - CHEST_TRAP = 7264; -- The chest was trapped! - CHEST_WEAK = 7265; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7266; -- The chest was a mimic! - CHEST_MOOGLE = 7267; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7268; -- The chest was but an illusion... - CHEST_LOCKED = 7269; -- The chest appears to be locked. +CHEST_UNLOCKED = 7264; -- You unlock the chest! + CHEST_FAIL = 7265; -- Fails to open the chest. + CHEST_TRAP = 7266; -- The chest was trapped! + CHEST_WEAK = 7267; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7268; -- The chest was a mimic! + CHEST_MOOGLE = 7269; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7270; -- The chest was but an illusion... + CHEST_LOCKED = 7271; -- The chest appears to be locked. -- Sahagin Key Door Texts - SAHAGIN_DOOR_INSIDE = 7280; -- The door is tightly shut. -SAHAGIN_DOOR_OUTSIDE = 7281; -- This door has an oddly shaped keyhole. It looks as if once you enter, you may not be able to get out the way you came in. - SAHAGIN_DOOR_TRADED = 7282; -- The breaks! + SAHAGIN_DOOR_INSIDE = 7282; -- The door is tightly shut. +SAHAGIN_DOOR_OUTSIDE = 7283; -- This door has an oddly shaped keyhole. It looks as if once you enter, you may not be able to get out the way you came in. + SAHAGIN_DOOR_TRADED = 7284; -- The breaks! -- Secret Door Texts; The first five are the same for each door, with the 6th and 7th being unique - FIRST_CHECK = 7286; -- You do not see anything out of the ordinary. - SECOND_CHECK = 7287; -- You do not see anything out of the ordinary... - THIRD_CHECK = 7288; -- It looks like a rock wall. - FOURTH_CHECK = 7289; -- It looks like a rock wall... - FIFTH_CHECK = 7290; -- You see a small indentation in the wall. - SILVER_CHECK = 7291; -- You see something silver glittering around the indentation. - MYTHRIL_CHECK = 7292; -- You find something that looks like mythril dust scattered about the indentation. - GOLD_CHECK = 7293; -- You see something gold glittering around the indentation. -COMPLETED_CHECK = 7295; -- It is a door you can open using (insert item ID here). + FIRST_CHECK = 7288; -- You do not see anything out of the ordinary. + SECOND_CHECK = 7289; -- You do not see anything out of the ordinary... + THIRD_CHECK = 7290; -- It looks like a rock wall. + FOURTH_CHECK = 7291; -- It looks like a rock wall... + FIFTH_CHECK = 7292; -- You see a small indentation in the wall. + SILVER_CHECK = 7293; -- You see something silver glittering around the indentation. + MYTHRIL_CHECK = 7294; -- You find something that looks like mythril dust scattered about the indentation. + GOLD_CHECK = 7295; -- You see something gold glittering around the indentation. +COMPLETED_CHECK = 7297; -- It is a door you can open using (insert item ID here).