awesomazingxed Posted January 26, 2015 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
derpderpderp Posted January 26, 2015 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
awesomazingxed Posted January 27, 2015 Author 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
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?
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.