Jump to content

BrOgBr

Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by BrOgBr

  1. The fixed cast doesn't exist at Pre-Renewal, only Renewal.
  2. Haha, antes de abrir você precisa compilar o client, utilize o nemo para tal.
  3. Opa, então tente colocar o email lá na tabela login e então tente novamente! De nada a gente faz o que pode pra ajudar. ?
  4. Tente colocar assim: char_del_option: 3 Lembrando que a data de nascimento é AnoMêsDia, tudo junto e nessa ordem e sem o hífen. Tente também apenas clicar em "ok", sem escrever nada e veja se exclui. Testei aqui e realmente não está funcionando com a data de nascimento, pelo menos não na versão do cliente que eu uso, porém ao setar a opção como indiquei ou colocando "1" ele pede o email e então é possível excluir normalmente.
  5. The feature is working perfectly. Can you post a screenshot?
  6. Thank you @Radian I hadn't yet applied the new commits. ?
  7. Hello ladies and gentlemen, I'm having a unusual problem with the command @idsearch. It isn't showing the item's ID, only the name. For example: I'm using: @Idsearch Poring It's showing only so: Poring Card: without the ID, the correct would be so: Poring Card:4001 And another problem, probably should have some relation with this, when I'm use @jump It's not showing the coordinate x,y, it's only showing the x. For example: Moved to Prontera 155 The correct would be so: Moved to Prontera 155 155 Does anyone know what is causing this problem? I already tried a clean rA and another hexed versions.
  8. Você pode encontrar no arquivo: data\luafiles514\lua files\signboardlist.lub
  9. Nice, confesso que ainda não tinha visto imagens aí e como venho utilizando apenas clientes mais recentes achei que estivesse falando da nova janela de quests. Que bom que conseguiu.
  10. Diff a new client, choose the option "Load custom lua file instead of iteminfo" so put it: "data/iteminfo.lua"
  11. Você provavelmente deve estar falando do novo sistema de quests: Se for isso, só utilizando os clientes 2018, salvo engano a partir do 2018-03-07.
  12. @xyrox You'll need decompile first.
  13. Try this: case 1: callshop "sell",2; end; - shop sell -1,512:-1
  14. https://github.com/rathena/rathena/blob/aa72af63d051fb1a8012402e917c0cda8496a90d/npc/re/mobs/dungeons/c_tower.txt#L68 110 is the amount. And you need reload the npcs or your server.
  15. Thanks @Nitrous, I did it with two itens and worked, but with another combo it didn't work. Thanks @pajodex, but I need to know how can I do it directly in item_combo.txt. I'll try explain better. The item (15238), says that when compound with item 2554 the result is: nullify convert damage to SP from the item (2554) (1% chance to convert 1% of physical damage in SP) item (15238): 2% chance to convert 2% of physical damage in SP +7 = 1%/1% additional +12 = 2%/2% additional ?
  16. Someone can tell me how can I make it? Item x combined with item y = deactive item y effect. I don't know how explain better. ?
  17. 1252,Garm,Garm,25005,25005,0,100,10,20,50,100,50,20,2000,400,1,0,350,400,800,{ petloot 10; },{ bonus2 bSubEle,Ele_Fire,5; } Try this: 1252,Garm,Garm,25005,35312,0,100,10,20,50,100,50,20,2000,400,1,0,350,400,800,{ petloot 10; },{ bonus2 bSubEle,Ele_Fire,5; }
  18. This? https://github.com/rathena/rathena/blob/master/npc/custom/woe_controller.txt
  19. @Jess in your example you can calculate so: rate 2000 = 2000/100 = 2 7019 = 1 then: 1/100 = 0,01 2 x 0,01 = 0,02 2 is your rate. 0,01 is the normal item's rate. Then with rate 2000 in your emulator, the chance of drop the item 7019 is 0,02%.
  20. Someone can help me, how can I write this script? and this: I tried so: bonus3 bAutoSpell,SL_STUN,5,50; but I don't know if it works with "magical attacks" or just with normal attacks.
  21. Hello @Raf4h you need use github to report issues. https://github.com/rathena/rathena/issues
  22. You can follow this Tutorial to edit it: https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
  23. Fixed! Thank you, I forgot to change it.
×
×
  • Create New...