Jump to content
  • 0

Add custom weapon as visual


Kater

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

How to add the custom weapon as a visual?

Exemple?

  - Id: 24500
    AegisName: arma_1
    Name: Arma 1
    Type: Armor
    Locations:
      Costume_Head_Top: true
    ArmorLevel: 1
    EquipLevelMin: 1
    View: 24500

 

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

31 minutes ago, Kater said:

How to add the custom weapon as a visual?

Exemple?

  - Id: 24500
    AegisName: arma_1
    Name: Arma 1
    Type: Armor
    Locations:
      Costume_Head_Top: true
    ArmorLevel: 1
    EquipLevelMin: 1
    View: 24500

 

what do you mean by custom weapon as visual ? the location is costume head top. seems difference with what you want to achieve.

I have custom weapon generator release here

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

39 minutes ago, Chaos92 said:

what do you mean by custom weapon as visual ? the location is costume head top. seems difference with what you want to achieve.

I have custom weapon generator release here

 

I want to know what custom to add for a custom weapon to become a visual weapon. I didn't see this option on your generator

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

5 hours ago, Kater said:

I want to know what custom to add for a custom weapon to become a visual weapon. I didn't see this option on your generator

didnt understand. the geneerator auto generate the lua files. which auto create the required lines.

if u asking about the sprite and texture, there are some examples you can download in downloaads section sprite.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

4 hours ago, Chaos92 said:

didnt understand. the geneerator auto generate the lua files. which auto create the required lines.

if u asking about the sprite and texture, there are some examples you can download in downloaads section sprite.

Friend,

I want to know what command I put in itemdb.yml, so the weapon can be equipped as a visual.

image.png.4af688de77d42ece61c955956ba77335.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

31 minutes ago, Kater said:

Friend,

I want to know what command I put in itemdb.yml, so the weapon can be equipped as a visual.

image.png.4af688de77d42ece61c955956ba77335.png

I still dont understand your statement. weapon as visual means its shown sprite, right ? so it should be correct at all the lua files and iteminfo.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

7 minutes ago, Chaos92 said:

I still dont understand your statement. weapon as visual means its shown sprite, right ? so it should be correct at all the lua files and iteminfo.

The question would be, is there any specific command to put in itemdb to equip the weapon in the hand and not in the top, middle or bottom.

image.png.5a31ab035e8df47f67c3bf240d00b4ee.png

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

10 minutes ago, Kater said:

The question would be, is there any specific command to put in itemdb to equip the weapon in the hand and not in the top, middle or bottom.

image.png.5a31ab035e8df47f67c3bf240d00b4ee.png

 

ive told you before from earlier. your itemdb is wrong.

12 hours ago, Kater said:

How to add the custom weapon as a visual?

Exemple?

  - Id: 24500
    AegisName: arma_1
    Name: Arma 1
    Type: Armor
    Locations:
      Costume_Head_Top: true
    ArmorLevel: 1
    EquipLevelMin: 1
    View: 24500

 

why the location is costume head top. since u said it as that it will be weapon. and why is it armor. its weapon.

pay attention to locations, type, etc.

get example from other weapon that almost the same.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

3 hours ago, Chaos92 said:

ive told you before from earlier. your itemdb is wrong.

why the location is costume head top. since u said it as that it will be weapon. and why is it armor. its weapon.

pay attention to locations, type, etc.

get example from other weapon that almost the same.

I've looked and haven't found any visual weapons to take as an example.
That's why I opened this topic asking for help to adjust itemdb.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

17 minutes ago, Kater said:

I've looked and haven't found any visual weapons to take as an example.
That's why I opened this topic asking for help to adjust itemdb.

if u use the generator i told before, the itemdb is automatically generated.

make sure to use the weapon generator.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

2 hours ago, Chaos92 said:

if u use the generator i told before, the itemdb is automatically generated.

make sure to use the weapon generator.

 

Friend,

I've already used it, but I didn't see any option to generate a weapon as a visual.

If this exists there, tell me where.
I saw the custom weapon option, it's different from what I'm looking for.

Now if there is the option, don't you put here what command is to insert in itemdb.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.01
  • Content Count:  8
  • Reputation:   0
  • Joined:  09/11/23
  • Last Seen:  

1 hour ago, Kater said:

 

Friend,

I've already used it, but I didn't see any option to generate a weapon as a visual.

If this exists there, tell me where.
I saw the custom weapon option, it's different from what I'm looking for.

