mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 12:31:32 +12:00
Implement duplicate login checks,
and fix item spawning.
This commit is contained in:
parent
519355a231
commit
18201596c8
9 changed files with 225 additions and 9 deletions
|
@ -51,6 +51,7 @@
|
|||
},
|
||||
"disconnect":{
|
||||
"banned":"Your account has been BANNED. You will no longer be able to login",
|
||||
"dupe_login":"Duplicate Login. Disconnecting Previous.",
|
||||
"client_timeout":{
|
||||
"warn_after":10,
|
||||
"kick_after":25,
|
||||
|
@ -34339,6 +34340,13 @@
|
|||
"starting_y":138
|
||||
},
|
||||
"places":{
|
||||
"zones":[
|
||||
{"start_x":862,"end_x":967,"start_y":37,"end_y":123,"name":"Zebra"},
|
||||
{"start_x":24,"end_x":56,"start_y":15,"end_y":47,"name":"Rat"},
|
||||
{"start_x":275,"end_x":340,"start_y":290,"end_y":354,"name":"Butterflies"},
|
||||
{"start_x":375,"end_x":389,"start_y":243,"end_y":252,"name":"Lawn"},
|
||||
{"start_x":431,"end_x":442,"start_y":135,"end_y":148,"name":"Flamingo"}
|
||||
],
|
||||
"towns":[
|
||||
{"start_x":219,"end_x":221,"start_y":136,"end_y":138,"name":"Tropicton Village"},
|
||||
{"start_x":307,"end_x":310,"start_y":102,"end_y":104,"name":"Rainy Meadows"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue