-
Content Count
500 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kyeme
-
Yehey! Thank you
-
Old Prontera: http://herc.ws/board/files/file/182-old-prontera/
-
//===== 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
-
Change your langtype in clientinfo.xml or add <passwordencrypt />
-
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
-
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
-
I hope dev implement cashpoints in multiple serv http://herc.ws/board/tracker/issue-8715-official-cash-points/?gopid=25470#entry25470
-
May filipino pala sa RagnaHosting?
-
Add OnPCLoadMapEvent: if( strcharinfo(PC_MAP) == strnpcinfo(4) ) showevent 1,1; end; https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8626
-
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
-
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.
-
Do you have PCRE library installed?
-
Enabling RCX, RoMedic, MirAI in 2012 client
kyeme replied to eKoh's question in Client-Side Requests
Maybe your tools is outdated. -
Fixed https://github.com/HerculesWS/Hercules/commit/ad6e02cc4cd1e3bd079888b1de847788e95e4c3b Thanks @@Dastgir @@MordekaiserGod @@Ranz
-
Please report it on github, since this setting was implemented here in hercules.
-
The bug is in RC_NonDemiHuman too RC_NonDemiPlayer and RC_NonDemiHuman is not working. still consider as a 'DemiPlayer or DemiHuman'
-
Any news @@Dastgir ?
-
Ohhh kRO implement this feature? "kRO 20150805 New Cart skill" https://github.com/zackdreaver/ROenglishRE/commit/11498160f84e5db6d701afb0e765cd6e743c6a19
-
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)
-
I can confirm this issue Tested on fresh Hercules pre-renewal
-
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
-
Hoping will implement this soon http://herc.ws/board/topic/1342-official-drop-announcement/?hl=announce#entry9742
- 24 replies
-
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
- 24 replies
-
Up~ @rathena https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876