Rose Online Asset File Format Technical Specification

This document will serve as a technical reference for the very old MMORPG Rose Online. The goal is that this information is never lost and may help decades later. Table of Contents Introduction Core Systems File Format Specifications Client-Side Rendering Pipeline Blender Plugin Implementation Guide Code Examples and Reference Implementations Quick Reference Appendices 1. Introduction …

Flyff ATools – compiled and ready for use

Atools is a set of custom programs created to modify and customize Flyff resource files. The files can then be used on private game servers. There are four tools included which allow you to modify everything about the game like the GUI, models of monsters and items, character models, and even the world maps. I …

Cisco EEM Script To Email On Successful SSH Login

Here’s a quick EEM script I wrote to email you the information of someone who just SSH’d into the Router successfully. event manager environment _email_to [email protected] event manager environment _email_server X.X.X.X event manager environment _email_from [email protected] event manager applet email event syslog pattern “SEC_LOGIN-5-LOGIN_SUCCESS” action 1.0 cli command “enable” action 2.0 cli command “show users” …