Just curious about the current working state of a few jobs. SCH, BLU, DNC, and SMN. I checked the wiki but the "What works" section seems pretty outdated.
Any and all info is appreciated.
Question about current state of a few jobs
Re: Question about current state of a few jobs
SCH: everything up to 75 (excluding AF quests)
BLU: lots of spells don't have scripts yet, but most are settable/learnable (unless they have no script), i think all the JA work (up to 75), and no AF
DNC: everything up to 75 (excluding AF quests)
SMN: no diabolos, no astral flow
BLU: lots of spells don't have scripts yet, but most are settable/learnable (unless they have no script), i think all the JA work (up to 75), and no AF
DNC: everything up to 75 (excluding AF quests)
SMN: no diabolos, no astral flow
Re: Question about current state of a few jobs
For jobs with non-working AF quests, I can make an NPC that sells them, correct? Is there a way to tell which BLU spells are scripted (besides in-game testing)? Is it all of the ones in blu_spell_mods.sql?
One final question: is there a way to go about making it so you can level all crafts to 100 (expert) for a low population server?
One final question: is there a way to go about making it so you can level all crafts to 100 (expert) for a low population server?
Re: Question about current state of a few jobs
darkstar/scripts/globals/spells/bluemagic
This has all the bluemagic that is currently scripted.
Craft ID's are in the mmo.h
// SkillID 48-54
fishing, woodworking, smithing, goldsmithing, clothcraft, leathercraft, bonecraft;
// SkillID 55-58
alchemy, cooking, synergy, riding;
This would have to be done in Navicat in the char_skills. 1100 will make your craft 110.
This has all the bluemagic that is currently scripted.
Craft ID's are in the mmo.h
// SkillID 48-54
fishing, woodworking, smithing, goldsmithing, clothcraft, leathercraft, bonecraft;
// SkillID 55-58
alchemy, cooking, synergy, riding;
This would have to be done in Navicat in the char_skills. 1100 will make your craft 110.
Re: Question about current state of a few jobs
yes, but there's no guarantee that they do what they're supposed toIrako wrote:For jobs with non-working AF quests, I can make an NPC that sells them, correct?