Jump to content

Easycore

Members
  • Content Count

    184
  • Joined

  • Days Won

    6

Everything posted by Easycore

  1. Easycore

    Clan System

    rAthena have already integrated this system: Pull: 1511
  2. 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)
  3. Yas: When I use skill Vending, this launches normally, as if the plugin's not enabled.
  4. 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?
  5. Easycore

    Hancock Jump

    I made the same voice mod for my personal project, but only for skills~
  6. Check this: http://herc.ws/board/topic/12231-guide-how-to-add-items-to-bnogemstone/
  7. 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.
  8. 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
  9. https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/afk.c
  10. Check this: https://rathena.org/board/topic/98306-bg-eamod/ @Kubix You will make a plugin of this?
  11. [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
  12. 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
  13. 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
  14. Try use it: http://herc.ws/board/topic/4830-noitem-mapflag/ prontera mapflag noitem IT_HEALING
  15. This forum is only for English language, if you want support in portuguese post here: http://herc.ws/board/forum/79-portuguese-community/
  16. @@evilpuncker I see... anyways I disable Restore Login and it's crashed.
  17. 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?
  18. I desactivate sql_logs but the folders "log" and "save" are empty...
  19. Try add getequipisenableref() This can refine Accesories and not-refinable items. 1+ for this function
  20. Hi, How I can save the log files in txt and what route would be saved? Regards
  21. @@Garr When I usethe command @wlvl I get this error and not level up the Mastery:
  22. 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
  23. 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 ~
  24. NPC_WEAPONBREAKER is a skill...
×
×
  • Create New...

Important Information

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