Dvrstle Posted September 30, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted September 30, 2012 Here's my plan: Make those +12 to +20 Glorious Weapons reduced to +11 glorious weapons only. for every 1 refine that was reduced, they will get 25pods. Please help me =) Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 30, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 30, 2012 *downrefitem <equipment slot>;This command will downgrade an item by - 1 in the specified equipment slot of the invoking character. So the item will not be destroyed unlike in the failedrefitem script command. This will also display a 'refine failure' effect on the character and put appropriate messages into their chat window. The official scripts seems to use the 'downrefitem' command as a function instead: 'downrefitem(<number>)' but it returns nothing on the stack. This is since jAthena, so probably nobody knows for sure why is it so. Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted September 30, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted September 30, 2012 im sorry but its not what i need =) i need to do it in my phpmyadmin =) how? Quote Link to comment Share on other sites More sharing options...
Limestone Posted October 1, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted October 1, 2012 i think in inventory in your sql. find the ID's of Glorious items. Quote Link to comment Share on other sites More sharing options...
Spre Posted October 1, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share Posted October 1, 2012 inventory database. UPDATE `yourDBNAME`.`inventory` SET `refine` = '11' WHERE `inventory`.`id` =ID; each and every ID. that is the sql squery for that or you can load phpmyadmin go to inventory and use SELECT * FROM `inventory` LIMIT 0 , 5000 for example, The select every item you see with a refine of 12+ and set ALL to 11 using phpmyadmin, you can do that with it. Quote Link to comment Share on other sites More sharing options...
GmOcean Posted October 1, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted October 1, 2012 If you use Spre's method, make sure you do a check for the item id, becuase `id` in inventory = # of item dropped since first time. Example i get an apple, its now id 1, you get an apple its now id 2. so search for `nameid` Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
Here's my plan:
Make those +12 to +20 Glorious Weapons reduced to +11 glorious weapons only.
for every 1 refine that was reduced, they will get 25pods.
Please help me =)
Link to comment
Share on other sites
5 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.