warhammer online server opensource 1,4.8

Page 9 of 16 FirstFirst 12345678910111213141516 LastLast
Results 121 to 135 of 238
  1. #121
    Novice George586 is offline
    MemberRank
    Mar 2019 Join Date
    4Posts

    Re: warhammer online server opensource 1,4.8

    Quote Originally Posted by George586 View Post
    While only did a quick PvE check (chaos chapter 1), many features seem to work.
    Now, the most relevant of the not working ones is merchants (vendors).
    When player click option "I would like to browse your wares" nothing happens.


    Checked with packet logger:
    After clicking the above refered option the message "F_INTERACT" is generated.
    However that message is never followed by "F_INIT_STORE" as it should.
    I have reviewed your source (WorldMgr.cs) and noted "F_INIT_STORE" is fully implemented.
    Yet, for unknown reason the message is never generated.

    OK. Vendors actually works. It was just a BD issue.
    VendorID on table "creature_protos" is meant to match VendorID for entries on table "vendor_items"
    Just learning the thing.

  2. #122
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    hello yep it should work some tables mite need sorting out which ive not got time to do it

  3. #123
    Novice George586 is offline
    MemberRank
    Mar 2019 Join Date
    4Posts

    information Re: warhammer online server opensource 1,4.8

    Quote Originally Posted by leo222 View Post
    hello yep it should work some tables mite need sorting out which ive not got time to do it
    I got the time (I mean huge amount of free time) and just started self learning of C# and SQL because of this project.
    Yet, I came late to the party, thus still lack most of the relevant knowledge on packet structures (would require some time to dig into the code in order to figure out).

    On the other hand, I have some experience making Python tools that handle and process hex dump. Maybe It could allow me to help with the DB parsing tools.
    Last edited by George586; 25-06-19 at 11:43 PM.

  4. #124
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    broken
    Last edited by leo222; 29-07-19 at 11:30 AM.

  5. #125
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    hello any one have stuff from when real servers were live all screenshots videos pm them me private thanks

  6. #126
    Apprentice Pilgrim is offline
    MemberRank
    Sep 2019 Join Date
    10Posts

    Re: warhammer online server opensource 1,4.8

    In VS2019 I get this error. It seems to not like Evolve.dll. Any ideas what I can do to get past it?

    Severity Code Description Project File Line Suppression State Suppression State
    Error The "EvolveBoot" task has been declared or used incorrectly, or failed during construction. Check the spelling of the task name and the assembly name. CharacterUtility


    Severity Code Description Project File Line Suppression State Suppression State
    Error The "EvolveBoot" task could not be instantiated from "C:...\CharacterUtility\bin\Release\\Evolve.dll". Could not load file or assembly 'Evolve, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) CharacterUtility

    Thanks
    Last edited by Pilgrim; 10-11-19 at 01:24 AM.

  7. #127
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    hi make sure you update visual studio first then update the prefrences like framework ect then it should compile without error I to got that then updated and it compiles ok now

  8. #128
    Apprentice Pilgrim is offline
    MemberRank
    Sep 2019 Join Date
    10Posts

    Re: warhammer online server opensource 1,4.8

    Thank you for taking the time to try to help me with this. Are you using VS2019? I have tried updating everything, then repairing, then reinstalling VS and just about everything else I can think of, but still get this one error. It gives me hope knowing that you have gotten it to compile after getting this same error. Is there something else I could try? I'm frustrated that this is the only thing keeping this from working.

    Thank you again.

  9. #129
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    ok you not update the packages heres the fixs go to root of WARF-warhammer-online-emu-1.4.8-master
    and in launcher folder right mouse click on Accueil.resx
    then select propertys then select unblock at bottom and alpply

    then in vs on right side on the solution .left mouse click and you will see
    manage nuget packages for solution then you see box and it should say updades probbly about 6 or 7 updates
    some mite not update tick one box and update then do next one there probly be two that wont update
    dont worrie about them now close vs and reopen and all should be building without error

    click like if you like :)
    Last edited by leo222; 01-12-19 at 04:33 PM.

  10. #130
    Apprentice leo22 is offline
    MemberRank
    Apr 2006 Join Date
    14Posts

    Re: warhammer online server opensource 1,4.8

    Last edited by leo22; 01-12-19 at 04:35 PM.

  11. #131
    Valued Member Heitanio is offline
    MemberRank
    Nov 2019 Join Date
    SwedenLocation
    115Posts

    Re: warhammer online server opensource 1,4.8

    Thanks alot for sharing friend!!

  12. #132
    Apprentice Pilgrim is offline
    MemberRank
    Sep 2019 Join Date
    10Posts

    Re: warhammer online server opensource 1,4.8


    What do I do if it shows nothing for updates?

    Sorry, the image didn't show. It says under updates tab "no packages found".

  13. #133
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    check the settings in yours with mine see if it matches the same click the settings cog that you see in my pics should say https://api.nuget.org/v3/index.json

    or were it says browse type in evolve and see if it finds that install it
    Attached Thumbnails Attached Thumbnails vs.png   vs-2.png  
    Last edited by leo222; 03-12-19 at 06:32 PM.

  14. #134
    Apprentice Pilgrim is offline
    MemberRank
    Sep 2019 Join Date
    10Posts

    Re: warhammer online server opensource 1,4.8

    Hi leo222. That helped me, thank you! I did not have the nuget.org source. Once I added that the updates became available and it compiled without any issues.
    I am not able to get the client to start now. I successfully loaded everything into the database. Everything seems fine when I launch the server.
    Account cacher says the realm is online and checking IP 127.0.0.1.
    Lobby server says world server is connected.
    World server is spamming about updating victory points.
    When I try to log in with the launcher it says Connecting to 127.0.0.1:8000 Starting Client.. but does nothing else.
    The Launcher server sends messages Connection 127.0.0.1:49426 then a couple of handle packets then
    Disconnection 127.0.0.1:49426 Transaction complete

    So it isn't launching the client. I have the launcher folder in the client folder. I know I am close now, but not sure what my mistake is.

  15. #135
    Account Upgraded | Title Enabled! leo222 is offline
    MemberRank
    Apr 2006 Join Date
    268Posts

    Re: warhammer online server opensource 1,4.8

    ok cool which launcher are you using ? were you getting it from ? show me a screenshot of inside your launcher upload it as an attachment then I can see whats wrong with launcher I think
    Last edited by leo222; 04-12-19 at 08:12 AM.



Advertisement