Jump to content
  • 0

Custom weapon problems


kimjoshua99

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   2
  • Joined:  05/27/12
  • Last Seen:  

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 by kimjoshua99
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  832
  • Reputation:   317
  • Joined:  02/11/19
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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; },{},{}

 

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