Akbare Posted November 14, 2020 Posted November 14, 2020 (edited) hello, maybe someone can help my error i have a custom item_db.txt 30001,Akatsuki_Hat,Akatsuki_Hat,5,10000,,10,,10,,1,0xFFFFFFFF,63,2,256,,0,1,1100,{ bonus bStr,5; bonus bDex,5; bonus bCriticalRate,20; },{},{} I convert using csv2yaml.bat but there is a problem in the view id if I change the view id, it works 30001,Akatsuki_Hat,Akatsuki_Hat,5,10000,,10,,10,,1,0xFFFFFFFF,63,2,256,,0,1,11,{ bonus bStr,5; bonus bDex,5; bonus bCriticalRate,20; },{},{} maybe someone can help so I can use the view id THX Edited November 14, 2020 by Akbare Quote
0 Capuche Posted November 16, 2020 Posted November 16, 2020 The 'SubType' (or viewid) 1100 for weapon doesn't exist. Replace the item type 5 (weapon) by type 4 (armor). 30001,Akatsuki_Hat,Akatsuki_Hat,4,10000... 1 Quote
0 Heero12 Posted November 15, 2020 Posted November 15, 2020 (edited) I'm still in doubt, how to convert yml to txt and from txt to yml. would someone make a program to make our life easier? like one to create / edit items like the cronus tools. the last time I touched a ragnarok server was in 2015, a lot has changed. Edited November 15, 2020 by Heero12 Quote
0 Akkarin Posted November 15, 2020 Posted November 15, 2020 23 hours ago, Akbare said: maybe someone can help so I can use the view id Unsure. Is it literally just this single item that you're having issues with? Do any other high ViewID'd items cause errors? Is everything else converted correctly? 1 hour ago, Heero12 said: I'm still in doubt, how to convert yml to txt and from txt to yml. would someone make a program to make our life easier? You mean the CSV2YAML tool that this post references? Quote
0 Akbare Posted November 15, 2020 Author Posted November 15, 2020 14 minutes ago, Akkarin said: Unsure. Is it literally just this single item that you're having issues with? Do any other high ViewID'd items cause errors? Is everything else converted correctly? everything is ok in item_db.txt I've tried all the custom items that I have and they're all stuck i looked at rathena's default item_db and they are fine Quote
0 boypol Posted December 6, 2020 Posted December 6, 2020 Hi Bro can teach me how to convert? i tired type "make csv2yaml" but no working.. appreciate your help Quote
-1 Heero12 Posted November 16, 2020 Posted November 16, 2020 17 hours ago, Akkarin said: Unsure. Is it literally just this single item that you're having issues with? Do any other high ViewID'd items cause errors? Is everything else converted correctly? You mean the CSV2YAML tool that this post references? I have no knowledge about it. Quote
Question
Akbare
hello, maybe someone can help my error
i have a custom item_db.txt
30001,Akatsuki_Hat,Akatsuki_Hat,5,10000,,10,,10,,1,0xFFFFFFFF,63,2,256,,0,1,1100,{ bonus bStr,5; bonus bDex,5; bonus bCriticalRate,20; },{},{}
I convert using csv2yaml.bat
but there is a problem in the view id
if I change the view id, it works
30001,Akatsuki_Hat,Akatsuki_Hat,5,10000,,10,,10,,1,0xFFFFFFFF,63,2,256,,0,1,11,{ bonus bStr,5; bonus bDex,5; bonus bCriticalRate,20; },{},{}
maybe someone can help so I can use the view id
THX
Edited by Akbare6 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.