Jump to content

Easycore

Members
  • Content Count

    184
  • Joined

  • Days Won

    6

Posts posted by Easycore


  1. db/item_vending.txt

    You have that file?

    Please mention the client date if you have installed all the files and not yet working

    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)


  2. 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:

     

     

    /**
    * Include it in conf/battle/feature.conf
    */

    // Enable Extended Vending System
    extended_vending: 1

    // Show Currency Name in the Pub of Vending
    show_item_vending: 1

    // Show Information about buying
    ex_vending_info: 1

    // ItemID for Zeny, 0 to disable
    item_zeny: 30000

    // ItemID for CashPoints, 0 to disable
    item_cash: 30001

     

     

    I tried to changing "1" to "true", but didn't work.

     

    Is there any solution?


  3. It's a finished ,project i have this one purchased from him, worth it :) you can easily add/remove voices.

     

    I made the same voice mod for my personal project, but only for skills~

     

     

     

     

     

     

     

     

     

     


  4. [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:

     

    164ad9d1fefabb76622ff12017452ef7.png

     

    So, add this after:

     

    d346ce6888be94986d185f44896546b5.png

     

    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:

     

    8b04a34c3957d86439542b25f28346b9.png

     

    And replace Line 524 (which is shown in the picture), with this:

     

    3bea33709a0f3c654dc6feaca769228e.png

     

    #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:
     
    09c6f4d46a7dfd4fc24a22f796513d95.png
     
    (Needed to Endow Skills), use the method above.
     
    Finally compile the emulator.
     
     
     
     
    Remember that this only affect "bonus bNoGemStone" (Mistress Card effect)
     
     Regards  :P

     


  5. 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


  6. 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 ~


  7. Hi,

    I think not be the only one that has been complicated by editing the SRC to change the resistance by stats (Stun, Frozen, etc).
    It's possible create a plugin where you can edit the amount of stats to be immune to a status through status.conf?
     
    eg: Stun Tolerance = 437 Vit.
     
    Regards ~
     
     
    (PS: @AnnieRuru I know you can do it e12818.gif)
×
×
  • Create New...

Important Information

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