darking123 Posted November 1, 2014 Posted November 1, 2014 How to disable GM account from using any kind of skills? Quote
Kichi Posted November 4, 2014 Posted November 4, 2014 skill.c sd = BL_CAST(BL_PC, src); tsd = BL_CAST(BL_PC, bl); + if (pc_get_group_level (sd) > 0) + return 0; sstatus = status_get_status_data(src); tstatus = status_get_status_data(bl); untested Quote
darking123 Posted November 4, 2014 Author Posted November 4, 2014 skill.c sd = BL_CAST(BL_PC, src); tsd = BL_CAST(BL_PC, bl); + if (pc_get_group_level (sd) > 0) + return 0; sstatus = status_get_status_data(src); tstatus = status_get_status_data(bl); untested doesn't work sir Quote
Question
darking123
How to disable GM account from using any kind of skills?
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.