Search results

  1. E

    [Custom Skill] Happy Christmas!!

      Hello Herc community,  Not long ago, I started to create paid skills, so I decided to create a Christmas-themed skill:    Happy Christmas!! [ALL_XMAS] Max Lv: 2 Type: No damage/Target SP/Cast/Delay: 0   Description: Change clothes to xmas attire, if the target is in xmas attire, target will...
  2. E

    Easycore's custom skills services

    Status: [No-Available] Hello there! My name's Easycore, I'm a student of digital animation but my hobby's to develop modifications to Athena emulator.   I started developing custom jobs a year ago,  but for time issues I can not offer that service on this occasion. • What can I offer...
  3. E

    getd in SRC

    Hello, It's posible use getd in SRC? For eg: M$ = Var getd(""+M$+"Something") = "VarSomething". I tried: pc_readglobalreg(sd,script->add_str("M$"))+"Something" , but it generates map-server-crash. In short, I would like to be able to "join" strings. For more information, I used this...
  4. E

    [Request] clif->specialeffect2 with Timer

    Hello, Lately I've been working on custom jobs, and while creating a skill, I wondered whether it is possible to add a timer variable to the clif-> specialeffect. And why not like a Plugin? Regards!
  5. E

    OnPCStatCalcEvent Doesn't Work

    Hi, I'm using the latest Herc revision, and I tried to use a script with a label OnPCStatCalcEvent, but It don't give any bonuses. No errors in map-server. Regards. 
  6. E

    Enable Extended Vending Plugin

    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?
  7. E

    [Guide] How to add items to bNoGemStone

    [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...
  8. E

    [Release] 4 Basic Models & Textures

    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
  9. E

    Save Logs in txt

    Hi, How I can save the log files in txt and what route would be saved? Regards
  10. E

    Weapon Mastery Problems

    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
  11. E

    Forced <itemlink>

    Hi, Is there any way to open a link without the need for click on &lt;URL&gt; in mes? (I mean to this: mes "&lt;URL&gt;Click Here&lt;INFO&gt;www.potato.com&lt;/INFO&gt;&lt;/URL&gt;";) I would like to open a link in a label like "OnNPCKillEvent", etc. Regards ~
  12. E

    [Request] Immunity negative status single

    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 ~    ...
  13. E

    [Question] Monster Size & Aura

    Hi community, What client date support the function monster size &amp; aura by monster_size_effect.lub ? specifically the effect function... because monster size work fine. Regards ~
  14. E

    Exclude @mobinfo

    Hi there, Someone knows how to exclude monsters from @mi? Regards
  15. E

    [Showcase] Death Knight

    A custom job made by Easycore for a future project     Description:   Death Knight is a custom second class of Swordman, the sprite used is Old Rune Knight. Also, Job ID is the same of unreleased Gravity Death Knight, Only it is fully customized.   Death Knight used skills sword, shield, magic...
  16. E

    skill->addtimerskill

    Hi, I have been working in a custom skill area, This ability hits a 3x3 area and then 1 second takes another hit. What complicates me is the skill-&gt; addtimerskill function, I tried to use this for the second hit, but the target is always self (src &amp; bl). There is another way for timer...
  17. E

    Array in scourge

    Hi, I tried put an array in skill.c (specifically in skill_castend_id) ,that makes certain skills trigger a specialeffect when target received damage.   I put the follow: int skilleffects[5] = {7, 5, 8,370, 371}; //skill_id that trigger specialeffect But I don't know how check this array, in my...
  18. E

    PvP Ladder - Discount point at die

    Hi, I have seen this scripts https://github.com/happyme9/AthenaScripts/blob/master/pvp_ladder.txt And I was wondering if it was possible to add the function of discounting "kill points" to die. Besides that if possible refresh the ranking when die.   Regards ~
  19. E

    Undisguise when player die

    Hi Hercules, Is there any way to disable disguise when character is die? Regards ~
  20. E

    Extract scourge of DLL

    Hello, I saw a plugin of Faction System in a post, but this has only DLL, and this is incompatible with latest git of Hercules. http://herc.ws/board/index.php?app=core&amp;module=attach&amp;section=attach&amp;attach_id=426 Anyone know how to extract the code? Regards ~
Back
Top