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 Dtridius

  1. D

    [HELP]How to condition for channel?

    You're welcome.
  2. D

    [HELP]How to edit Channel ?

    He needed to disable quick join button.
  3. D

    [HELP]How to condition for channel?

    search if(channel == 4 && gUserProfile.ProfileData.PremiumAcc == 0) // premium required { gfxMovie.Invoke("_root.api.Main.PremiumNeededPopUp.showPopUp", ""); return; } Add bellow ///REV0.0.07 by Diogo Vieira if(channel == 1 && !gUserProfile.IsTrialAccount() &&...
  4. D

    [HELP]How to edit Channel ?

    yes, but in this case, you need to edit frontend on flash to remove these buttons.
  5. D

    [HELP]How to edit Channel ?

    Just go to the desired language file and change as you wish. The file is in the WarZ \ bin \ Data \ LangPack folder. Select the desired language.lang and look for the name of the channel and its description according to what you showed. Alter according to your will. I hope I have helped.
  6. D

    [HELP] Player renaissance in pvp map

    Thank you, I'll try and notice the results.
  7. D

    [HELP] Player renaissance in pvp map

    I have already tried several ways but it did not work, does anyone have some code at least to start this process?
  8. D

    [HELP] Player renaissance in pvp map

    Hello, I would like to cause the players who die on the pvp map to be reborn again on the map, this is not to drop the items, but I would like to put them to respawn again on the same map automatically. As the warmup system. thank a lot.:thumbup1:
  9. D

    [HELP] BattleRoyal 'gPostBoxesMngr' : undeclared identifier

    you need declare this variable in servergamelogic.h 'gPostBoxesMngr' if you need more help contact me. :)
  10. D

    [HELP] Use bandage while running

    hello, how do you fix this question?
  11. D

    [HELP] Zombies and Super Zombie locks while walk and run.

    I already tried this method but it did not work.
  12. D

    [HELP] Zombies and Super Zombie locks while walk and run.

    hello people, i need your help one more time, i have problem with the zombies and Super Zombie. when they walk or run sometimes they lock the animation, see the video about this problem. if someone can help me. You must be registered for see element. thank you.:thumbup1:
  13. D

    [Help] WZ_Char_SRV_SetStatus and @in_MapID - DC

    Re: WZ_Char_SRV_SetStatus and @in_MapID - DC check your paste levels, maybe you deleted this map. or check you code if you change your maps. i am brazilian developer if you want add skype Suporte.Diogo
  14. D

    [HELP] Edit Sound Weapons

    Thank you.
  15. D

    [HELP] New Maps on Rentserver

    Hello, how can I put new maps on the rent server?
Back
Top