Recent content by e0706

  1. E

    pc->delitem args is invalid when pre hooking

    int my_pc_delitem_pre(struct map_session_data *sd,int n,int amount,int type, short reason, e_log_pick_type log_type) { my_pc_delitem_storage = 0; ShowError("!!!!! %d !!!!!n", n); return 1; }   output is !!!!! 162561 !!!!!   item count is 3 in inventory.   how fix it?   sorry, i bad eng...
Back
Top