Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Problema con RF ICGN 9.5  (Visto 637 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Sektormk3u Posteado: August 10, 2020, 05:41:27 PM | Modificado: August 15, 2020, 11:39:59 PM by -Rastaa.TSM☢

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 37
  • Gracias recibida: 11
  • ar
Buenas banda como dice que le va.
Les pido ayuda con lo siguiente, mi servidor ya esta on, y apenas alguien intento usar al rf resulta que sube los stats del personaje y los skills no pegan nada, no sube casi nada el daño y no tiene relacion con lo que aparece en el recuadro de daño, en cambio, normal hit o solamente el dragon slasher, pegan lo que tiene que pegar y es muy extraño. Que podria ser la falla?
Los files son ICGN 9.5
Ya toque la carpeta skills y modifique, recargue el Join del regular server y nada.

Gracias:


Offline jprey7 #1 Posteado: August 11, 2020, 10:37:14 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 397
  • ar
hola,
en \IGCData\Scripts\Skills esta el archivo RegularSkillCalc.lua vas a encontrar la formula de los skill.

/****************************************/
Original:


-- SkillID: 260, Killing Blow - (Rage Fighter, Fist Master)
function RageFighterKillingBlow(InDamage, Vitality)
local OutDamage = InDamage * (Vitality / 10 + 50) / 100.0

return OutDamage
end

-- SkillID: 261, Beast Uppercut - (Rage Fighter, Fist Master)
function RageFighterBeastUppercut(InDamage, Vitality)
local OutDamage = InDamage * (Vitality / 10 + 50) / 100.0

return OutDamage
end

-- SkillID: 262, Chain Drive - (Rage Fighter, Fist Master)
function RageFighterChainDrive(InDamage, Vitality)
local OutDamage = (InDamage + Vitality / 10) * (Vitality / 10 + 50) / 100.0

return OutDamage
end

-- SkillID: 263, Dark Side - (Rage Fighter, Fist Master)
function RageFighterDarkSideIncDamage(InDamage, Dexterity, Energy)
local OutDamage = (Dexterity / 8 + InDamage + Energy / 10) * (Dexterity / 8 + Energy / 10 + 100) / 100.0

return OutDamage
end

-- SkillID: 264, Dragon Roar - (Rage Fighter, Fist Master)
function RageFighterDragonRoar(InDamage, Energy)
local OutDamage = (InDamage + Energy / 10) * (Energy / 10 + 50) / 100.0

return OutDamage
end

-- SkillID: 265, Dragon Slasher - (Rage Fighter, Fist Master)
function RageFighterDragonSlasher(InDamage, Energy, TargetType)
local OutDamage = 0

if (TargetType == 1) then -- Player
OutDamage = InDamage * (Energy / 10 + 50) / 100.0
else -- Monster
OutDamage = (InDamage * (Energy / 10 + 50) / 100.0 + 100.0) * 3.0
end

return OutDamage
end

-- SkillID: 265, 564, 566 - Dragon Slasher - SD Reduction - (Rage Fighter, Fist Master)
function DragonSlasher_DecreaseVictimSD(Energy)
local SuccessRate = 0
local DecreasePercent = 0

SuccessRate = Energy / 100 + 10
DecreasePercent = Energy / 30 + 10

if (SuccessRate > 100) then
SuccessRate = 100
end

if (DecreasePercent > 100) then
DecreasePercent = 100
end

return SuccessRate, DecreasePercent
end

-- SkillID: 269, Charge - (Rage Fighter, Fist Master)
function RageFighterCharge(InDamage, Vitality)
local OutDamage = InDamage * (Vitality / 10 + 50) / 100.0

return OutDamage
end

-- SkillID: 270, Phoenix Shot - (Rage Fighter, Fist Master)
function RageFighterPhoenixShot(InDamage, Vitality)
local OutDamage = InDamage * (Vitality / 10 + 200) / 100.0

return OutDamage
end


/****************************************/

Modificado:
-- SkillID: 260, Killing Blow - (Rage Fighter, Fist Master)
function RageFighterKillingBlow(InDamage, Vitality)
local OutDamage = InDamage * (Vitality / 10 + 50) / 1500.0

return OutDamage
end


......
/****************************************/

fíjate que lo dividen por 1500.0 modifica ese valor a tu gusto.


Offline Sektormk3u #2 Posteado: August 15, 2020, 10:46:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 37
  • Gracias recibida: 11
  • ar
Sos un genio, problema solucionado


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
537 Views
Last post April 07, 2020, 11:44:27 PM
by Sektormk3u
1 Replies
360 Views
Last post September 28, 2020, 06:44:12 PM
by darthloud
3 Replies
384 Views
Last post November 02, 2020, 04:08:32 PM
by Sektormk3u
0 Replies
244 Views
Last post January 01, 2021, 01:50:17 AM
by dekzblaster
4 Replies
314 Views
Last post May 19, 2023, 04:31:09 AM
by dragonik18