-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zone line fixing #18
Comments
We can try the Velious PEQ database, it has some different zone lines in it - https://sourceforge.net/projects/projecteq/files/ProjectEQ%20Databases/PEQ%20Velious/ Otherwise there is a much older EQEmu 3.6 database with zone points - http://prdownloads.sourceforge.net/eqemu/EQEMu-3.6-DB-Addon.zip?download and a EQEmu 4.1 database with zone points - http://prdownloads.sourceforge.net/eqemu/EQEmu-0.4.1-DB-Addon.zip?download |
I had tried a few different database's originally, including various ones from PEQ, but zoning never seemed to work right (always getting stuck in a zoning loop). The problem seemed to be the range around the zoning coordinates and is why I started working on setting up "new" zone lines. The ones I setup are pretty close but obviously not exact, also I wasn't sure how that was going to work on the larger zone's zonelines so I added the additional code for those (which would work for small zone lines as well). Attached is what I have done atm, Faydwer should be set as well as most of Antonica. We still need Odus, Kunark, and Velious - and multiple dungeon zonelines |
Forgot to mention, I also compiled a version of Zone.exe that removes the zoning code all together to make it easier to figure out where the zone lines should be without trigger a zone. Though it seems a lot of zones in Antonica have no invisible / physical wall and you can just fall off the side of the world https://drive.google.com/open?id=1xfxE3CzI2QOfMcPSXnvbR6dDeTry5E2Q |
I added a .gitignore to the repo, and merged some of your code (if not all). I would recommend re-forking the source to prevent Visual Studio garbage files from going into the repo. Also, use something like Google Drive or One Drive for your .xlsx documents. If you update zone lines, go ahead and make new small update .SQL file(s) that update just the zone lines you fixed from the base database. I highly recommend keeping big data files out of the repo to prevent long pull/push times and lots of bandwidth data usages. Also, join our Discord if you can so we can collaborate on this project. |
The zone lines all need to be fixed. zone_points holds the zone line data. Here are the issues that need to be fixed.
The text was updated successfully, but these errors were encountered: