View Single Post
04-02-13, 08:40 AM   #6
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
No there is no change to saved Points of interest yet, it's just able to work on it's own without quests or social or warehouse.

As for the list, that's it, there is no unfinished... or missing, now i've moved onto rewriting the modules. Right now i'm rewriting the Carbonite.Quests, changing the entire format that quests were saved... IE:

Old Format:
[33]={"8Riverpaw Gnoll Bounty$-*####", "#%M -��, "#%M -��, "#MVæ$Vħ$VŨ(Uʩ'UΪ$Tϫ$SЬ$Rѭ(S֫&T٫&Sܬ$Sݫ$Sު%S৤Tᥤ", },

New Format:
[11] = {
Quest = [[Riverpaw Gnoll Bounty|1|10|7|0|0]],
Start = "2|214|32|9.26|84.54",
End = "2|214|32|9.25|84.54",
Objectives = {
[1] = {
"nil|214|35|10.5|90|15.03|3.34",
"nil|214|35|10.5|90.5|20.04|3.34",
"nil|214|35|10.5|91|25.05|16.7",
"nil|214|35|10|93.5|30.06|13.36",
"nil|214|35|10|95.5|35.07|3.34",
"nil|214|35|9.5|96|40.08|3.34",
"nil|214|35|9|96.5|45.09|3.34",
"nil|214|35|8.5|97|50.1|16.7",
"nil|214|35|9|99.5|40.08|10.02",
"nil|214|35|9.5|101|40.08|10.02",
"nil|214|35|9|102.5|45.09|3.34",
"nil|214|35|9|103|40.08|3.34",
"nil|214|35|9|103.5|35.07|6.68",
"nil|214|35|9|104.5|20.04|3.34",
"nil|214|35|9.5|105|10.02|3.34",
},
},
},

Why? because the new format is 10000% easier to work with, to add new quests, and to make fixes ... so if it turns out later on the end NPC was really at 19.25, 84.54 that change takes 2 seconds to make, and anyone can do it.

Once i'm finished with the quests, i'll move onto the next module and do the same with how it stores and accesses information. I started with quests since it's what people are asking for the most, and the most visibly broken thing. Yes it's taking a long time, between real work, wow work (with the grinds I consider wow work now :/), and rewriting code then trying to figure out why things broke.

The end result will be something that I can easily say ok I don't want to work on this anymore, and anyone can pickup and continue since everything will be plain english. Not that i'm planning on giving up, just.. it would be an option