kimjoshua99 Posted July 24, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 16 Reputation: 2 Joined: 05/27/12 Last Seen: August 21, 2020 Share Posted July 24, 2020 (edited) Hello, I need help when I'm equipping my custom weapons it always disconnecting right after I double-clicked it to equip then when I'll try to enter the game again it is saying "the map is not available". Btw I'm using 2015-11-04 client. https://imgur.com/a/Qlwt6Lp here is the screenshot of my custom weapon in-game as well as my files My db\import\item_db 30281,30281,Banryu,5,,,400,200,,3,4,0x00000080,7,2,2,4,1,1,103,{ bonus bHit,100; bonus2 bSkillAtk,57,100; },{},{} My System\itemInfo.lua [30281] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { }, identifiedDisplayName = "Banryu", identifiedResourceName = "30281", identifiedDescriptionName = { "[^00C5FFDemureRO Custom Item^000000]", "Hit + 100", "Increase damage of ^ff0000Brandish Spear^000000 by 100%", "Class :^777777 Spear^000000", "Attack :^777777 200^000000", "Weight :^777777 40^000000", "Weapon Level :^777777 4^000000", "Required Level :^777777 50^000000", "Applicable Job :^777777 Lord Knight Class^000000", }, slotCount = 4, ClassNum = 103 }, My luafiles514\lua files\datainfo\weapontable.lub [Weapon_IDs.WEAPONTYPE_30281] = Weapon_IDs.WEAPONTYPE_SPEAR, [Weapon_IDs.WEAPONTYPE_30281] = "_30281", WEAPONTYPE_30281 = 103, Only my custom weapons are not working but custom hg/armors are working. Please help me thanks! And the error I can only see in the terminal is [Error]: Server received crash signal! Attempting to save all online characters! Edited July 24, 2020 by kimjoshua99 Quote Link to comment Share on other sites More sharing options...
0 Mael Posted July 24, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 20 hours ago Share Posted July 24, 2020 4 minutes ago, kimjoshua99 said: Hello, I need help when I'm equipping my custom weapons it always disconnecting right after I double-clicked it to equip then when I'll try to enter the game again it is saying "the map is not available". Btw I'm using 2015-11-04 client. https://imgur.com/a/Qlwt6Lp here is the screenshot of my custom weapon in-game as well as my files My db\import\item_db 30281,30281,Banryu,5,,,400,200,,3,4,0x00000080,7,2,2,4,1,1,103,{ bonus bHit,100; bonus2 bSkillAtk,57,100; },{},{} My System\itemInfo.lua [30281] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { }, identifiedDisplayName = "Banryu", identifiedResourceName = "30281", identifiedDescriptionName = { "[^00C5FFDemureRO Custom Item^000000]", "Hit + 100", "Increase damage of ^ff0000Brandish Spear^000000 by 100%", "Class :^777777 Spear^000000", "Attack :^777777 200^000000", "Weight :^777777 40^000000", "Weapon Level :^777777 4^000000", "Required Level :^777777 50^000000", "Applicable Job :^777777 Lord Knight Class^000000", }, slotCount = 4, ClassNum = 103 }, My luafiles514\lua files\datainfo\weapontable.lub [Weapon_IDs.WEAPONTYPE_30281] = Weapon_IDs.WEAPONTYPE_SPEAR, [Weapon_IDs.WEAPONTYPE_30281] = "_30281", WEAPONTYPE_30281 = 103, Only my custom weapons are not working but custom hg/armors are working. Please help me thanks! And the error I can only see in the terminal is [Error]: Server received crash signal! Attempting to save all online characters! https://www.youtube.com/watch?v=43VVdkm07yg Quote Link to comment Share on other sites More sharing options...
0 Brynner Posted July 24, 2020 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 16 hours ago Share Posted July 24, 2020 3 minutes ago, kimjoshua99 said: My db\import\item_db 30281,30281,Banryu,5,,,400,200,,3,4,0x00000080,7,2,2,4,1,1,103,{ bonus bHit,100; bonus2 bSkillAtk,57,100; },{},{} try this. 30281,30281,Banryu,5,,,400,200,,3,4,0x00000080,7,2,2,4,1,1,4,{ bonus bHit,100; bonus2 bSkillAtk,57,100; },{},{} Quote Link to comment Share on other sites More sharing options...
Question
kimjoshua99
Hello, I need help when I'm equipping my custom weapons it always disconnecting right after I double-clicked it to equip then when I'll try to enter the game again it is saying "the map is not available". Btw I'm using 2015-11-04 client.
https://imgur.com/a/Qlwt6Lp here is the screenshot of my custom weapon in-game as well as my files
My db\import\item_db
30281,30281,Banryu,5,,,400,200,,3,4,0x00000080,7,2,2,4,1,1,103,{ bonus bHit,100; bonus2 bSkillAtk,57,100; },{},{}
My System\itemInfo.lua
[30281] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { }, identifiedDisplayName = "Banryu", identifiedResourceName = "30281", identifiedDescriptionName = { "[^00C5FFDemureRO Custom Item^000000]", "Hit + 100", "Increase damage of ^ff0000Brandish Spear^000000 by 100%", "Class :^777777 Spear^000000", "Attack :^777777 200^000000", "Weight :^777777 40^000000", "Weapon Level :^777777 4^000000", "Required Level :^777777 50^000000", "Applicable Job :^777777 Lord Knight Class^000000", }, slotCount = 4, ClassNum = 103 },
My luafiles514\lua files\datainfo\weapontable.lub
[Weapon_IDs.WEAPONTYPE_30281] = Weapon_IDs.WEAPONTYPE_SPEAR, [Weapon_IDs.WEAPONTYPE_30281] = "_30281", WEAPONTYPE_30281 = 103,
Only my custom weapons are not working but custom hg/armors are working. Please help me thanks!
And the error I can only see in the terminal is
[Error]: Server received crash signal! Attempting to save all online characters!
Link to comment
Share on other sites
2 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.