So, now I don't understand why I have this error that happens (even on normal items) whenever I right click on an item there's like a 50-50% chance that the game will crash. After it crashes when I open it again sometimes I am able to right click and everything works alright... I don't get it... (This only happens with equips, etc items work fine)
Now, I installed all the items the same way but my luffy hat doesn't show all inventory related images.
Okay so, I'm trying to install 4 items. Cowring hat, Sapling hat, aquaring hat and luffy hat.
So, this is how my code looks like:
Client Side
accname.lub
accessoryid.lub
itemInfo.lub
[20000] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000." }, identifiedDisplayName = "Aquaring Hat", identifiedResourceName = "aquaring_hat", identifiedDescriptionName = { "A beautifully crafted aquaring hat.", "Class: ^6A5ACDHeadgear^000000", "Defense: ^0000FF5^000000", "Location: ^6A5ACDUpper^000000", "Weight: ^0EAA0B10^000000", "Jobs: ^6A5ACDAll classes^000000;-", }, slotCount = 2, ClassNum = 44 }, [20001] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000." }, identifiedDisplayName = "Cowring Hat", identifiedResourceName = "cowring_hat", identifiedDescriptionName = { "A beautifully crafted cowring hat.", "Class: ^6A5ACDHeadgear^000000", "Defense: ^0000FF5^000000", "Location: ^6A5ACDUpper^000000", "Weight: ^0EAA0B10^000000", "Jobs: ^6A5ACDAll classes^000000;-", }, slotCount = 2, ClassNum = 44 }, [20002] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000." }, identifiedDisplayName = "Sapling Hat", identifiedResourceName = "sapling_hat", identifiedDescriptionName = { "A beautifully crafted sapling hat.", "Class: ^6A5ACDHeadgear^000000", "Defense: ^0000FF5^000000", "Location: ^6A5ACDUpper^000000", "Weight: ^0EAA0B10^000000", "Jobs: ^6A5ACDAll classes^000000;-", }, slotCount = 2, ClassNum = 44 }, [20003] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000." }, identifiedDisplayName = "Luffy Hat", identifiedResourceName = "luffy_hat", identifiedDescriptionName = { "A strangely familiar straw hat.", "Class: ^6A5ACDHeadgear^000000", "Defense: ^0000FF25^000000", "Location: ^6A5ACDUpper^000000", "Weight: ^0EAA0B10^000000", "Jobs: ^6A5ACDAll classes^000000;-", }, slotCount = 2, ClassNum = 44 }, }Server Side
\rAthena\db\import\item_db.txt
20000,AQUARING_HAT,Aquaring Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20001,COWRING_HAT,Cowring Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20002,SAPLING_HAT,Sapling Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20003,LUFFY_HAT,Luffy Hat,4,25,20,10,,25,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{}\rAthena\db\re\item_db.txt
20000,AQUARING_HAT,Aquaring Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20001,COWRING_HAT,Cowring Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20002,COWRING_HAT,Cowring Hat,4,25,20,10,,5,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{} 20003,LUFFY_HAT,Luffy Hat,4,25,20,10,,25,,2,0xFFFFFFFE,63,0,256,,0,1,0,{},{},{}Now for images:
Client GRF:
Server SQL:
So, now I don't understand why I have this error that happens (even on normal items) whenever I right click on an item there's like a 50-50% chance that the game will crash. After it crashes when I open it again sometimes I am able to right click and everything works alright... I don't get it... (This only happens with equips, etc items work fine)
Now, I installed all the items the same way but my luffy hat doesn't show all inventory related images.
I don't get it...
Link to comment
Share on other sites