Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/18 in all areas

  1. Download Samples, click rAthena Logos, Icons, Banners collection The vector file (CorelDraw X5 file) can be found in vector folder, link above. Info This is NOT official release for rAthena, only owner/admin that own it. This is "cover" rAthena logo created by me -cydh- originally, item placements and colors maybe are NOT same like original ones. Feel free to download, edit, or redistribute this creation, but PLEASE don't forget my name -cydh- at least in your memories. And I hope, for you guys that using rAthena emulator, why don't put "rAthena" on your loading screen, "supported by" sign, it's just a simple way of tons ways to support rAthena. Not for money! Enjoy!
    1 point
  2. Version 1.2.1

    1097 downloads

    Original Topic: http://herc.ws/board/topic/16037-campfire-to-regenerate-hpsp/ Herc Script Link : https://pastebin.com/fksPdpFQ The Idea: Camp Fire to restore / regenerate HP & SP. When you sit by the Camp fire, you start feeling the warmth and the comfort, so your HP & SP begin to regenerate. How to use : 1. add the source mode provided in the script. (or here) 2. make a usable item_db with these bonus script. callfunc("func_CreateCampFire", <range>, <duration>, <heal_rate>); // create campfire callfunc("func_UpdateCampFire", <range>, <duration>, <heal_rate>); // update the campfire duration/heal rate. Preview: Credits : @Dastgir & @Radian for the src mod and @Habilis for the idea
    Free
    1 point
  3. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  4. Go to this directory: src/map/status.cpp Search for; // Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) { switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_COMA: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: case SC_SUFFRAGIUM: case SC_BENEDICTIO: case SC_PROVIDENCE: case SC_KYRIE: case SC_ASSUMPTIO: case SC_ANGELUS: case SC_MAGNIFICAT: case SC_GLORIA: case SC_WINDWALK: case SC_MAGICROD: case SC_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: case SC_SWINGDANCE: case SC_FIRE_INSIGNIA: case SC_WATER_INSIGNIA: case SC_WIND_INSIGNIA: case SC_EARTH_INSIGNIA: return 0; } } Example: Let's say you want "Bypass" in COMA, even GTB, COMA is still effective. Just remove it and stay; // Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) { switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: case SC_SUFFRAGIUM: case SC_BENEDICTIO: case SC_PROVIDENCE: case SC_KYRIE: case SC_ASSUMPTIO: case SC_ANGELUS: case SC_MAGNIFICAT: case SC_GLORIA: case SC_WINDWALK: case SC_MAGICROD: case SC_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: case SC_SWINGDANCE: case SC_FIRE_INSIGNIA: case SC_WATER_INSIGNIA: case SC_WIND_INSIGNIA: case SC_EARTH_INSIGNIA: return 0; } } Then just compile the emulator. You will notice that now with the COMA modification will apply its effect even being with GTB equipped.
    1 point
  5. Magkaiba ang Skill Delay and Item Delay para sa item delay Find : db/pre-re/item_delay.txt <-- if Pre - Renewal db/re/item_delay.txt <-- if Renewal
    1 point
  6. Yeap Source Section. go to conf/battle/skill.conf Find : Change dex scale from 150 to 0 para kahit walang dex no cast. Make sure to @reloadbattleconf
    1 point
  7. View File Custom NPC Sprite for Card Remover Here is 1 of some sprite that lately I make to my server. Credits: Idea: AvonRO. Image: Gravity Interactive (Box & Smoke) w0wzukubg (Cards Image) (I don't know who own the Guy image since I can't find it or the source no longer available) It's just my experiments about sprite editing to improve my experience about it. Do remain any credits of respective author if you know. Submitter mralchemia Submitted 11/08/2018 Category NPC Sprites Video Content Author Unknown  
    1 point
  8. Go to your Trunk Folder and look for src/config/renewal.h Kung Renewal ka then Cast time lang gusto mong baguhin
    1 point
  9. Version 1.0.0

    765 downloads

    Here is 1 of some sprite that lately I make to my server. Credits: Idea: AvonRO. Image: Gravity Interactive (Box & Smoke) w0wzukubg (Cards Image) (I don't know who own the Guy image since I can't find it or the source no longer available) It's just my experiments about sprite editing to improve my experience about it. Do remain any credits of respective author if you know.
    Free
    1 point
  10. Version 1.0.0

    1096 downloads

    Here is some sprite that lately I make to my server. I don't own any of these image.. besides Gravity, I don't know who are the original users who start to distribute some of the image since the source no longer available. I just mix it from my grf & picture collection. It's just my experiments about sprite editing to improve my experience about it. Do remain any credits of respective author if you know.
    Free
    1 point
  11. Thanks for this images. Got my rAthena Mug now ?
    1 point
  12. Version 1.0.0

    778 downloads

    Put in to you grf data\texture\유저인터페이스\make_character_ver2\
    Free
    1 point
×
×
  • Create New...