Beginning work on quests, missions and cutscenes
Posted: Fri Feb 12, 2016 5:54 pm
Hey again everyone,
Now that I have my server up and functional again, I have decided to start working on quests, missions and various cut scenes that are bugged and/or not working properly or at all. Now I am just starting to learn how to do this and have been doing quite a bit of reading through the how to script a quest/mission tutorials and must say they are quite in depth and well written. That being said I have a few questions that I was hoping someone may be able to at least point me in the right direction to start and I will figure it out from there.
1. I guess this being the most important, when I update the .lua script for a specific NPC, does the script reflect real time changes or do I have to reload/recompile the server to test them?
2. When I manage to get a quest/mission/cut scene working correctly, how to I submit it to the developers to be included in the project changes?
3. The first project I have tasked myself with is fixing the opening cut scenes for the various areas when creating a new character. Particularly the opening dialog cut scene for Windurts Woods zone. That particular cut scene locks up once the NPC Nanaa Mihgo enters the second line of her dialog and her visual presence is missing from the scene itself. I have cross referenced the script with some of the other area openings and haven't found anything amiss. I have come down to 2 possible conclusions that I can think of. First is that the CS ID in the Zone.lua is an incorrect value. I haven't run through all possible cut scene identifiers as that is going to take me some time, but I am speculating that the CS ID being used is some form of producer ID. Second thought is, that somewhere that I haven't managed to uncover yet, is the code that specifically pieces that particular cut scene together. I am confident that if someone could take the time to point me to the correct file I will be able to resolve the issue and once done, after a few quests/missions/cut scenes, I could begin coding them out at a fairly high rate of speed and accuracy.
Now I am surely not as adept at coding as the fine developers that we have here, but I figured while you all are hard at work coding skills, spells, core workings etc. I can manage to get a good head start on these and leave the heavy coding in your expert hands. Just want to do something more to help out and I figured this would be the best possible option given my being a novice to programming. Thanks again for all the hard work and hope that I will be of more help to the project in the future.
Now that I have my server up and functional again, I have decided to start working on quests, missions and various cut scenes that are bugged and/or not working properly or at all. Now I am just starting to learn how to do this and have been doing quite a bit of reading through the how to script a quest/mission tutorials and must say they are quite in depth and well written. That being said I have a few questions that I was hoping someone may be able to at least point me in the right direction to start and I will figure it out from there.
1. I guess this being the most important, when I update the .lua script for a specific NPC, does the script reflect real time changes or do I have to reload/recompile the server to test them?
2. When I manage to get a quest/mission/cut scene working correctly, how to I submit it to the developers to be included in the project changes?
3. The first project I have tasked myself with is fixing the opening cut scenes for the various areas when creating a new character. Particularly the opening dialog cut scene for Windurts Woods zone. That particular cut scene locks up once the NPC Nanaa Mihgo enters the second line of her dialog and her visual presence is missing from the scene itself. I have cross referenced the script with some of the other area openings and haven't found anything amiss. I have come down to 2 possible conclusions that I can think of. First is that the CS ID in the Zone.lua is an incorrect value. I haven't run through all possible cut scene identifiers as that is going to take me some time, but I am speculating that the CS ID being used is some form of producer ID. Second thought is, that somewhere that I haven't managed to uncover yet, is the code that specifically pieces that particular cut scene together. I am confident that if someone could take the time to point me to the correct file I will be able to resolve the issue and once done, after a few quests/missions/cut scenes, I could begin coding them out at a fairly high rate of speed and accuracy.
Now I am surely not as adept at coding as the fine developers that we have here, but I figured while you all are hard at work coding skills, spells, core workings etc. I can manage to get a good head start on these and leave the heavy coding in your expert hands. Just want to do something more to help out and I figured this would be the best possible option given my being a novice to programming. Thanks again for all the hard work and hope that I will be of more help to the project in the future.