canti Posted February 7, 2024 Posted February 7, 2024 So I tried beta 5 today, here are a couple of code issues I could find that seems to interfere on dual classing stuff: ui_detect_class_kit.tph:674 uses Infinity_GetString(str) should be Infinity_FetchString(str)? (not sure on this, just could not find GetString function anywhere else) ui_detect_class_kit:678 I couldn't find instances of dwClassByName declared anywhere; I believe it should return the class number as per second_class variable (on line 673) as the first_class variable is already returning just a number; tested both locally (BG2EE 2.6.6) and it seems to solve leveling up issues on multi classes I'm attaching my modified m_dw_dkf.lua. Also, cheers on another great mod! m_dw_dkf.lua Quote
DavidW Posted February 7, 2024 Posted February 7, 2024 Fairly sure I know what’s going on here, and it’s fixed locally - trying to find a chance to do a release. Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.