Jump to content

Xenesis

Member
  • Posts

    60
  • Joined

  • Last visited

Posts posted by Xenesis

  1.  

    chernarus "server_traders.sqf" (v1.0.1.1) -->> is using "instance = 11"  from DB table "server_traders"

     

    chernarus "server_traders.sqf" (v1.0.1.4) -->> is using "instance = 17"  from DB table "server_traders"

     

    the trader item editor listed the traders by instance from table  "server_traders" .  please change the instance to "17" in "init.sqf" and in PHT settings 

    or update the "server_traders" table --> instance:  

    UPDATE `server_traders` WHERE `instance` = '17' SET `instance` = 'HereYourCustomInstance';   //YOUR CUSTOM INSTANCE IS THE SAME FROM "init.sqf"
    

     

    this is much more n00b friendly than changing the code of the PHP Tool even if its only 1 line of code to be changed.

     

    thanx nightmare for that solution!

     

    what i wanted to ask you nightmare is, is it possible to change the look of the Survivor editor? so it looks like a bit more like the ingame invetory?

  2. WOOOOOOOT exactly what i need :)

     

    i would like to see something like Land_Ind_TankSmall2 or Land_Ind_TankSmall .... cosuming like  2 Barrels and 4 tanktraps and 6 scrap metal.... cargo check should show xxx Liters of xxx Liters and if you fill a jerry can or refill a car the mount of liter should drop... an you got to refill it with barrels again.

  3. hello everyone,

    after patching 1.0.1.3 noone on my server can't remove/salvage debris anymore. Maybe i broke something with the Basebuild or towing script i istalled. Anyone know where the problem could be?

     

     

    Greetz

    Xen

     

    @bungle ur the scriptmaster you got any idea?

×
×
  • Create New...