Nova server files + source code (819)

Page 5 of 7 FirstFirst 1234567 LastLast
Results 61 to 75 of 96
  1. #61
    Enthusiast shrddr is offline
    MemberRank
    Dec 2019 Join Date
    25Posts

    Re: Nova server files + source code (819)



    Oooh what's that cutie? Meet QQQQQ the nightowl.

    Nova is kinda working but not exactly. Her shadow guards are not spawned and there's an UNKNOWN PACKET reported by the server each time you use Q. This packet does exist even in Acharnes client (id 0xBF3), but never implemented on server. Probably had some extremely niche use before, but pretty common now with the nova skills. So it's a build-from-scratch situation. I'll have to force myself to play some nova on retail first, to get a feel of how the shadow guards should work.

    Not really feeling like it just now, instead spent the whole week fixing pets/servants/maids/npcworkers to maybe investigate how ai-controlled entities are handled in general.

  2. #62
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    Re: Nova server files + source code (819)

    Quote Originally Posted by shrddr View Post


    Oooh what's that cutie? Meet QQQQQ the nightowl.

    Nova is kinda working but not exactly. Her shadow guards are not spawned and there's an UNKNOWN PACKET reported by the server each time you use Q. This packet does exist even in Acharnes client (id 0xBF3), but never implemented on server. Probably had some extremely niche use before, but pretty common now with the nova skills. So it's a build-from-scratch situation. I'll have to force myself to play some nova on retail first, to get a feel of how the shadow guards should work.

    Not really feeling like it just now, instead spent the whole week fixing pets/servants/maids/npcworkers to maybe investigate how ai-controlled entities are handled in general.
    Nice work, good luck you

  3. #63
    Enthusiast shrddr is offline
    MemberRank
    Dec 2019 Join Date
    25Posts

    Re: Nova server files + source code (819)

    OK I'm dumb it's simply CMAiOrderToNPC, and it must have been implemented before, just for the wizard golems alone. However when it cycles through the list of nova summons - there is none.

  4. #64
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    Re: Nova server files + source code (819)

    Quote Originally Posted by shrddr View Post
    OK I'm dumb it's simply CMAiOrderToNPC, and it must have been implemented before, just for the wizard golems alone. However when it cycles through the list of nova summons - there is none.

    i think you add need AI file for nova summon or add in database
    Last edited by Kirito2105; 22-08-21 at 11:46 AM.

  5. #65
    Enthusiast shrddr is offline
    MemberRank
    Dec 2019 Join Date
    25Posts

    Re: Nova server files + source code (819)

    The skill in question is 5721 which casts buff#18123 of ModuleType=18 aka SummonCharacter. These kind of buffs should have charKey of the summonee stored in param0, but in Evo client all params are nulled out. Same issue as with Hasashin DOT, except that one had all the params helpfully listed in the tooltip, and nova summons are not. The tooltip just mentions some names like Thornwood Guard which is not particularly useful. So the task is to find which one of 15468 characters is supposed to be summoned. Obviously not doing anything when it's set to 0.

    The approach here is to simply print out all characters that are new to Evo vs the 777 (there are only 2854 of those). Short excerpt: can you spot which one?

    60165 요정님
    60166 대지의 창
    60167 마력 폭풍
    60168 모래의 주술
    60169 검은 군단

    Much easier to include the ActionScripts that are attached to each character:

    60165 요정님 PC_Summon/ShaiFairy_F
    60166 대지의 창 PC_Summon/Shai_Meteorite_F
    60167 마력 폭풍 PC_Summon/Wizard_Storm
    60168 모래의 주술 PC_Summon/SandStormSprit
    60169 검은 군단 PC_Summon/Region/BlackFighterWoman_Region_1Lv

    May I suggest calling this a black fighter woman server rather than a nova server?



    Aand of course the AiScript is also missing so the guard is just standing there like a dummy.

  6. #66
    Enthusiast shrddr is offline
    MemberRank
    Dec 2019 Join Date
    25Posts

    Re: Nova server files + source code (819)

    Since combat relies heavily on network quality, both client and server contain their versions of monster AI, which I suppose are identical - in order to provide consistent visuals in case of a brief connection loss. Different formats are used however: that is, xml on client and plain java on server side.

    By comparing server java files from what's refered to as "the ogrefest leak" and client ai files from same time period, a conversion process can be established that makes possible to also turn post-leak client AI files to a server format. Same pipeline can then be applied beyond nova guards to new monster types, bosses, etc.

    I have a barebones converter now but have to dig deeper into the AI behind-the-scenes. The issue is, blackfighter2_region.ai when called in a default fashion (via InitialState) explicitly tells the guard to kill itself after 5 cycles in Wait_hide state. So it shows no signs of actual intelligence yet, just self-destructs in a puff of smoke right after spawn.

    Need to find an alternate entry point into the guard AI state machine which does not involve a premature Die() call. There's a state called Summon which looks promising. Actually a tamer wolf is automatically routed from InitialState to Summon state on cast; why couldn't they just do the same with nova guards?

  7. #67
    Enthusiast doodad is online now
    MemberRank
    Sep 2018 Join Date
    37Posts

    Re: Nova server files + source code (819)

    shrddr, I find it absolutely amazing what you are doing, all you people like you and Ledie and caicai are incredible from my point of view. I'm barebones an idiot with stuff like this, so I just wanted to share my appreciation that you put your time and effort in this and I'm rooting for you!!

    Sorry for the baseline useless post, but I just felt like expressing my gratitude ^-^ I hope it is okay.

  8. #68
    Enthusiast Yurdead69 is offline
    MemberRank
    Feb 2018 Join Date
    Lyon [FR]Location
    41Posts

    Re: Nova server files + source code (819)

    Hello people of ragezone !
    I'm looking about all opcode NOVA/HASHASHIN version. 819
    I found how to bypass login whif this source work very well just need opcodes for gameserver. (I'm IN)
    Thanks alot for all your effort and that community the best !!
    BTW gl HF ..

  9. #69
    Apprentice drazdec is offline
    MemberRank
    Oct 2020 Join Date
    5Posts

    Re: Nova server files + source code (819)

    Anyone can reupload the server files pls ?

  10. #70
    Apprentice dav is offline
    MemberRank
    Oct 2021 Join Date
    5Posts

    Re: Nova server files + source code (819)

    Quote Originally Posted by drazdec View Post
    Anyone can reupload the server files pls ?
    You've got client files ?

  11. #71
    Apprentice drazdec is offline
    MemberRank
    Oct 2020 Join Date
    5Posts

    Re: Nova server files + source code (819)

    i have the evo client files i hope they work just i need is server files at least i can try something

  12. #72
    Valued Member noexp is offline
    MemberRank
    Jan 2013 Join Date
    149Posts

    Re: Nova server files + source code (819)

    how to populate market in this version?

  13. #73
    Valued Member squire14 is offline
    MemberRank
    Oct 2021 Join Date
    104Posts

    Re: Nova server files + source code (819)

    hi, just downloaded the database. what game client do you use? i already uninstalled bdoevo a year ago.

  14. #74
    Apprentice logans is offline
    MemberRank
    May 2018 Join Date
    2Posts

    Re: Nova server files + source code (819)

    Please could someone revive the fallen links or some mirror? Thank you

  15. #75
    Apprentice imedox is offline
    MemberRank
    Sep 2021 Join Date
    10Posts

    Re: Nova server files + source code (819)

    For how have SMNak Opcode error with EvolutionBDO-Nova use this cheat engine script to bypass it.

    BlackDesert64.rar



Page 5 of 7 FirstFirst 1234567 LastLast

Advertisement