devilman Posted November 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 09/11/20 Last Seen: June 3, 2024 Share Posted November 12, 2021 I have the attention of other developers helping me to do this, but my server is Pre-Renewal and it also makes changes to the Element database, making a Renewal Server. but I really need to know how to do this because it is possible, that I just want to do it without changing my database. (Pd: sorry for my English is not my native language) Quote Link to comment Share on other sites More sharing options...
Mael Posted November 12, 2021 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 4 minutes ago Share Posted November 12, 2021 (edited) 6 minutes ago, devilman said: I have the attention of other developers helping me to do this, but my server is Pre-Renewal and it also makes changes to the Element database, making a Renewal Server. but I really need to know how to do this because it is possible, that I just want to do it without changing my database. (Pd: sorry for my English is not my native language) Find a new one and burn it. That CP does not receive updates. Edited November 12, 2021 by Mael more info Quote Link to comment Share on other sites More sharing options...
devilman Posted November 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 09/11/20 Last Seen: June 3, 2024 Author Share Posted November 12, 2021 Oh thanks and which do you suggest is better? Quote Link to comment Share on other sites More sharing options...
Mael Posted November 12, 2021 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 4 minutes ago Share Posted November 12, 2021 29 minutes ago, devilman said: Oh thanks and which do you suggest is better? https://github.com/rathena/FluxCP/commits/master You can find many themes in the download section or you can also hire someone to design something for you here: https://rathena.org/board/thirdpartyservices/ Quote Link to comment Share on other sites More sharing options...
devilman Posted November 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 09/11/20 Last Seen: June 3, 2024 Author Share Posted November 12, 2021 Thanks good sir Quote Link to comment Share on other sites More sharing options...
WhiteEagle Posted November 13, 2021 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 483 Reputation: 67 Joined: 08/28/12 Last Seen: 4 hours ago Share Posted November 13, 2021 Why don't use the OnPCLoginEvent? Like: - script DonateExchange FAKE_NPC,{ end; OnPCLoginEvent: set @dCreds,query_sql("SELECT `balance` FROM cp_credits WHERE `account_id` = "+getcharid(3)+";",.@dCreds); if(!.@dCreds) { end; } set #CASHPOINTS,#CASHPOINTS+.@dCreds; .@dCreds = 0; query_sql("UPDATE `cp_credits` SET `balance` = "+.@dCreds+" WHERE account_id = "+getcharid(3)+";"); dispbottom "Credis were converted into Cashpoints ["+ #CASHPOINTS +"]."; end; 2 Quote Link to comment Share on other sites More sharing options...
Orlando834 Posted 12 hours ago Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 05/05/25 Last Seen: 11 hours ago Share Posted 12 hours ago Beat the Heat with Papa's Freezeria: A Summer Simulation Sensation Papa's Freezeria is a beloved time-management game where players take on the role of an employee tasked with serving up delicious sundaes on a tropical island. From taking customer orders to crafting the perfect blend of ice cream, toppings, and syrups, every detail matters in keeping your patrons happy. Mastering the art of sundae creation is crucial for success. You'll need to learn the preferences of each customer and efficiently manage your time to meet their demands. The game's intuitive interface and progressively challenging levels offer hours of engaging gameplay. With unlockable ingredients, customizable shop decorations, and quirky customer characters, Papa's Freezeria offers a delightful and addicting experience for players of all ages. So, grab your apron and get ready to scoop your way to success in Papa's Freezeria! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.