[Release] Vindictus

Awesome, thanks.

Well, I tried replacing heroes.db3 with my edited heroescontent.db3, and I tried removing the enhance glow.
Neither seemed to do anything.
I was able to edit player_costume without any issues.
So I guess GSL is limited to player_costume, model, materials, and possibly sound.
 
Last edited:
Awesome, thanks.

Well, I tried replacing heroes.db3 with my edited heroescontent.db3, and I tried removing the enhance glow.
Neither seemed to do anything.
I was able to edit player_costume without any issues.
So I guess GSL is limited to player_costume, model, materials, and possibly sound.

Yes, that's totally correct...anyone has a decent high speed connection and willing to host the server for some of us play together? Haha soloing kinda boring here.if you do have a server please leave the IPs here..I will play on and might have some friends join as well.
 
Its a bit "dangerous" to open a server and there is no proper files yet for 100% usage. Im working on server src, all exe and dll compile but still needs to understand many things

Tapatalkkal küldve az én LG-D802 eszközömről
 
Its a bit "dangerous" to open a server and there is no proper files yet for 100% usage. Im working on server src, all exe and dll compile but still needs to understand many things

Tapatalkkal küldve az én LG-D802 eszközömről

yep even with adding the address to host files for local play and redirect
the server's exe's and service dll's have address they call that are in-bedded into the internal settings. of the executable's.

im not saying that they are live but...
im not saying they are not either...

first all the information needs to be striped.

so no outside address are being called etc.

just take a look in

Code:
namespace ServiceCore.Properties
 
Last edited:
I am also concerned that the server may be contacting Nexon to pull advert images and stuff like that.
I don't know anything about how to fix that, though.

I noticed Tieve's Shaman outfit is already in the client data.
I swapped its models with another outfit by editing player_costume.

But I wanted to see if I could get it to work as separate items, by editing the server database.
I imported the heroes.db3 data on top of heroescontent.db3.
Unlike the heroescontent.db3, heroes.db3 contains the Shaman Tieve values.

I then restarted the server (also clicked update in HeroesOpTool).
I tried to Push myself the Tieve Shaman outfit. Didn't work.
It is definitely showing up in the new heroescontent.db3 that the server should be loading.

I'm assuming that either the data in the client is also incomplete, or I am missing some kind of extra step, or the database changes are being ignored.
 
Last edited:
Hmm.. I haven't play much on my Pserver and have been off the official Vin for a few years. My last logged to official Vin was like they got Kai or Hurk mercenary. If anyone has the time to test throughout this server please make a list of features or quests that not work.
 
Hmm.. I haven't play much on my Pserver and have been off the official Vin for a few years. My last logged to official Vin was like they got Kai or Hurk mercenary. If anyone has the time to test throughout this server please make a list of features or quests that not work.

Is there any ways to skip the quests and unlock dungeons ?
 
@WAMVN
heroesContent.db3 > QuestConstraintInfo > RequiredStatus (change all to 0)

or run the query on heroesContent.db3 in navicat
UPDATE "main"."QuestConstraintInfo"
SET
"RequiredStatus" = 0;

all quests should be unlocked with this (remember to restart server after any modifications to heroesContent.db3)
 
Exactly what does everyone mean by "restart the server"?
I've tried restarting everything related, and it doesn't make a difference.
No matter what I do, changes to heroescontent.db3 aren't reflected in-game.

Hold shift+ up or down arrows to select all servers on the HeroOpTool then hit F8. Then restart your RCserver.exe and RCclient.exe on the services.
 
Both Navicat and DB Browser for SQ Lite. I click Write changes and all that.
If I exit those and reload the database, the changes are saved. The database file last modified date changes too.

Edit: I figured it out. Looks like the installed services were using files from my unpacked location instead of where I decided to put the server files.
I could swear I installed from the new location, not the old. Sorry for the trouble.

Here's how to fix it:
Using Regedit, HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\RCClient and RCServer
Change the ImagePath location.
Or delete RCClient and RCServer, reboot, and then reinstall using the install services bat file.
 
Last edited:
Has anyone been able to figure out how to get armors like armageddon to not be invisible? I've been messing with the player_costume.txt file but only seems to affect inners/hair at the moment.

keyrita1 - [Release] Vindictus - RaGEZONE Forums
 
Back