Jump to content

Yommy

Community Contributors
  • Content Count

    290
  • Joined

  • Last visited

  • Days Won

    29

Reputation Activity

  1. Upvote
    Yommy reacted to Ind in Introducing Hercules Plugin Manager   
    Introducing Hercules Plugin Manager
    Hello~! What?!
    I can't express how awesome this is. It's awesome, so awesome. ...Incredibly awesome, yet another awesome feature brought to you by Hercules Thoughtfully Designed
    This features' design began long ago, a precursor to this feature, which demonstrates for how long we've been planning it, is the Hercules Renewal Phase One Usage Example
    Can be used to create @commands Can be used to create script commands Can be used to create console commands Can be used to replace core functions with your ownA example of how handy this can be: when any RO emu updates a section of the code that is used by a user's modifications, e.g. Harmony, no matter how silly the edit is (e.g. a tab alignment update) the user has to wait for his modification's developer to update his patch (unless he manages to update it on his own), if the developer in question starts to use the HPM for his hercules users instead of a patch file, his users using hercules will no longer have to wait for updates unless the way the code works changes on hercules' end. All About It - Documentation
    Its being done, most of it is already available in our wiki Hercules Plugin Mananger Building HPM Plugin for MSVC Building HPM Plugin for GCC Links~!
    Hercules Console Input Update (HPM Friendly) Commit Visual Studio 2010 2 Notes
    The plugin "sample" is currently missing projects for msvc2010 and msvc2012, thats because I dont have them, this will be solved asap, once one of our developers who possesses them logs in. Login/Char server plugin support is currently disabled, it should be enabled by the next release, which will also include Hooks support (as an alternative to overloading)
  2. Upvote
    Yommy reacted to Shakto in 2013 Ragexe Area   
    I tried to add the brathena patch but it doesn't work :/
     
    I'll try this 
     
    OPTION_HANBOK    = 0x08000000, OPTION_MOUNTING  = 0x10000000,   i had OPTION_MOUNTING  = 0x08000000, OPTION_HANBOK    = 0x10000000,  
  3. Upvote
    Yommy reacted to Judas in 2013 Ragexe Area   
    brathena has the implementation for this,
     
    but if you want a quick fix:
     
    OPTION_PLACEHOLDER = 0x08000000,
    OPTION_MOUNTING = 0x10000000,
     
    and that should fix it.
  4. Upvote
    Yommy reacted to Ind in Yommy   
    /me joins the trend, in c.int main(int argc, char **argv) { const char* peepz[17] = { "Jezu","dastgirpojee","JayPee","nanakiwurtz","hemagx","malufett","pr3p","nndsl","Zopokx","Vali","Virtue","M45T3R","Michieru","Judas","Beret","Yommy","Jman" }; int i; for(i = 0; i < 17; i++) { if( i != 16 ) printf("%s & ",peepz[i]); else printf("%s , ",peepz[i]); } printf("I'm Ind"); return 0;}
  5. Upvote
    Yommy reacted to Jguy in Yommy   
    [cbox]<?php
    $names = array("Jezu","dastgirpojee","JayPee","nanakiwurtz","hemagx","malufett","pr3p","nndsl","Zopokx","Vali","Virtue","M45T3R","Michieru","Judas","Beret","Yommy");
    echo "Hi ";
    foreach($names as $value) {
    if ($value != "Yommy") {
    echo $value." & ";
    }
    elseif ($value == "Yommy") {
    echo $value.", ";
    }
    }
    echo "I'm Jman.";
    ?>[/cbox]
  6. Upvote
    Yommy got a reaction from Judas in 2013 Ragexe Area   
    /hugs
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.