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

 Download here :https://app.box.com/s/q0vpwntfb5hkvezlr93lwsz10vo3q6vv
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

How to get Delia in Vindictusworld and other Private server
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