Jump to content

Broker

Members
  • Content Count

    37
  • Joined

  • Last visited

Everything posted by Broker

  1. Can anyone show me what's the best package (client-side) for a Pre-renewal server? With data folder, etc..
  2. 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;
  3. 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
  4. @pr3p didn't work. i used 0 to 12 langtype. The 0 one shows this error
  5. Plz @evilpuncher help me to fix it, is there any video tutorial? Or some step-by-step
  6. 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" ?
  7. 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 :/
  8. I can't start the event typing @poring <mapname> and map server shows: How can i fix it?
  9. Eu ja tinha feito isso antes pra ver se era, mas o problema era no lua files, eu já consertei. Valeu!!
  10. i made my own data from BRO's data.grf updated.
  11. 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) ?
  12. Do you have any updated data folder? Translated to portuguese if possible.
  13. Thank u, working perfectly. But my equipments are without description, how can i fix it?
  14. Broker

    Sprite Error

    I killed him like in 5 different ways it shows the same spritee problem. I also spawned another TG on the map and it's ok, but when i try to kill the server one i get this error..
  15. 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: Alguem me ajuda ai urgente, vlw!!
  16. Broker

    Sprite Error

    Hi, i wanted to know why i got sprite error when im killing a Turtle General. My data is updated so whats going on? NOTE: This error just happens when i kill him on his map (tur_dun04) Does anyone know what is it??
  17. It fixed the error but i still not receiving any item from the egg.
  18. a normal bro equip like Hat of the Sun God [0] Elven Sunglasses [1] etc..
  19. Thank u @leloush , now i just need to make the NPC Shop. That is possible to exchange like 15 Mythril Coins (674) for 1 selected bro headgear on npc.
  20. Now it's showing this:
  21. 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.