can any one right script to remove shop flags and castles old owners i tried every rest DB script here and non one of them work for that can any one tell me
thank you :)
thank you :)
*tip toes slightly off topic* :D Yes there are plenty of operators available in mysql: [Only registered and activated users can see links. Click Here To Register...]Quote:
did not know that u can use > or < in a query ^^
Update cq_dynanpc set datastr = 'None', owner_name = 'None', default_owner_name = 'None', ownerid = '0' where name ='Castle'; or for every id Update cq_dynanpc set datastr = 'None', owner_name = 'None', default_owner_name = 'None', ownerid = '0' where id < 99999999;
I never thought of that! Thanks.Quote:
ok guys all this script just change the owners name of Shop flag and castles from owner name to None and don't remove it's prize how to remove it's old prize and make with normal prize
Update cq_dynanpc set datastr = 'None', owner_name = default_owner_name, ownerid = 0, price = initial_price, deposit = 0 where ownerid > 9999;