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

Update sorceress_leveling.go #685

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

Antizerg
Copy link

@Antizerg Antizerg commented Feb 20, 2025

  1. Updated fire leveling Sorc to use firebolt instead of icebolt, allowing sorc to use firebolt starting at level 1.
  2. Updated the stat selection to get a balance of stats
  3. Removed town of portal being a required key binding, allowing a fresh character to be started in the three leveling files (Sorc, lightning sorc, and paladin)

Updated fire leveling Sorc to use firebolt instead of icebolt, allowing sorc to use firebolt starting at level 1.  Also updated the stat selection to get 34 strength first, then pump rest into vita.  This will probably get updated later once auto-equip is implemented
fixed typo in Strength, and also updated strength value to 43.
@Wamlad
Copy link

Wamlad commented Mar 5, 2025

To not create a bunch of extra PRs, could you please amend the following in this PR to remove TP from being a required keybind?
This stops the error popup on starting a fresh character. The logic is already in other scripts that auto buys the tome and auto binds it.

update:
requireKeybindings := []skill.ID{skill.TomeOfTownPortal}
to:
requireKeybindings := []skill.ID{}

@Antizerg Antizerg marked this pull request as draft March 5, 2025 11:54
@Antizerg
Copy link
Author

Antizerg commented Mar 5, 2025

To not create a bunch of extra PRs, could you please amend the following in this PR to remove TP from being a required keybind? This stops the error popup on starting a fresh character. The logic is already in other scripts that auto buys the tome and auto binds it.

update: requireKeybindings := []skill.ID{skill.TomeOfTownPortal} to: requireKeybindings := []skill.ID{}

Completed, thanks for the feedback, went ahead and grabbed the two other leveling go files as well.

@Antizerg Antizerg marked this pull request as ready for review March 5, 2025 12:10
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

Successfully merging this pull request may close these issues.

2 participants