cahadeyelo Posted January 21, 2017 Group: Members Topic Count: 70 Topics Per Day: 0.02 Content Count: 172 Reputation: 1 Joined: 11/13/14 Last Seen: Yesterday at 03:09 AM Share Posted January 21, 2017 while i'm rebuilding my server, i got this on the way Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 21, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 4 hours ago Share Posted January 21, 2017 https://github.com/rathena/rathena/blob/master/src/map/status.c if (sd->inventory_data[index]) { int j; struct s_random_opt_data *data; for (j = 0; j < MAX_ITEM_RDM_OPT; j++) { short opt_id = sd->inventory.u.items_inventory[index].option[j].id; if (!opt_id) continue; current_equip_opt_index = j; data = itemdb_randomopt_exists(opt_id); if (!data || !data->script) continue; if (!pc_has_permission(sd, PC_PERM_USE_ALL_EQUIPMENT) && itemdb_isNoEquip(sd->inventory_data[index], sd->bl.m)) continue; if (i == EQI_HAND_L && sd->inventory.u.items_inventory[index].equip == EQP_HAND_L) { // Left hand status. sd->state.lr_flag = 1; run_script(data->script, 0, sd->bl.id, 0); sd->state.lr_flag = 0; } else run_script(data->script, 0, sd->bl.id, 0); if (!calculating) return 1; } } remove that unassign short nameid lines Quote Link to comment Share on other sites More sharing options...
0 cahadeyelo Posted January 21, 2017 Group: Members Topic Count: 70 Topics Per Day: 0.02 Content Count: 172 Reputation: 1 Joined: 11/13/14 Last Seen: Yesterday at 03:09 AM Author Share Posted January 21, 2017 i copy your codes...now i have this errors Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 21, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 4 hours ago Share Posted January 21, 2017 (edited) 39 minutes ago, cahadeyelo said: i copy your codes...now i have this errors dont copy mines.. just remove the line 3470 Edited January 21, 2017 by Chaos92 additional info Quote Link to comment Share on other sites More sharing options...
0 cahadeyelo Posted January 21, 2017 Group: Members Topic Count: 70 Topics Per Day: 0.02 Content Count: 172 Reputation: 1 Joined: 11/13/14 Last Seen: Yesterday at 03:09 AM Author Share Posted January 21, 2017 it's all good sir...no errors found Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 22, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 4 hours ago Share Posted January 22, 2017 20 hours ago, cahadeyelo said: it's all good sir...no errors found nice Quote Link to comment Share on other sites More sharing options...
0 iraciz Posted August 2, 2017 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted August 2, 2017 This thing is bugging the item in my users carts, how to disable or either fit this? Quote Link to comment Share on other sites More sharing options...
Question
cahadeyelo
while i'm rebuilding my server, i got this on the way
Link to comment
Share on other sites
6 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.