Skip to content
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

highpass migration #56

Closed
1 of 3 tasks
xackery opened this issue Aug 4, 2020 · 2 comments
Closed
1 of 3 tasks

highpass migration #56

xackery opened this issue Aug 4, 2020 · 2 comments

Comments

@xackery
Copy link
Collaborator

xackery commented Aug 4, 2020

replaced during TSS (12) with highpasshold

vanilla rof2 client does NOT support highpass for some reason without client mods.

this is going to be the hardest zone to switch

for now,

  • change highpass spawn2 to 12,
  • import p2002 highpass data
  • fix p2002 import if these exist: UPDATE spawn2 SET min_expansion = 6 WHERE spawngroupid = 1932 -- Shumpi_Wimahnn lvl 65 100% chance in highpass
    UPDATE spawn2 SET min_expansion = 1 WHERE spawngroupid = 1970 -- Alhareen_the_Just lvl 61 100% chance in highpass
    UPDATE spawn2 SET min_expansion = 4 WHERE spawngroupid = 1971 -- Vranol_Blackguard lvl 50 100% chance in highpass
@xackery xackery added this to the zone migration milestone Aug 4, 2020
@xackery
Copy link
Collaborator Author

xackery commented Aug 16, 2020

[2:21 PM] Shin Noir: @Trust what kind of client mod normally needed for rof2 to support highpass.s3d ?
[2:22 PM] Trust: SoF+ (Maybe SoD+) need to have a custom HighPassHold that has the contents of HighPass injected into it.
[2:22 PM] Trust: The Client will hard switch your zone to the new zone or it will crash
[2:22 PM] Shin Noir: akka wrote a bubble system for that
[2:22 PM] Trust: You cannot force the client to the old zoneid, it will CTD the client
[2:22 PM] Shin Noir: EQEmu/Server#1106
[2:23 PM] Shin Noir: ahh
[2:23 PM] Shin Noir: so there's more to it than just the zone line
[2:23 PM] Trust: Correct
[2:23 PM] Shin Noir: can we zone them to a unused zone name then?
[2:23 PM] Trust: Sorta, it will never have the right Now Entering name
[2:23 PM] Trust: thats hardcoded in the client
[2:23 PM] Shin Noir: Yeah, but I mean we can use an interior zone or something
[2:24 PM] Shin Noir: unsure how to best handle titanium in that use case. Or I guess the new highpass hybrid fix works
[2:24 PM] Trust: yea, you would have to do the same thing. Take the zone files and inject the old highpass files into it but retain the internal name of the used zone

@xackery xackery mentioned this issue Jun 16, 2022
22 tasks
@xackery
Copy link
Collaborator Author

xackery commented Jun 16, 2022

#155

@xackery xackery closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant