Jump to content

Happy

Members
  • Content Count

    170
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Happy

  1. I'll try to do these and release it as public script, however I'm not sure how long it'll take as I also have other priorities. But if you're lucky someone else might work on it too and as always two heads are better than one xD
  2. So you just need the render the player to be unable to attack, i remember there was a status effect that does that which I used before to make a spectator mode in pvp arena. I used this script before: atcommand "@option 6 0 64"; I dont' remember which number makes him unable to attack(probably the 6) the 46 is probably the gm perfect hide. So my best guess is atcommand "@option 6"; Anyhow try it and see. Another thing you should test is if the player can remove the restriction by eating an item such as panacea, though when i tested it before it doesn't get removed by that item or green potion etc. Good luck!
  3. Edit* I noticed this might be close to what you wanted: http://herc.ws/board/topic/4746-scuffle-event-21/ Try it and if its not yet working like your mechanics, we can make a few edits that will make it exactly the same as your mechanics and development will be faster xD This pvp ladder can also be integrated to the event: http://herc.ws/board/files/file/169-pvp-ladder/ If you're not using it as regular ladder that is. Just changing its .Map$ to the event map, will make it read only from the area. However if you want it to display highest for "each class" then some edits needs to be done as well.
  4. Happy

    Cash Point Giver

    Did you also changed str to key? eg query_sql "SELECT COUNT(`account_id`) FROM `global_reg_value` WHERE `str`='#CASHPOINTS' AND `account_id`='"+.@account_id+"'", .@update; to query_sql "SELECT COUNT(`account_id`) FROM `acc_reg_num_db` WHERE `key`='#CASHPOINTS' AND `account_id`='"+.@account_id+"'", .@update; You also need to do those changes in other sql commands and probably other stuffs like "type" in query_sql "INSERT INTO `global_reg_value` (`str`,`value`,`type`,`account_id` cause acc_reg_num_db doesn't have the type in structure its not needed anymore.
  5. I updated the link, but please wait till it gets approved by moderator. Sorry for taking a long time.
  6. Tried restoring old login it works I wonder if anyone had luck with weapon bug.
  7. Oh hold on, I gotta check that part first.
  8. Nope just normal announce, there is a script that does dota announce but I doubt if its still working for Hercules.
  9. 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
  10. Version 2.1

    674 downloads

    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
  11. hmm yung mga nasa baba lang po ba yung may error msg or yung gma nasa taas rin ng log? Mgnda kung ipost mo rin yun if may error din sa taas. And fresh compile po ba to or may modifications na?
  12. 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
  13. 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!
  14. Works, Thanks A bunch!!
  15. I don't think that feature has been completed. I also tried it and like you, it never starts.
  16. salamat po sa mga reply, bat ganun dami ko parin nakikitang nagggamit ng harmony, hindi ba outdated na po iyon? hindi na po gagana sa new clients?
  17. alam ko po kasi hindi na na gumagalaw yung harmony so meron na po bang alternative pero halos same price lang ng harmony? Salamat po sa mga sasagot!
  18. I don't think that's a good idea since that's one of the things eamod decided to sell. Maybe someone can make something similar but not entirely the same.
  19. Thank you for the reply! Please don't mute him he made a good reply xD I noticed you didn't mention RMS, does it not matter to advertise on RMS anymore? Would google ads work too?
  20. Hello mga kapuso,kapamilya, kapatid. Ask ko lang kung ano ba magandang advertisement strategy nowadays?
  21. Hello, You can create a @item via bindatcmd to overwrite the original @item and add the restrictions that you want. http://herc.ws/wiki/Bindatcmd
  22. 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.