The purpose of the system is to present the entry of a second account with the same thread on the map you have determined.
Example Ox contest etc. etc.
Quest example:
To add/remove maps just edit: map_manager.h:
Example Ox contest etc. etc.
Quest example:
Code:
when login with pc.is_pc_ip_in_map() begin
chat("You can enter this map with only 1 character per IP. You will be teleported to the village in 5 seconds.")
warp_to_village()
end
To add/remove maps just edit: map_manager.h:
Code:
std::map<DWORD, std::map<DWORD, DWORD>> maps = {
{ 181, {} },
{ 182, {} },
{ 183, {} }
};


