Jump to content

Nox

Member
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Nox

  1. bump

     

    I think (just my mind) it was a good idea to have Money like Wasteland

     

    for what ? Simply for give make some work like mercenary

     

    - I've a trouble with a survivor and i said to a mercenary group to help me, then i can give some money.

     

    Then remove 120Gold limitation to have car or rare weapon more expensive.

  2. sure, but ....

     

    - when you do this, all stuff inside stay :), if you know that become to 0.95 when server reboot, you don't scare to destroye your vehicles.

    - Other Way, A camp with 10 cars, all destroy by a raid, when the server reboot, all is return, juste need to be repair .... :s (no need to protect us)

     

    With Del Vehicles from Database,

     

    -- Less charge for your database on boot

    -- More New vehicules for new player.

     

    This is my way of thinking. maybe i'm wrong :)

  3. Hello

     

    Go to Navicat or something like that

     

    Create a FUNCTION and make it like this

     

    BEGIN
    DELETE FROM character_data WHERE Alive = 0;
    DELETE FROM object_data WHERE Damage = 1;
    UPDATE traders_data SET qty = 10 WHERE qty = 0;
    END

    With this,

    Clean all Dead Player

    Clean All Destroyed Vehicles

    Restore 10 Items to Trader who have 0 in Stock.

     

    then After you need to call it with Batch

     

    Create a Bat file and write this

    echo Cleaning Server Database
    cd\ 
    cd C:\Program Files\MySQL\MySQL Server 5.6\bin\ mysql.exe -u YOURUSER -pYOURPASS dayz-epoch --execute="call NAMEOFFUNCTION()"
    Enjoy
×
×
  • Create New...