Dolphin86 Posted July 25, 2022 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: April 27 Share Posted July 25, 2022 i was adding custom weapon, and had some error, could someone please guide me on how to properly add custom weapon to server? Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted July 26, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 26, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 Dolphin86 Posted July 26, 2022 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: April 27 Author Share Posted July 26, 2022 (edited) 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" } @kalabasa error : Edited July 26, 2022 by Dolphin86 Quote Link to comment Share on other sites More sharing options...
0 Dolphin86 Posted July 26, 2022 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: April 27 Author Share Posted July 26, 2022 (edited) possible error related to this: 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 July 26, 2022 by Dolphin86 Quote Link to comment Share on other sites More sharing options...
0 Dolphin86 Posted July 26, 2022 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: April 27 Author Share Posted July 26, 2022 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 !!! Quote Link to comment Share on other sites More sharing options...
Question
Dolphin86
i was adding custom weapon, and had some error, could someone please guide me on how to properly add custom weapon to server?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.