• 01-04.05.2026 - DOUBLE EXP / SKILL EVENT!

WarOTS

Status
Zamknięty.

Pro xP

New User
Zarejestrowany
Dołączył
Styczeń 24, 2009
Posty
8
Liczba reakcji
0
Siema, mam problem bo chcia? bym ?eby np. Posta? na kt?rej kto? gra jak padnie mia?a taki sam non stop lvl, czyli np.

Kto? wbija si? na nick NonGrates ma 350 lvl, potem podchodzi do niego jaki? go?ciu i go zabija i jak lognie jeszcze raz na tego hara to ?eby mia? znowu ten 350 lvl...

Nie wiem jak to zrobi?...
 
Odp: WarOTS

Hmm... W sumie nie pamietam juz jak wyglada config w silnikach 7.6 a podejzewam ze to bedzie tam. Wklej swoj config.lua tutaj wtedy bede mogl pomoc.
 
Odp: WarOTS

Kod:
---------------------------- OTServ configuration ------------------------------

-- datadir
datadir = "data/"

-- sets what map to load
map = "data/world/thais2.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 = "Witamy Na AkaWarOTS!. 1/1 Defiance, 2/2 Path of Silence, 3/3 Soul Reaver, 4/4 Others, Enjoy!"

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

-- name of our server
servername = "AkaWarOTS"

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

-- email of the owner of our server
owneremail = ""

-- the url for more server info
url = ""

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

-- the ip the server should redirect too (auto - set as first local ip)
ip = "83.4.212.221"

-- The messagebox you sometimes get before you choose characters
motd = "Witamy na AkaWarOTS!. \n 1/1 Defiance \n 2/2 Path Of Silence \n 3/3 Soul Reaver \n 4/4 Others."
motdnum="0"

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

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

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

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

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

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

-- 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   = ""

------------------------- YurOTS basic configuration ---------------------------

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

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

-- builtin account maker (rook/main/none)
accmaker = "main"

-- 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 = "no"

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

-- how many summons player can have
maxsummons = 2

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

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

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

-- 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 = 10

-- 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 = {"4", "3", "2", "1", "3"}

-- shooting range of  wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
wandrange = {"4", "3", "2", "1", "3"}

-- damage of burst arrows blast
-- default is from (1*lvl+5*mlvl)*0.38 to (1*lvl+5*mlvl)*0.70
burstarrowdmg = {"1.2", "5.6", "0.38", "0.70"}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- speed of attack in seconds (no-voc, sorc, druid, pally, knight) (Compiled by ~czepek~)
speed = {"2.0", "0.9", "0.9", "0.70", "0.4"}

--How many mana and Hp you recovery using Soft Boots ? ID: 2640
softmana = "100"
softhealth = "100"

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

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

---Ustawienie ile procent do magii ma dodawa? Blue Robe
bluerobe = 9

---Ustawienie ile procent do magii ma dodawa? Mystic Turban
mysticturban = 15

--Distance away from spawn to remove a monster - The Chaos
dist = 35

-- Ile dodatkowych pkt hp/many otrzymujesz uzywajac pierscienia ID - 2127
bslipmana = "0"
bsliphealth = "0"

-- Ile % do obrazen magicznych ma dodawac magician hat
MagicianHat = 6

-- Ile % do obrazen magicznych ma dodawac magician hat green tunic
GreenTunic = 3
 
Odp: WarOTS

Je?eli chcesz ?eby wypada?y itemy to wpisz wklej w config.lua

