• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP Znote admin page change points to coins

DirtJumper

New Member
Joined
Jun 27, 2022
Messages
7
Reaction score
1
Location
Katowice
GitHub
DirtJumper
hello i need help to change points to coins in znote admin page i try change this "code" but im bad scripter :D

i'm using : znote 1.6 / otservbr 12.86
 

Attachments

Last edited:
hello i need help to change points to coins in znote admin page i try change this "code" but im bad scripter :D

i'm using : znote 1.6 / otservbr 12.86

Hello,
Not sure but,
Each `znote_account` change it to: `account` , then `points` to `coins`.
Then WHERE `account_id` to WHERE `id`.

Points are located on znote_account db, and 'tibia coins' on coins from account db.

Then you will need probably change $znote_account into $account.
Like each 'znote_account' you will see on peraph to 'account'.
 
Back
Top