Even with latest version and latest meshes it is still not able to path to Captain Varns for you? Just sitting there stuck on step 5 after completing step 4? (Saying "take on this task" to Ritald)
Where was your character when attempting to start? It may have been having a pathing issue. Although I cant imagine it would have been. I will double check my end to insure I havent done an oopsiefucky.
Did you happen to save the message that popped up in the message box when you crashed? If not that is fine, I will look into the functions that are used at those steps.
Warrior has not yet been implemented, but it also should not be erroring out this way. I will fix the error asap, and hopefully get Warrior added in the near future.
Some functions were changed so I may have reintroduced this bug on accident. I will take a look at it today and get it cleared up. As to the packageman stuff. Previously I was doing a very sloppy form of version checking, simply checking if the version being ran was more than 18 hours old. I added luasec and socket to the script so that it can check the version in another file online, and determine if there is a newer version the user should be running. With how often bug fixes and version bumps are currently taking place I've got to do what I can to insure users are on the latest version. It makes looking into bug reports much easier, and insures the user is having the best possible experience.
1. I will look into these steps. It should be checking for the presence of all 3 before moving on. So I will take a look at this.
2. I currently have shaman set up to require a rogue to pick rather than possibly falling back on using the key. I've done it this way because there are several locked doors to contend with in POM. The first at the front to the Black Reaver for Ghiosk, the second and third being up above to get to Neh`Ashiir, which to my knowledge can only be picked. And finally the elevator behind the first reaver that can be picked, or use the key dropped by Neh`Ashiir. Since there are doors that require a lockpicker anyways, I currently have the shaman requiring a lockpicker for all 4. This is definitely not optimal, and something I intend to go back to and make a bit cleaner (as well as the entire process of relying on a lockpicker.
When you brought the rogue in to pick the door, was it grouped with you, and selected in the grouping drop down? The script will command the selected rogue/bard (or the first it finds in group if set to Group instead of an individual character) to open the door.
3. The step to farm for the Student's Log is a single step for farming all 6 items (Crier's Scroll, Merchant's Letter, Personal Diary Page, Priest's Diary Page, Written Announcement, Student's Log) so it bases itself in the stables area, and then uses hunter tank to murder everything in a rather large area. It maintains this radius even after the other 5 items have been obtained. I can eventually look into having it use a smaller radius if only Student's Log remains to be looted, but I will need to think a little bit on how to best implement this.
As to becoming stuck in the water. Which water is it becoming stuck in? The water in the red circle, the yellow circle, or the green circle? If I had to guess I would say yellow, but I do not want to make any assumptions.
View attachment 60348
4. The outline is still a work in progress. I intend to include the current outline step in the general tab beneath the step# and status message. And hopefully will be able to add that soon. Bug squashing has just taken priority over that.
This error message would pop up if you were running a class that is not yet implemented in the script. It should not be crashing out with an error however, so I will be fixing that tonight.
The three modules installed are sqlite, luasec, and socket. Sqlite is used for the database that houses all the information about the quests and their steps. Socket is so that it is able to access a file via http off of a website for version checking. And luasec is used to allow that connection to be handled in https.
Rogue 1.5 is currently about 60% done. It is a VERY long quest (they were punishing rogues for the 1.0 being so dang easy) so it has been taking me much longer to implement than most other quests.