Giter Club home page Giter Club logo

aliter's Introduction

Quick'n'Dirty Install Instructions

make configure install start

aliter's People

Contributors

valekhz avatar vito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aliter's Issues

"Streaming" (API) Chat Access

Brain dump time.

A lot of servers have a "Main" channel, and a lot of people ask things of GMs in that channel, now if the GMs aren't around, there's really no way to capture those messages. It would be awesome if the chat could be streamed to a page, read only of course, so that GMs (and other players for that matter) can keep track of what's going on in Main (or whatever) without being in game.

Scripts Need Knowledge of Character State

Beginning to run into scripts that need knowledge of the character's job (e.g., Novice, etc.). On further inspection of npc.ex I see that initialize() provides a 'player atom, that could be what I need to do something like:

if 'player.job?("novice")
  say "Hello n00b."
  close
else
  say "Hi non-n00b."
  close
end

New Configuration Scheme

Structure:

~/.(sname) -- Aliter directory, named after the shortname of the process that starts Aliter.
~/.(sname)/config/login/(server|...).erl -- Configuration for the Login server.
~/.(sname)/config/char/(node)/(server|...).erl -- Configuration for the Char server on (node).
~/.(sname)/config/zone/(node)/(server|...).erl -- Configuration for the Zone server on (node).

Configuration and database replication will only exist on the master node. Configuration will be sent to the respective nodes upon startup. This way only one copy of the configurations must exist, and the database will all be in one location.

NPC reloading (granular)

Some mechanism for reloading only certain NPCs, perhaps on a map (defaulting to the current one), or perhaps reloading all NPCs within view.

Support for Captchas in the Newer Clients

Newer clients have a little captcha pop up for verification, and although this can be bypassed by sending a packet (or so I hear) it should probably be done eventually.

A "Real" Who's Online Count

Following conversations and experiences about "server population," there should be some way to exclude players (e.g., shops) from counting towards the Who's Online tally.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.