Broker
Members-
Content Count
37 -
Joined
-
Last visited
About Broker
-
Rank
Advanced Member
-
Client-side (data folder,hexed,etc) for Pre-renewal
Broker replied to Broker's question in Client-Side Requests
up -
Client-side (data folder,hexed,etc) for Pre-renewal
Broker replied to Broker's question in Client-Side Requests
up -
Client-side (data folder,hexed,etc) for Pre-renewal
Broker posted a question in Client-Side Requests
Can anyone show me what's the best package (client-side) for a Pre-renewal server? With data folder, etc.. -
Perfect. input instead!! Ty
-
On this case for example it's showing problem with: Case 1: next; if (.ativo == 1) callsub jaesta; set $monstro,0; set $qntmonstro,0; set $Item1,0; set $Quantia,0; mes .npc$; mes "Configure a Missão Antes"; next; mes .npc$; mes "Digite o Id do Monstro:"; digit $monstro; next; if ($monstro == 0){ mes .npc$; mes "Esse não é um Valor Valido"; close; } mes .npc$; mes "Digite a Quantidade de Monstros:"; digit $qntmonstro; next; if ($qntmonstro == 0){ mes .npc$; mes "Esse não é um Valor Valido"; close; } mes .npc$; mes "Digite o Id do Prêmio:"; digit $Item1; next; if ($Item1 == 0){ mes .npc$; mes "Esse não é um Valor Valido"; close; } mes .npc$; mes "Digite a Quantidade do Prêmio:"; digit $Quantia; next; if ($Quantia == 0){ mes .npc$; mes "Esse não é um Valor Valido"; close; } mes .npc$; mes "Você Configurou o Evento assim:"; mes "Monstro: ^666699"+getmonsterinfo($monstro,0)+"^000000"; mes "Quantidade: ^666699"+$qntmonstro+"^000000"; mes "Item: ^666699"+getitemname($Item1)+"^000000"; mes "Quantidade Item: ^666699"+$Quantia+"^000000"; mes "Esta Certo?"; if(select("Sim:Esta Errado")==2){ callsub conf; } mes "Muito bem, o evento será iniciado"; close2; set .ativo,1; sleep 1000; announce "[Missão]: O Evento Missão está Iniciada!",bc_all; sleep 3000; announce "[Missão]: A Missão de Hoje é Matar "+$qntmonstro+" "+getmonsterinfo($monstro,0)+"!",bc_all; sleep 2000; announce "[Missão]: E o Prêmio é: "+$Quantia+" "+getitemname($Item1)+"!",bc_all; sleep 2000; announce "[Missão]: Lembrando que a Missão só pode ser feita uma Vez!",bc_all; sleep 1000; announce "[Missão]: Boa Sorte a Todos!",bc_all; end;
-
I can type in portuguese with accents, but all my scripts if i insert accents it shows strange characteres: it should be: Jogo da Caça
-
@pr3p didn't work. i used 0 to 12 langtype. The 0 one shows this error
-
Plz @evilpuncher help me to fix it, is there any video tutorial? Or some step-by-step
-
it's already 12 :/
-
I'm using 2010-07-30 , i was having trouble trying to diff my hexed. Can i ask you a diffed client with "Ascii & Arial on All Langtypes" ?
-
How can i change the server language? I'm brazilian and every time i use the accents on the words it shows strange characteres. Plz if you know answer quickly :/
-
I can't start the event typing @poring <mapname> and map server shows: How can i fix it?
-
Eu ja tinha feito isso antes pra ver se era, mas o problema era no lua files, eu já consertei. Valeu!!
-
i made my own data from BRO's data.grf updated.
-
Hi guys, i just updated my data folder and now i dont get sprite errors anymore, but all my items are without description. Does anyone know whats the problem? Is this my hexed (2010.07.30) ?