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 DeBoZZ

  1. D

    [Help] Zombie and Super Zombie Rewards

    I always have that... How does youre code look in Source for Reward? My looks like this: SetReward(1, "ZombieKill", 2, 2, 5, 5); I think I have to change something there...
  2. D

    [Help] Zombie and Super Zombie Rewards

    I always get 4 $ how to make it random from for example 10-100$
  3. D

    [Help] Loot Spawn

    Example LootBoxID 301304 logss file from Server: Checked ItemsDB.xml Checked Items_LootData: Checked Items_Generic: Still getting Error that there are no Items in it -.-
  4. D

    [Help] Loot Spawn

    I get some Errors when I Update DB in stuio.exe Maybe someone can help me and Im sorry that some Error Massages are in German. My other Error in logss for Loot Spawn is this:
  5. D

    [HELP]Zombie Dollars

    How do I set it to random? Just have this command line in UserRewards.cpp "SetReward(1, "ZombieKill", 2, 2, 5, 5);" So just give me 4 XP of each zombie, but how can I change it that I get a random amount of $ which I can edit?
  6. D

    [Help] Colorado v2 TERRAIN 3 with Loot Spawns

    thx mate Edit: I watched but it dont have Loot Spawns lel
  7. D

    [Help] Colorado v2 TERRAIN 3 with Loot Spawns

    Does someone have a Colorado v2 Map with Loot Spawns?
  8. D

    [Help] Zombie and Super Zombie Rewards

    Hello Guys, Can someone tell me how I can edit what Zombies drop, How much XP they give and how much money they give. I want to do it like that the Zombies dont drop a money item on the floor which you have to pick up. I want that you kill a Zombie and then it shows on the right side how much...
  9. D

    [TUTORIAL] Disable prone time - used to Drop Shot

    change disablePlayerMovement at if(playerState == PLAYER_PRONE_UP || playerState == PLAYER_PRONE_DOWN) and if(proning && aiming) to => false
  10. D

    [Tutorial] How to change Backpack Max Weight/Max Slots

    Hello Guys, Today I searched after Tutorials but no one explained it really good or everything you have to do. I want to give a clear and easy tutorial for those who dont know how to change it. Someone said go in Studio.exe and Update DB but for me it deleted my itemsDB.xml so just do it like...
  11. D

    [Release] Buy Item Quantity From Marketplace

    I have an other Error... You must be registered for see element. Ok I fixed it... it was the problem with the FrontEnd.swf
  12. D

    [HELP] Edit Source Code of FrontEnd.swf

    I got it but it nothing changed. Still have 6 Tabs :/ Haha no I got it :D
  13. D

    [HELP] Edit Source Code of FrontEnd.swf

    Which Programm? To edit for the flash files Ok I got it thx for help :D
  14. D

    [HELP] Edit Source Code of FrontEnd.swf

    Hello guys, can someone tell me how I can edit the Source Code from FrontEnd.swf? I want to change something in the source code from "MarketplaceScreen" that all 7 Tabs (including weapons) are visible. I have Softhink SWF Decompiler but I cant edit the Code. I can export it and edit it but I...
  15. D

    [HELP] SQL Problems

    I dont understand this sorry. Where do I have to go and what do I have to do?
Back
Top