Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/23/21 in all areas

  1. Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >
    1 point
  2. Version 5.0

    1860 downloads

    In response to this post : https://rathena.org/board/topic/122667-woe-ranking-script/ https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249 https://rathena.org/board/topic/96397-woe-ranking/ https://rathena.org/board/topic/109488-ranking-woe/ By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. If you like it, give me a ?
    Free
    1 point
  3. Los comandos los editas directamente desde conf/groups.conf Los grupos se dividen por ID, por ejemplo el de Admin debe ser Id: 99 y el de un usuario normal es 0. Por lo que de un GM debería ser el ID: 10. Ahí tu colocas los comandos que desees colocarles, puedes echarle un vistazo a los comandos en doc/atcommands.txt Y por último, para agregar un comando tienes que agregarlos en commands: { por lo que lo verías así: { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } },
    1 point
  4. Fork & Pull Request on rAthena >>>> Fork & Make New Pull Request <<<< >>>> How to update your fork <<<< Introducing (a short guide to) GitHub Pull Requests Submitting a Pull Request 1. Once you've commited and squashed your changes, push them to your remote like this: git push origin newfeature 2. Then go to that page on GitHub and change branches to the one for your new feature. Submit a Pull Request! 3. Then, click on the little button that says 'Pull Request'. This will bring you to a page asking you to describe your change. Describe it thoroughly. Describe your Pull Request. 4. Then press 'Submit Pull Request'. Now, you're not quite done yet. If the maintainer finds some problems with your code, they won't want to pull your changes until you fix them. Fortunately, whenever you commit and push more things to that branch of your code, they will be included in that pull request until it is closed. Accepting And Merging a Pull Request If you're on the receiving end of a pull request, how do you merge the changes? Easy - press the button! GitHub now has an auto-merge button which does everything for you in one click. However, it doesn't always work, in which case you'll have to do the merge on your own machine, like so: And then their changes will be properly merged into your main master branch. So, Your Pull Request Was Rejected. Now What? Some forks are unavoidable. Sometimes, for technical or organizational reasons, your pull request will be rejected. This can feel really frustrating, and there are a few different ways you can proceed. Just remember to act rationally. The simplest thing is to simply accept their judgement. It's their project, and a good maintainer knows when to say "no." If their argument is logically sound, you should accept it. If you don't think it's a particularly important feature, hopefully whoever is looking at the project will check the Network and Issues tabs of the upstream project and will notice your changes. Easy to follow video http://www.youtube.com/watch?v=-CpllxXPsvw ELI5 http://www.youtube.com/watch?v=4ocbq8vx4vI Other Resources https://help.github.com/articles/using-pull-requests Original Article If you have any questions, please feel free to ask! We will try and assist you as best as we can. Users who are knowledgeable with GitHub Pull Requests are also welcome to help!
    1 point
  5. 1st server : 6900 ,5121,6121 database ragnarok 2nd server : 6901,5122,6122 database ragnarok2
    1 point
×
×
  • Create New...