pueblodefairy Posted September 16, 2019 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
0 Abeiy Posted October 2, 2019 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
0 ittiphol Posted March 6, 2021 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
0 Angel Posted April 3, 2021 Posted April 3, 2021 (edited) Hello @ittiphol how do you fix that? can share the fix? Edited April 3, 2021 by Angel Quote
0 Keira Posted May 6, 2021 Posted May 6, 2021 i have the same problem, anybody fix ? @Angel @ittiphol Quote
0 ittiphol Posted May 6, 2021 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
0 Angel Posted May 11, 2021 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
Question
pueblodefairy
Hello, I am looking for a NPC that can enchant Illusion equipment and OS weapons. i really appreciate the community help
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.