Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/29/18 in all areas

  1. 2 points
    w0wZukuBg

    [Showcase] Arena R4

    Check out my first release - a map with trains for routes between Einbroch and Lighthalzen here:
  2. 1 point
    Cabrera

    A battleground idea :D

    Hey everyone I have an idea for a BG based on a game called GunZ i used to play. It's called "Assassination" This is similiar to capture the flag in some ways more than anything, Concept: Normal teams Red vs Blue, lets say its a 3v3 ( u need a minimum of 2 players in a team or itd be lame xD) one of the 3 players get a target on their head ( some marker is put on the player to suggest that he/she is the one to be killed. This should not be shown in minimap though or it would be gamebreaking) The other 2 players in red and blue should search for the targets of their respective opponent teams, 1st team to kill the opponent target wins the round. Targets are the main priority. even if its 3 players alive in team Blue, 1 player alive in team Red, If the 1 player(who is the target and the rest of his/her team is dead) in Red kills the target of Blue, Blue looses. So basically, 1 target is chosen at random in each team(this changes in each round so basically every 1 might get to be the target). The opponent team has to assassinate this target. If the target dies, all his/her teammates die and the round is over, opponent wins. Hope i explained it well xD i have posted it on rA as well, hopefully someone comes up with possibilities of making this a script
  3. 1 point
    Sashi

    Card Shredder Edit

    i wrote this NPC for my server Sanctuary RO, with the intention of sharing since it took a lot of work to write i wanted to let other people use the same NPC or be able to edit it or take snippets from it to use in their own creations i'm designing the server economy to depend on cards so i wrote an NPC that will dispense coins every time a card is traded baised on how often that card is traded in by the whole server note that item 9204 is a custom item on my server and it will probably need to be changed there may have been easier or cleaner ways to write this NPC but it absolutely works, the only issue is if you have too many cards in your inventory the menu wont display them all but it requires a lot to hit that point cardshredder.txt
  4. 1 point
    TheReturn

    Agit Denfed Ranking

    Its not a full release since you need to modify some stuff, it can get some improvements but works as intended. This script is only showing the ranking for Swanhild and Kriemhild as an example, if you wanna show more just change the code: switch( select("- Swanhild", "- Kriemhild.")) { case 1: set .@castleName$,"Swanhild"; break; case 2: set .@castleName$,"Kriemhild"; break; } Adding more cases and more options on the switch select. Install: Copy the agit_defend_ranking.txt to the custom folder and add it to scripts_custom.conf. Insert the SQL table to your server database replace the agit_main.txt to 'hercules\npc\woe-fe\' folder. obs* doest work for woe-se for now, I will update it if someone ask for it. agit_defend_ranking.txt agit_defend_stats.sql agit_main.txt
  5. 1 point
    Does anyone has the script for the longest agit defender? wherein every second of defending the agit counts. Here's the criteria of what i'm looking for: - An npc in which shows the Top 10 Longest Agit Defender the npc will show somehow like this: [Top 10 Longest Agit Defender] Top 1: Ganja Guild : 10 minutes 14 seconds // top 1: <guild name> : <defending time> Top 2: Ganja2 Guild : 8 minutes 10 seconds // top 2: <guild name> : <defending time> //and so on. . . . //not a matter of points, but a matter of time on how long does the guild defend their castle - after clicking 'next' it will also show the Longest Agit Defender of the Day which resets after woe [ Longest Agit Defender of the Day ] September 24, 2015 - Kriemhild //<date of defend> - <defended castle name> - Ganja Guild - 10 minutes 12 seconds // //- <guild name> : <defending time> Credits to: https://rathena.org/board/topic/103232-request-longest-agit-defender-script/ Message me asap and lets talk
  6. 1 point
    db/attendance_db.conf
  7. 1 point
    change here^_^ conf/map/battle/features.conf // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe // true: enable (Default) // false: disable enable_attendance_system: true // Attendance End time in the format YearMonthDay feature_attendance_endtime: 20180331 -->> you should change this date the time you want to end yout attendance check
×
×
  • Create New...

Important Information

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