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

Stranglethorn "Skill to low" #2

Open
Shinigami92 opened this issue Sep 17, 2019 · 4 comments
Open

Stranglethorn "Skill to low" #2

Shinigami92 opened this issue Sep 17, 2019 · 4 comments

Comments

@Shinigami92
Copy link

I have fishing 88+5 standing in Booty Bay
But Fishbringer says 0 skill needed to fish

image

@Godot-Fye
Copy link

That's a bug on German Clients. You can fix it for yourself:

Open fishy.lua, go to line 207 and replace

if skillName == "Fishing" then

with

if skillName == "Fishing" or skillName == "Angeln" then

@Shinigami92
Copy link
Author

Ok das werde ich mal ausprobieren 😂 👍

@Godot-Fye
Copy link

Habe die Änderung auch bereits im Git gepusht, damit sie in der nächsten Version direkt enthalten ist...damit wäre zumindest das Problem auf den Deutschen Clients behoben, für andere Sprachen ala Spanisch und Co existiert der Bug weiterhin ;)

@Godot-Fye
Copy link

Ok das werde ich mal ausprobieren 😂 👍

Ich war mal so frei und habe dem Addon mal eine komplette Übersetzung spendiert, welche auch dafür sorgt das die Probleme mit falsch angezeigten Werten (z.b. die höhe deiner Fangchance) ausbügelt. Denn bei dem Hotfix den ich hier gepostet hatte, kommt es da zu vielen Problemen.

Du kannst das ganze einfach aus meinem Repo unter https://github.com/Godot-Fye/Fishbringer herunterladen und die Datein im Fishbringer Ordner überschreiben.

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

2 participants