Shadowman321
Member
- Joined
- Mar 27, 2010
- Messages
- 205
- Reaction score
- 22
Hey. Can anyone tell me how can i change all player skills to 10?
I got error that can't display characters.php because skills does not exist. I tried to use this:
But i got now more then 100 characters that doesn't work, so...
@edit
Ok, i used excel to do this "sh*t". And it works now. But it would be nice to know something more about queries.
I got error that can't display characters.php because skills does not exist. I tried to use this:
Code:
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 0, 10, 0),
(3, 1, 10, 0),
(3, 2, 10, 0),
(3, 3, 10, 0),
(3, 4, 10, 0),
(3, 5, 10, 0),
(3, 6, 10, 0),
(4, 0, 10, 0),
(4, 1, 10, 0),
(4, 2, 10, 0),
(4, 3, 10, 0),
(4, 4, 10, 0),
(4, 5, 10, 0),
(4, 6, 10, 0),
(5, 0, 10, 0),
(5, 1, 10, 0),
(5, 2, 10, 0),
(5, 3, 10, 0),
(5, 4, 10, 0),
(5, 5, 10, 0),
(5, 6, 10, 0);
@edit
Ok, i used excel to do this "sh*t". And it works now. But it would be nice to know something more about queries.
Last edited: