Jump to content

Leaderboard

Popular Content

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

  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. 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
  3. // 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
  4. 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
×
×
  • Create New...