I want to prevent that the same player to open a multiples instance of an NPC in different account, tracking by ip [eg]...
I try many things to do this work, but whitout sucess.
Let explain...
When a player touch on specific npc, this send the IP to a MySql Table.
if he try to access the same npc in another account, the npc will say that he dont have permission while the another account instance is open.
How this npc will do that?
He (npc) will get with query_sql the IP and Name of character that initialize the dialog with npc.
Anyone know some easyway to do that? I unfortunately do not know.
I try many things to do this work, but whitout sucess.
Let explain...
When a player touch on specific npc, this send the IP to a MySql Table.
if he try to access the same npc in another account, the npc will say that he dont have permission while the another account instance is open.
How this npc will do that?
He (npc) will get with query_sql the IP and Name of character that initialize the dialog with npc.
Anyone know some easyway to do that? I unfortunately do not know.
Last edited by a moderator: