DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 551 forks source link

CoP mission issues - CS not happening #1487

Closed fallen45078 closed 9 years ago

fallen45078 commented 9 years ago

Not at home to give the exact error message right now, but upon arriving at the crag (doesn't matter which one), there is no cs. Players can still enter Promy, but upon arriving at the web of recollections, nothing happens and the player cannot enter. Will update later when I can get the actual error. CoP 1-3 Below the Arks

fallen45078 commented 9 years ago

After rechecking, no error comes up (although I swear that a couple of days ago it referenced a missing script). The player gets the message "You hear a faint scraping noise, but the way is barred by a strange membrane"

TeoTwawki commented 9 years ago

The mission checks along the way are borked in multiple places. The BCNM entrance is checking for a mission you aren't on yet the way it is currently written. This mess happened because https://github.com/DarkstarProject/darkstar/pull/1355 was merged without anyone having tested it. Someone needs to run through from the beginning and fix each problem as they hit it. I'm not volunteering.

fallen45078 commented 9 years ago

I put a bandaid on mine by changing the promy status check from 2 to 1, that seemed to bump the mission status up and allowed me to progress when testing. I will finish testing it tonight and see how far it will let me go before I stall again. (there are still missing cutscenes, but it allows the mission to proceed this way)

Turttle commented 9 years ago

Starting on mission "0" or the lower dekuf tower (prob misspelled it) it does not give the CS, just a Black screen, the compass is not visible, and the player can not access any of the menus except the chat box.

fallen45078 commented 9 years ago

Bumping the status check from 2 to 1 did allow the missions to continue to progress. I can confirm that it does indeed allow players to continue through to at least 3-2 (this is as far as I have been able to test to date due to time constraints)

TeoTwawki commented 9 years ago

https://github.com/DarkstarProject/darkstar/commit/65b59c810473ce7a04a7ecafabe947fb700cebd2 should have cleared this up.