Corsair Server Files + Client + Market

Page 30 of 37 FirstFirst ... 2022232425262728293031323334353637 LastLast
Results 436 to 450 of 552
  1. #436
    Apprentice bing88868 is offline
    MemberRank
    Aug 2015 Join Date
    20Posts

    smile

    -----------solved-----------
    Attached Thumbnails Attached Thumbnails capture.png  
    Last edited by bing88868; 14-09-22 at 05:53 AM.

  2. #437
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    The Game Controller can not get the userNo out of the Information it gets handed ober. I had this exact same issue and it had to do with this
    Code:
        <add key="prefixDomain" value="bdo." />
        <add key="Domain" value="localbdo.net"/>
    if the 'prefixDomain' Value is empty it defaults to 'game.' I had the exact same error, i have no idea how its with a different port as i use port 80 but this either needs a subdomain 'game.', enter a custom one or edit the DLLs Code.

  3. #438
    Novice tee002561 is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    Again please help me I need to give my friend for item in game old command /pc add xx xx but for this versions can't use it Who know some command please tell me

  4. #439
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts
    Quote Originally Posted by tee002561 View Post
    Again please help me I need to give my friend for item in game old command /pc add xx xx but for this versions can't use it Who know some command please tell me
    Spoiler:
    SET IDENTITY_INSERT PaGamePrivate.TblMail ON
    GO

    INSERT INTO [PaGamePrivate].[TblMail] ([_registerDate], [_mailNo], [_senderName], [_senderUserNo], [_receiverName], [_receiverUserNo], [_title], [_contents], [_mailType], [_variousNo], [_enchantLevel], [_itemCount], [_expirationDate], [_deletedDate], [_webItemType], [_chargeNo]) VALUES ('2022-08-15 00:00:00.000', 1, N'Miembro', 1, N'Vi', 1, N'Regalo', N'Perlas', 0, 666666, 0, 999, NULL, NULL, 0, '');


    I'm using this, you need to know that type item is so important. Try to find the correct type for your item, this query is for real time, you don't need to logut, only needs to see your mail and the correct senderuserNo/recieveruserNo.

    Greetings,
    Elssair

  5. #440
    Novice tee002561 is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    - - - Updated - - -

    Quote Originally Posted by Elssair View Post
    Spoiler:
    SET IDENTITY_INSERT PaGamePrivate.TblMail ON
    GO

    INSERT INTO [PaGamePrivate].[TblMail] ([_registerDate], [_mailNo], [_senderName], [_senderUserNo], [_receiverName], [_receiverUserNo], [_title], [_contents], [_mailType], [_variousNo], [_enchantLevel], [_itemCount], [_expirationDate], [_deletedDate], [_webItemType], [_chargeNo]) VALUES ('2022-08-15 00:00:00.000', 1, N'Miembro', 1, N'Vi', 1, N'Regalo', N'Perlas', 0, 666666, 0, 999, NULL, NULL, 0, '');


    I'm using this, you need to know that type item is so important. Try to find the correct type for your item, this query is for real time, you don't need to logut, only needs to see your mail and the correct senderuserNo/recieveruserNo.

    Greetings,
    Elssair
    Thanks , If who know how to add in game please tell me

  6. #441
    Apprentice SantiagoC is offline
    MemberRank
    Jul 2021 Join Date
    11Posts
    hey, is there a way to use this to play in local? i have 16gb of ram

  7. #442
    Quote Originally Posted by SantiagoC View Post
    hey, is there a way to use this to play in local? i have 16gb of ram
    No. Using less than 128 GB of RAM is pointless.

  8. #443
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Quote Originally Posted by Elssair View Post
    Spoiler:
    SET IDENTITY_INSERT PaGamePrivate.TblMail ON
    GO

    INSERT INTO [PaGamePrivate].[TblMail] ([_registerDate], [_mailNo], [_senderName], [_senderUserNo], [_receiverName], [_receiverUserNo], [_title], [_contents], [_mailType], [_variousNo], [_enchantLevel], [_itemCount], [_expirationDate], [_deletedDate], [_webItemType], [_chargeNo]) VALUES ('2022-08-15 00:00:00.000', 1, N'Miembro', 1, N'Vi', 1, N'Regalo', N'Perlas', 0, 666666, 0, 999, NULL, NULL, 0, '');


    I'm using this, you need to know that type item is so important. Try to find the correct type for your item, this query is for real time, you don't need to logut, only needs to see your mail and the correct senderuserNo/recieveruserNo.

    Greetings,
    Elssair
    thanks for sharing But I have an unsolvable problem. please help me thank you very much


    Msg 2627, Level 14, State 1, Line 3
    Violation of PRIMARY KEY constraint 'PkTblMail'. Cannot insert duplicate key in object 'PaGamePrivate.TblMail'. The duplicate key value is (859).
    The statement has been terminated.

    Completion time: 2022-09-14T10:21:57.1801724+00:00

  9. #444
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts
    This error is because _MailNO have a primary key, look at you Mail DB and look for another number like "1", an unused number.

    Type schema needs correct number too, I've find that 0 & 1 are for normal objects (chests,pets,etc..) number 16 is for pearl items. I cannot find the correct number for weapons or armors because I've changed directly on my inventory.

    Regards,
    Elssair.
    Last edited by Elssair; 15-09-22 at 09:35 AM.

  10. #445
    Apprentice BlackSoul is offline
    MemberRank
    Aug 2022 Join Date
    11Posts
    Event Objects + NPC´s + Drops enabled (after long time)


  11. #446
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Inquire how can we move npc from DataSheet_ which part of server and add products to npc? Thanks for the knowledge


  12. #447
    Novice Shredder911 is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    Edit: Fixed


    I need help getting my paz files not to crash after editing them. any help would be appreciated.
    Last edited by Shredder911; 27-09-22 at 05:33 AM.

  13. #448
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    how come my attendence awards button is grey and cannot enter it...?

    Quote Originally Posted by argeus99 View Post
    Attendance can be enabled from #NA#DataSheet_Challenge.xlsm

    Everything with event items from Y window can be set there also

    That's server side...speaking of client side the rewards cannot be received no matter what, is a .dbss issue till someone share the fix of d3dl

  14. #449
    Enthusiast kamikaze00007 is offline
    MemberRank
    Dec 2019 Join Date
    28Posts
    I wonder if there's a way this can be configured to use resources just for one player/instance? I know it's configured for retail so it's natural it requires so much resources by default, but I've read people saying this release takes up all their RAM (128GB or something) first, but after several minutes goes down to just 40GB RAM consumption. If the resource allocation could be toned down to what just one player would need, I think this would be the perfect release to date.

  15. #450
    Apprentice piciolo2 is offline
    MemberRank
    Aug 2022 Join Date
    20Posts
    Quote Originally Posted by hack2u View Post
    Inquire how can we move npc from DataSheet_ which part of server and add products to npc? Thanks for the knowledge


    datasheet_itemgroupdatatable_buyingfromnpc
    datasheet_itemgroupdatatable_sellingtonpc



Advertisement