Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HD Scripts

  1. Good afternoon. I wonder if there is a quick way to translate (for my language pt-br) the emulator console or would have to do line by line of the files. example:
  2. Could you tell me how you solved it? maybe you can help someone with a similar error ...
  3. If(Zeny > 100000) && (countitem(7227) > 10)) Zeny - 100000; delitem 7227, 10; getitem 7179, 1;
  4. is possible, but Herc locked src code of this code.
  5. put this script on your item ID 30100> callfunc "ItemBaseLevel"; and add this script on server: function script ItemBaseLevel { // lvl 10-69 swordsman if(BaseLevel >= 10 && BaseLevel <= 69){ if(BaseJob == Job_Swordman) end; jobchange Job_Swordman; dispbottom "Congrats! You become a Swordsman!"; end; } // lvl 70-99 knight if(BaseLevel >= 70 && BaseLevel <= 99){ if(BaseJob == Job_Knight) end; jobchange Job_Knight; dispbottom "Congrats! You become a Knight!"; end; } // lvl 100–299 Lord Knight if(BaseLevel >= 100 && BaseLevel <= 299){ if(BaseJob == Job_Lord_Knight) end; jobchange Job_Lord_Knight; dispbottom "Congrats! You become a Lord Knight!"; end; } // lvl 300-999 rune knight if(BaseLevel >= 300 && BaseLevel <= 999){ if(BaseJob == Job_Rune_Knight) end; jobchange Job_Rune_Knight; dispbottom "Congrats! You become a Rune Knight!"; end; } }
  6. try this https://rathena.org/board/topic/117555-item-x-or-item-y-receive-item-z/
  7. Pois é mas dai surge uma pergunta. Em que padrão o client lê os itens? Tipo, tem 3 iteminfo e o id 501 de 2 deles, está em inglês, e apenas 1 está pt-br. Qual ele vai ler?
  8. Bom, até da pra alterar... Mas a parte de "loja de compras" dentro do script, teria que modificar tudo... Pois ta pedindo pra trocar pontos por itens.
  9. change to: 25439,Protector,Protector,4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,0,1004,{ callfunc "Func_godtier",0; },{},{} Script:
  10. attach again Sorry, there is a problem We could not locate the item you are trying to view. Error code: 2S328/1
  11. Great, u post the solution "claps claps claps" hahaha. @topic Hexeds 2018 still functional?
  12. just a simple code, you can fix it
  13. .amount = 10; // Reward CASHPOINTS amount and change announce "Find the Mushroom : Every Mushroom you kill will give you " + getitemname(.prize) + "!",0; to announce "Find the Mushroom : Every Mushroom you kill will give you " +.amount+ " Cashpoints!",0; and change getitem .prize, .amount; to #CASHPOINTS+ = .amount;
  14. Troque isso Por isso: switch(select("200 Poção Branca Compacta:30 Poção Azul:3 Garrafas de Veneno:5 Bombas Ácidas:30 Frascos de Revestimento:30 Teias de Aranha:30 Frascos de Planta Carnívora:2 Tônico de Hwergelmir:2 Nove Caudas Cozidas:2 Língua no Vapor:2 Coquetel Sopro do Dragão:2 Cozido Imortal:2 Escorpiões do Deserto no Vapor:3 Poções do Vento")) {
  15. emulador/src/map/map.hpp #define MAX_LEVEL 175
  16. HD Scripts

    WOT

    Bom, mesmo não sendo a área de pt-br, mas qual seria esse script? bRO tem WOT? Nunca vi, o que eu sei que tem, e eu tenho, é a do pbRO.
  17. yeah, i guess something wrong with my lua files...
  18. Nop. he is not making the character "speak". in other emulators, the character "talks" like npctalk.
  19. hi '-' i have an *issue* (?!) i tryed to use command "message", but this not working, or my function is not correct. print: my script:
  20. Pode, eu só converti pro koreano, pq uso o grf tools, ele não aceita sem conversão rs
  21. Assumindo que está usando rAthena... O arquivo de imagem deve estar na pasta data/texture/유저인터페이스/illust Arquivo no formado .bmp arquivo.bmp
  22. try to change to setarray .@levels[0],5,6,7,8,9,10;
×
×
  • Create New...