Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Vindictus Server VMWare Image for EU Client 1.69.

Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
Hello, would like to share my Vindictus Server (Lan/Wan) VMWare Image.

Mega:

Download VinServer.part01.rar, VinServer.part02.rar VinServer.part03.rar (Password: ylwong)

Image version: VMware Version 10

Image Setting:
waQ6q00 - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


Game Server Software:
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

Software for Wan connection:
CCProxy for reroute all traffic to IP address 192.168.0.200 from client
*Wan game client can use proxifier app to connect the game server through CCProxy
How to setup CCProxy and proxifier http://forum.ragezone.com/f944/vindictus-server-vmware-image-eu-1114894-post8695353/#post8695353
DirectUpdate for updating DynamicDNS server (e.g. no-ip.com)
eMzi8v3 - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


Game client files:
Get Original Vindictus EU Client 1.69 from http://forum.ragezone.com/f944/release-eu-client-v1-69-a-1113635/

Game client patch files:
Download en-EU.rar from Google drive (Password: ylwong)
1. Unzip and overwrite all files in your en-EU game folder
2. Delete UptoDateInfo.dat in en-Eu folder
3. Remove extra files from media folder except *ending.avi
8ZKaARt - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

4. Rename 9FB527B373DCBD159552ADD1710487A724237AF9.hsf file to something else
GewMbYv - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


For the Class Sylas creation error 0xCF02. The server db is missing a Sylas item 'hagie_noluck_inner_free'.
I think I messed up the dbs when I'm adding the extra Avatar Items.

To fixed Sylas/Hagie creation error,

Download fixed db from google drive, filename "normal db.rar"

or

excute these sql update on both server heroesContents.db3 and game client heroes.db3
PHP:
UPDATE ItemClassInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizeItemInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizePriceInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

Game pictures showing Char Selection, AvatarShop, BeautyShop and Tir Coin purchase.
Playable Class: Fiona, Karok, Hurk, Arisha, Lynn, Vella, Lann, Kai, Evie, Sylas/Hagie
pNbMG9U - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


npnm1xi - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


u5QuEnv - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


OJlYC3 - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


919FjEI - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums








Game DB MSSQL (heroes) Changes
Function CreateCharacter() - added sql to insert item for new character, can be turn on/off by changing MySettings table.
YAChHLo - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums


lZPxhLA - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

The server and game client has the normal db with extra avatar items.

I have another modified heroes.db3 and heroesContents.db3 which has the following changes:
Download mod db.rar from Google drive.
PHP:
UPDATE StoryLineInfo SET RewardExp = RewardExp * 3 WHERE StoryLineID LIKE 'GuidePlay_%';
UPDATE QuestInfo SET DropItemCountMax = 20, DropItemCountMin = 20, MaxPlayCount = NULL;
UPDATE ManufactureRecipeInfo SET ExperienceRequired = 0,GradeRequired = 0;
UPDATE EnchantInfo SET MinSuccessRatio = 100, MaxSuccessRatio = 100;
UPDATE EnhanceInfo SET SuccessRatio = 1.0;
UPDATE TitleGoalInfo SET TargetCount = 1;
UPDATE ItemClassInfo SET MaxStack = 1000 WHERE ItemClass LIKE 'enhance_stone_%' ;
UPDATE ItemClassInfo SET MaxStack = 1000 WHERE ItemClass = 'enhance_elixir' ;
UPDATE PetInfo SET MaxActiveTime = MaxActiveTime * 12 ;
UPDATE QuestDifficultyInfo SET MinLevel = 1;


Enable 24 Man Raid Dungeon Solo Mode
http://forum.ragezone.com/f944/vindictus-server-vmware-image-eu-1114894-post8705641/#post8705641

Credits:
Gvygvxvx (For EU Client v1.69 game client, game patches, and heroes dbs)
SanGawku ( for [Tutorial] Mabinogi Heroes Setup)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
Thank you for sharing this repack, but Sylas still not creatable ?

Hi, you can create Sylas/Hagie class, story quest works too. I had a Sylas leveled up to 13, refer to my game screenshot.

Credits to Gvygvxvx dbs fixes.
 
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
That's right! Gvy said was fixed him in his databases. Even thought I have tested much on his databases cause I'm still using Tannaka's ones. I'm still waiting for Tannaka to figure out adding Gvy's fixed to his.
@Gvy, can you make executeable tables for Sylas fixed? Like you did for lugh fixed?
 
Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
I try to create sylas and I get a error 0xCF02
Hi, sorry for the Sylas error. The server db is missing a Sylas item 'hagie_noluck_inner_free'.
I think I messed up the dbs when I'm adding the extra Avatar Items.

To fixed Sylas/Hagie creation error, excute these sql update on both server heroesContents.db3 and game client heroes.db3

PHP:
UPDATE ItemClassInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizeItemInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizePriceInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

