-
Notifications
You must be signed in to change notification settings - Fork 332
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
Mercenary getSkill() #1501
Comments
did you see #1448 ? |
thanks, I am not very clear about how to view the full content of the project contained in that link. |
check the Files changed tab. Mercenary.js is the main improvement file |
thanks, I finally saw the entire code, |
var p; p = me.getMerc();
me.overhead("104 ->" + p.getSkill(104,1) + ", 114 ->" + p.getSkill(114,1));
when my Mercenary is hiring at Nightmare with DEFENSE type.
104 ->false, 114->18
but i restart game and login normal difficulty
104 ->18, 114->false
so, i can only get that the Mercenary is DEFENSE type, BUT can not get right skill of Mercenary
how can fix this? thanks
The text was updated successfully, but these errors were encountered: