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

DistancePlus & HomePoint didnt work for me ; ; #7

Open
Lithgen opened this issue Sep 3, 2017 · 11 comments
Open

DistancePlus & HomePoint didnt work for me ; ; #7

Lithgen opened this issue Sep 3, 2017 · 11 comments

Comments

@Lithgen
Copy link

Lithgen commented Sep 3, 2017

No description provided.

@SammehFFXI
Copy link
Owner

Without a description I don't know how to help you. What didn't work about them? DP is very stable, to the point where Windower team adopted it (but they haven't gone from Dev to production yet so I keep it out here for people to use). HomePoint only issue I'm aware of is a rare case where npc lag(server side) can cause a lock on an invisible menu.

Sounds like you're not loading correctly.

-SAm

@luffi101
Copy link

Hi Sam,
I am getting this error
lua runtime error: distanceplus/distanceplus.lua:160: attempt to perform arithmetic on field '?' (a nil value)

I run JP ff11 client, maybe there is some setting not compatible?
Let me know if you need additional info.

Best

@theTaikun
Copy link

What was the command you entered to result in that error?

@luffi101
Copy link

luffi101 commented Oct 5, 2018

What was the command you entered to result in that error?

I notice the runtime error occurs only when I sj DNC.

@theTaikun
Copy link

What was the command you entered to result in that error?

I notice the runtime error occurs only when I sj DNC.

I mean did you type something into the console to get the runtime error or did it come up automatically after switching to /dnc?

F.Y.I, I'm not a maintainer of this project, but I'm looking to help resolve issues on any project that I can. I saw this one and recognized Sammeh's name from back in the day. Quetzalcoatl is my server too.

@luffi101
Copy link

luffi101 commented Oct 8, 2018

no input, the error just starts to flood the drop down console whenever I switch sj to DNC.

Thanks

@theTaikun
Copy link

Just looking at the file, I see where the problem might be at line 160, but when I get back to the states I'll try some testing

@theTaikun
Copy link

I tried different combinations of main job with /dnc, but I could not replicate this bug. Maybe it is due to your JP client, or maybe there's conflict with another mod

@luffi101
Copy link

Thanks for taking the time to help :)

If I have new finding I will post again, thanks

@shalock999
Copy link

the problem is at line 154 "ability_en = res.job_abilities[ability].name".

res.job_abilities[ability].name will return a japanese name at JP client
but compare it with english name at line 158 "ability_en ~= "Flourishes II""
then get error at line 160 because range_mult[ability_distance] is a nil value. (the range value of Flourishes II is 0)

just modify line 154 to "ability_en = res.job_abilities[ability].en" work well at JP client
but didn't try it at EN client :)

@luffi101
Copy link

luffi101 commented Sep 7, 2023 via email

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

5 participants