Jump to content

Fully untouched 34083 server files & DB


Rumor

Recommended Posts

  • Bronze

Thx a lot, but these files can't be "untouched" because it's not working out of the box (some items are missing from the protos) and ther's also some fun in game_option.quest

 

 

local mapindex = pc.get_map_index()
cmdchat("QuestGetMapIndex "..pc.get_map_index())

 

An (as i remember) the regen files on the "beta" maps (dragon rock) are false... maybe it was my fault, i don't know, after 2 hours i get mobs up there.

Link to comment
Share on other sites

Thanks for the release, is it possible to use the game file from this and use it for invoice sf?

 

Yes it's possible.

 

Thx a lot, but these files can't be "untouched" because it's not working out of the box (some items are missing from the protos) and ther's also some fun in game_option.quest

 

local mapindex = pc.get_map_index()

cmdchat("QuestGetMapIndex "..pc.get_map_index())

 

An (as i remember) the regen files on the "beta" maps (dragon rock) are false... maybe it was my fault, i don't know, after 2 hours i get mobs up there.

It doesn't say "server already configured and ready to go" it says "untouched", meaning that there aren't any personal preference modifications such as:

instant changing of bonuses

higher level max

higher stat points

magic mirror without mirror item

etc..

What items are missing? Just because you want an item to be there doesn't make it "missing". How would you possibly know what's missing unless you had access to the files straight from YMIR (these were straight from YMIR).

Regarding issues with BETA maps, they are just that -- BETA. It's expected for things to possibly not function correctly in a BETA.

Link to comment
Share on other sites

Ok so i have replaced the invoice game file with the 34083, the channels do not start.

Im guessing i have to "somehow" change the database to the new structure whilst using the existing data - itemproto , accounts, mobprotos?

 

You need to check the error logs our putty output to find out what to do next.

Password for DB?

If you mean to login on navicat, it's up to you to configure that. These are server files, not a virtual image.

Link to comment
Share on other sites

if anyone get this files working with any client, please let me know im curious...

and if possible remove that requirement for "non root usage" please.

 

I did pretty much everything as explained and at the end, there is no errors but still no way to connect to it (with few clients i tried) using that database in this share...

Link to comment
Share on other sites

  • Premium

You seem to be missing common.locale

 

Here's mine

DROP TABLE IF EXISTS `locale`;
CREATE TABLE `locale` (
  `mKey` varchar(255) NOT NULL DEFAULT '',
  `mValue` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`mKey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of locale
-- ----------------------------
INSERT INTO `locale` VALUES ('LOCALE', 'singapore');
INSERT INTO `locale` VALUES ('DB_NAME_COLUMN', 'locale_name');
INSERT INTO `locale` VALUES ('SKILL_DAMAGE_BY_LEVEL_UNDER_90', '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO `locale` VALUES ('SKILL_DAMAGE_BY_LEVEL_UNDER_45', '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE7', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE6', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE5', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE4', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE3', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE2', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE1', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE0', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.