Jump to content

crazyarashi

Developer
  • Posts

    761
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by crazyarashi

  1. Basic Substraction is the answer. value = JobLevel - 1;
  2. Oh, I made this script sometime ago. so I havent updated it to the new getmapxy and using my personal pcblockall command. but using that diff should work since the pcblockall base came from that diff.
  3. You will need a japanese translation for NPC'S and japanese msg_conf server side. As for client you can mainly use the client files of jRO and convert the id's of the client item data from text -> to lua ( if you're going to use kRO Clients ) I do have my own private japanese translation project i have finish most basic NPC's, msg_conf and jRO's adventure academy. Basically you need to start from scratch if you want a japanese language server
  4. View File Autoloot Settings A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it. I made this function to store all ID in one variable rather than multiple ones. Submitter crazyarashi Submitted 03/21/2019 Category Utilities Video Content Author crazyarashi  
  5. Try updating your GRF's msgstringtable to the latest one.
  6. Use Zackdreaver's translation and you should be fine :))
  7. Version 1.1.0

    552 downloads

    A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it. I made this function to store all ID in one variable rather than multiple ones.
    Free
  8. View File Illusion Moonlight Illusion Moonlight Story. Submitter crazyarashi Submitted 03/20/2019 Category Games, Events, Quests Video Content Author crazyarashi  
  9. Version 1.0.1

    1,926 downloads

    Illusion Moonlight Story.
    Free
  10. prontera,148,196,4 script arvoredavida 14591,{ end; OnInit: OnTimer3000: initnpctimer; getmapxy([email protected]$,[email protected],[email protected],BL_NPC,strnpcinfo(0)); areapercentheal [email protected]$,[email protected],[email protected],[email protected]+5,[email protected]+5,20,20; end; }
  11. I don't get what you're asking for "CASH ITEMS".... can you be more specific about this ^^
  12. Try to use this for your grf https://github.com/zackdreaver/ROenglishRE
  13. I'm pretty sure the number of palettes can be set up in the conf of your server
  14. Its already implemented rAthena, if your rA is old you can update it or copy the commit manually :))
  15. It is possible the set up is the same except you need to create a specific sql account for your webserver to have an access to your main database. Allowing Remote Connection
  16. So what should we exactly should we do with the function you provided again?
  17. This is great, but that tree made me more curious ....
  18. Dynamic mob doesn't have to do anything with the idea you're looking for. dynamic mob is used for spawning monsters even though player is no players in the map. if you restarted server it would likely restart all the monsters since this monsters are spawn via npc scripts. Your idea will most likely work if you make a custom monster spawn and store its data.
  19. Check out my script collections ^^ Charleston Crisis NPC's
  20. 1. Maybe this can help with your idea. 2. As for this you can get the current map of your character via strcharinfo(3) and for npc strnpcinfo(4) 3. The answer is above. 4. As for 4 I believe that is not rathena scripting you should use "useatcmd" script for that. 5. Simply use detachrid
  21. - script hourly_treasure -1,{ OnMinute00: OnStart: //= Add your announce here. for([email protected] = 0; [email protected] < .spawn_count; [email protected]++){ monster .map_list$[rand(getarraysize(.map_list$)],0,0,"Treasure Chest",.treasure_mob_id,1,strnpcinfo(0)+"OnTreasureKill"; } end; OnTreasureKill: announce "[ System ] : " + strcharinfo(0) + " has found a Treasure Chest."; getitem .reward_id,.reward_amount; end; OnInit: .spawn_count = 5; .treasure_mob_id = 1001; .reward_id = 501; .reward_amount = 50; setarray .map_list$,"prontera","izlude","geffen"; end; }
  22. It's in the banquet of heroes quest. ^^
  23. The missing files is displayed already just copy it from the original RO Folder ^^
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.