Jump to content

Break San

Members
  • Content Count

    240
  • Joined

  • Last visited

Everything posted by Break San

  1. Break San

    Ceres CP

    It is possible to place the voting system in ceres cp?
  2. and how do I leave with effect before finishing the attack?
  3. Realized in the current Hercules when the player attacks and swita for a weapon status (sleep, freezing etc) the switch will not start.
  4. What is the best paid gameguard?
  5. Which best free game guard?
  6. solved @edit pc.c { struct item item_tmp; memset(&item_tmp,0,sizeof(item_tmp)); item_tmp.nameid=ITEMID_SKULL_; item_tmp.identify=1; item_tmp.card[0]=CARD0_CREATE; item_tmp.card[1]=0; item_tmp.card[2]=GetWord(sd->status.char_id,0); // CharId item_tmp.card[3]=GetWord(sd->status.char_id,1); if (src && src->type == BL_PC) { struct map_session_data *killer = (struct map_session_data*)src; pc->additem(killer, &item_tmp,1, LOG_TYPE_SCRIPT);} }
  7. Some mini tutorial could not do. -.-
  8. How do I drop skull with name in pvp and go straight to inventory ? Thank!
  9. Compatible only with Hercules?
  10. Could explain right'm new to emulators. I saw this change in src (http://rathena.org/board/topic/71389-afk-with-afk-hat/)
  11. Does anyone have the source code updated to pass me? thank
  12. I am not able to understand what is happening to my map server is falling. Can someone help me analyze?
  13. I have this script but the battleground is not starting, I put two people to begin with. reloadscript need to start typing the command to register so it works. http://upaste.me/30b95b Please move the topic to support area
  14. It worked but now the spirit is petrifying
  15. I'm with this npc that has the function of the mind in class and buff, not in error more the spirit does not work. @credito EtO prontera,156,165,5 script Buff & Link 100,{emotion 47; set .@Price,0; // Zeny requerido. set .@Buffs,1; // Buffar os jogadores? (1: sim / 0: não) set .@Delay,5; // Tempo de espera, em segundos ( Padrão 5 segundos ) set .@level,1; // Level de Player VIP set .@time, 300000; // Duração do Buff Soul Link ( Padrão 5 minutos ) // Padrão VIP ---------------------------------------------------- if (getgroupid() >= .@level) { atcommand "@repairall"; callfunc "F_ClearGarbage",0; if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Custo: "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFCurar^000000:^777777Sair^000000") == 2) close; set Zeny, Zeny-.@Price; } specialeffect2 313; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; // Soul Linker -------------------------------------------------- switch ( basejob ) { case 18: set .@spirit, 445; break; case 15: set .@spirit, 447; break; case 4047: set .@spirit, 448; break; case 16: set .@spirit, 449; break; case 14: set .@spirit, 450; break; case 23: set .@spirit, 451; break; case 7: set .@spirit, 452; break; case 9: set .@spirit, 453; break; case 8: set .@spirit, 454; break; case 19: case 20: set .@spirit, 455; break; case 17: set .@spirit, 456; break; case 10: set .@spirit, 458; break; case 11: set .@spirit, 460; break; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; } } else { atcommand "@repairall"; callfunc "F_ClearGarbage",0; if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Custo: "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFCurar^000000:^777777Sair^000000") == 2) close; set Zeny, Zeny-.@Price; } specialeffect2 313; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; }}
  16. Break San

    map change

    Okay, I will test the script. When teletransporto (@joinbg) bg, back to Save Point
  17. Break San

    map change

    Thank you Annie A doubt *-* How not to put open two account quit and who is afk, It could even be a part of the npc?
  18. Break San

    map change

    I did it more when the npc starts running and he seeks guild_vs01 03 Wanted to put a map custon example florian
  19. Break San

    map change

    How do I change the map script always goes to guild_vs I would put another map, custom map
  20. Break San

    trade

    Como bloquear trade apenas de GM'S Obrigado. Emuladores mais antigo era no batle, nesse não achei acredito que seja alguma coisa no group_conf.
  21. Refines want more than once until 4 and 5
  22. Hey good morning, I would like a refiner to refine up to +4 to common players Refine: Hat head, weapon, esculdo, armor and cloak. Already vip players to refine + 5 Hat head, weapon, esculdo, armor and cloak. Thank you * - * by; Bianca
×
×
  • Create New...

Important Information

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