Jump to content

Como tirar restrições de skill // @item não funciona


kakashix55

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

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

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/21/21
  • Last Seen:  

Como retira as restriçoes no Rathena ? ate porque não achei essa pasta  in db / [re or pre / skill_required

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  09/06/22
  • Last Seen:  

Gostaria de saber Como remover restrições em Rathena? Espero que alguém possa explicar mais detalhadamente.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  96
  • Reputation:   42
  • Joined:  11/15/11
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...