Jump to content
  • 0

H: Converter Items wrong message showing


Question

Posted

Hello Everyone.

I'm not sure if this is the right place to seek help for my concern or it should be in client side support. Anyway, the below are my concern

1. After using ANY Elemental Scrolls include including Cursed Water, the message prompt is "Weapon is temporarily enchanted with Holy property" and the icons on the right side are all the same "Enchant weapon with element".

Item ID# 12115 (Elemental_Water) Item ID# 12116 (Elemental_Earth) Item ID# 12117 (Elemental_Wind) Item ID# 12114 (Elemental_Fire)

2. Where can i change or correct this? Sample if i used Elemental Fire scroll, it should be sayaing "Weapon is temporary enchanted with Fire Property"

3. How can I correct the status icon? there's no indication in the status what element is active or was used.

image.thumb.png.04a862baeed8fb01446029d0c8cb0314.png

 

For more info, here are the scripts in item_db_usualble.yml for Elemental Scrolls.
 

  - Id: 12114
    AegisName: Elemental_Fire
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",4;
  - Id: 12115
    AegisName: Elemental_Water
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",2;
  - Id: 12116
    AegisName: Elemental_Earth
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",3;
  - Id: 12117
    AegisName: Elemental_Wind
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",5;

 

 

 

1 answer to this question

Recommended Posts

  • 0
Posted
On 7/31/2021 at 2:23 PM, budek said:

Hello Everyone.

I'm not sure if this is the right place to seek help for my concern or it should be in client side support. Anyway, the below are my concern

1. After using ANY Elemental Scrolls include including Cursed Water, the message prompt is "Weapon is temporarily enchanted with Holy property" and the icons on the right side are all the same "Enchant weapon with element".

Item ID# 12115 (Elemental_Water) Item ID# 12116 (Elemental_Earth) Item ID# 12117 (Elemental_Wind) Item ID# 12114 (Elemental_Fire)

2. Where can i change or correct this? Sample if i used Elemental Fire scroll, it should be sayaing "Weapon is temporary enchanted with Fire Property"

3. How can I correct the status icon? there's no indication in the status what element is active or was used.

image.thumb.png.04a862baeed8fb01446029d0c8cb0314.png

 

For more info, here are the scripts in item_db_usualble.yml for Elemental Scrolls.
 


  - Id: 12114
    AegisName: Elemental_Fire
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",4;
  - Id: 12115
    AegisName: Elemental_Water
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",2;
  - Id: 12116
    AegisName: Elemental_Earth
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",3;
  - Id: 12117
    AegisName: Elemental_Wind
    Name: Elemental Converter
    Type: Delayconsume
    Buy: 2
    Weight: 10
    Flags:
      BuyingStore: true
    Script: |
      itemskill "ITEM_ENCHANTARMS",5;

 

 

 

translate mo lahat  client side yan gamitn mo to Ragnarok English Translation Project by llchrisll - Project Releases - rAthena

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...