Jump to content

rafapsd

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

rafapsd's Achievements

Poring

Poring (1/15)

0

Reputation

  1. i can't find it anywhere, dats why im asking to reupload this link :/
  2. The link is dead, can you give me a valid link? up
  3. Can anyone show me what's the best package (client-side) for a Pre-renewal server? With data folder, etc..
  4. i got the same problem
  5. Can anyone help me to fix this script? When i choose some option i get petrified and i can't move or do anything. then i use @die and return. //===== Cronus Script ======================================= //===== Por: ================================================ //= [Barbiroto] //===== Versão Atual: ======================================= //= 1.0 - Script Inicializado. [Barbiroto] //= 1.1 - Adicionado função de checagem de sexo mais clean. [Palito] //===== Compatível Com: ===================================== //= Cronus / eAthena //===== Descrição: ========================================== //= Encanta a Arma com qualquer elemento. //===== Bugs: =============================================== //= Não encontrei nenhum. //=========================================================== sec_in01,163,171,4 script Encantador 794,{ set .@npcencantador$,"^0000FF[Encantador]^000000"; set @PrecoEncantar,100000; // Preço para encantar a arma mes .@npcencantador$; mes "Olá ^0000CD"+strcharinfo(0)+"^000000, bem vindo ao ^FF0000[Encantador]^000000, eu posso Encantar a sua Arma com qualquer elemento por 5 minutos!"; mes "Para encantar sua arma cobrarei "+@PrecoEncantar+"z."; next; if(select("Sim.:Não.")==2){ mes .@npcencantador$; mes "Volte quando precisar."; close; } if(Zeny < @PrecoEncantar){ mes .@npcencantador$; mes "Você não tem o dinheiro suficiente."; close; } mes .@npcencantador$; mes "Qual elemento você quer?"; set Zeny,Zeny-@PrecoEncantar; next; switch(select("Geada.:Chama.:Terremoto.:Ventania.:Sagrado.:Maldito.:Sair.")){ case 1: sc_start SC_WATERWEAPON,180000,5; // 400000 = 1 Minuto: Encantar com Geada, Duração: 5 Minutos, Level 5 close; case 2: sc_start SC_FIREWEAPON,180000,5; // 400000 = 1 Minuto: Encantar com Chama, Duração: 5 Minutos, Level 5 close; case 3: sc_start SC_EARTHWEAPON,180000,5; // 400000 = 1 Minuto: Encantar com Terremoto, Duração: 5 Minutos, Level 5 close; case 4: sc_start SC_WINDWEAPON,180000,1; // 400000 = 1 Minuto: Encantar com Ventania, Duração: 5 Minutos, Level 5 close; case 5: sc_start SC_ASPERSIO,2000000,5; // 400000 = 1 Minuto: Encantar com Sagrado, Duração: 5 Minutos, Level 5 close; case 6: sc_start SC_SHADOWWEAPON,2000000,5; // 400000 = 1 Minuto: Encantar com Maldito, Duração: 5 Minutos, Level 5 close; case 7: set Zeny,Zeny+@PrecoEncantar; close; } }
  6. 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?? 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..
  7. 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!!
  8. Im getting this when i try to @warp ggpro . HELP
×
×
  • Create New...