[Request] How increase damage china !

01/24/2015 14:10 Carica##1
How increase damage china !
01/24/2015 14:53 Aaron*#2
first way :
Quote:
Use axmed weapon dmg up tool and increase the weapons dmg by 15 percent or however you want.
Second way: (edit the params to the value you want)
Quote:
_RefSkill:
1 33821 1015 SKILL_MALL_CHINESE_BALANCE 20% ??? ??/?? SKILL_MALL_CHINESE_BALANCE_RACE 0 1 1 0 0 0 0 0 1000 0 0 0 90048778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 255 255 0 0 0 0 0 255 255 255 255 item\etc\exp_scroll.ddj SN_SKILL_MALL_CHINESE_BALANCE_RACE xxx xxx xxx 0 0 3 1667396966 1851946342 1685418593 -1 0 0 0 0 6582901 30 30 1868849522 15 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

_RefSkillGroup
1015 SKILL_MALL_CHINESE_BALANCE_RACE

_AddNewChar procedure (add these lines to it.):
IF (@RefCharID >= 1920 AND @RefCharID <= 1931) -- FEMALE CH
BEGIN
Insert Into _TimedJob (CharID,Category,JobID,TimeToKeep,data1,data2,data 3,data4,data5,data6,data7,data8) values (@NewCharID,0,33821,700000000,0,0,0,0,0,0,0,0)
end
else IF (@RefCharID >= 1907 AND @RefCharID <= 1919) -- MALE CH
BEGIN
Insert Into _TimedJob (CharID,Category,JobID,TimeToKeep,data1,data2,data 3,data4,data5,data6,data7,data8) values (@NewCharID,0,33821,700000000,0,0,0,0,0,0,0,0)
end


if you have different refskill id, change 33821 to your skill id.
01/24/2015 17:04 Carica##3
how i edit to 10% ?
and Where in _AddNewChar !
01/24/2015 17:14 Aaron*#4
Quote:
Originally Posted by Carica# View Post
how i edit to 10% ?
and Where in _AddNewChar !
1- change 30,15,20 to ur dmg increase values
2- anywhere in addnewchar.
01/24/2015 20:44 Carica##5
Any params i edit in Skills Chin ?params Damage anyone
01/24/2015 21:18 Aaron*#6
Quote:
Originally Posted by Carica# View Post
i cant add ! addnewchar

any idea for edit damage Skills ! chin ? without add new??
add me on skype i will explain u how to make it.
skype : auroraofficial
01/24/2015 22:16 Carica##7
Quote:
Originally Posted by Jocs View Post
add me on skype i will explain u how to make it.
skype : auroraofficial
Done
02/05/2015 02:46 ledgervera#8
Quote:
Originally Posted by Jocs View Post
first way :

Second way: (edit the params to the value you want)

if you have different refskill id, change 33821 to your skill id.
by the way, there's a easier way than add a new skill
he can modify the damage increase, absorption of skills via _RefSkill..
04/29/2020 16:02 BabyPaniC#9
I added it successfully, but it has 49 days, I wanted it to be permanent, how do I do it?