• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Code Source 7.6 (Programer)

gianflogao

Member
Joined
Jun 6, 2014
Messages
134
Solutions
2
Reaction score
13
Hi Otlanders,

I have a config.lua with these lines:

Lua:
--------------------------- DAMAGE PERCENTS ---------------------------------
-- Forms of attacks with any weapon
-- Full Attack,Balanced,Full Defense
attackforms = {"1.1", "0.9", "0.8"}

-- Forms of Defense of the Shield (NO IS INCLUDED ARMOR)
-- Full Attack,Balanced,Full Defense
defenseforms = {"0.3", "0.5", "0.8"}

-- Damage Form/x
-- Knight, Paladin
-- Default - {"1.2","1.2"}
dmg = {"0.5","0.5"}

and I want to use this on another source server, but I need the codes ...

is anyone interested in helping me?
 
Check on your sources (maybe player ir combat.cpp) and then you can read and copy the same attack system function to the new one server.
 
Back
Top