awesomazingxed Posted January 26, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Share Posted January 26, 2015 Hello there. Anyone knows how to disable Frilldora card in Champion class? But works in other classes. I know it's in the item_db but i dunno the code. Anyone? 4088,Frilldora_Card,Frilldora Card,6,20,,10,,,,,,,,4,,,,,{ skill "AS_CLOAKING",1; },{},{ sc_end SC_CLOAKING; } Quote Link to comment Share on other sites More sharing options...
derpderpderp Posted January 26, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/06/14 Last Seen: March 18, 2015 Share Posted January 26, 2015 4088,Frilldora_Card,Frilldora Card,6,20,,10,,,,,,,,4,,,,,{ if(BaseClass != Job_Champion) {skill "AS_CLOAKING",1;} },{},{ sc_end SC_CLOAKING; } Would be my guess. Don't know if that extends to Suras though. Quote Link to comment Share on other sites More sharing options...
awesomazingxed Posted January 27, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Author Share Posted January 27, 2015 4088,Frilldora_Card,Frilldora Card,6,20,,10,,,,,,,,4,,,,,{ if(BaseClass != Job_Champion) {skill "AS_CLOAKING",1;} },{},{ sc_end SC_CLOAKING; } Would be my guess. Don't know if that extends to Suras though. It's okay. don't have 3rd jobs in my server, lemme try this one. Thanks, by the way. Quote Link to comment Share on other sites More sharing options...
Question
awesomazingxed
Hello there. Anyone knows how to disable Frilldora card in Champion class? But works in other classes.
I know it's in the item_db but i dunno the code. Anyone?
Link to comment
Share on other sites
2 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.