Soulless213
Member
- Joined
- Jun 10, 2018
- Messages
- 24
- Reaction score
- 7
Does anyone know how to edit prestiges/rebirths on a database?
can be found here CreatureEvent - Best Rebirth System Mysql By mlody.1039 With Gesior Script (https://otland.net/threads/best-rebirth-system-mysql-by-mlody-1039-with-gesior-script.186274/)Does anyone know how to edit prestiges/rebirths on a database?
I do already have the Pheonixia files and I have checked out that Best Rebirth System already. I didn't think it worked with being able to edit the prestiges that a player has using the MySQL database. Thank you though.can be found here CreatureEvent - Best Rebirth System Mysql By mlody.1039 With Gesior Script (https://otland.net/threads/best-rebirth-system-mysql-by-mlody-1039-with-gesior-script.186274/)
also here there's some data [8.60] Pheonixia (https://otland.net/threads/8-60-pheonixia.226472/) with Rebirth full system u can see it as well .
UPDATE `players` SET `COLUMN_NAME` = 'REBIRTHS_VALUE' WHERE `players`.`id` = PLAYER_ID;
UPDATE `players` SET `reborn` = '2' WHERE `players`.`id` = 1;