Skymomo 0 Posted December 13, 2013 hi hercules i want to remove the no item effect of diamond dust but i can't find the code please help me Quote Share this post Link to post Share on other sites
0 Skymomo 0 Posted December 18, 2013 help please i can't find the code that disables the user to use any item Quote Share this post Link to post Share on other sites
0 pan 87 Posted December 18, 2013 Open src/map/pc.c and search for: if (nameid != ITEMID_NAUTHIZ && sd->sc.opt1 > 0 && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING)replace with:if (nameid != ITEMID_NAUTHIZ && sd->sc.opt1 > 0 && !sd->sc.opt1 != OPT1_CRYSTALIZE && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING)All those skills and npc effects that use SC_COLD will also be affected and the user will be able to use items.Hope this works c: Quote Share this post Link to post Share on other sites
hi hercules i want to remove the no item effect of
diamond dust but i can't find the code please help me
Share this post
Link to post
Share on other sites