Skip to content

b0r3d0m/mafen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

mafen

logo

mafen is a web-based application that helps u with various Haven & Hearth tasks. For example, you can check your character's inventory and study any items you want, view your character's attributes (incl. hidden ones), or chat with other players via area / village / kingdom chats. Note that you can do it from any device you have at the moment. No need to launch a full desktop H&H client at all!

study

nearby players list

chats

attrs

(click me)

Usage

Start service

  • cd service
  • pip install -r requirements.txt
  • vim config.ini (optional)
  • python main.py &

Start web backend

  • cd web
  • npm install
  • vim server/config.json (optional)
  • gulp bundle-js
  • node server/index.js & # consider about using forever though

NOTE that if you want to route your browser's requests to your own instance of mafen service, you have to change a hard coded WebSocket URL in the LoginCtrl.js from this one

'ws://mafen.club:8000'

to this one

'ws://localhost:8000'

How can I help?

  • star this project!
  • fork and create pull requests with any changes you want
  • Feel free to send me an email with feature requests and your feedback

License

Copyright © 2017 b0r3d0m b0r3d0mness@gmail.com

Distributed under the MIT License.

Background image was made by ragxar.

About

mafen is a web-based application that helps u with various Hafen & Hearth tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •