1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mi: 21 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum

    Setting the price of weapons

      • Altis Life
    • Frenzy
    • 27. März 2022 um 19:53
    • Erledigt
    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 27. März 2022 um 19:53
      • #1

      Hello,

      Friends, I want to set a price for weapons, but the price I wrote is unrelated to the price in the game. how do i fix this?


      Bilder

      • Adsız3.jpg
        • 2,79 kB
        • 368 × 16
        • 130

      Dateien

      Adsıznpc.jpg 13,83 kB – 309 Downloads
    • IceEagle132
      Frischling
      Reaktionen
      2
      Trophäen
      7
      Beiträge
      12
      Dateien
      1
      • 28. März 2022 um 04:04
      • #2

      My guess would be your editing the wrong config used by the shop, Search for 1036200 and see what it finds.

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 28. März 2022 um 12:01
      • #3
      Zitat von IceEagle132

      My guess would be your editing the wrong config used by the shop, Search for 1036200 and see what it finds.

      There is no such thing in my store.

    • TaktischerSpeck
      Profi
      Reaktionen
      292
      Trophäen
      9
      Beiträge
      1.211
      Dateien
      6
      Bilder
      35
      • 28. März 2022 um 12:20
      • #4

      If u send the Config, client, and maybe a Server log we could help you

      Mit freundlichen Grüßen

      TaktischerSpeck - Vincent

      2945262602.gif

      Leidenschaftlicher Analphabet mit leichtem Drang zum Sabbern.

      2945262602.gif
      Welcome to Arma, a game where Physics don't give a f*ck.

      2945262602.gif
      If (ArmA == Bullshit) exitWith {[] call f*uckThisShit};

      2945262602.gif

      Kontaktmöglichkeiten

      Twitch

      Youtube

      Steam

      TLG (Einfach nur TLG ins IP Feld (trust me its gonna work))

      --alternativ--

      Ts.TheLastGamer.de

      Website

      Forum

      E-Mail: [email protected]

      Twitch

      Youtube

      Steam

      TLG (Einfach nur TLG ins IP Feld (trust me its gonna work))

      --alternativ--

      Ts.TheLastGamer.de

      Website

      Forum

      E-Mail: [email protected]

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 28. März 2022 um 13:30
      • #5
      Zitat von TaktischerSpeck

      If u send the Config, client, and maybe a Server log we could help you

      Code
      class rebel {
              name = "Rebel Weapon Shops";
              side = "civ";
              conditions = "license_civ_rebel";
              items[] = {
                  { "LMG_Zafir_F", "", 3140000, -1, "call life_donorlevel >= 1" }, // Zafir
              };
              
              mags[] = {
                  { "150Rnd_762x54_Box", "", 350000, -1, "call life_donorlevel >= 1" }, // zafir
              };
              
              accs[] = {
                  { "optic_Aco", "", 3000, -1 , "" }, // ACO
                  { "optic_Holosight", "", 2000, -1, "" }, // Mk17
                  { "optic_Arco", "", 15000, -1 , "" }, // ARCO
                  { "optic_Arco_blk_F", "", 15000, -1 , "" }, // ARCO black
                  { "optic_Arco_ghex_F", "", 15000, -1 , ""}, // ARCO Hex
                  { "optic_MRCO", "", 15000, -1, "" },
                  { "optic_KHS_blk", "", 30000, -1 , ""},
                  { "optic_KHS_tan", "", 30000, -1 , ""},
                  { "optic_KHS_hex", "", 30000, -1 , ""},
                  { "optic_KHS_old", "", 30000, -1 , ""},
                  { "optic_LRPS", "", 30000, -1 , ""},
                  { "optic_LRPS_ghex_F", "", 30000, -1 , ""},
                  { "optic_LRPS_tna_F", "", 30000, -1 , ""},
              };
          };
      Alles anzeigen

      Dateien

      arma3server_x64_2022-03-28_15-20-27.rpt 77,53 kB – 122 Downloads
    • thechosen1one1
      Anfänger
      Reaktionen
      19
      Beiträge
      58
      Dateien
      1
      Bilder
      2
      • 28. März 2022 um 14:34
      • #6

      shows up correctly for me.

      Maybe its because of some conversion thing? Due to your price being displayed in TL?

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 28. März 2022 um 14:45
      • #7
      Zitat von thechosen1one1

      shows up correctly for me.

      Maybe its because of some conversion thing? Due to your price being displayed in TL?

      Mate. Could it be currency related?

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 29. März 2022 um 23:26
      • #8

      Guys, I haven't been able to solve the problem yet. Can anyone help?

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 31. März 2022 um 15:56
      • #9

      Can anyone help?

    • thechosen1one1
      Anfänger
      Reaktionen
      19
      Beiträge
      58
      Dateien
      1
      Bilder
      2
      • 31. März 2022 um 16:12
      • #10

      no, apparently not

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 31. März 2022 um 16:19
      • #11
      Zitat von thechosen1one1

      no, apparently not

      There are currently two types of problems. When a donor whitelist is written to a player, weapons in the rebel zone also turn into a low price, where are these donator settings?

    • thechosen1one1
      Anfänger
      Reaktionen
      19
      Beiträge
      58
      Dateien
      1
      Bilder
      2
      • 31. März 2022 um 16:51
      • #12

      These are not issues or problems.

      I'll gladly help if you run into issues but I don't have the time and patience to do basic configuration stuff for you.

      Please look into this yourself.

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 31. März 2022 um 19:14
      • #13
      Zitat von thechosen1one1

      These are not issues or problems.

      I'll gladly help if you run into issues but I don't have the time and patience to do basic configuration stuff for you.

      Please look into this yourself.

      When a player is given a donor level, the prices of the weapons in the rebel region automatically change. I want to set this with the price I gave myself, but it doesn't work.

    • IceEagle132
      Frischling
      Reaktionen
      2
      Trophäen
      7
      Beiträge
      12
      Dateien
      1
      • 1. April 2022 um 18:22
      • #14

      It sounds like your using a custom framework, and you're giving us very little to work with to help you.

      Zitat von Frenzy

      When a player is given a donor level, the prices of the weapons in the rebel region automatically change. I want to set this with the price I gave myself, but it doesn't work.

      This sounds like a config setting to me where when you are a donator your prices are reduced.

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 3. April 2022 um 10:27
      • #15
      Zitat von IceEagle132

      It sounds like your using a custom framework, and you're giving us very little to work with to help you.

      This sounds like a config setting to me where when you are a donator your prices are reduced.

      Yes, that's the problem. I want to set donator price, but it doesn't work. Which script is it set in? It doesn't happen in the config weapon file.

    • IceEagle132
      Frischling
      Reaktionen
      2
      Trophäen
      7
      Beiträge
      12
      Dateien
      1
      • 3. April 2022 um 17:44
      • #16
      Zitat von Frenzy

      Yes, that's the problem. I want to set donator price, but it doesn't work. Which script is it set in? It doesn't happen in the config weapon file.

      You need to find where it is calling the donator level check in the gun store files. And since you are running a custom framework I can't tell you where to specify look.

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 20. August 2022 um 20:56
      • #17

      As I stated in the topic title. I still haven't been able to solve this problem. I had to write to forum the again.

      The price I set for the MK200 Gun is different as seen in the photo. How do I solve this problem?

      Bilder

      • dn1.jpg
        • 8,6 kB
        • 859 × 16
        • 116
      • 20220820214820123_1.jpg
        • 55,63 kB
        • 270 × 306
        • 115
    • felixsch
      Amateur
      Reaktionen
      15
      Trophäen
      9
      Beiträge
      215
      Bilder
      4
      • 21. August 2022 um 00:26
      • #18

      please send us your fn_weaponShopSelection and fn_weaponShopFilter

      25720-panthor-only-logo-shadow-autoscaled-pngPanthor Life DEV

      https://panthor.de (Scripter | Designer | Modder) [ehemals ReallifeRPG]

    • Frenzy
      Schüler
      Reaktionen
      1
      Trophäen
      5
      Beiträge
      124
      • 21. August 2022 um 01:48
      • #19
      Zitat von felixsch

      please send us your fn_weaponShopSelection and fn_weaponShopFilter

      Dateien

      fn_weaponShopFilter.sqf 7,08 kB – 86 Downloads fn_weaponShopSelection.sqf 3,48 kB – 84 Downloads
    • felixsch
      Amateur
      Reaktionen
      15
      Trophäen
      9
      Beiträge
      215
      Bilder
      4
      • 21. August 2022 um 14:04
      • #20

      fn_weaponShopSelection:

      Code
      if(call ll_sec != 0 && playerSide isEqualTo civilian) then {_price = round(_price * 0.33);};

      That's the reason, I don't know what ll_sec ist, but this sets your price to online 33% of the price in the config. You have to search for it in your project or remove it.

      25720-panthor-only-logo-shadow-autoscaled-pngPanthor Life DEV

      https://panthor.de (Scripter | Designer | Modder) [ehemals ReallifeRPG]

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Benutzer online in diesem Thema

    • 1 Besucher

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™