Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/21/18 in all areas

  1. 2 points
    Rebel

    Lord Knight [SL Modification]

    Find in skill.c int skill_check_condition_castend(struct map_session_data* sd, uint16 skill_id, uint16 skill_lv) insert after int index[MAX_SKILL_ITEM_REQUIRE]; this struct status_change *sc = &sd->sc; find in skill.c if( require.weapon && !pc_check_weapontype(sd,require.weapon) ) { clif->skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0); return 0; } change to if( require.weapon && !(pc_check_weapontype(sd,require.weapon) || (skill_id == LK_PARRYING && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_KNIGHT && sd->weapontype == W_1HSWORD))) { clif->skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0); return 0; } Find again in skill.c if( require.weapon && !pc_check_weapontype(sd,require.weapon) ) { clif->skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0); return 0; } change to if( require.weapon && !(pc_check_weapontype(sd,require.weapon) || (skill_id == LK_PARRYING && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_KNIGHT && sd->weapontype == W_1HSWORD))) { clif->skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0); return 0; } recompile.
  2. 1 point
    Hello, If you want to translate your RO interface in your mother tongue (or other), I would like to share my PSDs files which I used to make my french RO Enjoy ! Files in the zip: 42x20.psd 48x20.psd 54x20.psd 57x20.psd 60x20.PSD 62x20.psd 63x20.PSD 64x20.psd 67x20.psd 68x20.PSD 71x20.psd 85x20.PSD 100x20.psd 221x20.psd 221x40.psd RO Buttons Interface by Monsieur Panda.zip EDIT: An example on how it looks which parameters / font I use
  3. 1 point
    Ridley

    "New Reborn" integrated job master

    File Name: "New Reborn" integrated job master File Submitter: Ridley File Submitted: 22 Feb 2017 File Category: Utility I did this a while ago. In order to use this script you need Olrox new_reborn map This script is no physical job changer. instead each spike of the star shaped map represents a path of the classes. You walk up there to change your job. Extended Job's are available from a normal npc in the middle. Important: This script uses Euphys default herc job changer as a base. - the script gives out a +7 novi weapon for each of the base classes (check line 355 to 392) - it has some fancy warp portals, feel free to edit it to default - even more fancy, ressource eating rotating waiting rooms for exit and entrance (default prontera) which can be disabled as well (line 502 and 530) - autobuff inc agi +10 for 1 minute each time you walk directly through the middle (or spawn) - you can NOT skip rebirth. 1st job -> 2nd -> rebirth -> trans ->3rd - it also has support for rebellion, but rebellion is not yet added on herc so you might want to disable it This script was already tested live and worked fine. I did some edits tho but never optimized it since I lost interest in it. However, I think its something different from default Job Masters Note: I really recommend to read through it and check for all options. Some Screenshots Click here to download this file
  4. 1 point
    4144

    Guild bound items can disappear

    please stop spamming
  5. 1 point
    IndieRO

    LATEST FULL KRO CLIENT?

    HERE
  6. 1 point
    Ridley

    [Showcase] Arena R4

    nice, mappers are rare nowadays
  7. 1 point
    luizragna

    [Showcase] Arena R4

    Very cool, looks a bit like my server. In case I am programming effects for dungeon maps system. See my first system:
  8. 1 point
    raPalooza~

    Modern DamageFont

    Version 1.0

    775 downloads

    Modern DamageFont The ugliness of the original ragnarok font cannot be described...(screen shot for comparison) And after years of playing and messing with ragnarok, i havent seen a single sprite edit of the damage font... So here it is!!! By modificating the resolution of the damage sprite and sizing it down in the act file, we are able to get better resolution ;OO and with that work on detailed effects on the ragnarok font Feel free to use the modification. Hope to inspire more damage modifications! *It goes very well with my last two uploads, I know it has been a while since I show up, so.... **Try it out it look Beautiful! http://herc.ws/testboard/files/file/148-%7B%3F%7D/ http://herc.ws/testboard/files/file/142-%7B%3F%7D/
  9. 1 point
    Jaburak

    Pilipinas Cap

    Version 1.0

    279 downloads

    Pilipinas Cap for free.
  10. 1 point
    Easycore

    [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 return to normal clothes. If you use the skill on Lv 2, "We Wish Song" will reproduce. [Preview]: Manual of Installation & configuration are adjunted to .zip. Regards~ ALL_XMAS by Easycore.zip
  11. 1 point
    zackdreaver

    Card Recolors

    Version 1

    281 downloads

    Hello, this is my custom recolors for Card, I hope you like it. How to use, simply rename the color you want to : À̸§¾ø´ÂÄ«µå.spr À̸§¾ø´ÂÄ«µå.bmp
  12. 1 point
    Angelmelody

    [HELP] Scripting.

    getmapmobs was merged into mobcount in early revision replace all getmapmobs("this") with mobcount("this","")
  13. 1 point
    Uzieal

    Recolor of "s_empel_2"

    Version 3.0

    373 downloads

    Recolor Request for s_empel_2 into Gold, Copper, Elunium , Oridecon , & Silver Colors Request Topic: http://herc.ws/board/topic/1643-need-4-different-colors-of-a-sprite/
×
×
  • Create New...

Important Information

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