arisgamers
Members-
Content Count
173 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by arisgamers
-
thanks
-
I am looking for reset npc from npccustomresetnpc.txt it is said the npc is in prontera,150,193,4 if in coordinate location 150 = x, and 193 = y what is the meaning of 4? and where is the npc exactly? (in prontera city or prontera castle)
-
Trying 2014-04-16, it give me some error message when start. Looks like 2014-02-05 is the last stable client.
-
just pull it (update your hercules), and recompile it.
-
open this file srccommonmmo.h find these line : #ifndef PACKETVER #define PACKETVER 20140205 #endif // PACKETVER make sure your packetver date (in bold) is same with your client (format yyyymmdd). and if you make any change, don't forget to recompile it.
-
another translation mistake : Eden Quest for lvl 56 - 70 : Magic Wand Quest written : need to collect Dokebi Horn 30, and Trunk 30 it should be : need to collect Dokebi Horn 30, and Piece Of Bamboo 30
-
About ayothaya dungeon quest entrance : 1. When I take the quest from Disut (NPC), I got quest to meet Boonthom (NPC), but the quest menu show me "Holy Threads" quest (the one that collecting item to make Holy Threads item). 2. When I speak to Boonthom, the quest changed to "Holy Threads" quest, but the menu show me "The Stone Slate Message" quest. Quest menu seems show me message 1 step faster than my quest progress. Anyway to fix these ?
-
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
Try to open this link in your browser : https://github.com/HerculesWS/Hercules some information about branch and link for git, https, svn, and even a zip download at there. i hope this will help you. -
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
1 more thing that you need to pay attention in confinter-server.conf -
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
that client thing is to answer Linne Update for gaurav : i compared your solution10 with mine (which downloaded via git), my solution10 consist of 6 project while yours only 5 (you don't have plugin-HPMHooking). I thought this might caused by any of these 2 possibilities : 1. the SVN version is older than git version, or 2. your emulator is not downloaded properly. that's why i recommend you to try with git. 2 question : 1. why you didn't compile all project ? 2. have you checked the confinter-server.conf (look at patskie guide & make sure your setting correct)? -
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
you can get newer client from here : http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/ for late 2013 client,or http://k3dt.eu/Ragexe/unpacked/ for 2014 client last time i try 2014-02-12a not working yet, but 2014-02-05b worked and patch it with NEMO Patcher from here : http://herc.ws/board/topic/2905-nemo-client-patcher/ NEMO is easy to use -
i found a small glitch with eden quest : Eden Quest for lvl 86 - 90 (forget the starting lvl) and lvl 91 - 99 are not removed from quest menu. (Quest are done and exp reward already taken, my char already rebirth too, but quest still in quest menu) i noticed some lower lvl Eden Quest got removed from quest menu after those quest complete and reward taken. is this intended ? Update : Eden Quest for lvl 71 - 85, many of them do not show in quest menu.
-
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
may be you can try these step (reinstalling git): 1. uninstall any git and tortoise git. 2. clean your registry by using registry cleaner software (ex: CCleaner) 3. try install git for windows first. can be downloaded from here (size : 15 MB): http://msysgit.github.io/ 4. install tortoise git 5. follow the guide to obtain hercules -
Guys Could you help me please with drop rate?
arisgamers replied to ajibasket32's question in Database Support
mvp / boss drop rate are not same. example : dark lord default equipment drop rate : -. evil bone wand 8% -. bone helm 5.51% -. grimtooth 3% -. mage coat 3% -. ancient cape 1% -. kronos 1% -. bone helm[1] 0.11% if you set item_rate_equip_boss: 1000 then dark lord equipment drop rate will be come : -. evil bone wand 80% -. bone helm 55.1% -. grimtooth 30% -. mage coat 30% -. ancient cape 10% -. kronos 10% -. bone helm[1] 1.1% evil bone wand become 80% but not with other equipment and that just dark lord, other mvp may have different drop rate and all will be come : 10 * default card is easier because every mobs have same card drop rate 0.01%, so: item_rate_card: 100000 item_rate_card_boss: 10000 that will make all normal monster card drop rate 10% and boss card drop rate 1% -
Guys Could you help me please with drop rate?
arisgamers replied to ajibasket32's question in Database Support
you can edit in [hercules directory]confbattledrops.conf find these lines : and edit the item_rate note : item_rate: 100 means 100% from default example : boss card : by default is 0.01% chance, to make it 1% you should set item_rate_card_boss: 10000 -
Server doesn't recognize items
arisgamers replied to PunkBuster's question in General Server Support
if this problem cause is after editing item_db, then my recommendation is: reset your hercules to latest working commit, then re-edit item_db with WordPad. (don't use NotePad, NotePad only good for small file) -
i m new to hercules need HELP :'(
arisgamers replied to gaurav787's question in General Server Support
http://herc.ws/board/topic/152-obtaining-hercules/ look at this thread on how to obtaining hercules. -
that file is c header file, so you should recompile
-
how to get roll back with git ?
arisgamers replied to arisgamers's question in General Server Support
Will this method works? TortoiseGit -> Show log Select the commit to which you want to rollback to Reset "<branch>" to this... -
Server doesn't recognize items
arisgamers replied to PunkBuster's question in General Server Support
this problem happen to me too after customizing item_db.conf -
i made mistake when customizing my hercules, now my hercules not working. i think i need to roll back to last working state with git, how to do that ? (i heard git able to roll back to previous state)
-
ok, thanks for the answer
-
which file is that ?
-
Item like Gym Pass can not be destroyed, dropped, or sold to NPC. They taking up weight in inventory or space in storage. How to remove it from inventory & storage?