Jump to content

outlawedz

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by outlawedz

  1. Hello,  

    I am looking for someone who knows what they are doing to help get a server running for me.   I already have two servers, one with vilayer and one with gtx that we can use.   I have used the sheeps repack on them and its really buggy for us, tried building it myself and i did ok, but get lost and can not get what we want done my self and have issues when i do get it all in(like safes deleting coins for one example).  I am new to this so im not very good:).       We are a small gaming community and i could really use some help.   If i can find someone who knows what they are doing we would be willing to pay for the help. I put 100+ hrs into over the last 4 weeks and im just tired of not getting it.  I want my players to have a better server to be on.

     

    we are trying to do the basics first.   vector,snap,p4l, coin (either storage, banking , or both) plot management, door management, adv trader,enhanced spawn.  i can t seem to get this all working together.  from there we would like to add additional things after we get that working.

     

    So if there is a good dayz code/script/whatever it is person out there and there willing to help us out we could really use it.  

     

    Thanks for taking the time to read this. Hopefully we can find a match!

  2. sheeps napf seems to be farther along then cherno.   i used it on cherno.      change script control for cherno buildings instead of napf(just copy over the cherno ones to replace napf one in the file), change spawns in spawns script(just copy spawnsetup from cherno in to it)change the oil rigs to chernos,  and update the traders paths in init file.   should work fine. does foe me.

  3. i seem to be running in to this issues as well. trying for the last 4 days to install single currency 3.0 follow directions to a T. but server will not work. i have valayer so i reinstall service and it start again. i installed cpbo from admin tools but if i dont have pbomanager installed i get no options for creation or extracting pbos.   I ran the cpbo program and its set as default.

  4. per my little black box on myscreen in server it says error undefined veriable in expression: thesub

    file is mission/dayzcode/compiles/fn_selfactions line 232 of bone stock just installed files.

    no mods. have not even put infinstar on yet. just started it. reinstalled map the same.

    just setup brand new overpoch origins napf server.   thanks for the help.

     

     

  5. 1 hour ago, juandayz said:

    mmm i guess u have an issue in your "ZSCdefines.hpp"   cuz server cant find a define for classes in advancedTrading.hpp

    
    ErrorMessage: File mpmissions\__cur_mp.chernarus\zupa\advancedTrading\advancedTrading.hpp, line 0: .AT_Zupa_BlueButton: Undefined base class 'ZSC_RscButtonMenu'

    but, you try changing position and replacing ZSCdefines by the ZSC folder.

    your "Zupa" folder are in "MPmissions\YOur instance\zupa ?

    here u have my ZSCdefines

      Reveal hidden contents

    class ZSC_RscScrollBar
    {
        color[] = {1,1,1,0.6};
        colorActive[] = {1,1,1,1};
        colorDisabled[] = {1,1,1,0.3};
        shadow = 0;
        scrollSpeed = 0.06;
        width = 0;
        height = 0;
        autoScrollEnabled = 0;
        autoScrollSpeed = -1;
        autoScrollDelay = 5;
        autoScrollRewind = 0;
    };

    class ZSC_RscControlsGroup {
        type = 15;
        idc = -1;
        x = 0;
        y = 0;
        w = 1;
        h = 1;
        shadow = 0;
        style = 16;

        class VScrollBar : ZSC_RscScrollBar
        {
            width = 0.021;
            autoScrollEnabled = 1;
        };

        class HScrollBar : ZSC_RscScrollBar
        {
            height = 0.028;
        };

        class Controls {};
    };

    class ZSC_RscControlsGroupNoScrollbars : ZSC_RscControlsGroup {
        class VScrollbar : VScrollbar {
            width = 0;
        };
        class HScrollbar : HScrollbar {
            height = 0;
        };
    };

    class ZSC_RscHud
    {
        idc = -1;
        type = 0;
        style = 0x00;
        colorBackground[] = { 1 , 1 , 1 , 0 };
        colorText[] = { 1 , 1 , 1 , 1 };
        font = "Zeppelin32";
        sizeEx = 0.025;
        h = 0.25;
        text = "";
    };

    class ZSC_RscListNBox
    {
        style = 16;
        type = 102;
        shadow = 0;
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        color[] = {0.95,0.95,0.95,1};
        colorText[] = {1,1,1,1.0};
        colorDisabled[] = {1,1,1,0.25};
        colorScrollbar[] = {0.95,0.95,0.95,1};
        colorSelect[] = {0,0,0,1};
        colorSelect2[] = {0,0,0,1};
        colorSelectBackground[] = {0.95,0.95,0.95,1};
        colorSelectBackground2[] = {1,1,1,0.5};
        period = 1.2;
        class ListScrollBar: ZSC_RscScrollBar{};
        class ScrollBar: ZSC_RscScrollBar{};
    };

    class ZSC_RscText {
        x = 0;
        y = 0;
        h = 0.037;
        w = 0.3;
        type = 0;
        style = 0;
        shadow = 1;
        colorShadow[] = {0, 0, 0, 0.5};
        font = "Zeppelin32";
        SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        text = "";
        colorText[] = {1, 1, 1, 1.0};
        colorBackground[] = {0, 0, 0, 0};
        linespacing = 1;
        tooltipColorText[] = {1,1,1,1};
        tooltipColorBox[] = {1,1,1,1};
        tooltipColorShade[] = {0,0,0,0.65};
    };

    class ZSC_RscLine : ZSC_RscText {
        idc = -1;
        style = 176;
        x = 0.17;
        y = 0.48;
        w = 0.66;
        h = 0;
        text = "";
        colorBackground[] = {0, 0, 0, 0};
        colorText[] = {1, 1, 1, 1.0};
    };

    class ZSC_RscTree {
        style = 2;
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
        rowHeight = 0.0439091;
        color[] = {1, 1, 1, 1};
        colorSelect[] = {0.7, 0.7, 0.7, 1};
        colorBackground[] = {0, 0, 0, 0};
        colorSelectBackground[] = {0, 0, 0, 0.5};
        colorBorder[] = {0, 0, 0, 0};
        borderSize = 0;
    };

    class ZSC_RscTitle : ZSC_RscText {
        style = 0;
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        colorText[] = {0.95, 0.95, 0.95, 1};
    };

    class ZSC_RscPicture {
        shadow = 0;
        type = 0;
        style = 48;
        sizeEx = 0.023;
        font = "Zeppelin32";
        colorBackground[] = {};
        colorText[] = {};
        x = 0;
        y = 0;
        w = 0.2;
        h = 0.15;
        tooltipColorText[] = {1,1,1,1};
        tooltipColorBox[] = {1,1,1,1};
        tooltipColorShade[] = {0,0,0,0.65};
    };

    class ZSC_RscTextMulti : ZSC_RscText
    {
        linespacing = 1;
        style = 0 + 16 + 0x200;
    };

    class ZSC_RscPictureKeepAspect : ZSC_RscPicture
    {
        style = 0x30 + 0x800;
    };

    class ZSC_RscStructuredText {
        type = 13;
        style = 0;
        x = 0;
        y = 0;
        h = 0.035;
        w = 0.1;
        text = "";
        size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        colorText[] = {1, 1, 1, 1.0};
        shadow = 1;
        class Attributes {
            font = "Zeppelin32";
            color = "#ffffff";
            align = "left";
            shadow = 1;
        };
    };

    class ZSC_RscActiveText {
        idc = -1;
        type = 11;
        style = 0;
        x = 0;
        y = 0;
        h = 0.037;
        w = 0.3;
        sizeEx = 0.040;
        font = "Zeppelin32";
        color[] = {1, 1, 1, 1};
        colorActive[] = {1, 0.2, 0.2, 1};
        action = "";
        text = "";
        tooltipColorText[] = {1,1,1,1};
        tooltipColorBox[] = {1,1,1,1};
        tooltipColorShade[] = {0,0,0,0.65};
    };

    class ZSC_RscButton
    {
        style = 2;
        x = 0;
        y = 0;
        w = 0.095589;
        h = 0.039216;
        shadow = 2;
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        colorText[] = {1,1,1,1.0};
        colorDisabled[] = {0.4,0.4,0.4,1};
        colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",0.7};
        colorBackgroundActive[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
        colorBackgroundDisabled[] = {0.95,0.95,0.95,1};
        offsetX = 0.003;
        offsetY = 0.003;
        offsetPressedX = 0.002;
        offsetPressedY = 0.002;
        colorFocused[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
        colorShadow[] = {0,0,0,1};
        colorBorder[] = {0,0,0,1};
        borderSize = 0.0;
        soundPush[] = { "", 0, 1 };
        soundEnter[] =    { "", 0, 1 };
        soundClick[] ={ "", 0, 1 };
        soundEscape[] ={ "", 0, 1 };
        sound[] ={ "", 0, 1 };
    };

    class ZSC_RscButtonTextOnly : ZSC_RscButton {
        SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
        colorBackground[] = {1, 1, 1, 0};
        colorBackgroundActive[] = {1, 1, 1, 0};
        colorBackgroundDisabled[] = {1, 1, 1, 0};
        colorFocused[] = {1, 1, 1, 0};
        colorShadow[] = {1, 1, 1, 0};
        borderSize = 0.0;
    };

    class ZSC_RscShortcutButton {
        idc = -1;
        style = 0;
        default = 0;
        shadow = 1;
        w = 0.183825;
        h = "((((safezoneW / safezoneH) min 1.2) / 1.2) / 20)";
        color[] = {1,1,1,1.0};
        colorFocused[] = {1,1,1,1.0};
        color2[] = {0.95,0.95,0.95,1};
        colorDisabled[] = {1,1,1,0.25};
        colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
        colorBackgroundFocused[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
        colorBackground2[] = {1,1,1,1};
        periodFocus = 1.2;
        periodOver = 0.8;
        class HitZone
        {
            left = 0.0;
            top = 0.0;
            right = 0.0;
            bottom = 0.0;
        };
        class ShortcutPos
        {
            left = 0;
            top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
            w = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
            h = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        };
        class TextPos
        {
            left = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
            top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
            right = 0.005;
            bottom = 0.0;
        };
        period = 0.4;
        font = "Zeppelin32";
        size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        text = "";
        action = "";
        class Attributes
        {
            font = "Zeppelin32";
            color = "#E5E5E5";
            align = "left";
            shadow = "true";
        };
        class AttributesImage
        {
            font = "Zeppelin32";
            color = "#E5E5E5";
            align = "left";
        };
        soundPush[] = { "", 0, 1 };
        soundEnter[] = { "", 0, 1 };
        soundClick[] = { "", 0, 1 };
        soundEscape[] = { "", 0, 1 };
        sound[] = { "", 0, 1 };
    };

    class ZSC_RscButtonMenu : ZSC_RscShortcutButton {
        idc = -1;
        type = 16;
        style = "0x02 + 0xC0";
        default = 0;
        shadow = 0;
        x = 0;
        y = 0;
        w = 0.095589;
        h = 0.039216;
        animTextureNormal = "#(argb,8,8,3)color(1,1,1,1)";
        animTextureDisabled = "#(argb,8,8,3)color(1,1,1,1)";
        animTextureOver = "#(argb,8,8,3)color(1,1,1,1)";
        animTextureFocused = "#(argb,8,8,3)color(1,1,1,1)";
        animTexturePressed = "#(argb,8,8,3)color(1,1,1,1)";
        animTextureDefault = "#(argb,8,8,3)color(1,1,1,1)";
        colorBackground[] = {0,0,0,0.8};
        colorBackgroundFocused[] = {1,1,1,1};
        colorBackground2[] = {0.75,0.75,0.75,1};
        color[] = {1,1,1,1};
        colorFocused[] = {0,0,0,1};
        color2[] = {0,0,0,1};
        colorText[] = {1,1,1,1};
        colorDisabled[] = {1,1,1,0.25};
        period = 1.2;
        periodFocus = 1.2;
        periodOver = 1.2;
        size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        tooltipColorText[] = {1,1,1,1};
        tooltipColorBox[] = {1,1,1,1};
        tooltipColorShade[] = {0,0,0,0.65};
        class TextPos
        {
            left = "0.25 * (((safezoneW / safezoneH) min 1.2) / 40)";
            top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
            right = 0.005;
            bottom = 0.0;
        };
        class Attributes
        {
            font = "Zeppelin32";
            color = "#E5E5E5";
            align = "left";
            shadow = "false";
        };
        class ShortcutPos
        {
            left = "(6.25 * (((safezoneW / safezoneH) min 1.2) / 40)) - 0.0225 - 0.005";
            top = 0.005;
            w = 0.0225;
            h = 0.03;
        };
        textureNoShortcut = "";
    };

    class ZSC_RscShortcutButtonMain : ZSC_RscShortcutButton {
        idc = -1;
        style = 0;
        default = 0;
        w = 0.313726;
        h = 0.104575;
        color[] = {1, 1, 1, 1.0};
        colorDisabled[] = {1, 1, 1, 0.25};
        class HitZone {
            left = 0.0;
            top = 0.0;
            right = 0.0;
            bottom = 0.0;
        };
        class ShortcutPos {
            left = 0.0145;
            top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)) / 2";
            w = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2) * (3/4)";
            h = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
        };
        class TextPos {
            left = "(((safezoneW / safezoneH) min 1.2) / 32) * 1.5";
            top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20)*2 - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)) / 2";
            right = 0.005;
            bottom = 0.0;
        };
        period = 0.5;
        font = "Zeppelin32";
        size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
        text = "";
        action = "";
        class Attributes {
            font = "Zeppelin32";
            color = "#E5E5E5";
            align = "left";
            shadow = "false";
        };
        class AttributesImage {
            font = "Zeppelin32";
            color = "#E5E5E5";
            align = "false";
        };
    };

    class ZSC_RscCheckbox {
        idc = -1;
        type = 7;
        style = 0;
        x = "LINE_X(XVAL)";
        y = LINE_Y;
        w = "LINE_W(WVAL)";
        h = 0.029412;
        colorText[] = {1, 0, 0, 1};
        color[] = {0, 0, 0, 0};
        colorBackground[] = {0, 0, 1, 1};
        colorTextSelect[] = {0, 0.8, 0, 1};
        colorSelectedBg[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 1};
        colorSelect[] = {0, 0, 0, 1};
        colorTextDisable[] = {0.4, 0.4, 0.4, 1};
        colorDisable[] = {0.4, 0.4, 0.4, 1};
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
        rows = 1;
        5ns = 1;
        strings[] = {UNCHECKED};
        checked_strings[] = {CHECKED};
        soundPush[] = { "", 0, 1 };
        soundEnter[] =    { "", 0, 1 };
        soundClick[] ={ "", 0, 1 };
        soundEscape[] ={ "", 0, 1 };
        sound[] ={ "", 0, 1 };
    };

    class ZSC_RscProgress
    {
        type = 8;
        style = 0;
        x = 0.344;
        y = 0.619;
        w = 0.313726;
        h = 0.0261438;
        texture = "";
        shadow = 2;
        colorFrame[] = {0, 0, 0, 1};
        colorBackground[] = {0,0,0,0.7};
        colorBar[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"};
    };

    class ZSC_RscListBox
    {
        style = 16;
        idc = -1;
        type = 5;
        w = 0.275;
        h = 0.04;
        font = "Zeppelin32";
        colorSelect[] = {1, 1, 1, 1};
        colorText[] = {1, 1, 1, 1};
        colorBackground[] = {0.28,0.28,0.28,0.28};
        colorSelect2[] = {1, 1, 1, 1};
        colorSelectBackground[] = {0.95, 0.95, 0.95, 0.5};
        colorSelectBackground2[] = {1, 1, 1, 0.5};
        colorScrollbar[] = {0.2, 0.2, 0.2, 1};
        wholeHeight = 0.45;
        rowHeight = 0.04;
        color[] = {0.7, 0.7, 0.7, 1};
        colorActive[] = {0,0,0,1};
        colorDisabled[] = {0,0,0,0.3};
        sizeEx = 0.023;
        maxHistoryDelay = 1;
        autoScrollSpeed = -1;
        autoScrollDelay = 5;
        autoScrollRewind = 0;
        tooltipColorText[] = {1,1,1,1};
        tooltipColorBox[] = {1,1,1,1};
        tooltipColorShade[] = {0,0,0,0.65};
        class ListScrollBar: ZSC_RscScrollBar
        {
            color[] = {1,1,1,1};
            autoScrollEnabled = 1;
        };
        soundPush[] = { "", 0, 1 };
        soundEnter[] =    { "", 0, 1 };
        soundClick[] ={ "", 0, 1 };
        soundEscape[] ={ "", 0, 1 };
        sound[] ={ "", 0, 1 };
    };

    class ZSC_RscEdit {
        type = 2;
        style = 0x00 + 0x40;
        font = "Zeppelin32";
        shadow = 2;
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        colorBackground[] = {0, 0, 0, 1};
        colorText[] = {0.95, 0.95, 0.95, 1};
        colorDisabled[] = {1, 1, 1, 0.25};
        autocomplete = false;
        colorSelection[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 1};
        canModify = 1;
        soundPush[] = { "", 0, 1 };
        soundEnter[] =    { "", 0, 1 };
        soundClick[] ={ "", 0, 1 };
        soundEscape[] ={ "", 0, 1 };
        sound[] ={ "", 0, 1 };
    };

    class ZSC_RscSlider {
        h = 0.025;
        color[] = {1, 1, 1, 0.8};
        colorActive[] = {1, 1, 1, 1};
    };

    class ZSC_RscXSliderH
    {
        style = 1024;
        type = 43;
        shadow = 2;
        x = 0;
        y = 0;
        h = 0.029412;
        w = 0.400000;
        color[] = {
        1, 1, 1, 0.7
        };
        colorActive[] = {
        1, 1, 1, 1
        };
        colorDisabled[] = {
        1, 1, 1, 0.500000
        };
    };

    class ZSC_RscFrame {
        type = 0;
        idc = -1;
        style = 64;
        shadow = 2;
        colorBackground[] = {0, 0, 0, 0};
        colorText[] = {1, 1, 1, 1};
        font = "Zeppelin32";
        sizeEx = 0.02;
        text = "";
    };

    class ZSC_RscBackground : ZSC_RscText {
        type = 0;
        IDC = -1;
        style = 512;
        shadow = 0;
        x = 0.0;
        y = 0.0;
        w = 1.0;
        h = 1.0;
        text = "";
        ColorBackground[] = {0.48, 0.5, 0.35, 1};
        ColorText[] = {0.1, 0.1, 0.1, 1};
        font = "Zeppelin32";
        SizeEx = 1;
    };

    class ZSC_RscHTML {
        colorText[] = {1, 1, 1, 1.0};
        colorBold[] = {1, 1, 1, 1.0};
        colorLink[] = {1, 1, 1, 0.75};
        colorLinkActive[] = {1, 1, 1, 1.0};
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        shadow = 2;
        class H1 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
            align = "left";
        };
        class H2 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "right";
        };
        class H3 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "left";
        };
        class H4 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "left";
        };
        class H5 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "left";
        };
        class H6 {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "left";
        };
        class P {
            font = "Zeppelin32";
            fontBold = "Zeppelin32";
            sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
            align = "left";
        };
    };

    class ZSC_RscCombo {
        style = 16;
        type = 4;
        x = 0;
        y = 0;
        w = 0.12;
        h = 0.035;
        shadow = 0;
        colorSelect[] = {0, 0, 0, 1};    
        colorText[] = {0.95, 0.95, 0.95, 1};
        maxHistoryDelay = 1;
        colorBackground[] = {0.4,0.4,0.4,0.4};
        colorSelectBackground[] = {1, 1, 1, 0.7};
        colow_Rscrollbar[] = {1, 0, 0, 1};
        wholeHeight = 0.45;
        color[] = {1, 1, 1, 1};
        colorActive[] = {1, 0, 0, 1};
        colorDisabled[] = {1, 1, 1, 0.25};
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
        class ComboScrollBar : ZSC_RscScrollBar {};
    };

    class ZSC_RscToolbox {
        colorText[] = {0.95, 0.95, 0.95, 1};
        color[] = {0.95, 0.95, 0.95, 1};
        colorTextSelect[] = {0.95, 0.95, 0.95, 1};
        colorSelect[] = {0.95, 0.95, 0.95, 1};
        colorTextDisable[] = {0.4, 0.4, 0.4, 1};
        colorDisable[] = {0.4, 0.4, 0.4, 1};
        colorSelectedBg[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
        font = "Zeppelin32";
        sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
    };

    @outlawedz

    thanks i will try this one out !    i have two severs, i have yet to get this working on either. i took this server thats having the issues and reinstalled it and placed in blacksheeps overpock release in. its all working fine. get a few errors that pop up in a black box and go away when using some of the admin tools so thats no big  deal to  me. everything else works great including this.  my other server i am going to build my self and will try this out on it. my plan is to start fresh and start with this and gold coins as they have been my problem children.

  6. 1 hour ago, juandayz said:

    Try change priority .. see at the bottom of your description.ext

      Reveal hidden contents

    #include "zupa\advancedTrading\ZSCdefines.hpp"                                // if u don't have it from ZSC

    #include "ZSC\config\ZSCdialogs.hpp"

    #include "zupa\advancedTrading\advancedTrading.hpp"
     

    or try use the hpp from coins system

      Reveal hidden contents

    #include "ZSC\config\ZSCdefines.hpp"  
    #include "ZSC\config\ZSCdialogs.hpp"

    //#include "zupa\advancedTrading\ZSCdefines.hpp"                                // DELETE ME

    #include "zupa\advancedTrading\advancedTrading.hpp" //adv trading

     

    tried both of these steps. still same issues. ty for advice. any other ideas out there?

     

    Spoiler
    
     
    
    Updating base class ->Plane, by ca\air_e\an2\config.bin/CfgVehicles/An2_Base_EP1/
    
    Updating base class ->CH47_base_EP1, by ca\air_e\ch47\config.bin/CfgVehicles/CH_47F_EP1/
    
    Updating base class ViewOptics->, by ca\air_e\uh1h\config.bin/CfgVehicles/UH1H_base/Turrets/MainTurret/ViewOptics/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Crew_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_TL_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Bodyguard_M4_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Bodyguard_AA12_PMC/
    
    Updating base class ->BAF_Soldier_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_W/
    
    Updating base class ->BAF_Soldier_L_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_L_W/
    
    Updating base class ->BAF_Soldier_Officer_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_Officer_W/
    
    Updating base class ->BAF_Soldier_SniperH_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_SniperH_W/
    
    Updating base class ->M113Ambul_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113Ambul_UN_EP1/
    
    Updating base class ->M113_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113_UN_EP1/
    
    Updating base class ->M113Ambul_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113Ambul_TK_EP1/
    
    Updating base class ->M113_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113_TK_EP1/
    
    Updating base class ->Helicopter, by ca\air_d_baf\config.bin/CfgVehicles/BAF_Merlin_HC3_D/
    
    Updating base class AK_BASE->AKS_BASE, by ca\communityconfigurationproject_e\ai_madeaks74unkobrafullysilenced\config.bin/CfgWeapons/AKS_74_UN_kobra/
    
    Updating base class ReammoBox->Small_items, by corepatch\corepatch_additionalobjects\config.cpp/CfgVehicles/CardboardBox/
    
    Updating base class ->Mode_FullAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/FullAuto/
    
    Updating base class ->Mode_SemiAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/Single/
    
    Updating base class CA_Magazine->4000Rnd_762x51_M134, by corepatch\corepatch_ccp_71142_cit_13602_25047\config.cpp/CfgMagazines/2000Rnd_762x51_M134/
    
    18:20:02 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
    
    18:20:03 Connected to Steam servers
    
    ErrorMessage: File mpmissions\__cur_mp.chernarus\zupa\advancedTrading\advancedTrading.hpp, line 0: .AT_Zupa_BlueButton: Undefined base class 'ZSC_RscButtonMenu'

    pt log in spoiler.      i have read over these pages.    early suggestions where discription not being right, so here is that as well.

     

    Spoiler

    #include "ZSC\config\cfgServerTrader.hpp"
    respawn = "BASE";
    respawndelay = 5;
    onLoadMission= "DayZ Epoch Chernarus";
    OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
    OnLoadIntroTime = False;
    OnLoadMissionTime = False;
    disabledAI = true;
    disableChannels[]={0,2,6};
    enableItemsDropping = 0;

    briefing = 0;
    debriefing = 0;

    onPauseScript = "";
    loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";

    class Header
    {
     gameType = COOP;            //DM, Team, Coop, ...
     minPlayers = 1;             //min # of players the mission supports
     maxPlayers = 100;            //Max # of players the mission supports
    };

    aiKills = 1;
    diagRadio = 1;
    diagHit = 1;

    class RscText
    {
        type = 0;
        idc = -1;
        x = 0;
        y = 0;
        h = 0.037;
        w = 0.3;
        style = 0x100;
        font = Zeppelin32;
        SizeEx = 0.03921;
        colorText[] = {1,1,1,1};
        colorBackground[] = {0, 0, 0, 0};
        linespacing = 1;
    };
    class RscPicture
    {
        access=0;
        type=0;
        idc=-1;
        style=48;
        colorBackground[]={0,0,0,0};
        colorText[]={1,1,1,1};
        font="TahomaB";
        sizeEx=0;
        lineSpacing=0;
        text="";
    };
    class RscLoadingText : RscText
    {
        style = 2;
        x = 0.323532;
        y = 0.666672;
        w = 0.352944;
        h = 0.039216;
        sizeEx = 0.03921;
        colorText[] = {0.543,0.5742,0.4102,1.0};
    };
    class RscProgress
    {
        x = 0.344;
        y = 0.619;
        w = 0.313726;
        h = 0.0261438;
        texture = "\ca\ui\data\loadscreen_progressbar_ca.paa";
        colorFrame[] = {0,0,0,0};
        colorBar[] = {1,1,1,1};
    };
    class RscProgressNotFreeze
    {
        idc = -1;
        type = 45;
        style = 0;
        x = 0.022059;
        y = 0.911772;
        w = 0.029412;
        h = 0.039216;
        texture = "#(argb,8,8,3)color(0,0,0,0)";
    };
    //
    // the loading screen itself
    //
    class CfgSounds
    {
        sounds[] =
        {
            Radio_Message_Sound
        };
        class Radio_Message_Sound
        {
            name = "Radio_Message_Sound";
            sound[] = {custom\remote\radio.ogg,0.4,1};
            titles[] = {};
        };
    };
    class DayZ_loadingScreen
    {
        idd = -1;
        duration = 10e10;
        fadein = 0;
        fadeout = 0;
        name = "loading screen";
        class controlsBackground
        {
            class blackBG : RscText
            {
                x = safezoneX;
                y = safezoneY;
                w = safezoneW;
                h = safezoneH;
                text = "";
                colorText[] = {0,0,0,0};
                colorBackground[] = {0,0,0,1};
            };
            /*
            class nicePic : RscPicture
            {
                style = 48 + 0x800; // ST_PICTURE + ST_KEEP_ASPECT_RATIO
                x = safezoneX + safezoneW/2 - 0.25;
                y = safezoneY + safezoneH/2 - 0.2;
                w = 0.5;
                h = 0.4;
                text = "img\nicePic.paa";
            };
            */
        };
        class controls
        {
            class Title1 : RscLoadingText
            {
                text = "$STR_LOADING"; // "Loading" text in the middle of the screen
            };
            class CA_Progress : RscProgress // progress bar, has to have idc 104
            {
                idc = 104;
                type = 8; // CT_PROGRESS
                style = 0; // ST_SINGLE
                texture = "\ca\ui\data\loadscreen_progressbar_ca.paa";
            };
            class CA_Progress2 : RscProgressNotFreeze // progress bar that will go reverse
            {
                idc = 103;
            };
            class Name2: RscText // the text on the top-left
            {
                idc = 101;
                x = 0.05;
                y = 0.029412;
                w = 0.9;
                h = 0.04902;
                text = "";
                sizeEx = 0.05;
                colorText[] = {0.543,0.5742,0.4102,1.0};
            };
        };
    };
    class RscTitles
    {
    #include "ZSC\config\ZSChud.hpp"
    };

    #include "zupa\advancedTrading\advancedTrading.hpp"
    #include "zupa\advancedTrading\ZSCdefines.hpp"                                // if u don't have it from ZSC
    #include "ZSC\config\ZSCdialogs.hpp"

     

    file where error is showing

    Spoiler

    class AT_Zupa_BlueButton: ZSC_RscButtonMenu {
        colorBackground[] = {0.2,0.75,1,1};
        colorText[] = {1,1,1,1};
        class Attributes
        {
            align = "center";
        };
    };

    class AdvancedTrading
    {
        idd = 711197;
        onLoad = "uiNamespace setVariable ['AdvancedTrading', _this select 0]";
        class Controls {
            class RscText_ATBackground1: ZSC_RscText
            {
                idc = -1;
                x = 0.20 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.40 * safezoneW;
                h = 0.70 * safezoneH;
                colorBackground[] = {0.2,0.2,0.2,1};
            };
            class RscText_ATBackground2: ZSC_RscText
            {
                idc = -1;
                x = 0.60 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.20 * safezoneW;
                h = 0.70 * safezoneH;
                colorBackground[] = {0.1,0.1,0.1,1};
            };
        class RscText_AT2: ZSC_RscText
            {
                idc = -1;
                text = "Advanced Trading";
                x = 0.20 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.60 * safezoneW;
                h = 0.04 * safezoneH;
                colorBackground[] = {0.2,0.75,1,1};
                colorText[] = {1,1,1,1};
            };

        class RscText_Zupa_1: ZSC_RscText
            {
                idc = 7408;
                text = "Selling from gear.";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.22 * safezoneH + safezoneY;
                w = 0.38 * safezoneW;
                h = 0.05 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class ZSC_RscButtonMenu_Z1: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Gear";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[2] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z2: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Backpack";
                x = 0.31 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[0] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z3: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Vehicle";
                x = 0.41 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[1] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z4: AT_Zupa_BlueButton
            {
                idc = 7416;
                text =  "Sell";
                x = 0.51 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_ChangeBuySell;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class RscText_AT6: ZSC_RscText
            {
                idc = 7412;
                text = "";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.30 * safezoneH + safezoneY;
                w = 0.30 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT7: ZSC_RscText
            {
                idc = 7413;
                text = "";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.33 * safezoneH + safezoneY;
                w = 0.30 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT8: ZSC_RscText
            {
                idc = -1;
                text = "Inventory";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT9: ZSC_RscText
            {
                idc = 7409;
                text = "Selling";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscBackgroundText_Zupa_1: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class RscBackgroundText_Zupa_2: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };

            class RscListbox_AT10: ZSC_RscListBox
            {
                idc = 7401;
                type = 5;
                idcLeft = -1;
          idcRight = -1;
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onLBSelChanged = "['sellable',(lbCurSel 7401)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT11: ZSC_RscListBox
            {
                idc = 7402;
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onLBSelChanged = "['selling',(lbCurSel 7402)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT20: ZSC_RscListBox
            {
                idc = 7421;
                type = 5;
                idcLeft = -1;
          idcRight = -1;
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onload = "ctrlShow [_this,false]";
                onLBSelChanged = "['buyable',(lbCurSel 7421)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT21: ZSC_RscListBox
            {
                idc = 7422;
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onload = "ctrlShow [_this,false]";
                onLBSelChanged = "['buying',(lbCurSel 7422)] call Z_getItemInfo";
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscSearchBackground: ZSC_RscText
            {
                idc = -1;
                x = 0.21 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class Zupa_Filter_Edit : ZSC_RscEdit {
                idc = 7444;
                colorText[] = {1,1,1,1};
                text = "";
                sizeEx = 0.030;
                x = 0.21 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.04;
            };
            class ZSC_RscButtonMenu_ATTFilter: AT_Zupa_BlueButton
            {
                idc = -1;
                text = "Filter";
          x = 0.21 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "[(ctrlText 7444)] call Z_filterList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT12: AT_Zupa_BlueButton
            {
                idc = 7430;
                text =  " > ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7401)] call Z_pushItemToList;";
                colorBackground[] =  {1,1,1,1};
            color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT14: AT_Zupa_BlueButton
            {
                idc = 7431;
                text = " >> ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.49 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_pushAllToList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT13: AT_Zupa_BlueButton
            {
                idc = 7432;
                text = " < ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.57 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7402)] call Z_removeItemFromList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT15: AT_Zupa_BlueButton
            {
                idc = 7433;
                text = " << ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.65 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_removeAllToList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_ATT1: AT_Zupa_BlueButton

            {
                idc = 7440;
                text = " > ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7421),(ctrlText 7441)] call Z_toBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class Zupa_Ammount_Edit : ZSC_RscEdit {
                idc = 7441;
                colorText[] = {1,1,1,1};
                text = "1";
                sizeEx = 0.030;
                x = 0.36 * safezoneW + safezoneX;
                y = 0.49 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                h = 0.03;
                onload = "ctrlShow [_this,false]";
            };
            class ZSC_RscButtonMenu_ATT3: AT_Zupa_BlueButton
            {
                idc = 7442;
                text = " < ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.57 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7422)] call Z_removeItemFromBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_ATT4: AT_Zupa_BlueButton
            {
                idc = 7443;
                text = " << ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.65 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_removeAllFromBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class RscText_ATT8: ZSC_RscText
            {
                idc = 7404;
                text = "0/0/0";
                x = 0.45 * safezoneW + safezoneX;
                y = 0.32 * safezoneH + safezoneY;
                w = 0.15 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                onload = "ctrlShow [_this,false]";
            };
            class RscSearchBackground2: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class RscText_AT18: ZSC_RscText
            {
                idc = 7410;
                text = "Nothing";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class ZSC_RscButtonMenu_AT16: AT_Zupa_BlueButton
            {
                idc = 7435;
                text = "Sell";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "call Z_SellItems;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT27: AT_Zupa_BlueButton
            {
                idc = 7436;
                text = "Buy";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onload = "ctrlShow [_this,false]";
                onButtonClick = "call Z_BuyItems;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT28: AT_Zupa_BlueButton
            {
                idc = -1;
                x = 0.63 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "((ctrlParent (_this select 0)) closeDisplay 9000);";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
          text = "Close";
            };
            class RscStrText_AT_PriceInfo: ZSC_RscStructuredText // todo
            {
                idc = 7451;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT_InfoLabel: ZSC_RscText
            {
                idc = -1;
                text = "   Item info";
                x = 0.60 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.20 * safezoneW;
                h = 0.03 * safezoneH;
                colorBackground[] = {0.2,0.75,1,1};
                colorText[] = {1,1,1,1};
            };
            class RscText_AT_BreakLine: ZSC_RscText
            {
                    idc = -1;
                    x = 0.60 * safezoneW + safezoneX;
                    y = 0.15 * safezoneH + safezoneY;
                    w = 0.0005 * safezoneW;
                    h = 0.70 * safezoneH;
                  colorBackground[] = {0.2,0.75,1,1};
            };
        class RscStrText_AT_ItemInfo: ZSC_RscStructuredText
        {
            idc = 7445;
            text = "";
            x = 0.61 * safezoneW + safezoneX;
            y = 0.43 * safezoneH + safezoneY;
            w = 0.19 * safezoneW;
            h = 0.59 * safezoneH;
            colorText[] = {1,1,1,1};
        };
            class RscStrText_AT_ContainerInfo: ZSC_RscStructuredText
            {
                idc = 7446;
                text = "";
                x = 0.61 * safezoneW + safezoneX;
                y = 0.24 * safezoneH + safezoneY;
                w = 0.19 * safezoneW;
                h = 0.35 * safezoneH;
                colorText[] = {1,1,1,1};
            };
        };
    };

     

    new to all this so please just tell me if you need anything else.

  7. having issues causing me to hang on waiting for server. rpt log is as follows. i saw a post about it earlier in the thread but all you said was updated zscdialogs.hpp. did not see any other advice on it.

    Spoiler
    
    /Land_Ind_Pec_03/
    
    Updating base class ->Helicopter, by ca\air_e\ah6j\config.bin/CfgVehicles/AH6_Base_EP1/
    
    Updating base class ->Plane, by ca\air_e\an2\config.bin/CfgVehicles/An2_Base_EP1/
    
    Updating base class ViewOptics->, by ca\air_e\uh1h\config.bin/CfgVehicles/UH1H_base/Turrets/MainTurret/ViewOptics/
    
    Updating base class ->UH60M_US_base_EP1, by ca\air_e\uh60m\config.bin/CfgVehicles/UH60M_EP1/
    
    Updating base class ->Ka60_GL_BASE_PMC, by ca\air_pmc\ka60\config.bin/CfgVehicles/Ka60_GL_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Crew_PMC/
    
    Updating base class ->BAF_Soldier_Officer_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_Officer_W/
    
    Updating base class ->BAF_Soldier_SniperH_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_SniperH_W/
    
    Updating base class ->Helicopter, by ca\air_d_baf\config.bin/CfgVehicles/BAF_Merlin_HC3_D/
    
    Updating base class ->CH_47F_EP1, by ca\air_d_baf\ch47\config.bin/CfgVehicles/CH_47F_BAF/
    
    Updating base class AK_BASE->AKS_BASE, by ca\communityconfigurationproject_e\ai_madeaks74unkobrafullysilenced\config.bin/CfgWeapons/AKS_74_UN_kobra/
    
    Updating base class ReammoBox->Small_items, by corepatch\corepatch_additionalobjects\config.cpp/CfgVehicles/CardboardBox/
    
    Updating base class ->Mode_FullAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/FullAuto/
    
    Updating base class ->Mode_SemiAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/Single/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseWeakYellow/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumOrange/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumPale/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseStrongPale/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Cable_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_decor_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Small_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street2_EP1/
    
    Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lampa_Ind_EP1/
    
    19:08:53 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
    
    19:08:54 Connected to Steam servers
    
    ErrorMessage: File mpmissions\__cur_mp.chernarus\ZSC\config\ZSCdialogs.hpp, line 7: /GivePlayerDialog/controlsBackground.ZSC_RscTitleBackground2: Undefined base class 'ZSC_RscText'

     

  8. i have an issues with this. installed with currency 3.0. load server and get waiting for host.   other mods, wicked ai, dzai, dz missions. 3.0 coins and infistar is on it as well.

    Spoiler
    
    by ca\wheeled_e\v3s\config.bin/CfgVehicles/V3S_Base_EP1/
    
    Updating base class ->V3S_Base_EP1, by ca\wheeled_e\v3s\config.bin/CfgVehicles/V3S_Refuel_TK_GUE_EP1/
    
    Updating base class AKS_BASE->AK_BASE, by vilas_aks_cfg\config.cpp/cfgWeapons/AKS_74_UN_kobra/
    
    Updating base class House->DZE_OpenHouse, by warehouse\config.bin/CfgVehicles/Land_Ind_Pec_03/
    
    Updating base class ->C130J_base, by ca\air_e\config.bin/CfgVehicles/C130J_US_EP1/
    
    Updating base class ->Helicopter, by ca\air_e\ah6j\config.bin/CfgVehicles/AH6_Base_EP1/
    
    Updating base class ->Plane, by ca\air_e\an2\config.bin/CfgVehicles/An2_Base_EP1/
    
    Updating base class ->CH47_base_EP1, by ca\air_e\ch47\config.bin/CfgVehicles/CH_47F_EP1/
    
    Updating base class ViewOptics->, by ca\air_e\uh1h\config.bin/CfgVehicles/UH1H_base/Turrets/MainTurret/ViewOptics/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Crew_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_TL_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Bodyguard_M4_PMC/
    
    Updating base class ->Soldier_Base_PMC, by ca\characters_pmc\config.bin/cfgVehicles/Soldier_Bodyguard_AA12_PMC/
    
    Updating base class ->BAF_Soldier_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_W/
    
    Updating base class ->BAF_Soldier_L_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_L_W/
    
    Updating base class ->BAF_Soldier_Officer_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_Officer_W/
    
    Updating base class ->BAF_Soldier_SniperH_MTP, by ca\characters_w_baf\config.bin/CfgVehicles/BAF_Soldier_SniperH_W/
    
    Updating base class ->M113Ambul_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113Ambul_UN_EP1/
    
    Updating base class ->M113_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113_UN_EP1/
    
    Updating base class ->M113Ambul_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113Ambul_TK_EP1/
    
    Updating base class ->M113_Base, by ca\tracked_e\m113\config.bin/CfgVehicles/M113_TK_EP1/
    
    Updating base class ->Helicopter, by ca\air_d_baf\config.bin/CfgVehicles/BAF_Merlin_HC3_D/
    
    Updating base class AK_BASE->AKS_BASE, by ca\communityconfigurationproject_e\ai_madeaks74unkobrafullysilenced\config.bin/CfgWeapons/AKS_74_UN_kobra/
    
    Updating base class ReammoBox->Small_items, by corepatch\corepatch_additionalobjects\config.cpp/CfgVehicles/CardboardBox/
    
    Updating base class ->Mode_FullAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/FullAuto/
    
    Updating base class ->Mode_SemiAuto, by corepatch\corepatch_ccp_68220\config.cpp/CfgWeapons/G36a/Single/
    
    Updating base class CA_Magazine->4000Rnd_762x51_M134, by corepatch\corepatch_ccp_71142_cit_13602_25047\config.cpp/CfgMagazines/2000Rnd_762x51_M134/
    
    18:20:02 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
    
    18:20:03 Connected to Steam servers
    
    ErrorMessage: File mpmissions\__cur_mp.chernarus\zupa\advancedTrading\advancedTrading.hpp, line 0: .AT_Zupa_BlueButton: Undefined base class 'ZSC_RscButtonMenu'

    rpt log in spoiler.      i have read over these pages.    early suggestions where discription not being right, so here is that as well.

    Spoiler

    #include "ZSC\config\cfgServerTrader.hpp"
    respawn = "BASE";
    respawndelay = 5;
    onLoadMission= "DayZ Epoch Chernarus";
    OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
    OnLoadIntroTime = False;
    OnLoadMissionTime = False;
    disabledAI = true;
    disableChannels[]={0,2,6};
    enableItemsDropping = 0;

    briefing = 0;
    debriefing = 0;

    onPauseScript = "";
    loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";

    class Header
    {
     gameType = COOP;            //DM, Team, Coop, ...
     minPlayers = 1;             //min # of players the mission supports
     maxPlayers = 100;            //Max # of players the mission supports
    };

    aiKills = 1;
    diagRadio = 1;
    diagHit = 1;

    class RscText
    {
        type = 0;
        idc = -1;
        x = 0;
        y = 0;
        h = 0.037;
        w = 0.3;
        style = 0x100;
        font = Zeppelin32;
        SizeEx = 0.03921;
        colorText[] = {1,1,1,1};
        colorBackground[] = {0, 0, 0, 0};
        linespacing = 1;
    };
    class RscPicture
    {
        access=0;
        type=0;
        idc=-1;
        style=48;
        colorBackground[]={0,0,0,0};
        colorText[]={1,1,1,1};
        font="TahomaB";
        sizeEx=0;
        lineSpacing=0;
        text="";
    };
    class RscLoadingText : RscText
    {
        style = 2;
        x = 0.323532;
        y = 0.666672;
        w = 0.352944;
        h = 0.039216;
        sizeEx = 0.03921;
        colorText[] = {0.543,0.5742,0.4102,1.0};
    };
    class RscProgress
    {
        x = 0.344;
        y = 0.619;
        w = 0.313726;
        h = 0.0261438;
        texture = "\ca\ui\data\loadscreen_progressbar_ca.paa";
        colorFrame[] = {0,0,0,0};
        colorBar[] = {1,1,1,1};
    };
    class RscProgressNotFreeze
    {
        idc = -1;
        type = 45;
        style = 0;
        x = 0.022059;
        y = 0.911772;
        w = 0.029412;
        h = 0.039216;
        texture = "#(argb,8,8,3)color(0,0,0,0)";
    };
    //
    // the loading screen itself
    //
    class CfgSounds
    {
        sounds[] =
        {
            Radio_Message_Sound
        };
        class Radio_Message_Sound
        {
            name = "Radio_Message_Sound";
            sound[] = {custom\remote\radio.ogg,0.4,1};
            titles[] = {};
        };
    };
    class DayZ_loadingScreen
    {
        idd = -1;
        duration = 10e10;
        fadein = 0;
        fadeout = 0;
        name = "loading screen";
        class controlsBackground
        {
            class blackBG : RscText
            {
                x = safezoneX;
                y = safezoneY;
                w = safezoneW;
                h = safezoneH;
                text = "";
                colorText[] = {0,0,0,0};
                colorBackground[] = {0,0,0,1};
            };
            /*
            class nicePic : RscPicture
            {
                style = 48 + 0x800; // ST_PICTURE + ST_KEEP_ASPECT_RATIO
                x = safezoneX + safezoneW/2 - 0.25;
                y = safezoneY + safezoneH/2 - 0.2;
                w = 0.5;
                h = 0.4;
                text = "img\nicePic.paa";
            };
            */
        };
        class controls
        {
            class Title1 : RscLoadingText
            {
                text = "$STR_LOADING"; // "Loading" text in the middle of the screen
            };
            class CA_Progress : RscProgress // progress bar, has to have idc 104
            {
                idc = 104;
                type = 8; // CT_PROGRESS
                style = 0; // ST_SINGLE
                texture = "\ca\ui\data\loadscreen_progressbar_ca.paa";
            };
            class CA_Progress2 : RscProgressNotFreeze // progress bar that will go reverse
            {
                idc = 103;
            };
            class Name2: RscText // the text on the top-left
            {
                idc = 101;
                x = 0.05;
                y = 0.029412;
                w = 0.9;
                h = 0.04902;
                text = "";
                sizeEx = 0.05;
                colorText[] = {0.543,0.5742,0.4102,1.0};
            };
        };
    };
    class RscTitles
    {
    #include "ZSC\config\ZSChud.hpp"
    };

    #include "zupa\advancedTrading\advancedTrading.hpp"
    #include "zupa\advancedTrading\ZSCdefines.hpp"                                // if u don't have it from ZSC
    #include "ZSC\config\ZSCdialogs.hpp"

     

    file where error is showing

    Spoiler

    class AT_Zupa_BlueButton: ZSC_RscButtonMenu {
        colorBackground[] = {0.2,0.75,1,1};
        colorText[] = {1,1,1,1};
        class Attributes
        {
            align = "center";
        };
    };

    class AdvancedTrading
    {
        idd = 711197;
        onLoad = "uiNamespace setVariable ['AdvancedTrading', _this select 0]";
        class Controls {
            class RscText_ATBackground1: ZSC_RscText
            {
                idc = -1;
                x = 0.20 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.40 * safezoneW;
                h = 0.70 * safezoneH;
                colorBackground[] = {0.2,0.2,0.2,1};
            };
            class RscText_ATBackground2: ZSC_RscText
            {
                idc = -1;
                x = 0.60 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.20 * safezoneW;
                h = 0.70 * safezoneH;
                colorBackground[] = {0.1,0.1,0.1,1};
            };
        class RscText_AT2: ZSC_RscText
            {
                idc = -1;
                text = "Advanced Trading";
                x = 0.20 * safezoneW + safezoneX;
                y = 0.15 * safezoneH + safezoneY;
                w = 0.60 * safezoneW;
                h = 0.04 * safezoneH;
                colorBackground[] = {0.2,0.75,1,1};
                colorText[] = {1,1,1,1};
            };

        class RscText_Zupa_1: ZSC_RscText
            {
                idc = 7408;
                text = "Selling from gear.";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.22 * safezoneH + safezoneY;
                w = 0.38 * safezoneW;
                h = 0.05 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class ZSC_RscButtonMenu_Z1: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Gear";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[2] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z2: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Backpack";
                x = 0.31 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[0] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z3: AT_Zupa_BlueButton
            {
                idc = -1;
                text =  "Vehicle";
                x = 0.41 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[1] call Z_getContainer;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_Z4: AT_Zupa_BlueButton
            {
                idc = 7416;
                text =  "Sell";
                x = 0.51 * safezoneW + safezoneX;
                y = 0.26 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_ChangeBuySell;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class RscText_AT6: ZSC_RscText
            {
                idc = 7412;
                text = "";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.30 * safezoneH + safezoneY;
                w = 0.30 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT7: ZSC_RscText
            {
                idc = 7413;
                text = "";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.33 * safezoneH + safezoneY;
                w = 0.30 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT8: ZSC_RscText
            {
                idc = -1;
                text = "Inventory";
                x = 0.21 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT9: ZSC_RscText
            {
                idc = 7409;
                text = "Selling";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscBackgroundText_Zupa_1: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class RscBackgroundText_Zupa_2: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };

            class RscListbox_AT10: ZSC_RscListBox
            {
                idc = 7401;
                type = 5;
                idcLeft = -1;
          idcRight = -1;
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onLBSelChanged = "['sellable',(lbCurSel 7401)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT11: ZSC_RscListBox
            {
                idc = 7402;
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onLBSelChanged = "['selling',(lbCurSel 7402)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT20: ZSC_RscListBox
            {
                idc = 7421;
                type = 5;
                idcLeft = -1;
          idcRight = -1;
                x = 0.21* safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onload = "ctrlShow [_this,false]";
                onLBSelChanged = "['buyable',(lbCurSel 7421)] call Z_getItemInfo";
                class ListScrollBar: ZSC_RscScrollBar{};
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscListbox_AT21: ZSC_RscListBox
            {
                idc = 7422;
                x = 0.46 * safezoneW + safezoneX;
                y = 0.41* safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.30 * safezoneH;
                soundSelect[] = {"",0.1,1};
                colorBackground[] = {0.1,0.1,0.1,0.8};
                onload = "ctrlShow [_this,false]";
                onLBSelChanged = "['buying',(lbCurSel 7422)] call Z_getItemInfo";
                class ScrollBar
                {
                    color[] = {1,1,1,0.6};
                    colorActive[] = {1,1,1,1};
                    colorDisabled[] = {1,1,1,0.3};
                    shadow = 0;
                    thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
                    arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
                    arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
                    border = "\ca\ui\data\ui_border_scroll_ca.paa";
                };
            };
            class RscSearchBackground: ZSC_RscText
            {
                idc = -1;
                x = 0.21 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class Zupa_Filter_Edit : ZSC_RscEdit {
                idc = 7444;
                colorText[] = {1,1,1,1};
                text = "";
                sizeEx = 0.030;
                x = 0.21 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.04;
            };
            class ZSC_RscButtonMenu_ATTFilter: AT_Zupa_BlueButton
            {
                idc = -1;
                text = "Filter";
          x = 0.21 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "[(ctrlText 7444)] call Z_filterList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT12: AT_Zupa_BlueButton
            {
                idc = 7430;
                text =  " > ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7401)] call Z_pushItemToList;";
                colorBackground[] =  {1,1,1,1};
            color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT14: AT_Zupa_BlueButton
            {
                idc = 7431;
                text = " >> ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.49 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_pushAllToList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT13: AT_Zupa_BlueButton
            {
                idc = 7432;
                text = " < ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.57 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7402)] call Z_removeItemFromList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT15: AT_Zupa_BlueButton
            {
                idc = 7433;
                text = " << ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.65 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_removeAllToList;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_ATT1: AT_Zupa_BlueButton

            {
                idc = 7440;
                text = " > ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.41 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7421),(ctrlText 7441)] call Z_toBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class Zupa_Ammount_Edit : ZSC_RscEdit {
                idc = 7441;
                colorText[] = {1,1,1,1};
                text = "1";
                sizeEx = 0.030;
                x = 0.36 * safezoneW + safezoneX;
                y = 0.49 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                h = 0.03;
                onload = "ctrlShow [_this,false]";
            };
            class ZSC_RscButtonMenu_ATT3: AT_Zupa_BlueButton
            {
                idc = 7442;
                text = " < ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.57 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "[(lbCurSel 7422)] call Z_removeItemFromBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_ATT4: AT_Zupa_BlueButton
            {
                idc = 7443;
                text = " << ";
                x = 0.36 * safezoneW + safezoneX;
                y = 0.65 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                onButtonClick = "call Z_removeAllFromBuyingList;";
                onload = "ctrlShow [_this,false]";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class RscText_ATT8: ZSC_RscText
            {
                idc = 7404;
                text = "0/0/0";
                x = 0.45 * safezoneW + safezoneX;
                y = 0.32 * safezoneH + safezoneY;
                w = 0.15 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                onload = "ctrlShow [_this,false]";
            };
            class RscSearchBackground2: ZSC_RscText
            {
                idc = -1;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
                colorBackground[] = {0.1,0.1,0.1,1};
            };
            class RscText_AT18: ZSC_RscText
            {
                idc = 7410;
                text = "Nothing";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class ZSC_RscButtonMenu_AT16: AT_Zupa_BlueButton
            {
                idc = 7435;
                text = "Sell";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "call Z_SellItems;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT27: AT_Zupa_BlueButton
            {
                idc = 7436;
                text = "Buy";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onload = "ctrlShow [_this,false]";
                onButtonClick = "call Z_BuyItems;";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
            };
            class ZSC_RscButtonMenu_AT28: AT_Zupa_BlueButton
            {
                idc = -1;
                x = 0.63 * safezoneW + safezoneX;
                y = 0.77 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                onButtonClick = "((ctrlParent (_this select 0)) closeDisplay 9000);";
                colorBackground[] =  {1,1,1,1};
                color[] = {0,0,0,1};
          text = "Close";
            };
            class RscStrText_AT_PriceInfo: ZSC_RscStructuredText // todo
            {
                idc = 7451;
                text = "";
                x = 0.46 * safezoneW + safezoneX;
                y = 0.72 * safezoneH + safezoneY;
                w = 0.13 * safezoneW;
                h = 0.03 * safezoneH;
                colorText[] = {1,1,1,1};
            };
            class RscText_AT_InfoLabel: ZSC_RscText
            {
                idc = -1;
                text = "   Item info";
                x = 0.60 * safezoneW + safezoneX;
                y = 0.38 * safezoneH + safezoneY;
                w = 0.20 * safezoneW;
                h = 0.03 * safezoneH;
                colorBackground[] = {0.2,0.75,1,1};
                colorText[] = {1,1,1,1};
            };
            class RscText_AT_BreakLine: ZSC_RscText
            {
                    idc = -1;
                    x = 0.60 * safezoneW + safezoneX;
                    y = 0.15 * safezoneH + safezoneY;
                    w = 0.0005 * safezoneW;
                    h = 0.70 * safezoneH;
                  colorBackground[] = {0.2,0.75,1,1};
            };
        class RscStrText_AT_ItemInfo: ZSC_RscStructuredText
        {
            idc = 7445;
            text = "";
            x = 0.61 * safezoneW + safezoneX;
            y = 0.43 * safezoneH + safezoneY;
            w = 0.19 * safezoneW;
            h = 0.59 * safezoneH;
            colorText[] = {1,1,1,1};
        };
            class RscStrText_AT_ContainerInfo: ZSC_RscStructuredText
            {
                idc = 7446;
                text = "";
                x = 0.61 * safezoneW + safezoneX;
                y = 0.24 * safezoneH + safezoneY;
                w = 0.19 * safezoneW;
                h = 0.35 * safezoneH;
                colorText[] = {1,1,1,1};
            };
        };
    };

     

    new to all this so please just tell me if you need anything else.   ty

×
×
  • Create New...