kakashix55 Posted January 23, 2020 Posted January 23, 2020 Como eu tiro restrição de Skill? Ex: Usar rajada de flechas sem equipar flecha, usar skill sem precisar de gema etc... E recentemente adicionei 3 custons, porém quando eu uso @item, caso senha um ID que não é valido, aparece que o ID não existe, se o ID estiver certo não aparece mensagem nenhuma, simplesmente não acontece nada How do i remove Skill Restriction Ex: Using a flurry of arrow without equipping an arrow, using skill without needing a gem etc... And recently i added 3 custons, but when i use @item if ID is not valid, it appears that ID does not exist, if the ID is correct nothing appears, nothing just happens Quote
LOOLP - OFF Posted January 23, 2020 Posted January 23, 2020 Seu item criado tem que estar em ITEM_DB seja ele pre-re ou RE .. e da um @reloaditemdb, se não tiver erro em sua construção, basta dar @item no ID, que ira aparecer. Your created item has to be in ITEM_DB be it pre-re or RE .. and give an @reloaditemdb, if there is no error in its construction, just give @item in the ID, which will appear. Para o caso de skills não precisa de pre requisita, você altera em db/[re ou pre/ skill_required ... Encontre a skill e faça as alterações de acordo com o padrão ja descrito no proprio arquivo. For the case of skills you don't need a pre-requisite, you change it in db / [re or pre / skill_required ... Find the skill and make the changes according to the pattern already described in the file itself. Quote
andresiilva13 Posted August 20, 2021 Posted August 20, 2021 Como retira as restriçoes no Rathena ? ate porque não achei essa pasta in db / [re or pre / skill_required Quote
lustfulhint Posted September 6, 2022 Posted September 6, 2022 Gostaria de saber Como remover restrições em Rathena? Espero que alguém possa explicar mais detalhadamente. Quote
Wolf Posted September 7, 2022 Posted September 7, 2022 On 9/6/2022 at 12:45 AM, lustfulhint said: Gostaria de saber Como remover restrições em Rathena? Espero que alguém possa explicar mais detalhadamente. Em relação a flecha infinita, você altera no battle.conf. // Are arrows/ammo consumed when used on a bow/gun? // 0 = No // 1 = Yes // 2 = Yes even for skills that do not specify arrow consumption when said // skill is weapon-based and used with ranged weapons (auto-guesses which // skills should consume ammo when it's acquired via a card or plagiarize) arrow_decrement: 1 Altere para 0 o arrow_decrement. Agora em relação a habilidades específicas, você pode consultar o arquivo skill_db.yml e nele você altera as restrições, seguindo corretamente a estrutura. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.