Giter Site home page Giter Site logo

Comments (6)

Thomas-Smyth avatar Thomas-Smyth commented on August 26, 2024
 23:43:27 - Original Music:
Jesse Hopkins has mounted a localhost/pwnameserver. 
 23:43:29 - Original Music:
Jesse Hopkins has dismounted a localhost/pwnameserver. 

Odd results from current solution. Needs fixing.

from persistent-kingdoms.

LuisEngelniederhammer avatar LuisEngelniederhammer commented on August 26, 2024

Can you commit the code you got so far? I'll would like to look into it as well

from persistent-kingdoms.

Thomas-Smyth avatar Thomas-Smyth commented on August 26, 2024

@LuisEngelniederhammer it's already committed in the Better-Logs branch.

from persistent-kingdoms.

Thomas-Smyth avatar Thomas-Smyth commented on August 26, 2024
  ("agent_mount", # run when user mounts a horse. used to log.
   [(store_script_param, ":agent_id", 1),  # must be valid
    (store_script_param, ":horse_agent_id", 2),  # must be valid

    (agent_get_player_id, ":player_id", ":agent_id"),
    (str_store_player_username, s0, ":player_id"),
    (agent_get_item_id, ":horse_item_id", ":horse_agent_id"),
    (str_store_item_name, s1, ":horse_item_id"),
    (server_add_message_to_log, "str_s0_has_mounted_a_s1"),

    ]),

  ("agent_dismount", # run when user dismounts from a horse. used to log.
   [(store_script_param, ":agent_id", 1), # must be valid
    (store_script_param, ":horse_agent_id", 2), # must be valid

    (agent_get_player_id, ":player_id", ":agent_id"),
    (str_store_player_username, s0, ":player_id"),
    (agent_get_item_id, ":horse_item_id", ":horse_agent_id"),
    (str_store_item_name, s1, ":horse_item_id"),
    (server_add_message_to_log, "str_s0_has_dismounted_a_s1"),

    ]),

Bugs resolved.

from persistent-kingdoms.

Thomas-Smyth avatar Thomas-Smyth commented on August 26, 2024

#54

from persistent-kingdoms.

DejanM4 avatar DejanM4 commented on August 26, 2024

Tested. Works.

from persistent-kingdoms.

Related Issues (20)

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.