New Custom Quests. Is it possible?
New Custom Quests. Is it possible?
Hi, I am new to this whole FFXI server project and I hope this isn't a stupid question, but is it possible to create your own completely new quests with existing NPC's? I ask this in the sense of it not being too time consuming crazy to do. I didn't see anything on the wiki about this topic, only how to add existing FFXI quests that haven't been implemented yet.
Re: New Custom Quests. Is it possible?
short answer: no
long answer: you can make your own conditions for advancement, and "kind of" make cutscenes by spoofing /say packets to the player, but you still wouldn't be able to track progress in the quests menu or make your own full cutscenes. can probably hack together boss fights, but only by using a mob that already exists
long answer: you can make your own conditions for advancement, and "kind of" make cutscenes by spoofing /say packets to the player, but you still wouldn't be able to track progress in the quests menu or make your own full cutscenes. can probably hack together boss fights, but only by using a mob that already exists
Re: New Custom Quests. Is it possible?
So there wouldn't be a way to just have a text based custom quest where the NPC say a line of text, then you go do a task, then come back talk to them and they give you a reward without cutscenes? I figured the short answer would be no, but I thought i'd at least ask. Thanks for the info. ^.^
Re: New Custom Quests. Is it possible?
yeah, that'd be possible - i don't think there's any scripting support yet for spoofing a chat packet to a player, though, so you'd have to fix that firstkloe wrote:So there wouldn't be a way to just have a text based custom quest where the NPC say a line of text, then you go do a task, then come back talk to them and they give you a reward without cutscenes?
Re: New Custom Quests. Is it possible?
This might help you viewtopic.php?f=20&t=1071&hilit=npcchat
That's done as tells though. Might be able to do other chat types similarly.
Say come to think of it in retail doesn't Gajaad in Al Zahbi do a say or shout (some kind of area text anyway) other people can see if you don't "contribute"?
That's done as tells though. Might be able to do other chat types similarly.
Say come to think of it in retail doesn't Gajaad in Al Zahbi do a say or shout (some kind of area text anyway) other people can see if you don't "contribute"?
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
Re: New Custom Quests. Is it possible?
Thank you for the information guys. I will look into this sometime this week when I am free.