Jump to content

shadow equip


Notorius

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.02
  • Content Count:  106
  • Reputation:   1
  • Joined:  09/24/19
  • Last Seen:  

hola vengo con una nueva duda estoy tratando de agregar equipo shadow que se equipe en la parte custome pero aun no logro hacerlo funcionar solo como equipo normal le esta guía que esta dentro del emulador pero no me esta funcionando estos son mis archivos ya agregue en el location del item_db.yml de la siguiente manera

    Locations:
      Shadow_Armor: true
pero no se tengo que cambiarle algo en mi carpeta info.lua ayuda porfa ? 

system armor.png

itemdbarmor.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

Un ejemplo para hacer un item Shadow.

 

  - Id: 2368
    AegisName: Golden_Armor
    Name: Golden Armor
    Type: ShadowGear
    Buy: 20
    Weight: 2000
    Defense: 4
    Locations:
      Shadow_Armor: true
    Trade:
      Override: 100
      NoDrop: true
      NoTrade: true
      NoCart: true
      NoGuildStorage: true
      NoMail: true
      NoAuction: true
    Script: |
      bonus bMdef,4;


Tambien puedes chequear este enlace, para más información. https://github.com/rathena/rathena/blob/master/doc/item_db.txt

  • Upvote 1
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
Reply to this topic...

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