XYZ Loki

Member
  • Content count

    54
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

3 Neutral

About XYZ Loki

  • Rank
    Inmate

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. XYZ Loki

    Unable to create player id

    i redid everything and well it worked im no longer a bird aha
  2. XYZ Loki

    Unable to create player id

    Yeah we had too.. ALTER TABLE `container` ADD COLUMN `is_trap` tinyint(1) NOT NULL DEFAULT '0'; CREATE TABLE `raid_history` ( `id` int(11) NOT NULL AUTO_INCREMENT, `owner` varchar(32) NOT NULL, `thief` varchar(64) NOT NULL, `territory_id` int(11) NOT NULL, `position_x` double NOT NULL, `position_y` double NOT NULL, `position_z` double NOT NULL, `object` varchar(64) NOT NULL, `type` varchar(20) NOT NULL, `object_type` varchar(20) NOT NULL, `datetime` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=latin1; Find this: [loadContainer] SQL1_1 = SELECT id,class,account_uid,is_locked,position_x,position_y,position_z,direction_x,direction_y,direction_z,up_x,up_y,up_z,cargo_items,cargo_magazines,cargo_weapons,pin_code,territory_id,abandoned,deleted_at,money FROM container WHERE id = ? Number Of Inputs = 1 SQL1_INPUTS = 1 OUTPUT = 1,2-STRING,3-STRING,4,5,6,7,8,9,10,11,12,13,14,15,16,17-STRING,18,19-STRING,20,21 And replace with this: [loadContainer] SQL1_1 = SELECT id,class,account_uid,is_locked,position_x,position_y,position_z,direction_x,direction_y,direction_z,up_x,up_y,up_z,cargo_items,cargo_magazines,cargo_weapons,pin_code,territory_id,abandoned,deleted_at,money,is_trap FROM container WHERE id = ? Number Of Inputs = 1 SQL1_INPUTS = 1 OUTPUT = 1,2-STRING,3-STRING,4,5,6,7,8,9,10,11,12,13,14,15,16,17-STRING,18,19-STRING,20,21,22 Add this to bottom: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;Added for Xtended base raiding mechaniX by : oSoDirty ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [setSafeTraps] SQL1_1= UPDATE container SET is_trap = ? WHERE id = ? Number of Inputs = 2 SQL1_INPUTS = 1,2 [updateContainerLock] SQL1_1 = UPDATE container SET is_locked = ? WHERE id = ? Number of Inputs = 2 SQL1_INPUTS = 1,2 [saveLockpickUsage] SQL1_1 = INSERT INTO raid_history SET owner = ?, thief = ?, territory_id = ?, position_x = ?, position_y = ? , position_z = ?, object = ?, type = ? , object_type = ? ,datetime = NOW() Number Of Inputs = 9 SQL1_INPUTS = 1,2,3,4,5,6,7,8,9 Return InsertID = true
  3. XYZ Loki

    Unable to create player id

    so i have installed this players seem to be spawning as birds, getting this message unable to create player id Here is my rpt log and i think the error any help? http://pastebin.com/NGMxGG8M http://pastebin.com/d7Q6u5j6 SQL log http://pastebin.com/44brJAYy
  4. XYZ Loki

    unable to create player id

    so i have installed this players seem to be spawning as birds, getting this message unable to create player id Here is my rpt log and i think the error any help? http://pastebin.com/NGMxGG8M http://pastebin.com/d7Q6u5j6 SQL log http://pastebin.com/44brJAYy
  5. XYZ Loki

    Police AI too OP currently

    DMS this is isnt it, there is a config to take them off
  6. XYZ Loki

    [Release] Xtended base raiding mechaniX

    So i have installed this and players seem to be spawning as birds? getting this message unable to create player id Here is my rpt log and i think the error any help? http://pastebin.com/NGMxGG8M http://pastebin.com/d7Q6u5j6 SQL log http://pastebin.com/44brJAYy
  7. XYZ Loki

    [Updated] Easy Trader set up

    I have NIArms on my server what was your problem
  8. XYZ Loki

    [Updated] Easy Trader set up

    How do you add mine detector to the trader to sell
  9. XYZ Loki

    [Release] Xtended base raiding mechaniX

    Hey all, Init.... [] execVM "addons\HEG_Xbrm_client\Xbrm_config.sqf"; the only inits i have are InitPlayerLocal.sqf InitServer.sqf
  10. XYZ Loki

    Cloaking Device

    Old but can anyone do a step by step guide for install?
  11. XYZ Loki

    [Updated] Easy Trader set up

    Hey strange one but make you have the mod enabled in your launch parm, from there you will need to make you that the mod is not commented out in the files
  12. XYZ Loki

    [Updated] Easy Trader set up

    Is there away to adjust the sell price
  13. XYZ Loki

    Problem with adding new building to the map

    Okay so i added this and there doesn't seem to be anymore errors in the rpt but the buildings are still not showing
  14. XYZ Loki

    Problem with adding new building to the map

    so it looks like this http://pastebin.com/frJ2hLDW
  15. XYZ Loki

    Problem with adding new building to the map

    Here you go http://pastebin.com/eW7wk0y5