Jump to content

Gidz Cross

Members
  • Posts

    651
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Gidz Cross

  1. Well this is itemdrop effect v2 (used by 2020 clients+) The one you posted is the initial release of the drop item effect which is HIGHLIGTING effect. They behave differently.
  2. I think its not possible. Not unless you made it permanent effect when its drop.
  3. Maybe your emblem is not supported. Try this GM Emblem.bmp instead.
  4. You can try to use WARP. Successor for NEMO. They're allow custom jobs. WARP - A Successor to NEMO - Client Releases - rAthena
  5. View File Modded Apple of Idun I got this idea from a good friend of mine. He showed me the Animation Effect of Apple of Idun skill in Ragnarok Online Mobile(ROM). So i ripped the apple out of it and implement to our good ol' Ragnarok for PC! The file should go into data/texture/effect. Enjoy! Submitter Gidz Cross Submitted 06/21/2022 Category Skill Animations Video Content Author Gidz  
  6. Version 1.0

    115 downloads

    I got this idea from a good friend of mine. He showed me the Animation Effect of Apple of Idun skill in Ragnarok Online Mobile(ROM). So i ripped the apple out of it and implement to our good ol' Ragnarok for PC! The file should go into data/texture/effect. Enjoy!
    Free
  7. I have reverted back to once it was. Will try to rediff this mod again. But last time i checked. It doesnt work anywhere else when i have this diff. *EDIT yep. Still the same. If you have this diff. You cannot use token of siegfried anywhere else. *EDIT AGAIN It seems by putting { } fixes the problem. if(map_getmapflag(sd->bl.m, MF_NOTOKEN)) { return false; }
  8. How do i somehow turn off roulette and the icon will still present? Reason for this was to elimiated the warning on the map console. I have fixed it. ? The only problem were i kept on spam clicking the icon even tho the label has been already called. How can i fix this?
  9. @iraciz By any chance have you solve this one? I think its attendance icon.
  10. Use search button next time. Turn Preserve off/on - Source Releases - rAthena
  11. Or if you have old revision like me. Revert all changes you made and you can add this to your status.c instead. // 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: + case SC_SPIDERWEB: return 0; } }
  12. It seems you are using maps with mapflags nocostume in it. Go to your mapflagsfolder. Open nocostume.txt and you can remove the declared maps there. Trunk\npc\mapflag\nocostume.txt
  13. Works like charm. Thanks @cook1e! Heya @cook1e Ive discovered that i cannot use token of siegfried anywhere. I have set my prontera with mapflag. Im trying to use token of siegfried in other maps but it doesnt work anymore. Hehe!
  14. Can any make a mod that will ignore Token of Siegfried on a specific maps? A mapflag would be nice.
  15. Hire someone to manage your VPS for you.
  16. If you are on 2018+ client. You need to edit the transparentitem.lub. Here's mine. Its ready for most official items + custom garment up to 600. transparentItem.lub
  17. Well this works in my case. For example Desperado skill. No matter what you edit in that skill and decided to put it into import. It will not work.
  18. Well then. Is clearly you have some npc in prontera that has mapflag noreturn in it.
  19. I didnt see any custom skill mentioned above.
  20. Or for temporary fix. When you put skills into import folder. you have to comment out the skills in the pre re or re folder.
×
×
  • Create New...