official eflyff late beta/v4/v5 files

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 96
  1. #31
    Apprentice PeyMan is offline
    MemberRank
    Nov 2009 Join Date
    24Posts

    Re: official eflyff late beta/v4/v5 files

    My Database will not startet my ini

    ResourceFolder "C:\v5\Resource"
    Account "127.0.0.1

    DB_ADMIN_ID_CHARACTER ""
    DSN_NAME_CHARACTER ""
    DB_ADMIN_ID_LOG ""
    DSN_NAME_LOG ""
    DB_ADMIN_ID_BACKSYSTEM ""
    DSN_NAME_BACKSYSTEM ""
    BACKENDSYSTEM ""
    DB_ADMIN_ID_ITEMUPDATE ""
    DSN_NAME_ITEMUPDATE ""
    ITEMUPDATE ""

    LANG 1
    EVENT0311
    ConvStartItem

    SAVE_TEXT ""
    REMOVE_ITEM_ALL ""
    REMOVE_ITEM_ALL_PAY ""
    PIERCING_CONFIRM ""

    Conv


    Help me pls

  2. #32
    Ace of Hearts Reimniess is offline
    MemberRank
    Jul 2009 Join Date
    in your headLocation
    784Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by SerusUriel View Post
    Hey you einpunktvoraus thanks for this now you gave me new work :D
    Cause im trying to rebuild the Database of these :)

    But tell me are these files the one where you still could heal Mobs etc?

    These ones?

    YouTube- Flyff BETA
    seeing as the pyr and gaurd sets are i there I would guess it is one and the same

  3. #33
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by PeyMan View Post
    My Database will not startet my ini

    ResourceFolder "C:\v5\Resource"
    Account "127.0.0.1

    DB_ADMIN_ID_CHARACTER ""
    DSN_NAME_CHARACTER ""
    DB_ADMIN_ID_LOG ""
    DSN_NAME_LOG ""
    DB_ADMIN_ID_BACKSYSTEM ""
    DSN_NAME_BACKSYSTEM ""
    BACKENDSYSTEM ""
    DB_ADMIN_ID_ITEMUPDATE ""
    DSN_NAME_ITEMUPDATE ""
    ITEMUPDATE ""

    LANG 1
    EVENT0311
    ConvStartItem

    SAVE_TEXT ""
    REMOVE_ITEM_ALL ""
    REMOVE_ITEM_ALL_PAY ""
    PIERCING_CONFIRM ""

    Conv


    Help me pls
    :/ try to put the ini's here
    C:\neurospace\script

    I will try out if a v6 client would be able to connect to a v5 server :S
    I don't think that helps :P but I'm going to download runeflyff source again and play xP with v6 :D

    v6 client
    http://www.megaupload.com/?d=BD68CFXX
    Last edited by MisterKid; 21-03-10 at 12:44 PM.

  4. #34
    Apprentice PeyMan is offline
    MemberRank
    Nov 2009 Join Date
    24Posts

    Re: official eflyff late beta/v4/v5 files

    I have thies error


    ..\_Network\Misc\Include\MyMap.h, 240



    this is my coreserver.ini

    Sys 1
    Database "127.0.0.1"
    PartyExpRate "1"
    Certifier "127.0.0.1"


    101
    {
    1 0 0 30 30 00 00
    }

  5. #35
    ϠϪϡ 0x61 is offline
    MemberRank
    Dec 2009 Join Date
    304Posts

    Re: official eflyff late beta/v4/v5 files

    Some stuff that should be in the database:
    CHARACTER_TBL
    Code:
      		db	'CREATE view seghope  as  select a.m_idPlayer, a.m_Inventory, a.m_apIndex, a.m_dwObjIndex, b.m_extInventory, b.m_InventoryPiercing, c.m_Bank, c.m_apIndex_Bank, c.m_dwObjIndex_Bank,  d.m_extBank, d.m_BankPiercing, e.playerslot from  INVENTORY_TBL a(nolock), INVENTORY_EXT_TBL b(nolock), BANK_TBL c(nolock), BANK_EXT_TBL d(nolock), CHARACTER_TBL e(nolock) where a.serverindex = b.serverindex  and b.serverindex = c.serverindex  and c.serverindex = d.serverindex  and d.serverindex = e.serverindex and e.serverindex = ',27h,'%02d',27h,'  and a.m_idPlayer = b.m_idPlayer  and b.m_idPlayer = c.m_idPlayer  and c.m_idPlayer = d.m_idPlayer  and d.m_idPlayer = e.m_idPlayer',0
    Code:
      		db	'UPDATE CHARACTER_TBL SET m_dwGold = m_dwGold + %d where m_idPlayer = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    ITEM_SEND_TBL
    Code:
    		db	'insert ITEM_SEND_TBL (m_idPlayer, serverindex, Item_Name, Item_count, m_nAbilityOption,  End_Time, m_bItemResist, m_nResistAbilityOption, m_bCharged) VALUES (',27h,'%06d',27h,',',27h,'%02d',27h,',',27h,'%d',27h,',%d,%d,NULL,%d,%d,1)',0
    INVENTORY_TBL
    Code:
      		db	'CREATE view seghope as select a.m_idPlayer, a.serverindex, a.m_Inventory, a.m_apIndex, a.m_dwObjIndex, a.m_adwEquipment, b.m_extInventory, b.m_InventoryPiercing  from INVENTORY_TBL a, INVENTORY_EXT_TBL b where a.m_idPlayer = b.m_idPlayer and a.serverindex = b.serverindex and a.serverindex = ',27h,'%02d',27h,0
    Code:
      		db	'UPDATE INVENTORY_TBL SET m_Inventory = ',27h,'%s',27h,', m_apIndex = ',27h,'%s',27h,', m_dwObjIndex = ',27h,'%s',27h,' where m_idPlayer = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    INVENTORY_EXT_TBL
    Code:
      		db	'UPDATE INVENTORY_EXT_TBL SET m_extInventory = ',27h,'%s',27h,', m_InventoryPiercing = ',27h,'%s',27h,' where m_idPlayer = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    GUILD_BANK_EXT_TBL
    Code:
      		db	'UPDATE GUILD_BANK_EXT_TBL SET m_extGuildBank = ',27h,'%s',27h,', m_GuildBankPiercing = ',27h,'%s',27h,' where m_idGuild = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    GUILD_BANK_TBL
    Code:
      		db	'UPDATE GUILD_BANK_TBL SET m_GuildBank = ',27h,'%s',27h,' where m_idGuild = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    Code:
      		db	'UPDATE GUILD_TBL SET m_nGuildGold = m_nGuildGold + %d where m_idGuild = ',27h,'%06d',27h,' and serverindex = ',27h,'%02d',27h,0
    I'll post more when i'm back
    Some of them could be a procedure too
    Last edited by 0x61; 21-03-10 at 02:02 PM.

  6. #36
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    @ Semih you got your client already running? :S
    I tried v 6 client with kiki's neuz xD but i get old version of client :S
    I also tried to unpack the v5 neuz >.< i have no idea how i tried some tutorials :/ i get stuck with ollydbg commandline plug in i can't even add plugins!

  7. #37
    ϠϪϡ 0x61 is offline
    MemberRank
    Dec 2009 Join Date
    304Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by MisterKid View Post
    @ Semih you got your client already running? :S
    I tried v 6 client with kiki's neuz xD but i get old version of client :S
    I also tried to unpack the v5 neuz >.< i have no idea how i tried some tutorials :/ i get stuck with ollydbg commandline plug in i can't even add plugins!
    Don't just use the kiki's neuz, use the whole v6 client, then you wont get any errors!

  8. #38
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by Semih View Post
    Don't just use the kiki's neuz, use the whole v6 client, then you wont get any errors!
    i know but i still won't be able to log in

    Code:
    Old version of client
    xP i readed something about that :S i don't know where >.<

  9. #39
    ϠϪϡ 0x61 is offline
    MemberRank
    Dec 2009 Join Date
    304Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by MisterKid View Post
    i know but i still won't be able to log in

    Code:
    Old version of client
    xP i readed something about that :S i don't know where >.<
    Check wich MSG_VER "" you used in accountserver.ini and put that in neuz.exe (open it with a resource explorer )

  10. #40
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by Semih View Post
    Check wich MSG_VER "" you used in accountserver.ini and put that in neuz.exe (open it with a resource explorer )
    Thank you ! xD i used resource hacker :P since i already had it installed XP i didn't know that lol xD thanks

  11. #41
    ϠϪϡ 0x61 is offline
    MemberRank
    Dec 2009 Join Date
    304Posts

    Re: official eflyff late beta/v4/v5 files

    Well, since i'm pretty sure lots of you guys are having problems with this. I'm releasing a modified loginserver with no gameguard!
    Here's a download link:
    http://www.file-upload.net/download-...erver.rar.html

  12. #42
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by Semih View Post
    Well, since i'm pretty sure lots of you guys are having problems with this. I'm releasing a modified loginserver with no gameguard!
    Here's a download link:
    http://www.file-upload.net/download-...erver.rar.html
    X.X ragezone is buggy :/ i made a blog for this quote xD

    on topic

    Thank you, but i need to log in first :P and fix my errors >.<

    it doesn't seem to like the login database >.<
    it can't find my id :/
    [Wrong ID]

    look the server runs xP

    My errors
    Code:
    2010/ 3/21   13:03:19   CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ
    
    
    2010/ 3/21   13:03:35   FileName textClient.inc(4483) : LANG_ENGService Not Found. : LANG_ENGService currently unavailable. Please check flyff web site for details.
    
    
    2010/ 3/21   13:03:36   World\WdMadrigal\WdMadrigal.txt(0) : CScriptDialog::InterpretScript¿¡¼­ ½ºÆ®¸µ ÇüŰ¡ ¾Æ´Ñ Key(??)°¡ ¹ß°ßµÇ¾ú½À´Ï´Ù.
    
    
    2010/ 3/21   13:03:36   World\WdMadrigal\WdMadrigal.txt(35) : CScriptDialog::InterpretScript¿¡¼­ ½ºÆ®¸µ ÇüŰ¡ ¾Æ´Ñ Key(Ü)°¡ ¹ß°ßµÇ¾ú½À´Ï´Ù.
    
    
    2010/ 3/21   13:03:36   FileName World\WdMadrigal\WdMadrigal.txt(0) : ??{??$120(0,10);??$120(1,60*3);??$102(0,0);??}
    
    
    2010/ 3/21   13:03:36   FileName World\WdMadrigal\WdMadrigal.txt(0) : {??$120(0,10);??$120(1,60*3);??$102(0,0);??}
    
    
    2010/ 3/21   13:05:35   CORE : is not alive
    
    
    2010/ 3/21   13:05:35   5 packet / min
    Code:
    2010/03/21	13:03:19
    query:RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01'
    SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Could not find server 'RANKING' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
    o.O i only have those :S
    Last edited by MisterKid; 21-03-10 at 03:09 PM.

  13. #43
    Apprentice PeyMan is offline
    MemberRank
    Nov 2009 Join Date
    24Posts

    Re: official eflyff late beta/v4/v5 files

    Please give me your views WorldServer.ini and you CoreServer.ini pls ;)

  14. #44
    ϠϪϡ 0x61 is offline
    MemberRank
    Dec 2009 Join Date
    304Posts

    Re: official eflyff late beta/v4/v5 files

    Quote Originally Posted by funkynicco View Post
    Few weeks agoe when I played with this, now I've stopped as I know the database is too incompatible with this old server, awakening/stats etc all those stuff makes my client crash, here's the latest attempt to login.

    http://image-storage.co.uk/Images/5e...mpt82edd7e.jpg

    I can create a character, but once it's going to show in the character screen the client crashes, I highly suspect that the server actually sends wrong/invalid data for each item.

    If one could go back in time, reconstruct a whole new database, ie, removing every possible thing that is v6+, then it's a chance to get it to work, but the biggest problem is the database in this matter.
    Yes indeed, after creating a character the client crashes with this error:
    Code:
    2010/ 3/21   13:22:16   CDPLoginClient::OnPlayerList : 1¾ÆÀÌÅÛ ÇÁ·ÎÆÛƼ ¾øÀ½
    Now, what we just need to do is to modify the oldest official database we have, wich is v11 and getting the old databaseserver running. Without doing that, it's useless working with these files atm. I'm gonna start collecting more information about the database.
    Last edited by 0x61; 21-03-10 at 03:38 PM.

  15. #45
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: official eflyff late beta/v4/v5 files

    uhm question :S do i need to modify the account database :X?
    Because i'm not able to log in my account x.x and no querry errors :S
    i get wrong id every time D:

    ohh for people who can't start the databaseserver.exe or worldserver.exe because of this error
    [fail read.ini ] or something

    put your databaseserver.ini here
    C:\neurospace\script
    I don't know why :/ but it doesn't read in my main folder X.X with is E:/server v5/test

    :P
    Last edited by MisterKid; 21-03-10 at 04:13 PM.



Page 3 of 7 FirstFirst 1234567 LastLast

Advertisement