[LUA] Cannot automatically allocate skill points on some skills

Zirius

New member
Messages
261
Points
0
I believe this is a LUA issue.

Suppose, you want to auto allocate skillpoints to get Magnus Exorcismus, the skill addition fails.
Same as Double Strafe of Rouge.

Upon investigating, I don't know if I'm correct, but I believe because the LUA files are using the skill ID from other jobs.

Say, Magnus Excorcismus requires safety wall, and in my LUA, safetywall has prefix MG, instead of PR, seems like it is borrowing its ID to Mage Safety wall,

_NeedSkillList = { { SKID.MG_SAFETYWALL, <~~~~~~~~~~~~~ 1 }, { SKID.PR_LEXAETERNA, 1 }, { SKID.PR_TURNUNDEAD, 3 }, }, 
Same as Double Strafe of Rouge, it is borrowing skill ID to vulture's eye of archers.

I am using 20120410 client, so I don't know if you guys have the same problem.

Do you have a fixed LUA?

Thanks!

 
Last edited by a moderator:
Back
Top