Quote:
Originally Posted by Saraiyu
new problem..... now it says it doesn't have a key, and all compose rates are 1 point per compose?
this is what it says : [Err] 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*200.35
Update cq_eudemon_rbn_rqr set max =*400.35' at line 1
|
Your script should look like this
UPDATE `cq_eudemon_rbn_rqr` SET `min`='your value';
UPDATE `cq_eudemon_rbn_rqr` SET `max`='your value';
If you want to define it to a certain required star universal to compose with
UPDATE `cq_eudemon_rbn_rqr` SET `min`='your value' Where `sacrifice_starlev` = 'star value';
UPDATE `cq_eudemon_rbn_rqr` SET `max`='your value' Where `sacrifice_starlev` = 'star value';
and so on
(note the standard sacrifice star values are, 0, 50, 75, 100, 200, 280, 480, 600, 800, 1200, 1500, 1800, 2000, 2500, 3000. Also note 100 here = 1* in game)
Hope this helps