Jump to content

bWolfie

Members
  • Content Count

    848
  • Joined

  • Last visited

  • Days Won

    34

Reputation Activity

  1. Upvote
    bWolfie reacted to Nihad in Command @resist   
    I keep similar commands in a single plugin, so here is mine with all the extra stuff removed. Pretty sure it should work.
    https://pastebin.com/0FxmwkC5
  2. Upvote
    bWolfie got a reaction from Atomik in Height and Width for browser Popup in RO <url><info></info></url>   
    <URL>herc.ws<INFO>http://herc.ws,500,500</INFO></URL>
  3. Upvote
    bWolfie got a reaction from Dastgir in Infinite Storage   
    Will try it out. It's a decision you have to make whether to use it or not, since once you increase storage limit, you shouldn't ever reduce it, since players won't be able to access some items until they empty space :| could prove problematic. This is not exclusive to this plugin, though, thought I'd put it out there :P. Thanks as always, Dastgir!
  4. Upvote
    bWolfie reacted to Nihad in Infinite Storage   
    Way to go dastgir, as always you rock. Tested and works fine.
    Made the limit 1500 just to test, once I had above 1200 items in storage it started to lag my client when opening storage. But yeah works like a charm, up to 1000 no issues or delays. 
  5. Upvote
    bWolfie reacted to Dastgir in Infinite Storage   
    Hello,
    I feel this is one of the important setting, which was restricted due to packet size. So I have made this plugin to allow UNLIMITED Storage Size.
    Just enable this plugin and set MAX_STORAGE(from common/mmo.h) to whatever you want.
    Link: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/storage_expand.c
     
    Note: This doesn't work with Guild Storage.
  6. Upvote
    bWolfie reacted to ljsb in Hercules Battlegrounds   
    Great plugin!
    I've just pushed an implementation so that team emblems are displayed on the character's head instead of swords.
  7. Upvote
    bWolfie reacted to 4144 in What is the possibles values of 'state' column on 'login' table?   
    if state 0, account not banned
    if state is non zero, banned. And value (state - 1) will be sent to client in auth error packet.
    This mean any non zero values only have any meaning for client.
     
  8. Upvote
    bWolfie reacted to Hyvraine in Stellar - FluxCP (Herc FluxCP)   
    View File Stellar - FluxCP (Herc FluxCP)
    Stellar by HTML5 UP | @ajlkn | html5up.net
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
    Integrated to FluxCP (Hercules) by Hyvraine of Hyvraine Designs | facebook.com/HyvraineDesigns
    ================================
    Ported this to FluxCP (Herc) as I was fiddling with responsive templates. It's semi-responsive, I think.
    FEATURES:
    WoE Countdown Top Guild Top Player (based on FluxCP's Character Ranking module) HOW TO INSTALL:
    This follows the default theme of FluxCP, it acts similar like Emphaino where it inherits the default FluxCP pages.
    Extract the RAR file in the themes folder.  In application.php: make sure 'stellar' comes first and then 'default' next 'ThemeName' => array('stellar','default'), // Names of the themes you would like to use. Themes are in FLUX_ROOT/themes. First theme listed will be default theme. And you should be good to go.
    HOW TO EDIT:
    Site title is still dependent on the variable SiteTitle inside application.php.
    Edit index.php in stellar/main/ for the front page stuff.
    For the Favicon, Logo, Description, WoE Hours, Site Navigation, please visit settings.php for more instructions.
     
    Submitter Hyvraine Submitted 01/09/18 Category Web Resources  
  9. Upvote
    bWolfie reacted to Temtaime in New life for RO   
    Hi all !
    Beta v0.4.0 is here ! http://aesir.perfontain.ru/forum/topic/23-beta-v040/
    Key change is a new skin (special thanks to @Tyrfing !
    Thanks for all of you guys for the support in this year, we made a big step, i promise, in 2018 Æsir will be made even cooler !
    Happy new year !

  10. Upvote
    bWolfie reacted to kukayasko in Trojan in my server patch ???¿¿¿   
    Before: No virus
    After: Trojan in almost all.
     
    Tested: Custom Icon in Nemo = 62x Trojan
    Test2: Custom Icon random in nemo (not an icon related to ragnarok) = 0 virus
    Test3~10: Many icons differents about ragnarok = 62x trojan
    Test11: Another icon about ragnarok = ok.
     
    So guys, this is the solution if you have this problem. Do not use the diff option "Use ragnarok icon", instead of this use "custom icon" and try to find one untill you scan find no virus.
     
    @4144 Thanks for the good intention.
  11. Upvote
    bWolfie reacted to Ai4rei in RO Open Setup, v3.1.0.627 - last updated 2023/11/18   
    Updated to 2.12.0, adds support for new in-game commands.
    New translation bits:
    IDCHECKBOX_BTG, "Turns the battle grounds icon on and off.\n\nIngame: /btg" IDCHECKBOX_CASHSHOP, "Turns the cash shop icon on and off.\n\nIngame: /cashshop" IDCHECKBOX_GOLDPC, "Turns the PC Bang gold mining UI on and off.\n\nIngame: /goldpc" IDCHECKBOX_ROULETTE, "Turns the roulette icon on and off.\n\nIngame: /roulette" IDCHECKBOX_QUAKE, "Turns screen shaking effect on and off.\n\nIngame: /quake" Updated translation bits:
    IDCHECKBOX_AURA, "Turns aura effect simplification on and off.\nThis effect is displayed when you attain maximum base level for your job.\n\nIngame: /aura"  
  12. Upvote
    bWolfie reacted to Temtaime in New life for RO   
    Some more news : to avoid DMCA from Koreans, now i'm extracting « RO files format » -> « our custom files format » converter from the Æsir and after this will be done, i'll publish Æsir on github.
  13. Upvote
    bWolfie got a reaction from IndieRO in getguildid Script Command   
    Hello! The following plugin will grant your server the getguildid("<Guild Name>") script command. It is quite self-explanatory. Simply enter the Guild Name for which you need the GID. Make sure you capture it too!
    Example:

    .@GID = getguildid("My Pro Guild"); // .@GID will now be equal to whatever the guild id of 'My Pro Guild' is. // example, can be used with flagemblem flagemblem(.@GID);
    Hopefully no errors and compiles first time ...and hopefully this will get added to source as I hadn't found a similar functionality to it yet in our existing commands.
    Download: https://pastebin.com/CpyT7WKm
  14. Upvote
    bWolfie got a reaction from AsurielRO in King of Emperium Hill   
    you need to add custom mob id to db\mob_avail.txt
  15. Upvote
    bWolfie reacted to Temtaime in New life for RO   
    Hi guys !
    Beta v0.3.0 is here !
    Key feature is support of npc shops, yay !
    More info http://aesir.perfontain.ru/forum/topic/15-beta-v030/

  16. Upvote
    bWolfie reacted to ljsb in Bug bg_message   
    Olá, pessoal.
    Efetuei todo tipo de teste, inclusive no emulador no que se baseia no Hercules (o brathena) e o problema se repetiu.
    Acontece quando executada a função visual bg_message, caracteres especiais são exibidos ao final da mensagem, conforme imagem abaixo:

    Testei com todas as langtypes, versões e até com diferentes hexeds, ainda assim o erro se repete (vezes com menos, vezes com mais caracteres esquisitos).
    Outra observação é que digitei coisas aleatórias e comandos antes da execução do bg_message, os últimos caracteres exibidos no cliente parecem ser somados à mensagem do bg_message, desse jeito:

    Inseri um ShowDebug no corpo da função p/ saber o que está sendo passado ao cliente e a mensagem é exibida normalmente no debug (sem caracteres adicionais).
    Acredito que seja problema com pacotes e, antes de publicar esse tópico eu busquei bastante sobre o assunto e não encontrei nada parecido.
    Estou utilizando:
    ----------------------------------------------------------------------------------------
    Hexed: 2010-07-30
    Data, lua files: Client-Side oferecido pelo brAthena
    GRF: BRO
    Langtype: 12 (já testei todas)
    Version: 25 (já testei de 20 à 26)
    ----------------------------------------------------------------------------------------
     
    Desde já, agradeço a ajuda!
  17. Upvote
    bWolfie reacted to Promeister in Caelum Sword   
  18. Upvote
    bWolfie got a reaction from Promeister in Custom Job + Large Mob   
    whoa those some huge, freaky looking monsters.
  19. Upvote
    bWolfie reacted to Promeister in Custom Job + Large Mob   
  20. Upvote
    bWolfie reacted to Adel in Adel's Free Sprites   
    Haunting Spirits
    A little Halloween gift for the community. Hope ya'll enjoying Halloween! 
    Please join my Discord channel and click on #freebies to Download.
     

  21. Upvote
    bWolfie reacted to Adel in Adel's Sprite Showcase   
    Halloween Set 2
     
          
       
           
           
  22. Upvote
    bWolfie reacted to Adel in Adel's Sprite Showcase   
    Halloween Set 1
     
           
              
          
  23. Upvote
    bWolfie reacted to Murilo BiO' in Item Drop Lock   
    Hey everyone!
     
    About this plugin:
    Well.. I saw a friend that had to remove some items from being dropped by some monsters and he was struggling with the `mob_db` since a lot of monsters drop that item.
    So I made this plugins which can disable an item from being dropped by all monsters or just for the specified mob types, and also with the possibility of set some exceptions.
    I hope it can help other people with the same problem.
     
    Installation:
    Well, you just need to extract it on your `src/plugins/` folder and declare it on the `conf/plugins.conf` file, and follow the instructions to build plugins with MSVC or GCC.
     
    Downloads \ Changelog:
    1.0a - Initial Release.
     
    Bug Report:
    Also, if you find any bug, just tell me *here in this post* or start a new issue on my plugins repository (Link).
     
    Contributing:
    You can contribute to this plugin or any other one in my Plugins Repository by sending pull requests
     
     
  24. Upvote
    bWolfie reacted to Nihad in Editing db/npc's/quests   
    Not sure if you knew but github has this nifty feature called "History". 
    When you click on a file, you can select several options at the top right of the file. 
    For example morocc: https://github.com/HerculesWS/Hercules/commits/master/npc/cities/morocc.txt
    This displays all the commits made to that  file, and you can click on a specific date and view the changes made then and the file as it was at that point by clicking "view". You can browse the entire herc repo as it was at that point by clicking "browse files".
    You will also need to find an older grf and extract the old city map and replace the new one and update your mapcache. Hop that helps a tiny bit.
  25. Upvote
    bWolfie reacted to Asheraf in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
×
×
  • Create New...

Important Information

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