Jump to content

neiljb

Member
  • Posts

    154
  • Joined

  • Last visited

Posts posted by neiljb

  1. To add the chainsaw and oil to your building supplies trader run this sql on your DB:

     

    (This is for the standard traders on Chernarus, I'm not sure if this will work with other maps/traders)

    INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
    ('["ItemMixOil",1]', 1000, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]',0, 662, 'trade_items'),
    ('["ItemMixOil",1]', 1000, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]',0, 530, 'trade_items'),
    ('["ItemMixOil",1]', 1000, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]',0, 508, 'trade_items'),
    ('["ChainSaw",3]', 1000, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, 662, 'trade_weapons'),
    ('["ChainSaw",3]', 1000, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, 530, 'trade_weapons'),
    ('["ChainSaw",3]', 1000, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, 508, 'trade_weapons')
    
  2. If you believe or not, sometimes ppl go for vacation and then you reset their humanity? Take this and they will keep their humanity:

    delete FROM `character_data`
    USING character_data, character_data AS tmpcharacter_data
    WHERE NOT character_data.CharacterID=tmpcharacter_data.CharacterID
    AND character_data.CharacterID<tmpcharacter_data.CharacterID
    AND (character_data.PlayerUID=tmpcharacter_data.PlayerUID)[/php]

     

     

    Very nice work there. :)

  3. IM just using priv for the admin tools they provide, and the fact that I do have full ftp and database access. The tools are perfect for an epoch serer.. Just seems like my code looks way different then everyone elses making their posts not so helpful..

    If survival servers has the ability for me to spawn epoch specific items either on players out of game or hopefully thru an admin tool in game, im sold. Im talking about lost keys, building items, gold, ect. Anything I may need to maintain my server. BUT. I also need to be able to increase the building limit within 30 meters, turn off decay over time, make built object indestructible (planning either a semi or fully PvE server) and add new vehicals to the trader for purchase. What companys offer all that?

    And that is why I went with dayz.priv lol.. made things a lot easier to deal with, other then code differences.

    This is clearly a dayz priv employee. Its laughable the way they sign up for new forum accounts to try and sucker in new customers with false tales of how good dayz priv are. As a former customer with first hand experience of the way these guys work, I have one piece of advice for anyone considering purchasing a server from them. AVOID AT ALL COSTS.

    Edit: Having just realised the fact that Cyrion created this thread I accept he probably isnt a dayz priv employee :D .

×
×
  • Create New...