Jump to content

Leaderboard

Popular Content

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

  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. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. Go to your Trunk Folder and look for src/config/renewal.h Kung Renewal ka then Cast time lang gusto mong baguhin
    1 point
  8. Thanks for this images. Got my rAthena Mug now ?
    1 point
×
×
  • Create New...