Kido Posted April 22, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted April 22, 2014 I would like to have a script where will make all refined items fromg +10 to +0 I want it to affect only +10 items, other refine items such +9 +8 +7 etc. must be intact Thanks in advance o:! Quote Link to comment Share on other sites More sharing options...
Capuche Posted April 22, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: May 8 Share Posted April 22, 2014 For one player, all? update storage set refine = 0 where refine = 10; update mail set refine = 0 where refine = 10; update guild_storage set refine = 0 where refine = 10; update inventory set refine = 0 where refine = 10; update cart_inventory set refine = 0 where refine = 10; execute this when your server is offline 1 Quote Link to comment Share on other sites More sharing options...
Kido Posted April 22, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted April 22, 2014 For one player, all? update storage set refine = 0 where refine = 10; update mail set refine = 0 where refine = 10; update guild_storage set refine = 0 where refine = 10; update inventory set refine = 0 where refine = 10; update cart_inventory set refine = 0 where refine = 10; execute this when your server is offline thanks capuccino <33 huh how to execute it if may i ask? Quote Link to comment Share on other sites More sharing options...
sandbox Posted April 23, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 29 Share Posted April 23, 2014 go to your SQL database. and find the query/sql tab, then paste those codes. 1 Quote Link to comment Share on other sites More sharing options...
Question
Kido
I would like to have a script where will make all refined items fromg +10 to +0
I want it to affect only +10 items, other refine items such +9 +8 +7 etc. must be intact
Thanks in advance o:!
Link to comment
Share on other sites
3 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.