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 Ravendk

  1. Ravendk

    What Text Editor do you use?

    Aptana Studio (large projects) and Notepad++ for quick solutions
  2. Ravendk

    painting -hung Vietnamese Travian clone + some

    I did, several times... I fill in the code, press ok and it says wrong code and instantly refreshes to a new code. Trying the new code, same thing.. over and over. EDIT: firefox issue, in chrome no problem at all :/
  3. Ravendk

    painting -hung Vietnamese Travian clone + some

    All set up, one issue: /administrator!@/login.php has a security code field which doesn't work. (captcha) Any idea how to remove that field from the login.php? Thnx in advance
  4. Ravendk

    TravianX - Admin Panel Rework

    That's easy enough, just add the link to the menu
  5. Ravendk

    http://www.travland.it

    You must be registered for see element. here maybe? :P
  6. Ravendk

    http://www.travland.it

    Ask the owner (think it´s Laura) She shared an older version in the past
  7. Ravendk

    Problem with a function not working correct

    So, I did like this: $db = mysqli_connect('-------', '--------', '-------', '--------'); if($query = mysqli_query($db, "SELECT `Resource` FROM `resources` WHERE `var` = '$kind'")){ while($row = mysqli_fetch_assoc($query)){ echo $row['header']; } mysqli_free_result($query); }...
  8. Ravendk

    Problem with a function not working correct

    I understand what you mean, and that is not really a problem since al temporarely stored date is removed after 30 minutes like chat logs automatically. Yet I appreciate your answer to that, i'm still in search for a solution to my actual issue, the "check if item exist in users inventory"...
  9. Ravendk

    Problem with a function not working correct

    Thanks for the answers, It's like this: Users have an inventory on they're characters, with items in it like a potion called Forced. After they click/use the potion it last 6 hours. Now when the effect expires, they can simply use the link to activate the buff again from the potion they don't...
  10. Ravendk

    Problem with a function not working correct

    Good evening, I have a piece of code where users activate a certain buff, but the check if users actually have the item for this is missing This is the code: if( $kind=='Unnatural' OR $kind=='Inner' OR $kind=='Artificial' OR $kind=='Final' OR $kind=='Pandemonium' OR $kind=='Forced'...
  11. Ravendk

    Create Natars and Artefacts

    Hi, i use the V6 script to create the Artefact villages, works great btw. But how do I alter the script to have the villages more spread out on the map? Let's say on 200 x 200 and on 400 x 400 <?php /** --------------------------------------------------- **\ | ********* DO NOT REMOVE THIS...
  12. Ravendk

    Create Natars and Artefacts question

    Hi, i use the V6 script to create the Artefect villages, works great btw. But how do I alter the script to have the villages more spread out on the map? Let's say on 200 x 200 and on 400 x 400 <?php /** --------------------------------------------------- **\ | ********* DO NOT REMOVE THIS...
  13. Ravendk

    Trafian T4 Beta

    awesome!
  14. Ravendk

    Trafian T4 Beta

    THAT I missed :D Thnx ^^
  15. Ravendk

    help me

    This is a release section, not a "Cry for help" place
Back
Top