jhecx Posted August 24, 2014 Posted August 24, 2014 give my 2 cents as well open item_db2.txt use notepad++, Ctrl+F, select Regular Expression Find ^([0-9]*),([^,]*),([^,]*),4, replace with \1,\2,\3,99, Find ^([0-9]*),([^,]*),([^,]*),5, replace with \1,\2,\3,4, Find ^([0-9]*),([^,]*),([^,]*),99, replace with \1,\2,\3,5, regular_expression.png sql command update item_db2 set type = !(type -4) +4 where type = 4 or type = 5;EDIT:awww ... regular expression doesn't seem able to do numeric calculation ... I think ? I dont have Item_db2, can you help me how to do this?
wOni Posted May 24, 2015 Posted May 24, 2015 (edited) Hi, I'm currently using r17310. When I comment out #RENEWAL, it compiled with no errors. But there's a bug that my weapon becomes an Armor type. I tested with r17710 fresh copy and the same error happens. SS1: Normal SS2: Equip Knife, ASPD dropped, ATK never increase SS3: Refine Knife +10, DEF increased by 7, which is the same as armor. I did not change any other thing other than mmo.h to define my client of 2012-04-10. And the renewal.h to enable Pre Renewal for the fresh copy. No change in config other than to point to SQL server. Fresh and updated SQL database. Work as per normal when set to Renewal mode. Please help! Same prob my client of 2012-04-10 armor = 4, weapon = 5 updated. but still the same anyone? SOLVED> new emulator >.< Edited May 26, 2015 by wOni
Archetype Saber Posted May 27, 2015 Posted May 27, 2015 in the new emulator, this problem is already solved/fixed as far as I knew.
eboni001 Posted September 17, 2016 Posted September 17, 2016 in the new emulator, this problem is already solved/fixed as far as I knew. Hi, I'm currently using r17310. When I comment out #RENEWAL, it compiled with no errors. But there's a bug that my weapon becomes an Armor type. I tested with r17710 fresh copy and the same error happens. SS1: Normal SS2: Equip Knife, ASPD dropped, ATK never increase SS3: Refine Knife +10, DEF increased by 7, which is the same as armor. I did not change any other thing other than mmo.h to define my client of 2012-04-10. And the renewal.h to enable Pre Renewal for the fresh copy. No change in config other than to point to SQL server. Fresh and updated SQL database. Work as per normal when set to Renewal mode. Please help! Same prob my client of 2012-04-10 armor = 4, weapon = 5 updated. but still the same anyone? SOLVED> new emulator >.< how do i get the new emulator? newbie question here, i have everything like it supposed to be and latest revision, but still have the same problem.
wOni Posted September 17, 2016 Posted September 17, 2016 in the new emulator, this problem is already solved/fixed as far as I knew. Hi, I'm currently using r17310. When I comment out #RENEWAL, it compiled with no errors. But there's a bug that my weapon becomes an Armor type. I tested with r17710 fresh copy and the same error happens. SS1: Normal SS2: Equip Knife, ASPD dropped, ATK never increase SS3: Refine Knife +10, DEF increased by 7, which is the same as armor. I did not change any other thing other than mmo.h to define my client of 2012-04-10. And the renewal.h to enable Pre Renewal for the fresh copy. No change in config other than to point to SQL server. Fresh and updated SQL database. Work as per normal when set to Renewal mode. Please help! Same prob my client of 2012-04-10 armor = 4, weapon = 5 updated. but still the same anyone? SOLVED> new emulator >.< how do i get the new emulator? newbie question here, i have everything like it supposed to be and latest revision, but still have the same problem. Just try latest git. its already solved
Cydh Posted October 1, 2016 Author Posted October 1, 2016 As I mentioned in the first post, this only for the old rAthenas. or if you have old custom items.
Recommended Posts