Tested on new account and created Sylas/hagie successfully.
k7c09QM - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Hi, sorry for the Sylas error. The server db is missing a Sylas item 'hagie_noluck_inner_free'.
I think I messed up the dbs when I'm adding the extra Avatar Items.

To fixed Sylas/Hagie creation error, excute these sql update on both server heroesContents.db3 and game client heroes.db3

PHP:
UPDATE ItemClassInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizeItemInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

UPDATE CustomizePriceInfo SET ItemClass = 'hagie_noluck_inner_free'
WHERE ItemClass = 'hagie_noluck_inner_armor';

Tested on new account and created Sylas/hagie successfully.
k7c09QM - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Thank you for reply, great post :)
would you mind to upload a fixed db for sylas fix?
I have no navicat on my current computer
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
Thank you for reply, great post :)
would you mind to upload a fixed db for sylas fix?
I have no navicat on my current computer
Yes. sure. I've uploaded the db with the changes to my Google drive on the 1st post.

Normal version
normal db.rar

Modified version
mod db.rar
 
Newbie Spellweaver
Joined
Feb 21, 2015
Messages
17
Reaction score
0
For the sylas quest:
Change the classrestriction to 2047 in StoryLineInfo table on both db (client and server side too)
 
Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
@ylwong you can posting a Tutorial
Software for Wan connection:
CCProxy how you configured and direct it all ports..

:w00t:
Hi, Sure.

CCProxy is a proxy server and has been configured to accept SOCK5 connection with user/password authentication on port 1080.
You can add/edit/remove user account from the Account management screen.
I've created an user account on the CCProxy, id: vindictus and password: 123456 that only allow connection to IP address 192.168.0.200.
You can edit the IP address from the Web Filter settings.
MNQ5CVw - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

You need to configure Port Forwarding/Virtual Server on your router to forward service port 1080 to IP address 192.168.0.200 and internal port 1080.
Example using TP-Link Router
xS0Tyr - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Find out what is your public IP, can use
Assume your public IP address is 123.123.200.200


We use Proxifier as example for the proxy program on the client side. (ppl outside your lan)

Configure proxifier to add a new proxy server
bz7Kemb - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Test your proxy server setting using the Check button, make sure your result looks similar to the pic below.
The proxy has problem connecting to google.com which is expected, since our CCProxy only allow connection to IP address 192.168.0.200.
NJcLmzy - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Configure proxifier to add a new proxification rule
Ey65klP - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Run the game and check the proxifier window, if there is connection appear on the Connection windows, mean your proxifier successfully configure to route all traffic to your CCProxy Server.
tVb5B0i - Vindictus Server VMWare Image for EU Client 1.69. - RaGEZONE Forums

Enjoy.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
works fine with sylas fixed db
nice repack,thank you.
I got only few questions:

1.Are these 10 classes and their skills works without problem?(heard about that Kai got some problem in 1.69)
2.Does Sylas storyline fixed?
3.any chance to mod the client into traditional_chinese?
 
Newbie Spellweaver
Joined
Sep 21, 2016
Messages
29
Reaction score
74
works fine with sylas fixed db
nice repack,thank you.
I got only few questions:

1.Are these 10 classes and their skills works without problem?(heard about that Kai got some problem in 1.69)
2.Does Sylas storyline fixed?
3.any chance to mod the client into traditional_chinese?

Sorry, I've no idea about problem with classes skill and language mod.
Sylas storyline already fixed since it's using Gvygvxvx dbs.
 
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
works fine with sylas fixed db
nice repack,thank you.
I got only few questions:

1.Are these 10 classes and their skills works without problem?(heard about that Kai got some problem in 1.69)
2.Does Sylas storyline fixed?
3.any chance to mod the client into traditional_chinese?

Kai skills still need fixes, the rest already had fixed. You can look under Gvy's 1.69 released thread.
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Kai skills still need fixes, the rest already had fixed. You can look under Gvy's 1.69 released thread.

Thank you for reply, I tried using zh-tw-x-gm as Gvygvxvx mentioned, but I got disconnected after I choose character, I already copy the zh-tw-x-gm english patch, no idea how did that happened.
 
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
Creation of Hagie(Sylas) was works fine on Tannaka's databases which was like my old databases fixed.
Basically, the quests for hagie(Sylas) on our TW heroescontents.db3 was different from heroes.db3 client. classrestriction was 511, on client is 2047 which is the correct ones we need to changed to.
Thanks Gvy for found this out.
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Same problems here, but if you run EU mode it will works fine. So basically because we are running EU client with TW mode haha.

problem solved, cause by the 2ndpassword.
need to enable the 2ndpassword for zh-tw-x-gm.

just run the following query on both client and server side db.
update FeatureMatrix set "ZH-TW-X-GM" = "EN-EU-X-GM" WHERE Feature = 'SecondPassword';
update FeatureMatrix set "ZH-TW-X-GM" = "EN-EU-X-GM" WHERE Feature = 'EssentialSecondPassword';
 
Back
Top