Akbare Posted November 14, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Heero12 Posted November 15, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted November 15, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share 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 Link to comment Share on other sites More sharing options...
0 Akbare Posted November 15, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
-1 Heero12 Posted November 16, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Capuche Posted November 16, 2020 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
0 boypol Posted December 6, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 12/01/20 Last Seen: May 11, 2021 Share Posted December 6, 2020 Hi Bro can teach me how to convert? i tired type "make csv2yaml" but no working.. appreciate your help Quote Link to comment Share on other sites More sharing options...
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 AkbareLink to comment
Share on other sites
6 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.