Quest - Scripting (Doubt)
Posted: Fri Mar 06, 2015 1:16 pm
Hey so I´m scripting currently Obtaining your Chocob Whistle quest,
I think im almost done but I have a question which might end up all my project
For example : (im going to copy and paste a normal mission from a normal NPC that´s currencly working) just a section
elseif(pRank == 1 and player:hasCompletedMission(SANDORIA,SMASH_THE_ORCISH_SCOUTS) == false) then
player:startEvent(0x07d0); -- Start First Mission "Obtaining your chocobo whistle"
end
where it says player:startEvent(0x07d0)
is there a website such as ffxiah to find items ID, to find Cut-Scene´s numbers and what event this quest im doing is?
Sincerely
I think im almost done but I have a question which might end up all my project
For example : (im going to copy and paste a normal mission from a normal NPC that´s currencly working) just a section
elseif(pRank == 1 and player:hasCompletedMission(SANDORIA,SMASH_THE_ORCISH_SCOUTS) == false) then
player:startEvent(0x07d0); -- Start First Mission "Obtaining your chocobo whistle"
end
where it says player:startEvent(0x07d0)
is there a website such as ffxiah to find items ID, to find Cut-Scene´s numbers and what event this quest im doing is?
Sincerely