Easycore
Members-
Content Count
184 -
Joined
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Easycore
-
rAthena have already integrated this system: Pull: 1511
-
Yes, I have db/item_vending.txt I'm using 2014-10-22b~ I used this plugin in a older Herc version and It worked (2014-10-22b too)
-
Yas: When I use skill Vending, this launches normally, as if the plugin's not enabled.
-
Hi, I installed Extended Vending Plugin in the latest Herc without any problems, but I can't enable the system from conf/map/battle/features.conf: I tried to changing "1" to "true", but didn't work. Is there any solution?
-
I made the same voice mod for my personal project, but only for skills~
-
Check this: http://herc.ws/board/topic/12231-guide-how-to-add-items-to-bnogemstone/
-
GM command @item Hang/Freeze Server
Easycore replied to Ezeriel's question in General Server Support
I have the same problem, apparently it is a problem from "picklog", the only solution I have so far is to open the table picklog with navicat and instantly the server is unfreeze. PS: I do this every time I boot my PC.- 15 replies
-
- gm command
- @item
-
(and 1 more)
Tagged with:
-
Not alive, still working on it. But you can try. I'll send you link in PM. Upd: you can't receive more messages. I would also play it
-
https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/afk.c
-
Check this: https://rathena.org/board/topic/98306-bg-eamod/ @Kubix You will make a plugin of this?
-
[Guide] How to add items to bNoGemStone Hi guys, I have made this little guide for those who want add items such as Element Stones (Ninja Skills) or Wind of Verdure, Red Blood, etc (Sage Skills). Step 1: Open itemdb.h and find this: So, add this after: ITEMID_STONE_FLAME, ITEMID_STONE_ICE, etc, correspond to Element Stone items (IDs 7521, 7522, 7523, 7524). Step 2: Again in itemdb.h find this: And replace Line 524 (which is shown in the picture), with this: #define itemid_isgemstone(n) ((n) >= ITEMID_YELLOW_GEMSTONE && (n) <= ITEMID_BLUE_GEMSTONE || (n) >= ITEMID_STONE_FLAME && (n) <= ITEMID_STONE_SHADOW) >=ITEMID_STONE_FLAME && (n) <=ITEMID_STONE_SHADOW It refers that covers between ITEMID_STONE_FLAME and ITEMID_STONE_SHADOW, it mean that, ITEMID_STONE_FLAME = 7521, // Start Here ITEMID_STONE_ICE = 7522, ITEMID_STONE_WIND = 7523, ITEMID_STONE_SHADOW = 7524, // End Here In the case that you want add existent items in itemdb.h, such as: (Needed to Endow Skills), use the method above. Finally compile the emulator. Remember that this only affect "bonus bNoGemStone" (Mistress Card effect) Regards
-
I make this 4 models in Autodesk Maya in 30 minutes. I'ts include models (rsm), textures (bmp) and intructions. Screenshot: 4 Models Easycore.zip
-
Project Bare Bones Hercules Ep1. Disabling every NPC server-wide.
Easycore replied to grobyczen's question in General Server Support
Hercules\npc\ scripts.conf scripts_custom.conf scripts_dev.conf scripts_jobs.conf scripts_mapflags.conf scripts_monsters.conf scripts_warps.conf scripts_woe.conf If you emulator is Pre-RE or RE: Hercules\npc\pre-re\ or Hercules\npc\re\ scripts.conf scripts_jobs.conf scripts_main.conf scripts_monsters.conf scripts_warps.conf Green: this .conf contain the path of all monster spawn script. Orange: this .conf contain the path of all main NPC of RO, while that scripts_job.conf contain NPC Quest Change Job. EDIT: If you want disable scripts put // before path of file, EG: //npc: npc/cities/prontera.txt -
Try use it: http://herc.ws/board/topic/4830-noitem-mapflag/ prontera mapflag noitem IT_HEALING
-
This forum is only for English language, if you want support in portuguese post here: http://herc.ws/board/forum/79-portuguese-community/
-
RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
Easycore replied to Ai4rei's topic in Client-Side Releases
@@evilpuncker I see... anyways I disable Restore Login and it's crashed. -
RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
Easycore replied to Ai4rei's topic in Client-Side Releases
My exe 2014-10-22b is crashed when use Rocred, after service selection. I tried with latest full kRo. I diff SSO Login and Restore Login Window. Does anyone know that occurs? -
I desactivate sql_logs but the folders "log" and "save" are empty...
-
Try add getequipisenableref() This can refine Accesories and not-refinable items. 1+ for this function
-
Hi, How I can save the log files in txt and what route would be saved? Regards
-
@@Garr When I usethe command @wlvl I get this error and not level up the Mastery:
-
Hi, I tried to use this script, https://raw.githubusercontent.com/Stolao/Npc_Release/master/Weapon_Mastery/WeaponMastery_v1.22.txt but I've had this problem: Anyone can help me? Regards
-
Hi, Is there any way to open a link without the need for click on <URL> in mes? (I mean to this: mes "<URL>Click Here<INFO>www.potato.com</INFO></URL>";) I would like to open a link in a label like "OnNPCKillEvent", etc. Regards ~
-
NPC_WEAPONBREAKER is a skill...
-
[Request] Immunity negative status single
Easycore replied to Easycore's question in Plugin Requests
I see... bad news