Jump to content

Broker

Members
  • Content Count

    37
  • Joined

  • Last visited

Posts posted by Broker


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

     

    erro.jpg

    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;

     


  2. 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:

    erro2.jpg

     

    errosprite_copy.jpg

     

    Alguem me ajuda ai urgente, vlw!!


  3. Hi, i wanted to know why i got sprite error when im killing a Turtle General. My data is updated so whats going on?

    errosprite_copy.jpgerro2.jpg

     

     

    NOTE: This error just happens when i kill him on his map (tur_dun04) Does anyone know what is it??


  4. Hello, i'm trying to change Pet_Egg_Scroll1 (#12925) effect to randomly get a certain group of headgear. 

     

    First i changed its effect in (item_db.conf):

    {	Id: 12925	AegisName: "Pet_Egg_Scroll1"	Name: "Kafra Item Mall Prize Package"	Type: 18	Buy: 20	Weight: 10	Script: <" additem groupranditem(ExchangeHeadgears_),1; ">},

    Then i created a new item group in (item_group.conf):

    ExchangeHeadgears_: (("10021"),("5490"),)

    And (item_packages.conf)

    }	ExchangeHeadgears_: {		Random: 1		Rate: 8000	}

    But when i use the Pet_Egg_Scroll1 (#12925) i'm not receiving any item. Does anyone know how to fix it for me?

     

    ----------

     

    At last my intention is to have a Surprise Egg that can give items randomly being earned with certain (%) each item.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.