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 afterfx

  1. A

    what does this file do?

    It has to do something with referral system, because the code modifyUser($userData['id'],'gold',$userData['gold']+$gold,0); ; clearly updates users gold. Not 100% sure though.
  2. A

    Troop Starvation when crop is negative.

    File: GameEngine/Automation.php Search if(!file_exists("GameEngine/Prevention/starvation.txt") or time()-filemtime("GameEngine/Prevention/starvation.txt")>50) { $this->starvation(); } Replace /* if(!file_exists("GameEngine/Prevention/starvation.txt") or...
  3. A

    Installation

    I'm trying to install on VPS but stuck at contstant file not found. Everyone is saying to chmod the installation and GameEngine file to 777 but to success. Install folder is 777 You must be registered for see element. All files and other directories inside Install Folder are 777 GameEngine...
  4. A

    How to make reinforcement?

    Hello again, i wonder how do you make that in dorf1.php if there's other people troops at your village it would say Reinforcements:? and in next line i would show all troops sent by other players. Example NOW: Troops: Imperian 22244 Imperian Equites Caesaris 22235 Equites Caesaris Swordsman...
  5. A

    Medal Interval

    I don't bloody understand why they don't work. First time it didn't work, so I restarted server and worked, made restart and it does not work again. On localhost it works. Unbelievable
  6. A

    Dboor

    Hello anyone can share working Dboor files? In forums link is broken so can't find where to download from.
  7. A

    Help me remove catapults Please

    I would use it I knew how to install it.. Ok so found the video how to install it, but now link to download dboor is broken? anyone has dboor on their pc and can upload it for me somewhere (dropbox, etc)?
  8. A

    Troop MAX LIMIT

    yes you can, i just sent all of my troops to my capital in x1000 server and it's over 10m, so imagine if someone else sends you deff or off, so you have even more, it really depends on how fast server is, because if one troop is 1 sec and you make troops in 20 village, then you make 10m fast...
  9. A

    Help me remove catapults Please

    Is it possible that medals does not work because my VPS provider has disabled some PHP function? Have been thinking about it for a while
  10. A

    Help me remove catapults Please

    It is uncomment already. The thing is in LAMPP medals works like a charm, but in VPS not, same files, same has uncomment line, but in VPS not working.
  11. A

    Help me remove catapults Please

    Thank you very much ronix! Do you know why medals does not refresh every 7 days for me? You were coder for this project so maybe you know solution for it? Maybe chmod causes it? I set 7 days but even after 10 days nothing happens.
  12. A

    Help me remove catapults Please

    I use this version You must be registered for see element. I want to completely remove it. I closed my server, and going to look for it myself now, maybe i'll find it somewhere. Ok so I managed to comment line where you choose what troops you send. File:Templates/a2b/units1.tpl Line: <td...
  13. A

    Help me remove catapults Please

    Hello guys can you help me find the code which i can delete to remove catapults from my server? i just want to keep rams (for destroying the wall) but i want to remove catapults so players can't destroy buildings. Thanks Because I have at the moment few players who are complaining about how...
  14. A

    Troop MAX LIMIT

    HOW TO INCREASE TROOP LIMIT IN YOUR VILLAGE? File: /GameEngine/Technology.php LIne: if($controlloTruppe['u'.$i] >= "1000000") Finally found it, was looking for it long time. You must be registered for see element.
  15. A

    Medal Interval

    Hello guys, so I have my server running, when installed it I set that medals refreshes every 7 days But it seems that they refresh just a bit later Is it possible to get some kinda script in ADMIN CP which would refresh medals every 7 days or something like that?
Back
Top