jhecx Posted August 24, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 05/28/14 Last Seen: August 24, 2014 Share 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? Link to comment Share on other sites More sharing options...
wOni Posted May 24, 2015 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 69 Reputation: 2 Joined: 04/20/13 Last Seen: October 6, 2018 Share 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 Link to comment Share on other sites More sharing options...
Archetype Saber Posted May 27, 2015 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted May 27, 2015 in the new emulator, this problem is already solved/fixed as far as I knew. Link to comment Share on other sites More sharing options...
eboni001 Posted September 17, 2016 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 327 Reputation: 4 Joined: 06/22/13 Last Seen: November 13, 2016 Share 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. Link to comment Share on other sites More sharing options...
wOni Posted September 17, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 69 Reputation: 2 Joined: 04/20/13 Last Seen: October 6, 2018 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted October 1, 2016 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Author Share Posted October 1, 2016 As I mentioned in the first post, this only for the old rAthenas. or if you have old custom items. Link to comment Share on other sites More sharing options...
Recommended Posts