RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
IP Ban

0 Members and 1 Guest are viewing this topic.

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Ok, so how can you set up an IP ban for an online game in RMXP? It doesn't need to be a system, I just need something that will block a specific IP.

***
~Banned~
Rep:
Level 88
~Banned~
Try making a simple IP block list for example:

You will need the following:
1 Variable
1 Event
1 Condition
1 Common Event

Set up a common event, and title it Block List, and put keep it's trigger on (none).
Then go to the first map where everyone is spawned, and title it Block List Call.
Set it on auto start and put in the following:

Call Common Event: Block List
Erase Event

In the Common event create a variable and name it Blocked Name, then make it something like this Blocked Name= (*Player Name*)
Then make a condition event that looks something like this (If Block List=*Player Name* call game over)

Quote
#Block List

<>If Blocked Name= *Player Name* Then Call Game Over
<>If else Do Nothing
If you have it make them get the game over screen enough then they should naturally just back off..
~Banned~

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
You do not even know how much help this is. THANK YOU.