-
Posts
180 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by brunoshp
-
im basied in Skorm script. this getuid(strcharinfo(0)) get UniqueID Of Player this to. but not ok! pls help me
-
i use Internalguard and this guard capture UniqueID i need to block dual account in same Map. if have 1 account map not enter other in same Map. In table Ragnarok guard put infomations about account in tables. xxxxx_ragnarok Jogadoresid id , UniqueID , IP , Date , time
-
how i make in maps battleground setcell no battleground?
-
[Showcase] MAGRO - Flux CP design by ParGFX
brunoshp replied to ParIsMakulit's topic in Arts & Writings
good! -
@brian i need to remove ip too, because timer café! can help?
-
how i can add new dll?
-
@skorm this only get last ip correct?
-
dll for put in client he need! to get mac adress. correct vijay?
-
how i can get mac_address player, i need to block 2 same mac_address in arena pvp. how i can get?
-
thz.!!!!
-
Hi, i need to reset rank in every day 30, and send 1 rop for leader, it is posible? my rank: prontera,140,180,4 script Ranking 857,{ mes "rank PvP [TOP 10]"; next; query_sql "SELECT name, kills, deaths FROM pvp ORDER BY kills DESC LIMIT 10",@name$,@kills,@deaths; dispbottom "Ranking PvP [TOP 10]"; dispbottom " "; dispbottom "Position < x > Name < x > kills < x > deaths"; dispbottom " "; for(set @i,0;@i<=9;set @i,@i+1) { dispbottom "["+(@i+1)+"] < x > "[email protected]$[@i]+" < x > "[email protected][@i]+" < x > "[email protected][@i]+""; } close; }
-
tha comand @security , the pass i need to show in @accinfo, where i change or add in @accinfo for show Pass of security?
-
Well folks my emulator I added the @ security and was wondering if some players forget their security as one adm may know, so I thought it showed the @ accinfo but does not show, how can I do to show? I realized that it shows data from Login table, how do I command sampled +1 table? ae that I create a table and saved the player code inside it, and when the ADM using the @ command shows the security accinfo player.
-
|Have one problem whe player login he dont go use @go or @warp have this delay!
-
How can I make the script Twilight, send 1 pm when the player missing 30 minutes to get presence? or when completing the 60 minutes to warn the player who completed the presence?? Thankful since already! //Presence v1.1 //by x Twilight prontera,150,150,5 script Presença 811,{ set @npc$,"[^ff9900 "+StrNpcInfo(1)+" ^000000]"; mes @npc$; mes ""+strcharinfo(0)+", bem-vind"+(Sex?"o":"a")+" ao sistema de presença."; mes "O que deseja fazer hoje?"; if(getgmlevel() >= 80) set [email protected]$,"Configurar sistema"; switch(select("Marcar frequência","Trocar meus pontos","Ver meus pontos",[email protected]$,"Informações","Sair")) { case 1: next; mes @npc$; if(!#counting) { set #online_time, gettimetick(2) + $time; set #counting,1; mes "Tempo marcado, volte dentro de "+((#online_time-gettimetick(2))/60)+" minuto(s)!"; close2; dispbottom "Para verificar o tempo que resta, mande uma MP para npc:"+strnpcinfo(1)+"."; end; } if(#online_time >= gettimetick(2)) { mes "Você ainda deve aguardar "+((#online_time-gettimetick(2))/60)+" minuto(s)."; close; } mes "Receba agora seu ponto de presença."; set #point_presence,#point_presence + $point; set #counting,0; close; case 2: next; mes @npc$; mes "Escolha um item"; mes "^ff0000[Preço]^000000 - Quantidade x Item"; callsub OnItemRemaker; set [email protected],[email protected]; next; mes @npc$; mes "Item escolhido: ^ff0000"+GetItemName($presence_id[[email protected]])+"^000000"; mes "Quantidade do item: ^ff0000"+getd("$presenceamount_"[email protected]+"["[email protected]+"]")+"^000000"; mes "Preço: ^ff0000"+getd("$presencepoint_"[email protected]+"["[email protected]+"]")+"^000000"; if(select("Comprar:Cancelar") == 2) { next; mes @npc$; mes "Volte quando quiser."; close; } if(#point_presence < getd("$presencepoint_"[email protected]+"["[email protected]+"]")) { next; mes @npc$; mes "Você não tem a quantidade necessária de pontos."; close; } set #point_presence,#point_presence - getd("$presencepoint_"[email protected]+"["[email protected]+"]"); getitem $presence_id[[email protected]], getd("$presenceamount_"[email protected]+"["[email protected]+"]"); close; case 3: next; mes @npc$; mes "Atualmente você possui "+#point_presence+" pontos de frequência."; close; case 4: switch(select("Adicionar item:Remover item:Remover todos os itens:Alterar tempo de espera:Alterar quantidade de pontos ganhos:Voltar")) { case 1: next; mes @npc$; mes "Você escolheu 'Adicionar item'."; mes "Por favor, digite o ID do item que o jogador poderá comprar com pontos de frequência."; input [email protected][0]; next; mes @npc$; mes "Por favor, digite a quantidade desse item."; input [email protected][0]; next; mes @npc$; mes "Agora digite quantos pontos de frequência serão necessários para o jogador comprar esse item."; input [email protected][0]; next; mes @npc$; mes "Item: ^ff0000"+GetItemName([email protected][0])+"^000000"; mes "Quantidade: ^ff0000"[email protected][0]+"^000000"; mes "Preço: ^ff0000"[email protected][0]+"^000000"; if(select("Cancelar:Confirmar") == 1) { callsub OnExit; } next; mes @npc$; set [email protected],0; set [email protected],getarraysize($presence_id); set [email protected],1; set [email protected],0; while([email protected]) { if($presence_id[[email protected]] == 0 || [email protected] == [email protected]) set [email protected],0; else set [email protected], [email protected] + 1; } set [email protected], [email protected]; set $presence_id[[email protected]],[email protected][0]; setd "$presenceamount_"[email protected]+"[0]",[email protected][0]; setd "$presencepoint_"[email protected]+"[0]",[email protected][0]; set [email protected],getarraysize([email protected]); for(set [email protected], 1; [email protected] <= [email protected]; set [email protected], [email protected] + 1) setd "$presenceq_"[email protected]+"["[email protected]+"]",[email protected][[email protected]]; setd "$presenceamount_"[email protected]+"["[email protected]+"]",[email protected][[email protected]]; setd "$presencepoint_"[email protected]+"["[email protected]+"]",[email protected][[email protected]]; mes "Item adicionado."; close; case 2: callsub OnItemRemaker; set [email protected],[email protected]; next; mes @npc$; mes "Gostaria de remover o item ^ff0000"+GetItemName($presence_id[[email protected]])+"^000000?"; if(select("Não:Sim") == 1) { callsub OnExit; } next; mes @npc$; set [email protected],getarraysize(getd("$presenceq_"[email protected])); for(set [email protected],1; [email protected] < [email protected]; set [email protected],[email protected] + 1) { setd "$presenceq_"[email protected]+"["[email protected]+"]",0; setd "$presenceamount_"[email protected]+"["[email protected]+"]",0; setd "$presencepoint_"[email protected]+"["[email protected]+"]",0; } set $presence_id[[email protected]],0; setd "$presenceamount_"[email protected]+"[0]",0; setd "$presencepoint_"[email protected]+"[0]",0; mes "Item removido."; close; case 3: next; mes @npc$; mes "Deseja remover todos os itens de troca?"; if(select("Não:Sim") == 1) { callsub OnExit; } next; mes @npc$; set [email protected],getarraysize($presence_id); for(set [email protected],0; [email protected] < [email protected]; set [email protected], [email protected] + 1) { set [email protected],getarraysize(getd("$presenceq_"[email protected])); for(set [email protected],1; [email protected] < [email protected]; set [email protected], [email protected] + 1) { setd "$presenceq_"[email protected]+"["[email protected]+"]",0; setd "$presenceamount_"[email protected]+"["[email protected]+"]",0; setd "$presencepoint_"[email protected]+"["[email protected]+"]",0; } set $presence_id[[email protected]],0; setd "$presenceamount_"[email protected]+"[0]",0; setd "$presencepoint_"[email protected],0; } mes "Todos os itens foram removidos."; close; case 4: next; mes @npc$; mes "Você escolheu 'Alterar tempo de frequência'."; mes "Por favor, digite o novo tempo que o jogador precisará ficar online para retirar seu ponto de frequência. [em segundos]"; input @time_digit; next; mes @npc$; mes "Novo tempo em segundos: ^ff0000"[email protected]_digit+"^000000"; mes "Novo tempo em minutos: ^ff0000"[email protected]_digit/60+"^000000"; if(select("Cancelar:Confirmar") == 1) { callsub OnExit; } next; mes @npc$; set $time,@time_digit; set $new_time,1; mes "Tempo de espera alterado."; close; case 5: next; mes @npc$; mes "Você escolheu 'Alterar quantidade de pontos ganhos'."; mes "Digite a nova quantidade de pontos que o jogador ganhará ao marcar frequência."; input @point_digit; next; mes @npc$; mes "Nova quantidade de pontos: ^ff0000"[email protected]_digit+"^000000"; if(select("Cancelar:Confirmar") == 1) { callsub OnExit; } next; mes @npc$; mes "Quantidade de pontos alterada."; set $point,@point_digit; set $new_point,1; close; case 6: callsub OnExit; } case 5: next; mes @npc$; mes "Aqui você poderá ganhar pontos por tempo online no servidor."; next; mes @npc$; mes "A cada "+$time/60+" minutos, você ganhará "+$point+" ponto(s)."; next; mes @npc$; mes "Você pode trocar os pontos acumulados por itens."; mes "Aproveite!"; close; case 6: callsub OnExit; } OnItemRemaker: set [email protected],getarraysize($presence_id); set [email protected],getarraysize(getd("$presenceamount_"[email protected])); for(set [email protected],0; [email protected] < [email protected]; set [email protected], [email protected] + 1) set [email protected]$, [email protected]$+ "^ff0000["+getd ("$presencepoint_"[email protected]+"["[email protected]+"]")+"]^000000"+" - "+getd ("$presenceamount_"[email protected]+"["[email protected]+"]")+"x "+GetItemName(getd("$presence_id"+"["[email protected]+"]"))+"^000000:"; set [email protected]$,[email protected]$+"Cancelar"; set [email protected],select([email protected]$)-1; if(([email protected]+1) > [email protected]) { callsub OnExit; } return; OnExit: next; mes @npc$; mes "Estarei aqui caso precisar."; close; OnWhisperGlobal: if(!#counting) { dispbottom "Você ainda não marcou sua presença."; end; } dispbottom "Faltam ainda "+((#online_time-gettimetick(2))/60)+" minuto(s)."; end; OnPCLogoutEvent: if(#counting == 1) { if(checkvending(strcharinfo(0))) { set #counting,0; } set #offline_time,#online_time - gettimetick(2); end; } OnPCLoginEvent: if(#counting == 1) { set #online_time, gettimetick(2) + #offline_time; end; } OnInit: if(!$new_time) { set $time,3600; } if(!$new_point) { set $point,1; } end; }
-
he need to block alt+01414 and others.
-
Client closes right after i select server
brunoshp replied to DarkFalz's question in Client-side Support
disable suporte proxy -
how i make old font's hexed in news hexeds? teste.bmp
-
AnnieRuru's Custom Battlegrounds Add Func
brunoshp replied to brunoshp's question in Scripting Support
Fine!!! perfect! you are fine! -
AnnieRuru's Custom Battlegrounds Add Func
brunoshp replied to brunoshp's question in Scripting Support
Up pls is very important! -
Now is ok!!!! thz for alll!
-
i will waiting you! ty
-
when i go buy , he talk me not have point , but i have 300! http://imageshack.us/photo/my-images/189/error1d.png/