
rogeriodp
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
rogeriodp recebeu reputação de Maydana em [v32] GlobalFull 11/12 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)Pessoal,
Segue tutorial para atualizar seu otserv com as novas potions.
Baixe o Items.otb da versão 10.94
https://github.com/thexamx/Real-Tibia-Datapack/raw/master/data/items/items.otb
Substitua ele na pasta do seu Otserv
Em seguida, vá em data\actions\scripts\other e no arquivo potions.lua adicione as seguintes linhas
-- Health & Spirit Potions
[26031] = { -- supreme health potion
vocations = {4, 8},
minLevel = 200,
healthToAdd = { min = 875, max = 1125 },
emptyFlask = 7635
},
[26030] = { -- ultimate spirit potion
vocations = {3, 7},
minLevel = 130,
healthToAdd = { min = 420, max = 580 },
manaToAdd = { min = 150, max = 250},
emptyFlask = 7635
},
[26029] = { -- ultimate mana potion
vocations = {1, 2, 5, 6},
minLevel = 130,
manaToAdd = { min = 425, max = 575},
emptyFlask = 7635
},
Posteriormente, vá em \data\actions e abra o arquivo actions.xml
Adicione:
<action itemid="26031" script="other/potions.lua" />
<action itemid="26030" script="other/potions.lua" />
<action itemid="26029" script="other/potions.lua" />
Pronto, testado aqui e funcionando!
-
rogeriodp recebeu reputação de godofglobal em [v32] GlobalFull 11/12 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)Pessoal,
Segue tutorial para atualizar seu otserv com as novas potions.
Baixe o Items.otb da versão 10.94
https://github.com/thexamx/Real-Tibia-Datapack/raw/master/data/items/items.otb
Substitua ele na pasta do seu Otserv
Em seguida, vá em data\actions\scripts\other e no arquivo potions.lua adicione as seguintes linhas
-- Health & Spirit Potions
[26031] = { -- supreme health potion
vocations = {4, 8},
minLevel = 200,
healthToAdd = { min = 875, max = 1125 },
emptyFlask = 7635
},
[26030] = { -- ultimate spirit potion
vocations = {3, 7},
minLevel = 130,
healthToAdd = { min = 420, max = 580 },
manaToAdd = { min = 150, max = 250},
emptyFlask = 7635
},
[26029] = { -- ultimate mana potion
vocations = {1, 2, 5, 6},
minLevel = 130,
manaToAdd = { min = 425, max = 575},
emptyFlask = 7635
},
Posteriormente, vá em \data\actions e abra o arquivo actions.xml
Adicione:
<action itemid="26031" script="other/potions.lua" />
<action itemid="26030" script="other/potions.lua" />
<action itemid="26029" script="other/potions.lua" />
Pronto, testado aqui e funcionando!