I'd like to use this plugin to implement asynchronous PvP in RMMZ, but I have some concerns regarding feasibility and security:
Several players upload and store their party data into the database through NPC interaction. Player B then matches with a suitable opponent from the player party pool in the database and generates a temporary troop for Player B to simulate the battle. Is this achievable using this plugin?
Can the database be protected against malicious tampering or the uploading of illegal content? For example, by using an API to upload data, which is then processed securely on the server side before being written to the database.
Thank you very much if you can take the time to answer; it would be a great help to me!
this plugin can do all things you mentions and also can create real mmorpg game, i have alrady posted all things on my youtube channel
you can find all realated videos about making system on my youtube, also the lastes i made is real mmorpg using same plugin you can see other players walking on same map,
you can create actual pvp also but u need lots of coding knowledge, and you can creaet asynchronouse pvp easy which i used to do also play and A and B fight pvp , they fight with clone of each other in troops to simulate battle,
we dont use directe datbase connectin in plugin file , we use api to connect databse, and api is on server or hosted on ,
there are many things you can do with little bit understanding of mysql and php coding, and js coding,
please kindly watch all my videos about thsi pluign you will get you answer
if you want to live chat join disocrd i alwsy respond the ppl
thanks for taking your time and thinking about my pluign
links are below
actuall mmorpg on same map players using same plugin
I bought this but I am not that good with databases. I have no idea how to use this and your video does not help at all. It starts with the fact that after importing the plugin and setting up access to the database, which I have created and entered the correct login data, the console does not say it connected to the database at all. Script calls cause a crash, there is no explanation how to set up the database, how to store strings, nothing.
Perhaps you can provide an example project or an example database table we can upload to our servers?
What I am trying to do are leaderboards. Player Name (as typed into the user window upon completion of the challenge) Time spent (three variables) and date of time completion. And then I want to display that :)
Thanks, but the video is not helpful if I get an error connecting to the database in the beginning. A connection to localhost won't do me no good. I want to do online highscores. I need to connect users to my server with my database. So I put in my server name, my database name, the password. And then I get an error.
← Return to MYSQL CONNECTION
Comments
Log in with itch.io to leave a comment.
I'd like to use this plugin to implement asynchronous PvP in RMMZ, but I have some concerns regarding feasibility and security:
Thank you very much if you can take the time to answer; it would be a great help to me!
hi, qq.com
this plugin can do all things you mentions and also can create real mmorpg game, i have alrady posted all things on my youtube channel
you can find all realated videos about making system on my youtube, also the lastes i made is real mmorpg using same plugin you can see other players walking on same map,
you can create actual pvp also but u need lots of coding knowledge, and you can creaet asynchronouse pvp easy which i used to do also play and A and B fight pvp , they fight with clone of each other in troops to simulate battle,
we dont use directe datbase connectin in plugin file , we use api to connect databse, and api is on server or hosted on ,
there are many things you can do with little bit understanding of mysql and php coding, and js coding,
please kindly watch all my videos about thsi pluign you will get you answer
if you want to live chat join disocrd i alwsy respond the ppl
thanks for taking your time and thinking about my pluign
links are below
actuall mmorpg on same map players using same plugin
datbase related logic making tutorialshttps://www.youtube.com/playlist?list=PLSpljKp0EuPlv_4w0ZmqP9s59i6UkDylu
just go to my profile page you will get all other links
hello is there any other way to buy this? i don't have a paypal
also, can I modify the code?
yes you can modify just dont forget to give me credit as orginal developer of this code
sure!~
I bought this but I am not that good with databases. I have no idea how to use this and your video does not help at all. It starts with the fact that after importing the plugin and setting up access to the database, which I have created and entered the correct login data, the console does not say it connected to the database at all. Script calls cause a crash, there is no explanation how to set up the database, how to store strings, nothing.
Perhaps you can provide an example project or an example database table we can upload to our servers?
What I am trying to do are leaderboards. Player Name (as typed into the user window upon completion of the challenge) Time spent (three variables) and date of time completion. And then I want to display that :)
Hi, thanks for download, test game version is added you can download it now, just dont forget to install node js to computer first
Thanks, I'll check it out and give feedback. :)
Can't start. When i press ENTER on the Title, as it says I should, it crashes.
HI, THERE, i just recorded whole process from empty project to working all stuff project 1 is also able to download now and
i have uploaded youtube link also how to do
Thanks, but the video is not helpful if I get an error connecting to the database in the beginning. A connection to localhost won't do me no good. I want to do online highscores. I need to connect users to my server with my database. So I put in my server name, my database name, the password. And then I get an error.