Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by vinleprince

  1. vinleprince

    [HELP]Field Server Iteminfo Error

    step by step 1. you said it error when use EP_43_Source_DA. so try compare table field is it same field or not. 2. try check Iteminfo ItemNum = 7000610 and look at ItemAttribute field. if it zero just fix by put 98440 3. if it not zero that mean your database sql produce reading wrong field try...
  2. vinleprince

    Wiki leaked by myself!

    Happy chinese new year this system design for my custom server. you just cannot copy and paste without edit but it's not hard for you right?. Features - 5 Tab with mouse action (click / mouse hover) - ItemInfo Tab with scrollable - Fixes Tab with scrollable You must be registered for see...
  3. vinleprince

    bug issue with last windows sdk update (might be)

    add more solution for people who want fix it. You must be registered for see element.
  4. vinleprince

    Problem with GEAR_STAT_CHANGE_VALUE

    You must be registered for see element. this is was i said. it just buggy because after window update (window SDK). C++ cant handle float from sql to double to c++ to fix it u should fix all variable that read Experience_t from sql
  5. vinleprince

    bug issue with last windows sdk update (might be)

    for some reason after i did last windows update. my local test server got buggy. (but on real server still run fine with same build & db) after debug i found issue came from wrong type variable bind from sql server. before update this c++ can handle float (field in SQL server) with...
  6. vinleprince

    AO 2022 Server&client files with source

    install directx 9.0c / visual c++ restribute
  7. vinleprince

    [C++ and PHP] How to send data to server via PHP

    Detail : if you want to send some command/action from php to you ace server (Fieldserver) like send msg to in-game speaker / send some gm command / discord thing / donation annoucement bla bla. but you too noob and no idea what to do. i will be feeder for you, OK? Guideline : i will clone some...
  8. vinleprince

    [C++ Feed] fix give WP issue, for player loading map while war end

    Description this is rework Give wp function, it will give WarPoint to every player that in SP Area even player still loading map How to use on server side find AddWarPointInMap then try disable old function, and use new one Paremeter AddWarPointInMapWarEx - MapIndex - Winner War Point -...
  9. vinleprince

    [SourceCode] AO 4.6 Full source code VS2019

    maybe you can waiting for relase db, or upgrade from ep4.3there not much thing different. ============================ - Item Event Check [Edit Account DB] ti_ItemEvent (+2 Fields for GiveItemAtTime as datetime, ChannelingType as int) [Edit Produce] atum_GetEventItemList (+1 Select for...
  10. vinleprince

    [Re-Release] Known Sources

    It's was fun too see guy who just not give any benefit to community flaming on active dev XD.
  11. vinleprince

    Item Attribute

    it was call "bit flags". can store mutiple value at once. example: A = 0x1 B = 0x2 C = 0x4 D = 0x8 you need to store ABC on variable ItemAttr. ItemAttr = 1+2+4 (so it was 7) when you need to try compare value with c++. you can use & for check bit flags, also use | for set mutiple flags...
  12. vinleprince

    [Re-Release] Known Sources

    :wink: i think you have no chance to do that. the one who can do like you said should already have 4.6 or just upgraded by himself.
  13. vinleprince

    [C++] How to remove or skip Map shadow (for custom map)

    thank for the hint, on the first that i found shadow vertex issue. i have no idea what nor work. but i try to check all nor vector. it seem to be store some vector every single map position x y. after i try to debug all nor. clean value seem to be 0,1,0 so that’s why i didn’t looking to deeper...
  14. vinleprince

    [Info] SQL Produce translate PROCEDURE_080827_XXX (for newbie)

    yeah your right haha * i decide to just make a produce sheet. for avoid newbie get error from that
  15. vinleprince

    [Info] SQL Produce translate PROCEDURE_080827_XXX (for newbie)

    some SQL produce that was named about PRODUCE_080827 / PROCEDURE_121121_0001 it might be hard if you want to modify that. but some time you dont understand what that produce do. category - atum_tool produce that query from tool like monitor - atum_dbeditor product that...
Back
Top