Jump to content
  • 0

Novice Suit Error 20180620


qtdan

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

When im using a pike weapon then Putting on the Novice Suit i always have an error.

Ps. Sorry for my bad english.

image.png.fd48dbcdc60ebaa46d1a7fc635fab3c3.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

1 hour ago, mharkeke said:

When im using a pike weapon then Putting on the Novice Suit i always have an error.

Ps. Sorry for my bad english.

image.png.fd48dbcdc60ebaa46d1a7fc635fab3c3.png

 

open you iteminfo.lua in system and add:

 

	[2393] = {
		unidentifiedDisplayName = "Armor",
		unidentifiedResourceName = "코튼셔츠",
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
		identifiedDisplayName = "Novice Adventurer's Suit",
		identifiedResourceName = "어드밴쳐슈츠",
		identifiedDescriptionName = {
			"A light, comfortable suit made just for young adventurers.",
			"^FF0000Unrefineable^000000",
			"Class:^6666CC Armor^000000",
			"Defense:^0000FF 8^000000",
			"Weight:^009900 0^000000",
			"Jobs:^6666CC All^000000"
		},
		slotCount = 1,
		ClassNum = 0
	},

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

1 hour ago, Gladius said:

 

open you iteminfo.lua in system and add:

 


	[2393] = {
		unidentifiedDisplayName = "Armor",
		unidentifiedResourceName = "코튼셔츠",
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
		identifiedDisplayName = "Novice Adventurer's Suit",
		identifiedResourceName = "어드밴쳐슈츠",
		identifiedDescriptionName = {
			"A light, comfortable suit made just for young adventurers.",
			"^FF0000Unrefineable^000000",
			"Class:^6666CC Armor^000000",
			"Defense:^0000FF 8^000000",
			"Weight:^009900 0^000000",
			"Jobs:^6666CC All^000000"
		},
		slotCount = 1,
		ClassNum = 0
	},

 

nahhh not the item sprite just try novice suit with spear or with katar.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  193
  • Reputation:   41
  • Joined:  07/21/16
  • Last Seen:  

Pretty sure novices don't have spears as a weapon sprite, try removing your spear and it should work.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum4 <-- Spear Sprite. Change it to 0.
But it will also affect the Lord Knight/Paladin weapon sprite it will not Show up.

Example : 

Spoiler

    [1405] = {
        unidentifiedDisplayName = "Spear",
        unidentifiedResourceName = "À𺧸°",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Spear",
        identifiedResourceName = "½ºÇǾî",
        identifiedDescriptionName = {
            "A basic spear that allows slightly longer ranged melee attacks.",
            "Class:^6666CC One-Handed Spear^000000",
            "Attack:^CC0000 44^000000",
            "Weight:^009900 85^000000",
            "Weapon Level:^009900 1^000000",
            "Level Requirement:^009900 4^000000",
            "Jobs:^6666CC Swordman^000000"
        },
        slotCount = 4,
        ClassNum = 4 Change it to 0
    },

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

21 hours ago, Gerzzie said:

Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum4 <-- Spear Sprite. Change it to 0.
But it will also affect the Lord Knight/Paladin weapon sprite it will not Show up.

Example : 

  Hide contents

    [1405] = {
        unidentifiedDisplayName = "Spear",
        unidentifiedResourceName = "À𺧸°",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Spear",
        identifiedResourceName = "½ºÇǾî",
        identifiedDescriptionName = {
            "A basic spear that allows slightly longer ranged melee attacks.",
            "Class:^6666CC One-Handed Spear^000000",
            "Attack:^CC0000 44^000000",
            "Weight:^009900 85^000000",
            "Weapon Level:^009900 1^000000",
            "Level Requirement:^009900 4^000000",
            "Jobs:^6666CC Swordman^000000"
        },
        slotCount = 4,
        ClassNum = 4 Change it to 0
    },

 

not just only spears even katars hmmmm.... does anyone know how to enable ignore missing sprites ?

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