Jump to content

carl101

Member
  • Posts

    779
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by carl101

  1. hi guys, can i get a little help please,

    I am getting no option in game to deposit coins, i have coins on person etc, can trade, have the bank icon up but just no option to deposit or withdraw.

    only error i am getting is this which is spammed in local rpt

     

    Error in expression <rTarget in DZE_MoneyStorageClasses && {!_isLocked} && !(_typeOfCursorTarget in D>
      Error position: <_isLocked} && !(_typeOfCursorTarget in D>
      Error Undefined variable in expression: _islocked
    File mpmissions\__CUR_MP.chernarus\dayz_code\compile\fn_selfActions.sqf, line 941
    Error in expression <rTarget in DZE_MoneyStorageClasses && {!_isLocked} && !(_typeOfCursorTarget in D>
      Error position: <_isLocked} && !(_typeOfCursorTarget in D>
      Error Undefined variable in expression: _islocked
    File mpmissions\__CUR_MP.chernarus\dayz_code\compile\fn_selfActions.sqf, line 941
    Error in expression <rTarget in DZE_MoneyStorageClasses && {!_isLocked} && !(_typeOfCursorTarget in D>
      Error position: <_isLocked} && !(_typeOfCursorTarget in D>
      Error Undefined variable in expression: _islocked
    File mpmissions\__CUR_MP.chernarus\dayz_code\compile\fn_selfActions.sqf, line 941
    Error in expression <rTarget in DZE_MoneyStorageClasses && {!_isLocked} && !(_typeOfCursorTarget in D>
      Error position: <_isLocked} && !(_typeOfCursorTarget in D>
      Error Undefined variable in expression: _islocked
    File mpmissions\__CUR_MP.chernarus\dayz_code\compile\fn_selfActions.sqf, line 941

    its on a fresh install using the files from github

     

    that section from fn-self

     

    Spoiler

        // Custom below
        
        _isAnimal = _cursorTarget isKindOf "Animal";
        
        if (_isMan && {!_isAlive} && {!_isAnimal} && {player distance _cursorTarget < 5}) then {
            if (s_player_checkWallet < 0) then {
                s_player_checkWallet = player addAction ["Check Wallet","scripts\zsc\checkWallet.sqf",_cursorTarget,0,false,true];
            };
        } else {
            player removeAction s_player_checkWallet;
            s_player_checkWallet = -1;
        };

        if (_typeOfCursorTarget in DZE_MoneyStorageClasses && {!_isLocked} && !(_typeOfCursorTarget in DZE_LockedStorage) && {_isDistance}) then {
            if (s_bank_dialog < 0) then {
                s_bank_dialog = player addAction ["Access bank","scripts\zsc\bankDialog.sqf",_cursorTarget,1,true,true];
            };
        } else {
            player removeAction s_bank_dialog;
            s_bank_dialog = -1;
        };

        if (_isAlive && {_typeOfCursorTarget in AllPlayers} && {isPlayer _cursorTarget}) then {
            if (s_givemoney_dialog < 0) then {
                s_givemoney_dialog = player addAction [format ["Trade %1 with %2",CurrencyName,name _cursorTarget],"scripts\zsc\givePlayer.sqf",_cursorTarget,3,true,true];
            };
        } else {
            player removeAction s_givemoney_dialog;
            s_givemoney_dialog = -1;
        };

     

     

    thanks

  2. has anyone else come across this bug/feature

    when cutting down trees with the using the chainsaw your food and drink disappear,  even faster when cutting down trees within about 4-5 trees

    only thing showing it RPT at same time, reckon it could be another infi bug?

    "DEBUG: Checking if Object: 22960800# 1061788: drevena_bedna.p3d REMOTE is allowed, published by Server"
    "DEBUG: Object: 22960800# 1061788: drevena_bedna.p3d REMOTE published by Server is allowed by DayZ_SafeObjects"
    ["PUBLISH: Created ","WoodCrate_DZ","ObjectUID","103104559866590","characterID","49"," with variables/inventory:",[]]
    UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,1.159252.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'!
    "Server setDamage on tree t_fagus2f.p3d chopped down by carl(76561198179207614)"
    "Server setDamage on tree t_fagus2f.p3d chopped down by carl(76561198179207614)"
    "HIVE: WRITE: "CHILD:309:103104559866590:[[[],[]],[["ItemFuelBarrelEmpty","ItemFuelBarrel","PartPlankPack","ItemJerrycan","5Rnd_127x108_KSVK"],[3,7,3,2,5]],[[],[]]]:""
    "Server setDamage on tree t_fagus2f.p3d chopped down by carl(76561198179207614)"
    "Server setDamage on tree t_fagus2f.p3d chopped down by carl(76561198179207614)"
    UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,1.067957.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'!
    "HIVE: WRITE: "CHILD:309:103104559866590:[[[],[]],[["ItemFuelBarrelEmpty","ItemFuelBarrel","PartPlankPack","ItemJerrycan","5Rnd_127x108_KSVK"],[3,7,15,2,5]],[[],[]]]:""
    "Server setDamage on tree t_fagus2f.p3d chopped down by carl(76561198179207614)"
    "infiSTAR.de PVAH_WriteLog: B 1-1-E:1 (carl) REMOTE   carl G_o_d ON"

     

  3. hi guys im getting this error for my scheduler.xml

    00:07:44 : Scheduler file contains a error. start tag missing where id=0

     

    but i cant see am error, can anyone cast there opinion on it?

    Spoiler

    <?xml version='1.0' encoding='UTF-8' standalone='yes' ?>

    <Scheduler>
     
           <!-- show text ingame every 20 min -->
    <job id='0'>
    <time>002000</time>
    <delay>001000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 hi</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='1'>
    <time>002000</time>
    <delay>001000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1  For Ear plugs press F1, For Team Managment press F5 </cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- show text ingame every 10-15 min -->
    <job id='2'>
    <time>001000</time>
    <delay>001500</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 The server restarts Every 4hour, 00:00 | 04:00 | 08:00 | 12:00 | 16:00 | 20:00</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
     
    <!-- *** RESTARTS *** -->
    <!-- 30 min to the 00:00 restart -->
    <job id='3'>
    <time>23:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='4'>
    <time>23:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='5'>
    <time>23:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='6'>
    <time>23:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='7'>
    <time>23:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='8'>
    <time>23:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 00:00 restart -->
    <job id='9'>
    <time>00:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 04:00 restart -->
    <job id='10'>
    <time>03:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='11'>
    <time>03:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='12'>
    <time>03:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='13'>
    <time>03:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='14'>
    <time>03:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='15'>
    <time>03:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 04:00 restart -->
    <job id='16'>
    <time>04:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 08:00 restart -->
    <job id='17'>
    <time>07:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='18'>
    <time>07:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='19'>
    <time>07:15:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='20'>
    <time>07:10:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='21'>
    <time>07:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='22'>
    <time>07:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 08:00 restart -->
    <job id='23'>
    <time>08:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 12:00 restart -->
    <job id='24'>
    <time>11:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='25'>
    <time>11:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='26'>
    <time>11:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='27'>
    <time>11:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='28'>
    <time>11:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='29'>
    <time>11:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 00:00:00 restart -->
    <job id='30'>
    <time>12:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 16:00 restart -->
    <job id='31'>
    <time>15:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='32'>
    <time>15:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='33'>
    <time>15:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='34'>
    <time>15:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='35'>
    <time>15:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='36'>
    <time>15:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 16:00:00 restart -->
    <job id='37'>
    <time>16:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 20:00 restart -->
    <job id='38'>
    <time>19:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 30 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='39'>
    <time>19:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 20 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='40'>
    <time>19:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 15 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='41'>
    <time>19:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 10 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='42'>
    <time>19:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 5 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id='43'>
    <time>19:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>say -1 The server will restart in 1 min.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 20:00 restart -->
    <job id='44'>
    <time>20:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
     
    </Scheduler>

     

     

     

     

     

  4. This will probably get deleted but just wanted to let people know who may be considering a server host.

    Avoid survival servers.  i opened a server 5 days ago and not once has it been running, after many failed attempts with the support ticket the server is still unable to work.

    I posted on there forums for help, to which my post was deleted by Ryan Pennington for reason he said should be discussed in support tickets and that he would personally look into my ticket for me. (last i heard from him)

    Again i had to wait for support to sort something but still no help.

    I was quiet happy to wait aslong as i could have my lost time added onto the server which i think would be a pretty reasonable request personally.

    Anyway i go to log on today and find my server account has been deleted, no access to my account so i have now started the process of a refund through paypal.

    Throughout the process i was civil, not once demanding anything. but they have just fobbed me off.

    I am providing screen shots of there support chat, which proves how it all went down and the times inbetween responces

    screenshot1

    screenshot2

    screenshot3

  5. hi guys, iv just opened a server with a host which has been rough upto now starting with the server not installing correctly ect .

    got past all that and now sort of getting somewhere except i get stuck on receiving data, i just basically need help to find out if its something i can fix or if i need to wait 6hours minimum for one line replys on the support tickets.

    the rpt seems riddled with errors

    http://pastebin.com/tQjasdif

     

    any help is appreciated

  6. Hi guys, iv been away from epoch for sometime but have suddenly got the urge to get back into it, hoping someone could point me to a server thats half decent.

    I would like a server with as less scripts on as possible, kinda fed up with the whole easy mode thing.

    I dont really want a server thats constantly full, just somehwere around the 10-15 player mark?

     

    let me know of any reccomendations please

×
×
  • Create New...