Jump to content

AnthonyJr

Member
  • Posts

    26
  • Joined

  • Last visited

Posts posted by AnthonyJr

  1. I just did the tutorial and when i load into my server it does not allow me to trade with anyone but the trader i added is there but i cant trade with him... Do you have any idea what went wrong? I really don't want to watch the video again

     

    EDIT: Fixed it I left out 

    [], in the server_traders file... Such a simple mistake

    Thanks for the Tutorial!

     

    EDIT:It seems that the ammo tab is broken and under OverPoch weapons RH_    weapons do not show up as icons

  2. Depending on the software you use to manage your database, edit your banking_data table structure so that it accepts NULL values and set it's default value to 0. If you don't know how to do these things, then just execute the following SQL code:

    ALTER TABLE  `banking_data` CHANGE  `BankSaldo`  `BankSaldo` BIGINT( 24 ) NULL DEFAULT  '0'
    

    BE AWARE! If you're messing around with your DB, always make backups before changing anything.

     

     

    Disregard this comment

  3. Anyone else getting this error on the RPT?

    13:00:12 "EPOCH SERVERTRADE: Player: Name (xxxxxxxxxxxxx) bought a  in/at trader city Klen for 2000x Gold Coins"
    13:00:12 Error in expression <for %5", _name, (getPlayerUID _player), _classname, _traderCity, _price];
    } else>
    13:00:12   Error position: <_classname, _traderCity, _price];
    } else>
    13:00:12   Error Undefined variable in expression: _classname
    13:00:12 File z\addons\dayz_server\compile\server_tradeObject.sqf, line 15
    
    Yea I have no idea how to fix it, it doesn't save the coins... Correct?
  4. Gold is not saving to the bank or inventory I have gone over the installation instructions again. No luck I found this error in the RPT log

    8:35:16 "EPOCH SERVERTRADE: Player: Anthony (76561198027618977) sold a in/at Unknown Trader City for 1x Zupa Coins"
    8:35:16 Error in expression < for %5",_name, (getPlayerUID _player), _classname, _traderCity, _price];
    };

    if>

  5. i recommend going over the tutorial again. you probably skipped some steps.

    I did I reinstalled everything but i found this in the RPT file

    8:35:16 "EPOCH SERVERTRADE: Player: Anthony (76561198027618977) sold a in/at Unknown Trader City for 1x Zupa Coins"

    8:35:16 Error in expression < for %5",_name, (getPlayerUID _player), _classname, _traderCity, _price];

    };

    if>

  6. Hello, I am having trouble installing Overpoch custom loot tables I have tried this one  but no luck Can anyone help me? I might be doing something wrong but i followed the tutorial exacly, I just tried and it spawns me in debug. I want to launch my server but I can't if I cannot get the overwatch loot to spawn in.

  7. Hello, I know this is something that most likely everyone knows how to do but you will have to bare with me because I just got my server and installing the single currency was tricky enough :P. I was just wondering how would I go about changing the trader prices. I really just want to change the chainsaw price or just remove it because I see it as being OP and you should have to find it... Can anyone help me?

  8. "I wish to launch my server as soon as I get everything right."

    Top kek.

     

    You're going to see that your server will never be right, you will work on it daily, and there will always be something to fix or do, and just when you THINK you have everything just right, along comes an update to mess everything up. But I digress, if you wish to edit your traders you need to edit the SQL database, download Heidi SQL, look up a youtube tutorial and you're on your way. Seems kinda weird at first , but trust my once you learn how to edit the lines it's easy as hell, the real pain in the ass about it all is the time it takes, making sure all of your prices are equal, matching your dynamicvehicles.sqf to your database to make sure all of your vehicles can be bought and sold, making custom traders and on and on and on. You'll see, DB editing is the bane of our existence. If you have questions feel free to ask, I can easily tell you anything you need to know.

    Thanks for the reply, I will at least try to get it to as close as perfect as possible.
  9. Hello, I just bought a server so I am kind of a noob with all of this scripting stuff so I apologize. I was wondering how to edit the prices and/or what traders sell. I am using a single currency system called "Single Currency and Banking" by Zupa which can be found here .

    I am also using Vilayer as a server host. A quick response would be appreciated as I wish to launch my server as soon as I get everything right. Thank you!

  10. Hello, My name is Anthony I wanted to start a Dayz epoch server for some time now. I have a dedicated machine at OVH just sitting there doing nothing. I just have a few questions before I even attempt to set a server up.
    1. Can the OS Hyper-V Server R2 (Windows) support dayz? 
    2. What type of server specs is recommended to run a dayz server with around 20-30 players online?
    3. Where can I find the correct server files needed to set a Epoch Server up?

×
×
  • Create New...