Now if there is the option, don't you put here what command is to insert in itemdb.

I think, what you're looking for is the location "Shadow_Weapon".
 

  - Id: 24500
    AegisName: arma_1
    Name: Arma 1
    Locations:
      Costume_Head_Top: true
    ArmorLevel: 1
    EquipLevelMin: 1
    View: 24500
    Type: Shadowgear
    Locations:
      Shadow_Weapon: true
     

Upvote if that helped you :D 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1606
  • Reputation:   247
  • Joined:  08/03/12
  • Last Seen:  

 

10 hours ago, Kater said:

 

Friend,

I've already used it, but I didn't see any option to generate a weapon as a visual.

If this exists there, tell me where.
I saw the custom weapon option, it's different from what I'm looking for.

Now if there is the option, don't you put here what command is to insert in itemdb.

Oh so its 'costume', not equipment weapon.

https://github.com/rathena/rathena/blob/master/doc/item_db.txt

This might help you a lot.

Locations: Equipment's placement.

Head_Top               - Upper Headgear
Head_Mid               - Middle Headgear
Head_Low               - Lower Headgear
Armor                  - Armor
Right_Hand             - Weapon
Left_Hand              - Shield
Garment                - Garment/Robe
Shoes                  - Shoes
Right_Accessory        - Accessory Right
Left_Accessory         - Accessory Left
Costume_Head_Top       - Costume Top Headgear
Costume_Head_Mid       - Costume Mid Headgear
Costume_Head_Low       - Costume Low Headgear
Costume_Garment        - Costume Garment/Robe
Ammo                   - Ammo
Shadow_Armor           - Shadow Armor
Shadow_Weapon          - Shadow Weapon
Shadow_Shield          - Shadow Shield
Shadow_Shoes           - Shadow Shoes
Shadow_Right_Accessory - Shadow Accessory Right (Earring)
Shadow_Left_Accessory  - Shadow Accessory Left (Pendant)

Both_Hand              - Right_Hand + Left_Hand
Both_Accessory         - Right_Accessory + Left_Accessory

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.41
  • Content Count:  61
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

On 5/17/2024 at 5:25 PM, Joshua93 said:

I think, what you're looking for is the location "Shadow_Weapon".
 

  - Id: 24500
    AegisName: arma_1
    Name: Arma 1
    Locations:
      Costume_Head_Top: true
    ArmorLevel: 1
    EquipLevelMin: 1
    View: 24500
    Type: Shadowgear
    Locations:
      Shadow_Weapon: true
     

Upvote if that helped you 😄

 

19 hours ago, Chaos92 said:

 

Oh so its 'costume', not equipment weapon.

https://github.com/rathena/rathena/blob/master/doc/item_db.txt

This might help you a lot.

Locations: Equipment's placement.

Head_Top               - Upper Headgear
Head_Mid               - Middle Headgear
Head_Low               - Lower Headgear
Armor                  - Armor
Right_Hand             - Weapon
Left_Hand              - Shield
Garment                - Garment/Robe
Shoes                  - Shoes
Right_Accessory        - Accessory Right
Left_Accessory         - Accessory Left
Costume_Head_Top       - Costume Top Headgear
Costume_Head_Mid       - Costume Mid Headgear
Costume_Head_Low       - Costume Low Headgear
Costume_Garment        - Costume Garment/Robe
Ammo                   - Ammo
Shadow_Armor           - Shadow Armor
Shadow_Weapon          - Shadow Weapon
Shadow_Shield          - Shadow Shield
Shadow_Shoes           - Shadow Shoes
Shadow_Right_Accessory - Shadow Accessory Right (Earring)
Shadow_Left_Accessory  - Shadow Accessory Left (Pendant)

Both_Hand              - Right_Hand + Left_Hand
Both_Accessory         - Right_Accessory + Left_Accessory

Yes, it would be a visual weapon.

I still haven't managed to get the command right in itemdb, can you help me?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  28
  • Reputation:   2
  • Joined:  06/11/23
  • Last Seen:  

On 5/19/2024 at 7:20 AM, Kater said:

 

Yes, it would be a visual weapon.

I still haven't managed to get the command right in itemdb, can you help me?

The weapon visual corresponds to the weapon's item ID;

you are using ID 24500

for alchemist weapons is in the folder  |----/¿¬±Ý¼ú "ç                 Alchemist weapons

for example

image.png.cf9dc9dffb410c9e7b010026d36585a6.png

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...