[Release] Vindictus

Page 21 of 65 FirstFirst ... 11131415161718192021222324252627282931 ... LastLast
Results 301 to 315 of 971
  1. #301
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    640Posts

    Re: [Release] Vindictus

    who is hagie?

  2. #302
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: [Release] Vindictus

    Quote Originally Posted by SanGawku View Post
    who is hagie?
    is a sylas class in game

  3. #303
    Apprentice DuB1986 is offline
    MemberRank
    Dec 2014 Join Date
    23Posts

    Re: [Release] Vindictus

    any chance we can get a repack out of it? also the server files are gone, please reupload

  4. #304
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    640Posts

    Re: [Release] Vindictus

    Chances are no for the repack, because it uses MSSQL and as far as i know there isn't a portable MSSQL server solution.

  5. #305
    Long time no see! AnthonyX is offline
    MemberRank
    Sep 2013 Join Date
    City of HeroesLocation
    222Posts

    Re: [Release] Vindictus

    Quote Originally Posted by SanGawku View Post
    Chances are no for the repack, because it uses MSSQL and as far as i know there isn't a portable MSSQL server solution.
    You only need to make a video tutorial for all dont need a repack. And give to people a fresh topic with client and server files include databases. Appreciate if you can do that.
    Congratulations! Because there is a section for Vindictus

  6. #306
    (php + c#) Developer hemaprince is offline
    MemberRank
    Jan 2015 Join Date
    Gaza, PalestineLocation
    235Posts

    Re: [Release] Vindictus

    Quote Originally Posted by danny5417 View Post
    I already posted it,search the thread.
    and one thing,you don't have to use this db to make server run.
    oh sorry for that i havent read all posts here thanks, anyway i though it has something to do to customize the server cuz i havent seen any customizable things niether in files nor the database :(

  7. #307
    Apprentice DuB1986 is offline
    MemberRank
    Dec 2014 Join Date
    23Posts

    Re: [Release] Vindictus

    Quote Originally Posted by AnthonyX View Post
    You only need to make a video tutorial for all dont need a repack. And give to people a fresh topic with client and server files include databases. Appreciate if you can do that.
    Congratulations! Because there is a section for Vindictus
    also this would help alot !!!

  8. #308
    Apprentice whoisteam is offline
    MemberRank
    Jan 2014 Join Date
    14Posts

    Re: [Release] Vindictus

    send me server files please

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

    Re: [Release] Vindictus

    Quote Originally Posted by whoisteam View Post
    send me server files please
    Look here : http://forum.ragezone.com/f945/tutor...setup-1107562/

  10. #310
    Apprentice killy_blur is offline
    MemberRank
    Jun 2010 Join Date
    6Posts

    Re: [Release] Vindictus

    Quote Originally Posted by SanGawku View Post
    That item mismatch is specifically related to him. I have been play testing for the last few days and haven't once had that issue.

    - - - Updated - - -


    Also the server side uses zh-tw-x-gm for setting up features.. so it must be using tw server information.

    i download fresh setup from yours today, i think the forge shop tade item mismatching you can check.

  11. #311
    Enthusiast jasdev is offline
    MemberRank
    Jun 2014 Join Date
    42Posts

    Re: [Release] Vindictus

    The server uses ZH-TW or ZH-TW-X-GM.

    zh-tw-x-gm\Bin\heroesContents.db3 (SQLite database file)

    in this file there is a table called FeatureMatrix

    I modified values for ZH-TW and ZH-TW-X-GM (like 500% exp, 500% ap, etc) and it worked.

    So this server should work with zh-TW client

  12. #312
    Account Upgraded | Title Enabled! AzumaR2 is offline
    MemberRank
    Feb 2014 Join Date
    214Posts

    Re: [Release] Vindictus

    Quote Originally Posted by jasdev View Post
    The server uses ZH-TW or ZH-TW-X-GM.

    zh-tw-x-gm\Bin\heroesContents.db3 (SQLite database file)

    in this file there is a table called FeatureMatrix

    I modified values for ZH-TW and ZH-TW-X-GM (like 500% exp, 500% ap, etc) and it worked.

    So this server should work with zh-TW client
    I try to make it to work with EU and US client also with TW new client but when try to login with TW new client Vindi is closing :/

  13. #313
    Enthusiast jasdev is offline
    MemberRank
    Jun 2014 Join Date
    42Posts

    Re: [Release] Vindictus

    You need old client posted in this thread. or check the "[Tutorial] Mabinogi Heroes Setup" thread in Tutorial section of Vindictus

  14. #314
    Enthusiast Ayakura is offline
    MemberRank
    Jul 2016 Join Date
    32Posts

    Re: [Release] Vindictus

    some1 know maybe how to edit characters lvls on db?

  15. #315
    Enthusiast jasdev is offline
    MemberRank
    Jun 2014 Join Date
    42Posts

    Re: [Release] Vindictus

    Quote Originally Posted by Ayakura View Post
    some1 know maybe how to edit characters lvls on db?

    UPDATE TOP (1) [heroes].[dbo].[CharacterInfo]
    SET [Level] = '1',
    [Exp] = '0',
    [AP] = '0',
    [IsPremium] = '0'
    WHERE
    [Name] = N'NameOfCharacter';

    Level = level of character (never used it)
    Exp = exp of character (i used this. because there will be no chance to break any thing that occurs when character level ups) (just do any quest in game then you will get all the level ups with the exp you have)
    e.g.
    UPDATE TOP (1) [heroes].[dbo].[CharacterInfo]
    SET [Exp] = '50000000'
    WHERE
    [Name] = N'jasdev';

    AP = the amount of AP your character has (there is no AP limit AFAIK)

    (used navicat to generate this query)
    Last edited by jasdev; 06-07-16 at 02:45 PM.



Advertisement