pueblodefairy Posted September 16, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 74 Reputation: 0 Joined: 01/24/15 Last Seen: December 10, 2024 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 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 58 Reputation: 7 Joined: 08/15/18 Last Seen: Thursday at 03:33 AM 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 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 115 Reputation: 7 Joined: 05/09/19 Last Seen: May 20, 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 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 85 Reputation: 17 Joined: 12/25/11 Last Seen: Thursday at 06:52 AM 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 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 08/30/12 Last Seen: June 6, 2023 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 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 115 Reputation: 7 Joined: 05/09/19 Last Seen: May 20, 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 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 85 Reputation: 17 Joined: 12/25/11 Last Seen: Thursday at 06:52 AM 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...
Question
pueblodefairy
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
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.