Jump to content

Sephus

Core Developers
  • Content Count

    229
  • Joined

  • Last visited

  • Days Won

    46

Reputation Activity

  1. Like
    Sephus got a reaction from ragar in Hercules Battlegrounds   
    Hercules Battlegrounds
    A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library.
    Version: 1.0a (alpha)
     

     
    Repository @ https://github.com/Smokexyz/HerculesBG

    Installation
    1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.)
    2) Place all script files in the default directory provided in the repository (or your own).
    3) Place all database and config parts in their respective files.
    4) in conf/plugins.conf add "hBG".
     
    Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin
     
    Battleground Modes
    Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it?
    1) Prevents conflicts when updating Hercules.
    2) Easy to install.
    3) Can be easily modified for more functions/features in the future.

    For contributors
    If you wish to add a free BG script to the list of available battleground modes, please contact me.
     
    Bug Reporting
    Please feel free to open an issue on the repository and I'll get to it as soon as I can.

    Donate to support the project and motivate updates.


  2. Upvote
    Sephus got a reaction from Shatowolf in Little Control Panel, for those who only want registration and status   
    Might I suggest expanding this towards a MVC (Model, View and Controller) design. If you're still working on it.
  3. Upvote
    Sephus got a reaction from tedexx in Achievement & Item Link System   
    Working on this
     
    The complete system is vast and requires scripting for most achievements as they're through NPCs. And we don't have much official info. But I've made it flexible enough to be customized for types of possible achievements, even ones not present in kRO.
  4. Upvote
    Sephus got a reaction from Wolfeh in hBG.c and HPMHooking.h Errors   
  5. Upvote
    Sephus got a reaction from Klutz in Hercules vs rAthena: Current differences   
    This will change to -
    Hercules: better stability, performance, customisation, closer to official, more updated.
  6. Upvote
    Sephus reacted to Ragno in Moving from eathena   
    Hercules doesn't use txt database, instead uses also sql db and provide two sql files for conversion:
     
    Hercules\sql-files\upgrades\eAthena-logs-upgrade.sql
    Hercules\sql-files\upgrades\eAthena-main-upgrade.sql
     
    Both of them can be found on GitHub: https://github.com/HerculesWS/Hercules
     
    If you want to export query sql into a txt file, I'm not used on it.
  7. Upvote
    Sephus got a reaction from M4karov in Hercules Battlegrounds   
    Hercules Battlegrounds
    A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library.
    Version: 1.0a (alpha)
     

     
    Repository @ https://github.com/Smokexyz/HerculesBG

    Installation
    1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.)
    2) Place all script files in the default directory provided in the repository (or your own).
    3) Place all database and config parts in their respective files.
    4) in conf/plugins.conf add "hBG".
     
    Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin
     
    Battleground Modes
    Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it?
    1) Prevents conflicts when updating Hercules.
    2) Easy to install.
    3) Can be easily modified for more functions/features in the future.

    For contributors
    If you wish to add a free BG script to the list of available battleground modes, please contact me.
     
    Bug Reporting
    Please feel free to open an issue on the repository and I'll get to it as soon as I can.

    Donate to support the project and motivate updates.


  8. Upvote
    Sephus got a reaction from raPalooza~ in Random Item Option System?   
    Working on this if someone isn't already. Will push a PR when complete.
  9. Like
    Sephus got a reaction from IndieRO in Random Item Option System?   
    Added in PR - https://github.com/HerculesWS/Hercules/pull/1598
  10. Upvote
    Sephus reacted to Mystery in February 2017 Digest   
    February Digest 2017
    The following digest covers the month of February 1st - February 28th 2017
     
     
    Team Changes
    hemagx has been moved to Former Core Developer from Core Developer Ragno has been moved to Community Contributor Frost has been moved to Script Developer from Former Script Developer (welcome back!)  
     
    Development Highlights
    Update gitlab-ci configuration to match current debian packages Fixes named items having their names changed when near other players Adds GvG2 zone on WoE:SE maps, disabling use of Leap/High Jump Fixes disguise position de-synchronization add chr() and ord() buildins Added option to show classchange only to one player Fix a CI build failure (gcc-5)  
     
    Scripting Highlights
    Add quest log for moscovia quests remove useless check for questprogress Fixes getbattleflag on npc/other/auction.txt  
     
    February Statistics
    During the period there were 19 Commits. 10 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  11. Upvote
    Sephus got a reaction from raPalooza~ in Random Item Option System?   
    Added in PR - https://github.com/HerculesWS/Hercules/pull/1598
  12. Upvote
    Sephus got a reaction from Mystery in Random Item Option System?   
    Working on this if someone isn't already. Will push a PR when complete.
  13. Upvote
    Sephus got a reaction from Mystery in Random Item Option System?   
    Added in PR - https://github.com/HerculesWS/Hercules/pull/1598
  14. Upvote
    Sephus reacted to caspe in Hercules Battlegrounds   
    Yes Emperium is monster, but i think battleground should use the same Emperium which is used for WOE. 
    @Smoke the mod_db u provided where monster 2107 is fallenbishop but its uses Emperium spirit in mob_avail.
  15. Upvote
    Sephus got a reaction from Ragno in R> How to squash commits on GitHub?   
    pick 285e1fc Adds a protection to 1st Barricade line on WoE SE maps to avoid splash damage without destroying Guardian Stones previously. pick 9450be2 Arrays improvement. Thanks Emistry! If you want to squash 9450be2 into 285e1fc, when you're given the output in your step 3, press i (which means insertion mode). navigate to the line of 9450be2 and change pick or 's' or 'squash' like so - 
    s 9450be2 Arrays improvement. Thanks Emistry! then press esc
    then type :wq
    and hit enter.
     
    You'd have rebased your revisions unless some conflicts occur.
  16. Upvote
    Sephus reacted to Ridley in Hercules vs rAthena: Current differences   
    I assume you want to go for pre-re. I think both emulators have some issues with pre re so I don't see much of a difference here (but I'm honestly no pre renewal player and don't know the exact differences) . Else content wise for renewal rA is ahead.
    As stated here, Herc works a lot more efficient and is cleaner. But it's biggest advantage is of course the plugin feature which basically works like an import folder for source code.
    The mana world is running Hercules with a plugin on steroids, so you can see with plugins you basically can build a whole new game around the emulator.
    https://www.themanaworld.org
  17. Upvote
    Sephus got a reaction from Aeromesi in Hercules Battlegrounds   
    Thank you for the bug reports, I will look into these as and when I free up. If you fix something, please feel free to create a pull request in the plugin repository.
  18. Upvote
    Sephus got a reaction from ZelosAvalon in Episode System   
    this is good, if episode == 1, it could disable all features/functions not in that particular episode.
  19. Upvote
    Sephus reacted to Minneman in Hercules Battlegrounds   
    HI smoke! thanks x this incredible plugin!
     
    i have some bugs, ex: on flavius CTF and SC you can heal with items when you have a flag, also you can use skills on the same state but dont must do this..
     
     
     
     
    sorry my english u.u
  20. Upvote
    Sephus reacted to 4144 in [SOLVED] MariaDB Support   
    For mariadb correct way is:
    ./configure --with-mysql=/usr/bin/mariadb_config
  21. Upvote
    Sephus reacted to Adel in Adel's Sprite Showcase   
    Hello people~
    I am Adel and this is my updated sprite showcase.
    ❤   ❤   ❤  Hope you enjoy    ❤   ❤   ❤
    Note: Please do not steal the display images.
    Some of the references for my sprites were taken from other game sources.  
          
          
       
          
       
          
          
       
          
          
          
       
          
             
             
       
          
             

          
       
             
           
              
          
          
       
           
           
             
          
       
           
           
             
          
          
             
          
          
                
            

        
                
             
          
       
          

             
           
        
          
          
          
          
          
        
     
          
          
          
          
     
    Mob Sprites
     
             
          
             
       

    Other Sprites

     
  22. Upvote
    Sephus reacted to Dastgir in [Plugin] Map-Char Communication   
    Now, its time to show examples of how map-char communication can be made,
    this is essential as there's no example anywhere about this, so here it is...
     
     
    https://raw.githubusercontent.com/dastgir/HPM-Plugins/master/src/plugins/packet_sample.c
    Above is the example of Communication between Map-Char Server

    Here's Description of what All Functions does:
    map_sendtochar: Sends Packet to the char-server packet_test(Command): Sets common_value and calls map_sendtochar char_receive_packet: CharServer Function to receive packets(see declaration in plugin_init)


    ScreenShot:


  23. Upvote
    Sephus got a reaction from jonathan in Hercules Battlegrounds   
    Hercules Battlegrounds
    A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library.
    Version: 1.0a (alpha)
     

     
    Repository @ https://github.com/Smokexyz/HerculesBG

    Installation
    1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.)
    2) Place all script files in the default directory provided in the repository (or your own).
    3) Place all database and config parts in their respective files.
    4) in conf/plugins.conf add "hBG".
     
    Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin
     
    Battleground Modes
    Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it?
    1) Prevents conflicts when updating Hercules.
    2) Easy to install.
    3) Can be easily modified for more functions/features in the future.

    For contributors
    If you wish to add a free BG script to the list of available battleground modes, please contact me.
     
    Bug Reporting
    Please feel free to open an issue on the repository and I'll get to it as soon as I can.

    Donate to support the project and motivate updates.


  24. Upvote
    Sephus got a reaction from JulioCF in Hercules Battlegrounds   
    Hercules Battlegrounds
    A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library.
    Version: 1.0a (alpha)
     

     
    Repository @ https://github.com/Smokexyz/HerculesBG

    Installation
    1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.)
    2) Place all script files in the default directory provided in the repository (or your own).
    3) Place all database and config parts in their respective files.
    4) in conf/plugins.conf add "hBG".
     
    Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin
     
    Battleground Modes
    Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it?
    1) Prevents conflicts when updating Hercules.
    2) Easy to install.
    3) Can be easily modified for more functions/features in the future.

    For contributors
    If you wish to add a free BG script to the list of available battleground modes, please contact me.
     
    Bug Reporting
    Please feel free to open an issue on the repository and I'll get to it as soon as I can.

    Donate to support the project and motivate updates.


  25. Upvote
    Sephus got a reaction from Rebel in Hercules Battlegrounds   
    Hercules Battlegrounds
    A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library.
    Version: 1.0a (alpha)
     

     
    Repository @ https://github.com/Smokexyz/HerculesBG

    Installation
    1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.)
    2) Place all script files in the default directory provided in the repository (or your own).
    3) Place all database and config parts in their respective files.
    4) in conf/plugins.conf add "hBG".
     
    Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin
     
    Battleground Modes
    Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it?
    1) Prevents conflicts when updating Hercules.
    2) Easy to install.
    3) Can be easily modified for more functions/features in the future.

    For contributors
    If you wish to add a free BG script to the list of available battleground modes, please contact me.
     
    Bug Reporting
    Please feel free to open an issue on the repository and I'll get to it as soon as I can.

    Donate to support the project and motivate updates.


×
×
  • Create New...

Important Information

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