Jump to content

Happy

Members
  • Content Count

    170
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Happy


  1. Well, using NEMO's Patcher you can restore old login on new clients to bypass the use of a launcher. But, i'm not sure if it supports clients this new, it may need to be updated assuming packet's were changed around.

     

     

    Tried restoring old login it works :)

     

    I wonder if anyone had luck with weapon bug.


  2. index.php?app=downloads&module=display&section=screenshot&id=169

    File Name: PvP Ladder

    File Submitter: Happy

    File Submitted: 28 Nov 2014

    File Category: PvP, WoE, GvG, & Battleground

     

    This is a script by Stolao from rAthena. The original versions by him doesn't work well as he was not able to actually test things.

    As I was trying to use it, I found the bugs and decided to fix them for release here in Hercules as I've noticed we do not have a ladder here.

     

    @Stolao, if you see this I am sorry for fixing your script without permission and for releasing my unofficial version of it here. Let me know if you need me to take this down and I will be happy to do so.

     

     

    Features:

    So basically its a simple PvP Ladder that is using arrays & player permanent variable instead of custom SQL table to store the ranking.

    • GMs/Admins can reset the ranking
    • Players can view the ranking
    • Configurable option to give #Pvppoints or any variable for use on a shop/npc which is not included here.
    • Configurable anti repeat kill abuse, disable/enable on WoE, Announce, Max Players to Rank
    • @PvpLadder to easily view ranks

    So yeah, All credits to Stolao, I mainly just made it work by fixing the bugs and debugging. I apologize if its not as clean as it should be, I was kinda in rush when i fixed it. I'll probably clean it up when I get some time.

     

    github(if you want to help improve it): https://github.com/happyme9/AthenaScripts

     

    Click here to download this file


  3. Hello! I'm confused if you also need the info about how to create a pub but just in-case

     

    To create a pub you could use a command called waitingroom

     

    and destroy it with delwaitingroom
     
    You could check the syntax at your herculescopy/doc/script_commands.txt just search *waitingroom or *delwaitingroom.
     
    Then you probably need to put them in some kind of loop or a bunch of OnMinute if you're in a hurry xD (see *OnMinute on the doc)
     
    If i have time later I'll try to make this for you if you still haven't figure it out or someone else hasn't given the answer yet :)

  4. So i was following this guide http://herc.ws/wiki/Compiling#Using_Cygwin

    hoping to compile a hercules via cygwin but on this part:

     

    make mysqlclient libmysql 

    I get the error below

     

    /home/mk/mysql-5.6.20/cmd-line-utils/libedit/editline/readline.h:79:29: fatal error: sys/ttydefaults.h: No such file or directory #include <sys/ttydefaults.h>                             ^compilation terminated.cmd-line-utils/libedit/CMakeFiles/edit.dir/build.make:284: recipe for target 'cmd-line-utils/libedit/CMakeFiles/edit.dir/readline.c.o' failedmake[2]: *** [cmd-line-utils/libedit/CMakeFiles/edit.dir/readline.c.o] Error 1CMakeFiles/Makefile2:360: recipe for target 'cmd-line-utils/libedit/CMakeFiles/edit.dir/all' failedmake[1]: *** [cmd-line-utils/libedit/CMakeFiles/edit.dir/all] Error 2Makefile:146: recipe for target 'all' failedmake: *** [all] Error 2 

     

     

    I want to be able to compile in cygwin so i can easily install and compile plugins in the future.

    Thanks in advance!

  5. Can anyone with expertise in lua tell me how to use this script to convert my item_trade customs and item_avail customs to the extended item_db.conf ? Apparently I have tons of them that I'd wish I can just convert than transfering them to new structure 1 by 1 xD

     

    I'd appreciate the help! Thanks in advance!

×
×
  • Create New...

Important Information

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