Brynner 34 Posted March 22, 2013 (edited) how can i disable gm accounts to drop item. but they can still trade on the player?only the dropping item will be disabled from them. Edited March 22, 2013 by bgamez23 Quote Share this post Link to post Share on other sites
0 malufett 247 Posted March 22, 2013 wait I'm confuse on your statement/..hahaha @trade.c if (!pc_can_give_items(sd) || !pc_can_give_items(target_sd)) //check if both GMs are allowed to trade{ clif_displaymessage(sd->fd, msg_txt(246)); clif_tradestart(sd, 2); // GM is not allowed to trade return;} Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted March 22, 2013 wait I'm confuse on your statement/..hahaha @trade.c if (!pc_can_give_items(sd) || !pc_can_give_items(target_sd)) //check if both GMs are allowed to trade{ clif_displaymessage(sd->fd, msg_txt(246)); clif_tradestart(sd, 2); // GM is not allowed to trade return;} opps sorry my mistake. what i mean is disable item dropping for gm account but they can still trade to the other player? Quote Share this post Link to post Share on other sites
0 malufett 247 Posted March 22, 2013 then remove that line or comment block it...while enabling the GM no trade flag permission.. Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted March 22, 2013 hmmm how about on dropping an item?it will be disabled? Quote Share this post Link to post Share on other sites
0 malufett 247 Posted March 22, 2013 yep..as long as you set it in the permission... Quote Share this post Link to post Share on other sites
how can i disable gm accounts to drop item. but they can still trade on the player?only the dropping item will be disabled from them.
Edited by bgamez23Share this post
Link to post
Share on other sites