Jump to content
  • 0

Illusion equipment and OS weapons enchant NPC Help


pueblodefairy

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   0
  • Joined:  01/24/15
  • Last Seen:  

Hello, I am looking for a NPC that can enchant Illusion equipment and OS weapons. i really appreciate the community help657464098_OSWEAPON.png.b297cd3bc4e456abbbaeaffbc706e2ae.png

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   7
  • Joined:  08/15/18
  • Last Seen:  

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

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

Need help how to fix it.

Screenshot_2.png

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  85
  • Reputation:   17
  • Joined:  12/25/11
  • Last Seen:  

Hello @ittiphol how do you fix that? can share the fix?

Edited by Angel
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  08/30/12
  • Last Seen:  

i have the same problem, anybody fix ?

@Angel @ittiphol

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

hi i can't remember 

i think i found it in that post.

https://github.com/rathena/rathena/pull/4348

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  85
  • Reputation:   17
  • Joined:  12/25/11
  • Last Seen:  

On 5/5/2021 at 7:29 PM, Keira said:

i have the same problem, anybody fix ?

@Angel @ittiphol

Fix it this way:
 

Clipboard01.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...