Jump to content
  • 0

Custom Weapon Error


Dolphin86

Question


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

i was adding custom weapon, and had some error, could someone please guide me on how to properly add custom weapon to server?

1.PNG.e19c961e79531dff48d4ace67794138c.PNG

2.PNG.fad0232358723f1f90803c23452d4621.PNG

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

After some deep thinking i found out that acolyte had never have use a dagger, which trigger this problem at 1st place, removing acolyte to use this dagger and just make a copy of the item and make it a mace.

LOL !!!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

https://github.com/rathena/rathena/wiki/Custom_weapons

 

weapontable.lub

    WEAPONTYPE_FOXTAIL_METAL = 102,
    
    WEAPONTYPE_CUSTOM = 103,

 

    [Weapon_IDs.WEAPONTYPE_Wizardy_Staff] = "_1473",
    
    [Weapon_IDs.WEAPONTYPE_CUSTOM] = "CUSTOM",

 

[Weapon_IDs.WEAPONTYPE_CUSTOM] = Weapon_IDs.WEAPONTYPE_SWORD,

 

   },
    [1111] = {
        unidentifiedDisplayName = "CUSTOM",
        unidentifiedResourceName  = "CUSTOM",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "CUSTOM",
        identifiedResourceName = "CUSTOM",
        identifiedDescriptionName = {

        },
        slotCount = 4,
        ClassNum = 103

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

Weapon_IDs = {
    WEAPONTYPE_Beginner_Dagger = 103,
	WEAPONTYPE_Common_Beginner_Dagger = 104,
	WEAPONTYPE_Rare_Beginner_Dagger = 105,
	WEAPONTYPE_Epic_Beginner_Dagger = 106,
	WEAPONTYPE_Legendary_Beginner_Dagger = 107
}
WeaponNameTable = {
    [Weapon_IDs.WEAPONTYPE_Beginner_Dagger] = "Beginner_Dagger",
	[Weapon_IDs.WEAPONTYPE_Common_Beginner_Dagger] = "Common_Beginner_Dagger",
	[Weapon_IDs.WEAPONTYPE_Rare_Beginner_Dagger] = "Rare_Beginner_Dagger",
	[Weapon_IDs.WEAPONTYPE_Epic_Beginner_Dagger] = "Epic_Beginner_Dagger",
	[Weapon_IDs.WEAPONTYPE_Legendary_Beginner_Dagger] = "Legendary_Beginner_Dagger"
}

1.thumb.PNG.19537ea6371b8d16cb8c9057dd0cd173.PNG

 

2.PNG.b8831682d0cec6cc911091e47a3a8cc7.PNG

@kalabasa

 

error :

3.PNG.ec3b6038dac1cc2095c42a9af0b2b501.PNG

Edited by Dolphin86
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

possible error related to this:

4.PNG.59d2f1a772ce6558978b9ab4618483bd.PNG 

basically i just use official weapon ( damacus ) and use it sprites and make a new version as a custom weapon, or was it not allowed to do so?  

Edited by Dolphin86
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...