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 bittencourt

  1. B

    [Help] Crate system Skin

    If you want this way you should skip it and get the next item to delivery instead of show a message and return failed. however you need to understand the basic of programming logic and the basic of the language ure going to use.., c++ and ddl if im not wrong. If you want someone to code for you...
  2. B

    [Release] Karambit CSGO

    Again some smart mod deleting posts lel. He could rotate the pivot but he didn`t even made the skin. I did... Credits to InfectZ and me :) I dont know how to rotate the pivot yet and thats why i didnt btw
  3. B

    [RELEASE] InfectZ GHP

    In fact it got stolen from a friend of mine who got the source code and leaked by the same persons (Zoom3r and Fredaikis). From NewZ Client, they got a virus inside, so becarrefull if you're cheating in there lol. I'm not going into details about that, anyone with reverse skills can check that...
  4. B

    [HELP] DLL Hijacking

    Someone knows what to do agaisnt dll hijacking thread? Maybe we can exchange ideas about it, that's making trouble for us.
  5. B

    [Help] Weird Camera bug

    This is where? Studio on a set up server?
  6. B

    [FIX] Health over 100

    And what about the player out of Spawn Protect? Or you just copy and paste and do not understand the function? If the player use the bandage the health is going over 100, and can get more shoots while in-game
  7. B

    [HELP]Personal Locker

    Just CTRL+SHIFT+F (All Solution) And Go Copy And Paste Like anyone do? lol
  8. B

    [HELP]Personal Locker

    Can you improve your english, i can't understand what you mean.
  9. B

    [FIX] Health over 100

    Open your WarZ_Server.sln Look At: if(loadout_->Stats.skillid7 == 1 Change all the function to this: if(loadout_->Stats.skillid7 == 1) { loadout_->Health += bandageEffect; loadout_->Health = R3D_MIN(loadout_->Health, 100.0f); //r3dOutToLog("bandage used with skill 7, %f\n"...
  10. B

    [Tutorial] Fix Health Going Over 100 ForsakenZ/Codex Source

    Why not Just Replace the skill Health? Is so easy lulz, just try to find out. Look for (Bandage used with skill) Change whatever is over 100.0f to 100.0f After that, go to your navicat and set all the health's above 100
  11. B

    [Release] Codexpo latest source code modified by DoomMMO ( Includes lockboxes)

    I fixed everything. Looks Good now, FPS is great, all the stuff i need i have done but after a time the server going to be laggy. Items take almost 1~2 second to disappear from the floor after take, zombies start to become lag, players too, and still don't know why, CPU Usage is around 20%...
  12. B

    [Release] Codexpo latest source code modified by DoomMMO ( Includes lockboxes)

    Set up all the things, and the source suck at all. Alot of problemas of memory leak, isn't opmitizated, if someone want to use that poop is better you use ForsakenZ Source code, the difference beetwen they is just the Ducking lockerbox, here is working, there isn't, but anyways you need to fix...
  13. B

    [Release] Codexpo latest source code modified by DoomMMO ( Includes lockboxes)

    The codex it's seems based on invasionmmo, there has the same problem, is the source wish i use... i fixed that, but i don't remember how btw This happen for every item another play drop, isn't only nvg... is every F*4ck item the player drop
  14. B

    [Release] FairFight System for all sources

    fdr... Invasionmmo doesn't have this packet SBPKT_G2M_CloseGame either this file linked on source "NetPacketsServerBrowser.h" Anyways i just comment the sendmessage function... idk if going to work... i'll tell later.
  15. B

    [Help] disconnect live at 10%

    I'll tell you the truth... this new source is a poop, nothing work properlly, this is for ur own education... stop asking things and try to solve yourself, cuz no one here want to help... btw take a look in r3dlog and server logs and start to search about the error, isn't so hard.
Back
Top