Jump to content

kyeme

High Council
  • Content Count

    500
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by kyeme

  1. Old Prontera: http://herc.ws/board/files/file/182-old-prontera/
  2. kyeme

    New Race

    MC_CARTDECORATE <3
  3. kyeme

    Back to Save Point

    //===== Hercules Script ======================================//= Mapflag: Disable auto-save.//===== By: ==================================================//= Hercules Dev Team//===== Current Version: =====================================//= 1.7//===== Description: =========================================//= Characters logging out on the specified map will be warped//= to the map specified in the last field, or "SavePoint".//===== Additional Comments: =================================//= 1.7 - Updated. [Lupus]//============================================================// Job Quests ====================job_sword1 mapflag nosave SavePoint ordeal_1-2 mapflag nosave SavePoint npcmapflagnosave.txt
  4. Change your langtype in clientinfo.xml or add <passwordencrypt />
  5. Try : Open conf/network.conf /* * List here any IP ranges a char- or map-server can connect from. * A wildcard of "0.0.0.0:0.0.0.0" means that server connections are allowed * from ANY IP. (not recommended). */allowed: ( //"0.0.0.0:0.0.0.0", <-- comment "127.0.0.1:255.0.0.0", "x.x.x.x:255.0.0.0", // <-- change x to your Lan IP or Char-Server) or /* * List here any IP ranges a char- or map-server can connect from. These ranges * will also be excluded from the automatic ipban in casee of password failure. * Any entry present in this list is also automatically included in the * allowed IP list. * Note: This may be a security threat. Only edit this list if you know what * you are doing. */trusted: ( "127.0.0.1:255.0.0.0", "x.x.x.x:255.0.0.0", // x is IP of your Char-Server @Dev which is much better? Maybe this issue related to https://github.com/HerculesWS/Hercules/issues/737
  6. I can not fully work with plugins, is always giving errors when sending to host, for windows use in my pc with linux hosting, give whenever I try to change the way they build, not the right, if not bother and can provide , I appreciate it. If you can not, that's fine too You build plugins in windows and then transfer to linux host? You can't because its not compatible you will need Linux to Linux or Windows to Windows
  7. I hope dev implement cashpoints in multiple serv http://herc.ws/board/tracker/issue-8715-official-cash-points/?gopid=25470#entry25470
  8. May filipino pala sa RagnaHosting?
  9. kyeme

    quest emoticon

    Add OnPCLoadMapEvent: if( strcharinfo(PC_MAP) == strnpcinfo(4) ) showevent 1,1; end; https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8626
  10. kyeme

    Progress bar

    In official, you're not able to move when the ProgressBar is still active. I'm also the one who report this. Topic: http://herc.ws/board/tracker/issue-7380-showprocgressbar-improper-behaviour/?gopid=18578#entry18578 https://github.com/HerculesWS/Hercules/commit/962d203f95fd8b81d504f60aa28bb17cc268395d
  11. I can confirm ~ and Enforce Official Login still black login screen tested on 2015-05-13aRagexe @@Neo btw I tested it on langtype7 , but in langtype 1 or 0 no black loginscreen.
  12. Do you have PCRE library installed?
  13. Fixed https://github.com/HerculesWS/Hercules/commit/ad6e02cc4cd1e3bd079888b1de847788e95e4c3b Thanks @@Dastgir @@MordekaiserGod @@Ranz
  14. kyeme

    snap_dodge: BUG

    Please report it on github, since this setting was implemented here in hercules.
  15. The bug is in RC_NonDemiHuman too RC_NonDemiPlayer and RC_NonDemiHuman is not working. still consider as a 'DemiPlayer or DemiHuman'
  16. Any news @@Dastgir ?
  17. Ohhh kRO implement this feature? "kRO 20150805 New Cart skill" https://github.com/zackdreaver/ROenglishRE/commit/11498160f84e5db6d701afb0e765cd6e743c6a19
  18. Btw, the RC_DemiPlayer or RC_NonDemiPlayer is working fine in item_db.conf but I think this script is not working properly in item_combo_db.txt (tested in pre-renewal)
  19. I can confirm this issue Tested on fresh Hercules pre-renewal
  20. https://github.com/HerculesWS/Hercules/blob/master/conf/battle/skill.conf // When songs are canceled, terminated or the character goes out of the// area of effect, there's an additional effect that lasts for 20 seconds// Should that time be reset for each song?// 0: No, you must recast the song AFTER those 20 seconds to have the effect again (Aegis)// 1: Yes, recasting songs reset the 20 seconds timer (eathena)song_timer_reset: 0 Change to 1
  21. Hoping will implement this soon http://herc.ws/board/topic/1342-official-drop-announcement/?hl=announce#entry9742
  22. You can use settings in conf/battle/drops.cof // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) ***// This can be set to any value between 0~10000.// Note: It also announces STEAL skill usage with rare items// 0 = don't show announces at all// 1 = show announces for 0.01% drop chance items// 333 = show announces for 3.33% or lower drop chance items// 10000 = show announces for all itemsrare_drop_announce: 0 @edit lol all cards will be announced xD Sorry
  23. Up~ @rathena https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876
×
×
  • Create New...

Important Information

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