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
Quest - Scripting (Doubt)
Re: Quest - Scripting (Doubt)
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: Quest - Scripting (Doubt)
For item ID, http://www.ffxiah.com/item/15533/chocobo-whistle
The 15533 is the item ID.
The 15533 is the item ID.
Re: Quest - Scripting (Doubt)
https://wiki.dspt.info/index.php/Event_IDs
Unfortunately it doesn't tell you WHAT the event is. Only gives you the event ID. So as a GM you have to go to the zone and use @cs "ID" in order to view the event. Then take the ID number and make it a hexadecimal. http://www.binaryhexconverter.com/decim ... -converter
https://wiki.dspt.info/index.php/How_to_Make_a_Quest explains all of this.
Unfortunately it doesn't tell you WHAT the event is. Only gives you the event ID. So as a GM you have to go to the zone and use @cs "ID" in order to view the event. Then take the ID number and make it a hexadecimal. http://www.binaryhexconverter.com/decim ... -converter
https://wiki.dspt.info/index.php/How_to_Make_a_Quest explains all of this.
Re: Quest - Scripting (Doubt)
Great thank you both for your help
Re: Quest - Scripting (Doubt)
both the gm command @cs and the startEvent() and cs= commands in scripts will accept decimal values just fine, you don't have to hexify them.Then take the ID number and make it a hexadecimal
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE