Recent content by Shikazu

  1. S

    [WIP] AthenaMT

    Hello everyone, today I wanna discuss my new project with you guys and want to get your opinions in return. The project is a new Ragnarok Online Emulator, written from scratch. It's Multithreaded, Asynchronous, Shardable and written in C++11. I'm pretty much at the beginning and therefore...
  2. S

    [Liberty]DLL Importer v0.1

    Here I'm going to present you a simple DLL Importer for adding a DLL to your Ragnarok Clients. It loads the DLL Entry Point, so you can add every DLL you like to add. README Liberty DLL ImporterVersion 0.1:- Adds a DLL of your choice to the Ragexe Client (works with every .exe)- Uses the DLL...
  3. S

    Unable to compile with newest git version

    I didn't know where to post this, since it is repository and source related.. if i'm wrong, please move it. I can't compile most of the repositorys, I had to go back over 100 revisions to get a working copy of hercules!!!! Error Log: http://upaste.me/671064802dae4565 Server Setup: Debian 6 -...
  4. S

    [Atcommand]afk

    The plugin is working but has no timeout and you can sit wherever you want. It is being reworked, when i have found out how to access the config's from a plugin. Here it is: https://github.com/shikazu/hpm-plugins/blob/master/src/plugins/afk.c just compile it, add it to your plugins.conf and...
  5. S

    [Script CMD]messagecolor

    This script command is written to send color'ed messages to the player. dispbottomcolor is only writing messages to the players chatlog, but messagecolor is writing it to the chatlog and the message appears above his character's head. The source is available via github...
  6. S

    Shikazu's HPM Plugin Collection

    Hey Guys, here i will list all plugins i write for the Plugin Module of Hercules. GitHub Repository: https://github.com/shikazu/hpm-plugins Plugin List:  - [Atcommand] @afk -> http://herc.ws/board/topic/984-atcommandafk/  - [Atcommand] @mapmoblist -&gt...
  7. S

    [Script CMD]autonext

    So here is the plugin which has been requested here. Thank you for requesting it, i was just thinking about stuff i can implement The problem with this is, that the "next" buttons are still in the bottom of the window of that npc and they are not going to disappear, because the next is made...
  8. S

    [Script CMD]dispbottomcolor

    Hey Guys, It's just the first plugin in made for the HPM and i'm posting some more in this section, once i got everything out about the HPM uPaste.me - http://upaste.me/8fec6054919f4fa2 #include <stdio.h>#include <string.h>#include "../common/HPMi.h"#include...
  9. S

    HPM script command - Cant get it to work q.q

    Hey I have some issues in getting stuff to work, because i want to write mit source edits as HPM Plugins so i dont have to edit everything if there was an update i've tried to add a new command called dispbottomcolor and i have some issues Here is the plugin...
  10. S

    Fix in Database "atk:matk"

    Hey guys, i would suggest, that we fix something in the database (flat file & sql). An Update which added a new field to the database ruined the database template : Line 943/** * [RRInd] * For backwards compatibility, in Renewal mode, MATK from weapons comes from the atk slot * We use a...
Back
Top