Kod:
---------------------------- OTServ configuration ------------------------------
-- datadir
datadir = "data/"
-- sets what map to load
map = "data/world/thais2.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 = "Witamy Na AkaWarOTS!. 1/1 Defiance, 2/2 Path of Silence, 3/3 Soul Reaver, 4/4 Others, Enjoy!"
-- the port otserv listens on
port = "7171"
-- name of our server
servername = "AkaWarOTS"
-- name of the owner of our server
ownername = "Desty"
-- email of the owner of our server
owneremail = ""
-- the url for more server info
url = ""
-- the location of the server
location = "Poland"
-- the ip the server should redirect too (auto - set as first local ip)
ip = "83.4.212.221"
-- The messagebox you sometimes get before you choose characters
motd = "Witamy na AkaWarOTS!. \n 1/1 Defiance \n 2/2 Path Of Silence \n 3/3 Soul Reaver \n 4/4 Others."
motdnum="0"
-- use md5 passwords for accounts, yes/no
md5passwords = "no"
-- world type. options: pvp, no-pvp, pvp-enforced
worldtype = "pvp-enforced"
-- max number of players allowed
maxplayers = "80"
-- exhausted time in ms (1000 = 1sec)
exhausted = 2000
-- exhaustion time for healing spells (1000 = 1sec)
exhaustedheal = 600
-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
exhaustedadd = 300
-- 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   = ""
------------------------- YurOTS basic configuration ---------------------------
-- name of your world (seen on the character list when logging in)
worldname = "AkaWarOTS"
-- how often do server saves it's state (0 = off, 5 = 5min, 60 = hour)
autosave = 10
-- builtin account maker (rook/main/none)
accmaker = "main"
-- 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 = "no"
-- how much % of {exp, mana, skill, eq, bp} do you lose when dying
diepercent = {"0", "3", "3", "7", "100"}
-- how many summons player can have
maxsummons = 2
-- do you want to give summons for all vocations? (yes/no)
summonsallvoc = "no"
-- chance of losing a spear when shot (0 - none lost, 100000 - all lost)
spearlosechance = 50
-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15
-- 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 = 10
-- 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 = {"4", "3", "2", "1", "3"}
-- shooting range of  wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
wandrange = {"4", "3", "2", "1", "3"}
-- damage of burst arrows blast
-- default is from (1*lvl+5*mlvl)*0.38 to (1*lvl+5*mlvl)*0.70
burstarrowdmg = {"1.2", "5.6", "0.38", "0.70"}
--------------------------- Multipliers and gains ------------------------------
-- experience multiplier (how much faster you got exp from monsters)
expmul = 10
-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 2
-- skill multipliers: 1 - rl tibia, 10 - ten times faster etc. {no-voc, sorcerer, druid, paladin, knight}
weaponmul = {"1", "1", "1", "1", "5"}
distmul = {"1", "1", "1", "5", "1"}
shieldmul = {"1", "1", "1", "5", "5"}
manamul = {"1", "5", "5", "5", "5"}
-- how much points of life,mana,cap do you get when advancing {no-voc, sorcerer, druid, paladin, knight}
capgain = {"10", "10", "10", "20", "25"}
managain = {"5", "30", "30", "15", "5"}
hpgain = {"5", "5", "5", "10", "15"}
-- how much faster do you recovery life,mana after eating food (1 - rl tibia)
healthtickmul = 15
manatickmul = 15
-------------------------------- Skull system ----------------------------------
-- how many unjustified kills to get a red skull
redunjust =5
-- how many unjustified kills to get banned
banunjust = 15
-- how long do you have white skull after attacking player (1 = 1min)
hittime = 1
-- how long do you have white skull after killing player (1 = 1min)
whitetime = 5
-- how long do you have red skull (1 = 1min)
redtime = 3*60
-- how long do you have to wait to lose 1 unjustified kill (1 = 1min)
fragtime = 2*60
------------------------------ GM access rights --------------------------------
-- access to walk into houses and open house doors
accesshouse = 3
-- access to login without waiting in the queue or when server is closed
accessenter = 2
-- access to ignore damage, exhaustion, cap limit and be ignored by monsters
accessprotect = 3
-- access to broadcast messages and talk in colors (#c blabla - in public channels)
accesstalk = 2
-- access to move distant items from/to distant locations
accessremote = 3
-- access to see id and position of the item you are looking at
accesslook = 3
-- speed of attack in seconds (no-voc, sorc, druid, pally, knight) (Compiled by ~czepek~)
speed = {"2.0", "0.9", "0.9", "0.70", "0.4"}
--How many mana and Hp you recovery using Soft Boots ? ID: 2640
softmana = "100"
softhealth = "100"
--How many mana and Hp you recovery using Life Ring
liferingmana = "5"
liferinghealth = "5"
--How many mana and Hp you recovery using Ring of Healing
healingringmana = "15"
healingringhealth = "15"
---Ustawienie ile procent do magii ma dodawa? Blue Robe
bluerobe = 9
---Ustawienie ile procent do magii ma dodawa? Mystic Turban
mysticturban = 15
--Distance away from spawn to remove a monster - The Chaos
dist = 35
-- Ile dodatkowych pkt hp/many otrzymujesz uzywajac pierscienia ID - 2127
bslipmana = "0"
bsliphealth = "0"
-- Ile % do obrazen magicznych ma dodawac magician hat
MagicianHat = 6
-- Ile % do obrazen magicznych ma dodawac magician hat green tunic
GreenTunic = 3

a je?eli nie to
Kod:
---------------------------- OTServ configuration ------------------------------
-- datadir
datadir = "data/"
-- sets what map to load
map = "data/world/thais2.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 = "Witamy Na AkaWarOTS!. 1/1 Defiance, 2/2 Path of Silence, 3/3 Soul Reaver, 4/4 Others, Enjoy!"
-- the port otserv listens on
port = "7171"
-- name of our server
servername = "AkaWarOTS"
-- name of the owner of our server
ownername = "Desty"
-- email of the owner of our server
owneremail = ""
-- the url for more server info
url = ""
-- the location of the server
location = "Poland"
-- the ip the server should redirect too (auto - set as first local ip)
ip = "83.4.212.221"
-- The messagebox you sometimes get before you choose characters
motd = "Witamy na AkaWarOTS!. \n 1/1 Defiance \n 2/2 Path Of Silence \n 3/3 Soul Reaver \n 4/4 Others."
motdnum="0"
-- use md5 passwords for accounts, yes/no
md5passwords = "no"
-- world type. options: pvp, no-pvp, pvp-enforced
worldtype = "pvp-enforced"
-- max number of players allowed
maxplayers = "80"
-- exhausted time in ms (1000 = 1sec)
exhausted = 2000
-- exhaustion time for healing spells (1000 = 1sec)
exhaustedheal = 600
-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
exhaustedadd = 300
-- 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   = ""
------------------------- YurOTS basic configuration ---------------------------
-- name of your world (seen on the character list when logging in)
worldname = "AkaWarOTS"
-- how often do server saves it's state (0 = off, 5 = 5min, 60 = hour)
autosave = 10
-- builtin account maker (rook/main/none)
accmaker = "main"
-- 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 = "no"
-- how much % of {exp, mana, skill, eq, bp} do you lose when dying
diepercent = {"0", "0", "0", "0", "0"}
-- how many summons player can have
maxsummons = 2
-- do you want to give summons for all vocations? (yes/no)
summonsallvoc = "no"
-- chance of losing a spear when shot (0 - none lost, 100000 - all lost)
spearlosechance = 50
-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15
-- 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 = 10
-- 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 = {"4", "3", "2", "1", "3"}
-- shooting range of  wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
wandrange = {"4", "3", "2", "1", "3"}
-- damage of burst arrows blast
-- default is from (1*lvl+5*mlvl)*0.38 to (1*lvl+5*mlvl)*0.70
burstarrowdmg = {"1.2", "5.6", "0.38", "0.70"}
--------------------------- Multipliers and gains ------------------------------
-- experience multiplier (how much faster you got exp from monsters)
expmul = 10
-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 2
-- skill multipliers: 1 - rl tibia, 10 - ten times faster etc. {no-voc, sorcerer, druid, paladin, knight}
weaponmul = {"1", "1", "1", "1", "5"}
distmul = {"1", "1", "1", "5", "1"}
shieldmul = {"1", "1", "1", "5", "5"}
manamul = {"1", "5", "5", "5", "5"}
-- how much points of life,mana,cap do you get when advancing {no-voc, sorcerer, druid, paladin, knight}
capgain = {"10", "10", "10", "20", "25"}
managain = {"5", "30", "30", "15", "5"}
hpgain = {"5", "5", "5", "10", "15"}
-- how much faster do you recovery life,mana after eating food (1 - rl tibia)
healthtickmul = 15
manatickmul = 15
-------------------------------- Skull system ----------------------------------
-- how many unjustified kills to get a red skull
redunjust =5
-- how many unjustified kills to get banned
banunjust = 15
-- how long do you have white skull after attacking player (1 = 1min)
hittime = 1
-- how long do you have white skull after killing player (1 = 1min)
whitetime = 5
-- how long do you have red skull (1 = 1min)
redtime = 3*60
-- how long do you have to wait to lose 1 unjustified kill (1 = 1min)
fragtime = 2*60
------------------------------ GM access rights --------------------------------
-- access to walk into houses and open house doors
accesshouse = 3
-- access to login without waiting in the queue or when server is closed
accessenter = 2
-- access to ignore damage, exhaustion, cap limit and be ignored by monsters
accessprotect = 3
-- access to broadcast messages and talk in colors (#c blabla - in public channels)
accesstalk = 2
-- access to move distant items from/to distant locations
accessremote = 3
-- access to see id and position of the item you are looking at
accesslook = 3
-- speed of attack in seconds (no-voc, sorc, druid, pally, knight) (Compiled by ~czepek~)
speed = {"2.0", "0.9", "0.9", "0.70", "0.4"}
--How many mana and Hp you recovery using Soft Boots ? ID: 2640
softmana = "100"
softhealth = "100"
--How many mana and Hp you recovery using Life Ring
liferingmana = "5"
liferinghealth = "5"
--How many mana and Hp you recovery using Ring of Healing
healingringmana = "15"
healingringhealth = "15"
---Ustawienie ile procent do magii ma dodawa? Blue Robe
bluerobe = 9
---Ustawienie ile procent do magii ma dodawa? Mystic Turban
mysticturban = 15
--Distance away from spawn to remove a monster - The Chaos
dist = 35
-- Ile dodatkowych pkt hp/many otrzymujesz uzywajac pierscienia ID - 2127
bslipmana = "0"
bsliphealth = "0"
-- Ile % do obrazen magicznych ma dodawac magician hat
MagicianHat = 6
-- Ile % do obrazen magicznych ma dodawac magician hat green tunic
GreenTunic = 3

Je?eli pomog?em daj pom?g? :)
 
Status
Zamknięty.
Back
Do góry