XYZ Loki
Member-
Content count
54 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
3 NeutralAbout XYZ Loki
-
Rank
Inmate
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
i redid everything and well it worked im no longer a bird aha
-
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
-
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
-
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
-
DMS this is isnt it, there is a config to take them off
-
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
- 52 replies
-
- raid
- base raiding
-
(and 1 more)
Tagged with:
-
Hey all, Init.... [] execVM "addons\HEG_Xbrm_client\Xbrm_config.sqf"; the only inits i have are InitPlayerLocal.sqf InitServer.sqf
- 52 replies
-
- raid
- base raiding
-
(and 1 more)
Tagged with:
-
Old but can anyone do a step by step guide for install?
-
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
-
Okay so i added this and there doesn't seem to be anymore errors in the rpt but the buildings are still not showing
-
so it looks like this http://pastebin.com/frJ2hLDW
-
Here you go http://pastebin.com/eW7wk0y5