dantoki Posted May 8, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: April 5 Share Posted May 8, 2019 When im using a pike weapon then Putting on the Novice Suit i always have an error. Ps. Sorry for my bad english. Quote Link to comment Share on other sites More sharing options...
0 Gladius Posted May 8, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: April 16 Share Posted May 8, 2019 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. 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 }, Quote Link to comment Share on other sites More sharing options...
0 dantoki Posted May 8, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: April 5 Author Share Posted May 8, 2019 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. Quote Link to comment Share on other sites More sharing options...
0 Hijirikawa Posted May 8, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 193 Reputation: 42 Joined: 07/21/16 Last Seen: August 7, 2019 Share Posted May 8, 2019 Pretty sure novices don't have spears as a weapon sprite, try removing your spear and it should work. Quote Link to comment Share on other sites More sharing options...
0 Gerzzie Posted May 9, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 137 Reputation: 48 Joined: 06/18/12 Last Seen: Friday at 09:25 AM Share Posted May 9, 2019 Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum = 4 <-- 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 }, Quote Link to comment Share on other sites More sharing options...
0 dantoki Posted May 10, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: April 5 Author Share Posted May 10, 2019 21 hours ago, Gerzzie said: Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum = 4 <-- 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 ? Quote Link to comment Share on other sites More sharing options...
Question
dantoki
When im using a pike weapon then Putting on the Novice Suit i always have an error.
Ps. Sorry for my bad english.
Link to comment
Share on other sites
5 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.