[Release] Vindictus

Page 28 of 65 FirstFirst ... 18202122232425262728293031323334353638 ... LastLast
Results 406 to 420 of 971
  1. #406
    Member evestu is offline
    MemberRank
    Apr 2007 Join Date
    85Posts

    Re: [Release] Vindictus

    Quote Originally Posted by Hycker View Post
    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 by evestu; 14-07-16 at 10:24 PM.

  2. #407
    Account Upgraded | Title Enabled! Patchouli is offline
    MemberRank
    Jul 2009 Join Date
    300Posts

    Re: [Release] Vindictus

    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 by Patchouli; 14-07-16 at 11:48 PM.

  3. #408
    Proficient Member WAMVN is offline
    MemberRank
    May 2012 Join Date
    151Posts

    Re: [Release] Vindictus

    Anyone know how to get orange weapon like regina one ?
    Item id or ??

  4. #409
    Apprentice med1 is offline
    MemberRank
    Aug 2012 Join Date
    15Posts

    Re: [Release] Vindictus

    Quote Originally Posted by WAMVN View Post
    Anyone know how to get orange weapon like regina one ?
    Item id or ??
    I got it by crafting it myself, dunno about other ways. You have to kill Regina for the recipes

  5. #410
    Proficient Member WAMVN is offline
    MemberRank
    May 2012 Join Date
    151Posts

    Re: [Release] Vindictus

    Quote Originally Posted by med1 View Post
    I got it by crafting it myself, dunno about other ways. You have to kill Regina for the recipes
    So u did all quests until regina and kill her ??

  6. #411
    Alpha Member john007 is offline
    MemberRank
    Dec 2005 Join Date
    In MarsLocation
    2,342Posts

    Re: [Release] Vindictus

    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.

  7. #412
    Proficient Member WAMVN is offline
    MemberRank
    May 2012 Join Date
    151Posts

    Re: [Release] Vindictus

    Quote Originally Posted by john007 View Post
    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 ?

  8. #413
    Alpha Member john007 is offline
    MemberRank
    Dec 2005 Join Date
    In MarsLocation
    2,342Posts

    Re: [Release] Vindictus

    Im not sure that even possible but you can take a closer look at your database tables for that.

  9. #414
    Enthusiast jasdev is offline
    MemberRank
    Jun 2014 Join Date
    42Posts

    Re: [Release] Vindictus

    @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)

  10. #415
    Account Upgraded | Title Enabled! Patchouli is offline
    MemberRank
    Jul 2009 Join Date
    300Posts

    Re: [Release] Vindictus

    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.

  11. #416
    Alpha Member john007 is offline
    MemberRank
    Dec 2005 Join Date
    In MarsLocation
    2,342Posts

    Re: [Release] Vindictus

    Quote Originally Posted by Patchouli View Post
    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.

  12. #417
    Account Upgraded | Title Enabled! Patchouli is offline
    MemberRank
    Jul 2009 Join Date
    300Posts

    Re: [Release] Vindictus

    Yeah, I've been doing that. It's heroescontent.db3 in the bin folder, right?
    I don't understand why it's ignoring my changes.
    Even something as simple as unlocking the quests isn't working.

  13. #418
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: [Release] Vindictus

    Quote Originally Posted by Patchouli View Post
    Yeah, I've been doing that. It's heroescontent.db3 in the bin folder, right?
    I don't understand why it's ignoring my changes.
    Even something as simple as unlocking the quests isn't working.
    What are you using to edit the file ?

  14. #419
    Account Upgraded | Title Enabled! Patchouli is offline
    MemberRank
    Jul 2009 Join Date
    300Posts

    Re: [Release] Vindictus

    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 by Patchouli; 16-07-16 at 12:38 AM.

  15. #420
    Member Ochoaman is offline
    MemberRank
    Jul 2014 Join Date
    51Posts

    Re: [Release] Vindictus

    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.




Advertisement