I--- Edit skill dmg
II--- One hit kill any boss
III--- Get in game
I--- Edit skill dmg
---- Original Mod -
- this method only work with base server from ragezone
http://vindictus-pri.blogspot.com/2016/10/vindictus-skill-change-work-on-any.html
https://app.box.com/s/q0vpwntfb5hkvezlr93lwsz10vo3q6vv
---- for other private server
All the server use "good stuff lite" to load the extracted file instead of hfs file.
so we can edit these file to increase ur dmg or decrease it (maybe some stupid do it)
All you need is locale the "data" folder and the file look like this:
the _ex for extreme version
other for premiere version
Edit skill that u want to increase damage
those file from BRD's server
ex:
I want crosscut deal x10 damage
1- Open action_table_player_ex.txt
Find "Vella"
2- Looking for crosscut (cross_strike)
3- change the formula below "damge_factor"
"eval" "20 * ( 1 + (dmg_bonus1/100 + dmg_bonus2/ 100))"
I want x10 dmg, then i change 20*xxx= 200*xxx
now it look like this
But, the cross cut have 3 status, depend on 3 lv of Blade Heart
so we need to edit all the skill that effect cross_cut dmg
"vella_strong_attack_cross_strike_perfect"
"vella_strong_attack_cross_strike_great_01"
"vella_strong_attack_cross_strike_great_perfect01"
"vella_strong_attack_cross_strike_great_02"
"vella_strong_attack_cross_strike_great_perfect02"
"vella_strong_attack_cross_strike_great_perfect03"
"vella_strong_attack_cross_strike_great_03"
"vella_strong_attack_cross_double_strike"
"vella_strong_attack_cross_double_strike_perfect"
"vella_strong_attack_cross_double_strike_great_perfect01"
"vella_strong_attack_cross_double_strike_great_01"
"vella_strong_attack_cross_double_strike_great_02"
"vella_strong_attack_cross_double_strike_great_perfect02"
"vella_strong_attack_cross_double_strike_great_03"
"vella_strong_attack_cross_double_strike_great_perfect03"
II-- One hit - God mode
Now i just want my vella's kick can kill boss with 1 hit
open action_table_player_ex.txt
find vella_kick
edit the value of damage_factor to 999999
"damage_factor" "999999"
then save it, make a backup too
III--- GET IN GAME
the Launcher of the game will check and restore original file so all u need to do is copy new file after the launcher done file checking.
Or just send me the following file:
Vindictus.exe
Launcher's file
heroes.exe
and server's website, i will help u to get original file that make u can play without the launcher
Vindictus Private
Friday, May 5, 2017
Thursday, October 13, 2016
Vindictus - VMWare Offline Server
VMware Image: https://drive.google.com/drive/folders/0B1XIhstGkYHkdGItWkJPZzJFeGc?usp=sharing
Or https://mega.nz/#F!oJBXAaIK!WVh-Q-hFtD8YEODXVI4-Ag
VMware Workstation : https://my.vmware.com/web/vmware/downloads
Vindictus Client: https://drive.google.com/open?id=0BzlGRR8NkCQzNGpYWmlPbTQzYm8
Game Server Info:
Windows 2008 (without windows password) MSSQL Server Express 2008 - (ID: sa Password: Pass1234) SQL Server Management Studio 2008 XAMPP for Web Server (C:\xampp) HeroesOpTool (ID: root Password: root) Server Path: C:\Server heroesContents.db3 Path: C:\Server\zh-tw-x-gm\Bin IP Address: 192.168.0.200
UI FIx: https://drive.google.com/open?id=0B0_f5AMvriciR2NEVVlvSEROQk0
extract to main folder of vindictus
delete 9FB527B373DCBD159552ADD1710487A724237AF9.hfs after install
Hagie Fix: put this file on C:\server\zh-tw-x-gm\bin\
https://drive.google.com/open?id=0B0_f5AMvriciWFQtX1ZfX202eWs
Checkout how to mod skill here: http://vindictus-pri.blogspot.com/2016/10/vindictus-skill-change-work-on-any.html
How to Play Delia in private serveR: http://vindictus-pri.blogspot.com/2016/10/how-to-get-delia-on-vindictus-private.html
Replace fiona to delia in client.dll,engine.dll,server.dll
Extract all bastardsword from hfs
rename it to longsword_xxxxxxx
copy to data/models/weapon/longsword
in DB(both server and client)
Table:
Update SkillInfo
set ClassRestriction=1111 where ClassRestriction=2(set all skill of fiona to 1111)
set ClassRestriction=2 where ClassRestriction=1024 ( set all skill of delia to fiona)
Edit FaceInfo.txt replace all code of fiona to delia to get face work
or just do stuff with mysql to change fiona face to delia
Now u can use almost all skill of delia. if u want a skill get to work, edit delia_motion file, u can add code, replace, or just copy from other class skill to make it work like original server
Wednesday, October 12, 2016
Vindictus Skill change! Work on any private server
TUTORIAL
How to mod:
copy all of this to en-EU or en-US folder
then run Perx.exe =>Start.bat to run the game
im running in my local server
data\models\player\_anim\female
Im playing in pre server, so i need to edit pc_vella_motion.txt, xe server edit _ex.txt
ex:
add slashing high and insane reaper buff when use greeting emo (both increase attack speed)
find emo_greeting
add this after {
"0" "AE_ADD_STATUS_EFFECT skill_evy_insane_reaper_self 15"
"0"
{
"event" "AE_ADD_STATUS_EFFECT skill_lethita_slashing 15"
"is_finally" "1"
}
save it
Kill boss with paladin explosion
"0"
{
"event" "AE_DAMAGE_EXPLOSION paladin_transformation_explosion 200"
"is_finally" "1"
//Explosion with 200 aoe, u can change 200 to whatever u want, but might result lag
}
i already add this to kick_01 kick_02 and kick_03
Loot item + gathering with emo_dance
"0" "AE_CUSTOM_MOTION Item_Loot"
"5" "AE_CUSTOM_MOTION Item_Loot"
"10" "AE_CUSTOM_MOTION Item_Loot"
"15" "AE_CUSTOM_MOTION Item_Loot"
"20" "AE_CUSTOM_MOTION Item_Loot"
"0" "AE_GATHER gather"
f i play on eu version lol
How to get Delia on Vindictus Private
If u want to play delia with almost skill work. do this:
Replace fiona to delia in client.dll,engine.dll,server.dll
Extract all bastardsword from hfs
rename it to longsword_xxxxxxx
copy to data/models/weapon/longsword
in DB(both server and client)
Table:
Update SkillInfo
set ClassRestriction=1111 where ClassRestriction=2(set all skill of fiona to 1111)
set ClassRestriction=2 where ClassRestriction=1024 ( set all skill of delia to fiona)
Edit FaceInfo.txt replace all code of fiona to delia to get face work
or just do stuff with mysql to change fiona face to delia
Now u can use almost all skill of delia. if u want a skill get to work, edit delia_motion file, u can add code, replace, or just copy from other class skill to make it work like original server
Subscribe to:
Posts (Atom)