• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Map 7.6- Problem

kubiczi123

RoFT- First and last memb
Joined
Dec 30, 2011
Messages
101
Reaction score
11
Location
Poland
hello, i have little problem here
i made a city in rme 2.2 and wanted to play on it but it says the map format is incorrect.
i know i must save it in simone, but:



Uploaded with ImageShack.us
Help please.

I downloaded otserv engine mazurski with map editor.

- - - Updated - - -

Up!
I changed the simone to other version and i saved it, but:
Could not determine the map format
:<
again i need help
i tried with 3 simone map versions
 
same error when saving with rme.

config
Code:
------------------------------ Cmentarna Confikuration------------------------------

-- datadir
datadir = "data/"

-- sets what map to load
map = "data/world/otmap.otbm"

-- OTBM for binary, SQL for SQL map, XML for OTX maps
mapkind = "OTBM"

-- SQL for acc/player info from SQL, XML for acc/player info from XML
sourcedata = "XML"

-- the message the player gets when he logs in
loginmsg = "Welcome to Wielkopolski"

-- the port otserv listens on
port = "7171"

-- name of our server
servername = "TibiaOTS"

-- name of the owner of our server
ownername = "TibiaOTS"

-- email of the owner of our server
owneremail = "[email protected]"

-- the url for more server info
url = "tibia-ots.no-ip.org"

-- the location of the server
location = "Poland"

-- the ip the server should redirect too
ip = "127.0.0.1"

-- The messagebox you sometimes get before you choose characters
motd = "Prosze wybrac postac."
motdnum="0"

-- use md5 passwords for accounts, yes/no
md5passwords = "no"

-- world type. options: pvp, no-pvp, pvp-enforced
worldtype = "pvp"

-- max number of players allowed
maxplayers = "50"

-- exhausted time in ms (1000 = 1sec)
exhausted = 1000

-- exhaustion time for healing spells (1000 = 1sec)
exhaustedheal = 1000

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
exhaustedadd = 500

-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1sec)
pzlocked = 10*1000

-- allow multiple logins of the same char
allowclones = 0

-- vocation names
vocations = {"a Sorcerer", "a Druid", "a Paladin", "a Knight"}
promoted_vocations = {"a Master Sorcerer", "an Elder Druid", "a Royal Paladin", "an Elite Knight"}


--- SQL part
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db   = "otserv"


--- SQL MAP part
sqlmap = "test_map"
map_host = "localhost"
map_user = "root"
map_pass = ""
map_db   = ""

------------------------- CmentarnaOTS Bazowa Konfiguracja ---------------------------

-- name of your world (seen on the character list when logging in)
worldname = "TibiaOTS"

-- how often do server saves it's state (0 = off, 5 = 5min, 60 = hour)
autosave = 60

-- do you want to enable cap system? (yes/no)
capsystem = "no"

-- do you want players to learn spells before they can use them? (yes/no)
learnspells = "no"

-- do you want to give premium account to all players? (yes/no)
freepremmy = "yes"

-- do you want premium players to wait in queue as others? (yes/no)
queuepremmy = "yes"

-- how much % of {exp, mana, skill, eq, bp} do you lose when dying
diepercent = {"5", "5", "5", "5", "100"}

-- how many summons player can have
maxsummons = 0

-- do you want to give summons for all vocations? (yes/no)
summonsallvoc = "yes"

-- chance of losing a spear when shot (0 - none lost, 100000 - all lost)
spearlosechance = 70000

-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 9

-- maximum number of items player can keep in his/her depot
maxdepotitems = 1000

-- maximum number of items on a house tile (including those in containers)
maxhousetileitems = 100

-- how much death entries are saved in players file (old are deleted)
maxdeathentries = 10

-- mana consumend by {snakebite, moonlight, volcanic, quagmire, tempest} rod
rodmana = {"2", "3", "5", "8", "13"}

-- mana consumed by wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
wandmana = {"2", "3", "5", "8", "13"}

-- shooting range of {snakebite, moonlight, volcanic, quagmire, tempest} rod
rodrange = {"40", "30", "20", "10", "3"}

-- shooting range of  wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
wandrange = {"40", "30", "20", "10", "30"}

-- damage of burst arrows blast
-- default is from (1*lvl+5*mlvl)*0.24 to (1*lvl+5*mlvl)*0.55
burstarrowdmg = {"1.0", "5.0", "0.24", "0.55"}

--------------------------- Multipliers and gains ------------------------------

-- experience multiplier (how much faster you got exp from monsters)
expmul = 1

-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 5

-- skill multipliers: 1 - rl tibia, 10 - ten times faster etc. {no-voc, sorcerer, druid, paladin, knight}
weaponmul = {"1", "1", "1", "1", "25"}
distmul = {"1", "1", "1", "15", "1"}
shieldmul = {"1", "1", "1", "25", "25"}
manamul = {"1", "15", "15", "15", "15"}

-- how much points of life,mana,cap do you get when advancing {no-voc, sorcerer, druid, paladin, knight}
capgain = {"0", "0", "0", "0", "0"}
managain = {"5", "30", "30", "25", "15"}
hpgain = {"10", "15", "15", "25", "30"}

-- how much faster do you recovery life,mana after eating food (1 - rl tibia)
healthtickmul = 100
manatickmul = 150

-------------------------------- Skull system ----------------------------------

-- how many unjustified kills to get a red skull
redunjust = 6

-- how many unjustified kills to get banned
banunjust = 16

-- how long do you have white skull after attacking player (1 = 1min)
hittime = 5

-- how long do you have white skull after killing player (1 = 1min)
whitetime = 10

-- how long do you have red skull (1 = 1min)
redtime = 6*60

-- how long do you have to wait to lose 1 unjustified kill (1 = 1min)
fragtime = 1*60

------------------------------ GM access rights --------------------------------

-- access to walk into houses and open house doors
accesshouse = 2

-- access to login without waiting in the queue or when server is closed
accessenter = 1

-- access to ignore damage, exhaustion, cap limit and be ignored by monsters
accessprotect = 2

-- access to broadcast messages and talk in colors (#c blabla - in public channels)
accesstalk = 1

-- access pisanie bez nicka
accesstalkk = 1

-- access to move distant items from/to distant locations
accessremote = 2

-- access to see id and position of the item you are looking at
accesslook = 2

------------------------------ Mazurski OTS dodatkowe opcje ---------------------

--bolty maja sie konczyc? (yes/no)
bolts = "no"

-- How many increase magic damage blue robe?
bluerobe = 5

-- How many increase magic damage magiczne klapki?
klapki = 7

-- How many increase magic damage mystic turban?
mistyk = 8

--How many mana and Hp you recovery using Life Ring
liferingmana = "25"
liferinghealth = "40"

--How many mana and Hp you recovery using Ring of Healing
healingringmana = "40"
healingringhealth = "50"

--How many mana and Hp you recovery using Soft Boots
softmana = "80"
softhealth = "100"

--Auto clean(0 - off, 1 - one minute, 60 - one hour)
autoclean = 90

90958595.png


dsanb.png


- - - Updated - - -

help
 
Back
Top