Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/19 in all areas

  1. View File Dress changer ~ Change your appearance between classes. This NPC let your players change their appearance to other classes in their class line plus their jRO costume at a price. For example, a sniper can change his/her appearance to hunter and ranger (plus jRO ranger costume). Submitter Secrets Submitted 02/08/2017 Category Utilities Video Content Author secretdataz  
    1 point
  2. Version 2.0

    901 downloads

    You know when you login to your server that you work on, or even play on, and you always end up typing the same commands each time before you even say hello to anyone? @autoloot, then @uptime to see when the last reboot was, @rates if you've got fluctuating exp/drop rates, etc etc. @showexp cos you want to know what's going on, blah blah blah. With this Settings NPC, a player can set those commands to automatically execute when they login. These are account based, but could easily be modified to char based. Following the general format of the script, it should be easy to add/remove commands from those available to the player. @main is listed at the bottom of the script, so if you don't use it you may as-well remove that line. This script is years old, revamped to make it work with recent revisions - I've tested it on both our live server, and my dev server and seems to work.. but if you find any bugs or glitches, or something that could be optimised a bit more, please let me know ?
    Free
    1 point
  3. Wow .. that's my old video tutorial I just realized that it was here now ? Just info that's tutorial for old Ragaxe, if you apply this tutorial on New Ragaxe (Maybe 2014++) will not work properly.. because name of folder (luafiles) is different for new one.. Maybe Soon I will make a tutorial for the new Ragaxe Thanks for share my Video..?
    1 point
  4. // Disclaimer : // Yes this code is from example 2 of script_commands.txt prontera,150,180,0 script PvP Party Warper 100,{ .@pvpmap$ = "guild_vs1"; // Pvp map .@register_num = 45; // How many party members are required? getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; if ( !getcharid(1) || $@partymembercount != .@register_num ) { mes "Please form a party of " + .@register_num + " to continue"; close; } for ( .@i = 0; .@i < $@partymembercount; .@i++ ) if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) .@count_online++; if ( .@count_online != .@register_num ) { mes "All your party members must be online to continue"; close; } copyarray .@partymembercid, $@partymembercid, .@register_num; mes "Are you ready ?"; next; select("Yes"); getpartymember getcharid(1), 1; if ( $@partymembercount != .@register_num ) { mes "You've made changes to your party !"; close; } for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( .@partymembercid[.@i] != $@partymembercid[.@i] ) { mes "You've made changes to your party !"; close; } } warpparty .@pvpmap$, 0,0, getcharid(1); end; }
    1 point
  5. Olá! Não sei se é a área correta, e se não for, peço a gentileza de transferirem. Sou novo na utilização do sistema rAthena (migrei do Hercules), e me interessei bastante pelo sistema de Archieviments, porém ainda não sei como utilizá-lo. Como adicionar conquistas, títulos, recompensas... Alguém poderia me dar uma luz? Ou possa me mostrar onde encontro um pequeno tutorial sobre essas funcionalidades? Pode ser em inglês, sem problemas. Já adicionei na pasta db/pre-re, mas na hora que concluo a conquista, aparece "<> Conquistado", onde entre os sinais deveria aparecer o nome da conquista. Também adicionei um título na pasta data, apontando essa conquista pra ele, mas este também não aparece pra mim. Alguém poderia me dar um help? Desde já, agradeço a atenção!
    1 point
  6. Version 1.0.0

    1422 downloads

    SKIN; STATUS SERVER; RSS FEED; PSD; GUIDE RSSFEED Webfiles\status\inc\rssConfig.php 'news' => 'http://g1.globo.com/dynamo/carros/rss2.xml', 'event' => 'http://g1.globo.com/dynamo/ciencia-e-saude/rss2.xml', 'update' => 'http://g1.globo.com/dynamo/concursos-e-emprego/rss2.xml', STATUS SERVER Webfiles\status\status.php $status = new ServerStatus( "LOCALHOST", "LOCALHOST", "USERNAME", "PASSWORD", "DATABASE" ); Do not remove the credits, thank you. Please do not sell this product. Design Elfin
    Free
    1 point
×
×
  • Create New...