MagicalBalls Posted March 28, 2018 Posted March 28, 2018 I was trying to have a combo item effect, it was working on some items, but when I have a combo effect that checks for the job, it does nothing. Sample Line: 20009:20135,{ if(Class==Job_Blacksmith){ bonus bStr,5; skill 34,10; } if(Class==Job_Alchemist){ bonus bInt,5; skill 34,10 } } help please Quote
0 Haruka Mayumi Posted March 29, 2018 Posted March 29, 2018 console error?. Semicolon on skill 34,10 ; Quote
0 MagicalBalls Posted March 29, 2018 Author Posted March 29, 2018 9 hours ago, Haruka Mayumi said: console error?. Semicolon on skill 34,10 ; LOL! ohmygad, I'm so stupid. thanks a lot, Haruka!! Quote
Question
MagicalBalls
I was trying to have a combo item effect, it was working on some items, but when I have a combo effect that checks for the job, it does nothing.
Sample Line:
20009:20135,{ if(Class==Job_Blacksmith){ bonus bStr,5; skill 34,10; } if(Class==Job_Alchemist){ bonus bInt,5; skill 34,10 } }
help please
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.