Jump to content

  •  

Broker

Member Since 09 Mar 2014
Offline Last Active Mar 29 2014 10:04 PM
-----

Topics I've Started

Client-side (data folder,hexed,etc) for Pre-renewal

24 March 2014 - 01:24 AM

Can anyone show me what's the best package (client-side) for a Pre-renewal server? With data folder, etc..


Problem with digit - undeclared function

19 March 2014 - 01:03 PM

On this case for example it's showing problem with:

 

Posted Image

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;

 


Change Server Language

13 March 2014 - 08:51 PM

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 :/


Items Description

11 March 2014 - 05:20 PM

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) ?


Sprite Erro

11 March 2014 - 01:33 AM

Por algum motivo quando eu to matando o General Tartaruga em tur_dun04 tá dando erro sprite.

 

Eu fiz o teste sumonando ele dentro do mapa e não deu erro, mas quando eu mato o que já é do servidor tá dando esse erro:

Posted Image

 

Posted Image

 

Alguem me ajuda ai urgente, vlw!!