-
Posts
97 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by BrOgBr
-
[Pre-Renewal] Expanded Jobs with Fixed Casting time
BrOgBr replied to Arii's question in General Support
The fixed cast doesn't exist at Pre-Renewal, only Renewal. -
Haha, antes de abrir você precisa compilar o client, utilize o nemo para tal.
-
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.
-
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.
-
Feature Swap Equipment not working[Button Change]
BrOgBr replied to LearningRO's question in Database Support
The feature is working perfectly. Can you post a screenshot? -
Thank you @Radian I hadn't yet applied the new commits.
-
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.
-
Você pode encontrar no arquivo: data\luafiles514\lua files\signboardlist.lub
-
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.
-
Diff a new client, choose the option "Load custom lua file instead of iteminfo" so put it: "data/iteminfo.lua"
-
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.
-
@xyrox You'll need decompile first.
-
Try this: case 1: callshop "sell",2; end; - shop sell -1,512:-1
-
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.
-
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
-
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.
-
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; }
-
WOE Controller with reward (for winning guild only)
BrOgBr replied to AOCzxc's question in Script Requests
This? https://github.com/rathena/rathena/blob/master/npc/custom/woe_controller.txt -
@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%.
-
Update your bRO/kRO.
-
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.
-
Hello @Raf4h you need use github to report issues. https://github.com/rathena/rathena/issues
-
You can follow this Tutorial to edit it: https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
-
Fixed! Thank you, I forgot to change it.
-
Sorry but I didn't understand.