MagicalBalls Posted March 28, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/23/18 Last Seen: May 14, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted March 28, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted March 28, 2018 Wrong section. Moved to "Database Support". Quote Link to comment Share on other sites More sharing options...
0 MagicalBalls Posted March 29, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/23/18 Last Seen: May 14, 2018 Author Share Posted March 29, 2018 help please? anyone Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted March 29, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: April 14 Share Posted March 29, 2018 console error?. Semicolon on skill 34,10 ; Quote Link to comment Share on other sites More sharing options...
0 MagicalBalls Posted March 29, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/23/18 Last Seen: May 14, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.