pueblodefairy Posted September 16, 2019 Share Posted September 16, 2019 Hello, I am looking for a NPC that can enchant Illusion equipment and OS weapons. i really appreciate the community help Quote Link to comment Share on other sites More sharing options...
0 Abeiy Posted October 2, 2019 Share Posted October 2, 2019 there is no npc of the illusion OS or Equipment, since now the new Lapine UI enchants system is used. maybe this can help you https://github.com/rathena/rathena/pull/4348/files/7d9d112ec2effac913be3a3fc18555f01ed8eade Good luck: D Quote Link to comment Share on other sites More sharing options...
0 ittiphol Posted March 6, 2021 Share Posted March 6, 2021 Need help how to fix it. int key_opt_id = 0, key_opt_value = 0, key_opt_param = 0; script_cleararray_pc(sd, "@last_lapine_option_id", (void*)0); script_cleararray_pc(sd, "@last_lapine_option_value", (void*)0); script_cleararray_pc(sd, "@last_lapine_option_param", (void*)0); for (int i = 0; i < MAX_ITEM_RDM_OPT; i++) { script_setarray_pc(sd, "@last_lapine_option_id", i, (void*)(intptr_t)it->option.id, &key_opt_id); script_setarray_pc(sd, "@last_lapine_option_value", i, (void*)(intptr_t)it->option.value, &key_opt_value); script_setarray_pc(sd, "@last_lapine_option_param", i, (void*)(intptr_t)it->option.param, &key_opt_param); Edit : Solved Thank you. Quote Link to comment Share on other sites More sharing options...
0 Angel Posted April 3, 2021 Share Posted April 3, 2021 (edited) Hello @ittiphol how do you fix that? can share the fix? Edited April 3, 2021 by Angel Quote Link to comment Share on other sites More sharing options...
0 Keira Posted May 6, 2021 Share Posted May 6, 2021 i have the same problem, anybody fix ? @Angel @ittiphol Quote Link to comment Share on other sites More sharing options...
0 ittiphol Posted May 6, 2021 Share Posted May 6, 2021 hi i can't remember i think i found it in that post. https://github.com/rathena/rathena/pull/4348 Quote Link to comment Share on other sites More sharing options...
0 Angel Posted May 11, 2021 Share Posted May 11, 2021 On 5/5/2021 at 7:29 PM, Keira said: i have the same problem, anybody fix ? @Angel @ittiphol Fix it this way: Quote Link to comment Share on other sites More sharing options...
Hello, I am looking for a NPC that can enchant Illusion equipment and OS weapons. i really appreciate the community help
Link to comment
Share on other sites