Opublikowano 13 Maja 202513 Maj Hej, pliki są troszkę edytowane przeze mnie i Xunnka (bardziej przez Xunnka, z racji na swoje lenistwo przerzuciłem to na src i dodałem kostiumy i inne mniejsze pierdy), dodane kostiumy, nakładki i inne duperele. Oczywiście wszystko jest na source i są tam sklepy deco.W plikach jest jeszcze troche syf ale nie wyjebały się jak dobrze pamiętam także powodzenia z zabawą. :D Source nie ma w tych plikach, musicie sobie sami zrobić xdRykox40k.rar - Krakenfiles.comRykox40k.rarDownload Rykox40k.rar for free from KrakenFiles.comhave fun. Edytowane 13 Maja 202513 Maj przez mrvns
Opublikowano 13 Maja 202513 Maj W zasadzie to przydałyby się dane techniczne. Na jakim kompilatorze to śmiga, system, baza o ile nie ma tam vmki, a patrząc po wadze raczej nie ma.
Opublikowano 13 Maja 202513 Maj Autor 2 godziny temu, ExoCarossa napisał(a):Maszynka najlepsza pod to?Obojętne, game, db i qc bodajże też jest kompilowane statycznie, pójdzie na każdej wersji bsd i MariaDB/MySQL.1 godzinę temu, Sevence napisał(a):W zasadzie to przydałyby się dane techniczne. Na jakim kompilatorze to śmiga, system, baza o ile nie ma tam vmki, a patrząc po wadze raczej nie ma.vmka jakakolwiek. Source jest oparte o Martysame 4.9.89 jeśli jest to aż tak istotne xd
Opublikowano 13 Maja 202513 Maj 4 minuty temu, mrvns napisał(a):vmka jakakolwiek. Source jest oparte o Martysame 4.9.89 jeśli jest to aż tak istotne xdTo nie jest aż tak istotne jeśli ktoś będzie chciał sobie uruchomić to myślę że sobie poradzi, a jak nie to służymy pomocą. 🤪
Opublikowano 13 Maja 202513 Maj Autor 32 minuty temu, Sevence napisał(a):To nie jest aż tak istotne jeśli ktoś będzie chciał sobie uruchomić to myślę że sobie poradzi, a jak nie to służymy pomocą. 🤪Drzewo plików jest od Terenzo, game db i qc jak wspominałem wyżej kompilowane jest statycznie, łatwiej się już nie da.
Opublikowano 13 Maja 202513 Maj 21 minut temu, bodziooo123 napisał(a):Klient jest do tego ?w paczce, ja tam src nie widzę. Chyba że to bez soórce
Opublikowano 13 Maja 202513 Maj Autor 53 minuty temu, ExoCarossa napisał(a):w paczce, ja tam src nie widzę. Chyba że to bez soórceNo nie ma, prekompilowane game jest
Opublikowano 15 Maja 202515 Maj Autor 5 godzin temu, Bezproblemu napisał(a):Mi się wydaje czy coś z bazą jest nie tak?A co sie dzieje?
Opublikowano 17 Maja 202517 Maj syserr bazysyserr Edytowane 18 Maja 202518 Maj przez Bezproblemu nie aktualne
Opublikowano 28 Lipca 202528 Lip Cześć, po rozpakowaniu pliczków wyskakuje chyba jakiś błąd z bazą, ktoś podpowie jak to naprawić? syserr jednego z ch: mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YES)@mrvns
Opublikowano 28 Lipca 202528 Lip Autor 14 minut temu, rysegaja napisał(a):Cześć, po rozpakowaniu pliczków wyskakuje chyba jakiś błąd z bazą, ktoś podpowie jak to naprawić? syserr jednego z ch: mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YES)@mrvnsSptawdź czy user mt2 istnieje i jakie ma hasło u ciebie a jakie jest w configach chhanneli, db, auth.
Opublikowano 28 Lipca 202528 Lip @mrvns Wydaje mi się że user mt2 istnieje i ma takie samo hasło w configach jak i navicacie.Dodatkowo w syserr db mam coś takiego:SYSERR: Jul 28 21:30:47 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'common.priv_settings' doesn't existquery: DELETE FROM priv_settings WHERE value <= 0 OR duration <= NOW();SYSERR: Jul 28 21:30:47 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'common.priv_settings' doesn't existquery: SELECT priv_type, id, type, value, UNIX_TIMESTAMP(duration) FROM priv_settingsSYSERR: Jul 28 21:30:49 :: ChildLoop: AsyncSQL: query failed: Table 'player.itemshop_editors' doesn't exist (query: SELECT name FROM itemshop_editors errno: 1146)Nie ma tych brakujących tabel w sql w paczce z tego co widzę. Czy są one niezbędne? Edytowane 28 Lipca 202528 Lip przez rysegaja
Opublikowano 28 Lipca 202528 Lip Autor /* Navicat Premium Data Transfer Source Server : 10.0.1.38_3306 Source Server Type : MySQL Source Server Version : 50634 Source Host : 10.0.1.38:3306 Source Schema : player Target Server Type : MySQL Target Server Version : 50634 File Encoding : 65001 Date: 19/08/2019 14:49:49*/SET NAMES utf8mb4;SET FOREIGN_KEY_CHECKS = 0;-- ------------------------------ Table structure for itemshop_editors-- ----------------------------DROP TABLE IF EXISTS itemshop_editors;CREATE TABLE itemshop_editors ( name varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;-- ------------------------------ Table structure for itemshop_items-- ----------------------------DROP TABLE IF EXISTS itemshop_items;CREATE TABLE itemshop_items ( id int(11) NOT NULL AUTO_INCREMENT, category smallint(5) UNSIGNED NOT NULL DEFAULT 0, vnum int(11) NOT NULL, price int(10) UNSIGNED NOT NULL DEFAULT 0, count smallint(3) NOT NULL, socket0 int(10) UNSIGNED NOT NULL DEFAULT 0, socket1 int(10) UNSIGNED NOT NULL DEFAULT 0, socket2 int(10) UNSIGNED NOT NULL DEFAULT 0, socket3 int(10) UNSIGNED NOT NULL DEFAULT 0, socket4 int(10) UNSIGNED NOT NULL DEFAULT 0, socket5 int(10) UNSIGNED NOT NULL DEFAULT 0, attrtype0 tinyint(4) NOT NULL DEFAULT 0, attrvalue0 smallint(6) NOT NULL DEFAULT 0, attrtype1 tinyint(4) NOT NULL DEFAULT 0, attrvalue1 smallint(6) NOT NULL DEFAULT 0, attrtype2 tinyint(4) NOT NULL DEFAULT 0, attrvalue2 smallint(6) NOT NULL DEFAULT 0, attrtype3 tinyint(4) NOT NULL DEFAULT 0, attrvalue3 smallint(6) NOT NULL DEFAULT 0, attrtype4 tinyint(4) NOT NULL DEFAULT 0, attrvalue4 smallint(6) NOT NULL DEFAULT 0, attrtype5 tinyint(4) NOT NULL DEFAULT 0, attrvalue5 smallint(6) NOT NULL DEFAULT 0, attrtype6 tinyint(4) NOT NULL DEFAULT 0, attrvalue6 smallint(6) NOT NULL DEFAULT 0, fixed_count tinyint(1) NOT NULL DEFAULT 1, add_time datetime(0) NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY id) USING BTREE, INDEX item_vnum_indexvnum) USING BTREE) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;SET FOREIGN_KEY_CHECKS = 1;
Opublikowano 28 Lipca 202528 Lip 22 minuty temu, mrvns napisał(a):/*Navicat Premium Data TransferSource Server : 10.0.1.38_3306Source Server Type : MySQLSource Server Version : 50634Source Host : 10.0.1.38:3306Source Schema : playerTarget Server Type : MySQLTarget Server Version : 50634File Encoding : 65001Date: 19/08/2019 14:49:49*/SET NAMES utf8mb4;SET FOREIGN_KEY_CHECKS = 0;-- ------------------------------ Table structure for itemshop_editors-- ----------------------------DROP TABLE IF EXISTS itemshop_editors;CREATE TABLE itemshop_editors (name varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;-- ------------------------------ Table structure for itemshop_items-- ----------------------------DROP TABLE IF EXISTS itemshop_items;CREATE TABLE itemshop_items (id int(11) NOT NULL AUTO_INCREMENT,category smallint(5) UNSIGNED NOT NULL DEFAULT 0,vnum int(11) NOT NULL,price int(10) UNSIGNED NOT NULL DEFAULT 0,count smallint(3) NOT NULL,socket0 int(10) UNSIGNED NOT NULL DEFAULT 0,socket1 int(10) UNSIGNED NOT NULL DEFAULT 0,socket2 int(10) UNSIGNED NOT NULL DEFAULT 0,socket3 int(10) UNSIGNED NOT NULL DEFAULT 0,socket4 int(10) UNSIGNED NOT NULL DEFAULT 0,socket5 int(10) UNSIGNED NOT NULL DEFAULT 0,attrtype0 tinyint(4) NOT NULL DEFAULT 0,attrvalue0 smallint(6) NOT NULL DEFAULT 0,attrtype1 tinyint(4) NOT NULL DEFAULT 0,attrvalue1 smallint(6) NOT NULL DEFAULT 0,attrtype2 tinyint(4) NOT NULL DEFAULT 0,attrvalue2 smallint(6) NOT NULL DEFAULT 0,attrtype3 tinyint(4) NOT NULL DEFAULT 0,attrvalue3 smallint(6) NOT NULL DEFAULT 0,attrtype4 tinyint(4) NOT NULL DEFAULT 0,attrvalue4 smallint(6) NOT NULL DEFAULT 0,attrtype5 tinyint(4) NOT NULL DEFAULT 0,attrvalue5 smallint(6) NOT NULL DEFAULT 0,attrtype6 tinyint(4) NOT NULL DEFAULT 0,attrvalue6 smallint(6) NOT NULL DEFAULT 0,fixed_count tinyint(1) NOT NULL DEFAULT 1,add_time datetime(0) NULL DEFAULT CURRENT_TIMESTAMP,PRIMARY KEY id) USING BTREE,INDEX item_vnum_indexvnum) USING BTREE) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;SET FOREIGN_KEY_CHECKS = 1;wywalało bład w sytnaxie, ale po poprawieniu, wszystko ruszyło dzięki bardzo za pomoc
Opublikowano 5 Września 20255 Wrz W dniu 28.07.2025 o 22:15, mrvns napisał(a):/*Navicat Premium Data TransferSource Server : 10.0.1.38_3306Source Server Type : MySQLSource Server Version : 50634Source Host : 10.0.1.38:3306Source Schema : playerTarget Server Type : MySQLTarget Server Version : 50634File Encoding : 65001Date: 19/08/2019 14:49:49*/SET NAMES utf8mb4;SET FOREIGN_KEY_CHECKS = 0;-- ------------------------------ Table structure for itemshop_editors-- ----------------------------DROP TABLE IF EXISTS itemshop_editors;CREATE TABLE itemshop_editors (name varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;-- ------------------------------ Table structure for itemshop_items-- ----------------------------DROP TABLE IF EXISTS itemshop_items;CREATE TABLE itemshop_items (id int(11) NOT NULL AUTO_INCREMENT,category smallint(5) UNSIGNED NOT NULL DEFAULT 0,vnum int(11) NOT NULL,price int(10) UNSIGNED NOT NULL DEFAULT 0,count smallint(3) NOT NULL,socket0 int(10) UNSIGNED NOT NULL DEFAULT 0,socket1 int(10) UNSIGNED NOT NULL DEFAULT 0,socket2 int(10) UNSIGNED NOT NULL DEFAULT 0,socket3 int(10) UNSIGNED NOT NULL DEFAULT 0,socket4 int(10) UNSIGNED NOT NULL DEFAULT 0,socket5 int(10) UNSIGNED NOT NULL DEFAULT 0,attrtype0 tinyint(4) NOT NULL DEFAULT 0,attrvalue0 smallint(6) NOT NULL DEFAULT 0,attrtype1 tinyint(4) NOT NULL DEFAULT 0,attrvalue1 smallint(6) NOT NULL DEFAULT 0,attrtype2 tinyint(4) NOT NULL DEFAULT 0,attrvalue2 smallint(6) NOT NULL DEFAULT 0,attrtype3 tinyint(4) NOT NULL DEFAULT 0,attrvalue3 smallint(6) NOT NULL DEFAULT 0,attrtype4 tinyint(4) NOT NULL DEFAULT 0,attrvalue4 smallint(6) NOT NULL DEFAULT 0,attrtype5 tinyint(4) NOT NULL DEFAULT 0,attrvalue5 smallint(6) NOT NULL DEFAULT 0,attrtype6 tinyint(4) NOT NULL DEFAULT 0,attrvalue6 smallint(6) NOT NULL DEFAULT 0,fixed_count tinyint(1) NOT NULL DEFAULT 1,add_time datetime(0) NULL DEFAULT CURRENT_TIMESTAMP,PRIMARY KEY id) USING BTREE,INDEX item_vnum_indexvnum) USING BTREE) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;SET FOREIGN_KEY_CHECKS = 1;ET NAMES utf8mb4> 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*/SET NAMES utf8mb4' at line 1> Time: 0s mam problem taki jak wyżej pokazalem jest ktoś w stanie pomoć
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto