Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Version 1.2

    491 downloads

    Introduction : Talk to the machine and it will give you a Cracked Buckler shield. Equip the shield and talk to the machine. It will attempt to upgrade it as high as it will go. Depending on what upgrade level the item breaks at you will get a free item! If the buckler is upgraded to +10 or higher it gives a mystery costume! References : Official Website IRO Wiki
    Free
  2. View File iRO Spooky machine - Refine Event Introduction : Talk to the machine and it will give you a Cracked Buckler shield. Equip the shield and talk to the machine. It will attempt to upgrade it as high as it will go. Depending on what upgrade level the item breaks at you will get a free item! If the buckler is upgraded to +10 or higher it gives a mystery costume! References : Official Website IRO Wiki Submitter Emistry Submitted 08/29/2016 Category Utilities Video Content Author Emistry  
  3. try this https://pastebin.com/mJVPFs0N
  4. as mentioned by Stolao, find the changeset, and undo all the changeset of that particular commits.
  5. Emistry

    freebie npc

    prontera,155,175,5 script Freebie 4_F_KAFRA9,5,5,{ OnTouch: if ( #freebies ) { mes "Already obtained freebies."; } else { getitem 501,1; getitem 502,2; getitem 503,3; mes "Obtained freebies."; #freebies = 1; savepoint "prontera",155,181; } close2; warp "SavePoint",0,0; end; } simplify it ... @Aureon these basic npcs, just simplify it into one NPC. loadevent are unnecessary.
  6. probably missing the custom EXP requirements for the job classes. recheck the changes you made above.
  7. obviously, nickyzai kRO will probably no longer be updated. he already quit RO.
  8. create a new folder named "vote" in both the theme and modules folder.
  9. search for "Hourly Point" script in forum. it's exactly what you want. just replace the rewards with your custom "donation" stuff
  10. there exist a trick that you can try. guild_v3 mapflag gvg guild_v3 mapflag pvp_noguild
  11. DELETE FROM `inventory` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; DELETE FROM `cart_inventory` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; DELETE FROM `storage` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; DELETE FROM `guild_storage` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; DELETE FROM `mail` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; DELETE FROM `auction` WHERE `nameid` IN ( 1100,1400,1600 ) AND `refine` = 10; shut down server and execute the query.
  12. https://rathena.org/board/topic/86913-pull-request-qa/#entry233561
  13. exact login time ( gettimetick(2) ) minus last saved logout time ( gettimetick(2) )
  14. https://rathena.org/board/forum/104-source-discussion/
  15. use NEMO, it come with custom ragexe icon diff. https://github.com/MStr3am/NEMO otherwise, diff your client first before you change the icon using Reshack
  16. make sure you extract the files to proper folder??
  17. you can use Act Editor and edit the sound for each action.
  18. your fluxCP is outdated, get a newer version
  19. I believe it's just your mapcache problem, try update your mapcache file.
  20. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  21. converted into RO sprites by loong based on some cheap material he obtain from some china e-commerce websites, and sell at over-charged price in forum. Without proper credits given.
  22. check your mapflag .. and config conf/battle/misc.conf#L102-L105
×
×
  • Create New...