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.

Experienced Elementalist
Joined
Nov 8, 2014
Messages
222
Reaction score
12
I can't login heroes operation tool ("you can't access to operating tool server ! Retry after a while , or contact administrator if the problem persists") . Someone can help me ?
Check RCClient & RCServer
 
Initiate Mage
Joined
Jul 15, 2019
Messages
2
Reaction score
0
Check RCClient & RCServer
RCClientservice.exe & RCSeverservice.exe ?
windows service start failure " cannot start service from the command line or debugger . A windows service must first be installed (using installutil.exe) and then started with the ServerExplorer , Windows services administrative tool or the NET START command"
 
Experienced Elementalist
Joined
Nov 8, 2014
Messages
222
Reaction score
12
RCClientservice.exe & RCSeverservice.exe ?
windows service start failure " cannot start service from the command line or debugger . A windows service must first be installed (using installutil.exe) and then started with the ServerExplorer , Windows services administrative tool or the NET START command"
inbox me i will help you
 
Initiate Mage
Joined
Jan 25, 2020
Messages
10
Reaction score
0
When I open the start.bat file normally it says "failed to read the sync file. The game must be re-installed" and when I open it as administrator it says "windows cannot find 'vindictus.exe' ... ".
I'm new to this, can someone help me play this game offline?



Is there any step by step tutorial to do this? I have no clue about what are you guys talking about
 
Initiate Mage
Joined
Dec 15, 2018
Messages
21
Reaction score
11
Hmm, sounds like the batch file cannot find the vindictus.exe file, either something is blocking the batch file like an antivirus from accessing other files, or you have read/write permissions issues in the folder. Most of the time if you have the game installed in your Documents/Desktop/Download folder you will have that issue.
Additionally try exploring DEP (data execution prevention) feature in windows
 
Joined
Feb 26, 2010
Messages
1,388
Reaction score
784
Hmm, sounds like the batch file cannot find the vindictus.exe file, either something is blocking the batch file like an antivirus from accessing other files, or you have read/write permissions issues in the folder. Most of the time if you have the game installed in your Documents/Desktop/Download folder you will have that issue.
Additionally try exploring DEP (data execution prevention) feature in windows

Starting a batch file with admin rights will run it from system32, vindictus.exe is not in system32.
 
Initiate Mage
Joined
Jan 25, 2020
Messages
10
Reaction score
0
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)

I played it a few months ago without any problem, but now I get "nexon passport api init failed" when I try to open it, what happened?:scared:I did not modify anything after I firstly run it.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
May 2, 2014
Messages
9
Reaction score
7
just a little experience. if something is wrong, please tell me, please! I am just a newbie for these.


pictures' details:


ylwong's files: (normal db.rar is not used here.)


pure en-EU's client can be found here:
http://forum.ragezone.com/f944/release-eu-client-v1-69-a-1113635/
Original Vindictus EU client 1.69
Hi floatingping, thank you so much for your guide, this realy help setup and start server!
 
Initiate Mage
Joined
Aug 12, 2020
Messages
3
Reaction score
2
Is the server still running?
 
Initiate Mage
Joined
Aug 19, 2016
Messages
3
Reaction score
0
Hey guys does anybody know if it is possible to add more inventory space for personal character using the MMOChannelService and if so what would be the itemClass ?
 
Initiate Mage
Joined
Apr 12, 2020
Messages
4
Reaction score
0
Hey guys!

Tell me why other users cannot be connect to channel and don't work board mission? I was change table FeatureMatrix in heroes.db3 and heroesContents.db3 (old values LAN IP was change to WAN IP)

Also in nmconew.ini was be change value ServerIP to WAN IPAfter, i was send them this files. They are success connect to server and were able to create character.

All ports was opens(which used in the guide)
 
Initiate Mage
Joined
Nov 25, 2020
Messages
12
Reaction score
0
Got it running perfectly saw the readme on the later post and it was a perfect walkthough.. I just had a question about some of the cashshop clothes texture not showing up is there a way to fix this?
 
Last edited:
Initiate Mage
Joined
Feb 15, 2021
Messages
13
Reaction score
9
Can someone reupload the en-EU.rar and the normal db.rar somewhere. Seems the mega link is down.
 
Initiate Mage
Joined
Jun 5, 2021
Messages
7
Reaction score
0
Hi i have a few question to ask :
1) Is there a discord link where people are discussing about private server for vindictus offline / GM mode editing / etc?

2) I would like to know is it possible to add a additional damage stats to my GM weapons / attack limit removal stats ?

3) Editing +15 enchance bonus stats (example changing the additional damage +300 to +999999 ?

Thanks :D
 
Initiate Mage
Joined
Apr 8, 2021
Messages
13
Reaction score
0
I really want to know

How to this


1. Cashshop

2. GM set? (commands?)

3. Item spwan (with code or something else. whatever)


I am a stupid student.
I'm looking for a teacher who will kindly teach me how.
 
Experienced Elementalist
Joined
Nov 8, 2014
Messages
222
Reaction score
12
Back
Top