Jump to content

Gidz Cross

Members
  • Posts

    640
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Gidz Cross

  1. Since this setup is intended. Can anyone make a diff regarding this?
  2. Makes a lot of sense. Thank you so much for the enlightenment.
  3. Thank you so much for the reply. Which line should i move it? Thanks!
  4. Can i request a diff for us to allow the use of @reloadnpc to complicated NPC's such as Euphy Quest shop? Thanks!
  5. Mine is working 100%. I use @Bringer's
  6. View File Map Information w/ Visuals Heya rA folks! Today i bring you this awesome function that imitates MapInfo for 2020+ clients. This is for 2018 clients and below. Just install the script and merge the files to your main grf and viola! Also, if you dont want the cutins version i made text version as well. Just set .@cutinmode into 0. PSD file Included. ENJOY!!! P.S. I'm not good at graphic designs but this will do. ? Submitter Gidz Cross Submitted 07/18/2022 Category Other Video Content Author Gidz  
  7. There are workaround in 2015 clients. But yeah. I wont display properly on your client version. You can just edit the mes info. i would do it this way mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; mes " "; mes "Click the link above to see the description of Butterfly Wing"; end;
  8. Replace Oncommand to OnCommand.
  9. Download this https://rathena.org/board/files/file/2447-corrected-classes-head-sprites/
  10. Version 1.0

    328 downloads

    Heya rA folks! Today i bring you this awesome function that imitates MapInfo for 2020+ clients. This is for 2018 clients and below. Just install the script and merge the files to your main grf and viola! Also, if you dont want the cutins version i made text version as well. Just set .@cutinmode into 0. PSD file Included. ENJOY!!! P.S. I'm not good at graphic designs but this will do. ?
    Free
  11. Heya. Is it possible to have toggle menus using switch select? If so how can i do this properly. switch(select("Case 1:Case 2:if(CASE == 0) [^33CC33ON^000000] Case 3 else [^33CC33OFF^000000] Case 3")){ Case 1: mes "Case 1 Works"; Case 2: mes "Case 2 Works"; Case 3: if(!CASE) { CASE = 1; mes "You have turned OFF Case 3"; end; } else { CASE = 0; mes "You have turned ON Case 3"; end;
  12. View File Cutin Checker I'm bored. So i made this simple Cutin Checker via @cutin command. To use this, simply type @cutin and input the EXACT cutin name. Cutin names can be found in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust ? Submitter Gidz Cross Submitted 07/06/2022 Category Scripts Video Content Author Gidz  
  13. Version 1.0.0

    116 downloads

    I'm bored. So i made this simple Cutin Checker via @cutin command. To use this, simply type @cutin and input the EXACT cutin name. Cutin names can be found in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust ?
    Free
  14. 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.
  15. I think its not possible. Not unless you made it permanent effect when its drop.
  16. Maybe your emblem is not supported. Try this GM Emblem.bmp instead.
  17. You can try to use WARP. Successor for NEMO. They're allow custom jobs. WARP - A Successor to NEMO - Client Releases - rAthena
  18. 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  
  19. Version 1.0

    111 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
  20. 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; }
  21. 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?
  22. @iraciz By any chance have you solve this one? I think its attendance icon.
×
×
  • Create New...