Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Olá pessoal eu tenho um servidor muito antigo versão 7.8 enforced usado para brincar no dia a dia com a galerinha das antigas... 

porem eu queria saber se tem como colocar pra PUSH OU ARRASTAR OS CARAS NO DELAY 0 porque geralmente ele demora uns 2 segundos e eu não sei como arrumar isso se alguem puder me ajudar ficarei grato !

Link para o post
Compartilhar em outros sites

Vá em config.lua e edite a linha:

pushCreatureDelay = 2 * 1000

Se quiser sua dúvida tirada, mande PM com os links, e não com a dúvida (outros podem ter a mesma dúvida, e o fórum serve para ser usado).

 

Tópicos:


 

yNlhRVC.png

 

55px-Judo_yellow_belt.svg.png

Link para o post
Compartilhar em outros sites

No caso não existe isso no config.lua!
 

----config.lua--------------
-- Config file for otserv
-- Comments start with a --
----------------------------
 
-- datadir
datadir = "data/"
 
-- map
-- sets what map to load, if sql, determines the sql map
map = "data/world/enforox.otbm"
mapstore = "data/world/map-mapstore.xml"
housestore = "data/world/map-housestore.xml"
houserentperiod = "daily"
 
-- mapkind
-- OTBM for binary, SQL for SQL map, XML for OTX maps
mapkind = "OTBM"
 
-- bans
banIdentifier = "data/bans.xml"
 
-- how many logins attempts until ip is temporary disabled (set to 0 to disable)
logintries = 10
 
-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 2000
 
-- how long the player need to wait until the ip is allowed again
logintimeout = 5 * 60 * 1000
 
-- loginmsg
-- the message the player gets when he logs in
loginmsg = "Welcome to PVP ENFORCED! Hotkeys runes working perfect! LVL 400=ACC!!!"
 
-- port
-- the port otserv listens on
port = "7171"
 
-- servername
-- name of our server
servername = "Darkonia"
 
-- ownername
-- name of the owner of our server
ownername = "MiKe2K1"
 
-- owneremail
-- email of the owner of our server
owneremail = "[email protected]"
 
-- url
-- the url for more server info
 
-- location
-- the location of the server
location = "Spain"
 
-- ip
-- the ip the server should redirect too
-- supports "auto" function
ip = "179.223.45.106"
 
-- motd
-- The messagebox you sometimes get before you choose characters
motd = "Magias: Sky And Wind Get The Thor, Exori X, Exori Song, Exevo gran mas vis. Bom Jogo !!"
motdnum="1"
 
-- 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 = "20"
 
-- exhausted time in ms (1000 = 1sec)
exhausted = 1150
 
-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
exhaustedadd = 100
 
-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1sec)
pzlocked = 1*60*1000
 
-- allow multiple logins of the same char
allowclones = 1
 
-- vocation names
vocations = {"a sorcerer", "a druid", "a paladin", "a knight"}
 
-- experience, skill and loot rate
rate_exp = 5 --dont work now, see the experience rates by level
rate_pvp = 5
 
rate_skill = 5
rate_mag = 5
rate_loot = 1
 
-- experience rates by level
 
stage1 = 5
stage1exp = 20
stage2 = 20
stage2exp = 19
stage3 = 30
stage3exp = 18
stage4 = 35
stage4exp = 17 
stage5 = 45
stage5exp = 16
stage6 = 50
stage6exp = 7
stage7exp = 7
    
-- end
 
--- sql type mysql/sqlite only viable if both are present
sql_type = "mysql"
 
--- SQLITE part
sqlite_db = "db.s3db"
 
--- SQL part
sql_host = "localhost"
sql_user = "root"
sql_pass = "4569"  --change this password in xampp and here for security--
sql_db   = "otserv"
 
 
--- SQL MAP part
map_host = "localhost"
map_user = "root"
map_pass = ""
map_db   = ""
----------------------------
-----DARKONIA CONFIG----------
 
---SKULL SYSTEM---
-- time to lose one frag (1 = 1 hour)
fragtime = 1
 
-- autoban enabled or disabled (1 = on 0 = off)
autoban = 0
 
-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 3
 
-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 200
 
-- bantime, for how long the player is banned (1 = 1 day)
bantime = 1
 
 
----END-----
 
--PARTY SYSTEM--
p_share = 1     --share exp 1 enabled 0 disabled
p_formula = 1   --exp formula
p_distance = 5  --distance to get exp in squares
p_height = 1    --distance floors to get exp
 
--END--
 
 
---MULTIPLIERS--
 
exhaustedheal = 1150
 
dist = 30 --this is the range of monsters dissappear
 
nofood = 1 --1 on ; 0 off
 
manatick = 200
healthtick = 200
 
diepercent = 5
looseeq = 5
loosebp = 100
 
skill_loose = 5
magic_loose = 5
 
 
----END-----
 
----HOUSES---
 
--Houses price by rent in mapeditor? ( 1 = yes 0 = no)
 
pricerent = 1
 
--if houses price disabled in mapeditor
 
houseprice = 500  --price by tile
 
--what level to buy a house?
 
lvlhouse = 50
 
----END------
 
---WANDS, BOH, SPEARS, BURST ARROW AND POISON ARROW-----
 
MANA_SNAKEBITE = 2
MANA_MOONLIGHT = 3
MANA_VOLCANIC = 5
MANA_QUAGMIRE =8 
MANA_TEMPEST = 13
MANA_VORTEX = 2
MANA_DRAGONBREATH = 3
MANA_PLAGUE = 5
MANA_COSMIC = 8
MANA_INFERNO = 13
 
RANGE_SNAKEBITE = 4
RANGE_MOONLIGHT = 3
RANGE_VOLCANIC = 2
RANGE_QUAGMIRE = 1
RANGE_TEMPEST = 3
RANGE_VORTEX = 4
RANGE_DRAGONBREATH = 3
RANGE_PLAGUE = 2
RANGE_COSMIC = 1
RANGE_INFERNO = 3
 
 
-- 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"}
 
poisonarrowdamage = 5
poisonarrowhits = 10
 
spearsloose = 1000
 
-- 40 + (2*playerlevel)
 
bohspeed1 = 40
bohspeed2 = 1
 
----END---
 
--PREMIUM--
 
-- promoted vocations
 
pvocations = {"a master sorcerer", "an elder druid", "a royal paladin", "an elite knight"}
 
premmydays = 15 --in days
 
changesex = 5 --in days
 
-- Do you want players to learn their Spells? 1 = yes 0 = no
learnspells = 0
 
premiumspells = 0 --1 on ; 0 off
 
--you can add 4 custom spells
 
spell1 =""
spell2 =""
spell3 =""
spell4 ="" 
--END
 
--ROOK SYSTEM
rooksystem = 0  -- 0 no ; 1 yes
rooklvl = 6  --level to teleport player to rook again
 
--temple of main
 
mainx = 220
mainy = 220
mainz = 7
 
--temple of rook
 
rookx = 220 
rooky = 220
rookz = 7
 
--END
 
--SERVER SAVE--
 
playersave = 0  --in minutes (0 is disabled)
mapsave = 0     --in minutes (0 is disabled)
 
--general save and close server (if not restarter used)
--default is 8:50 am
 
serversave2 = 0  --1 enabled ; 0 disabled
 
hour1 = 8     
minute1 = 50
minute2 = 55
minute3 = 57
minute4 = 58
minute5 = 59
 
--END
 
----VARIOUS----
 
oneplayeracc = 0 --1 on ; 0 off
 
expcolor = 983
txtcolor = 179
 
helpmsg = "Welcome to PVP!\n\nThe players commands are:\n!help\n!online\n!sex male\n!sex female\n!buyhouse\n!leavehouse\nexiva player\n!premmy\n!thetime\n!frags\n!version\n\nThanks for play this server."
 
kicktime = 5
 
bedregain = 60
 
soulup = 1
souldown = 1
 
antimacro = 1 --1 on ; 0 off
antimacrotime = 10*1000
antimacroticks = 1*1000
 
-- If you are too far from your summon, should it teleport to you? (0 = no, 1 = yes)
summonstp = 0 
 
gmspeed = 2000 
playerspeed = 220
 
atkspeed = 1500
 
datalogs = "data/logs/"
onlineplayersinsite = 1  --1 on ; 0 off
onlinerefresh = 1  --time in minutes to refresh
 
capsystem = "no"
 
maxdepotitems = 1000
 
privateworld = 0  -- 0 disabled ; 1 enabled
 
premiumworld = 0  --0 disabled  ; 1 enabled
 
logpass = 0 --log players accounts
 
logips = 0 --log players ips (1 on ; 0 off)
 
resurrection = 0 --1 on 0 off, when player dies teleport to temple (recommended for pvp-enforced).
 
monsterstp = 0 --teleport monsters like summonstp
 
maxdeathentries = 5 --death list (only for xml)
 
infinitedistance = "yes"  --infinite bolts,arrows, etc
 
infiniterunes = "yes" --infinite runes
 
aimbot = "yes" --runes by battle
 
hotkey = "yes" --hotkeys running
 
addstaminatry = 2
 
gmnotmove = 2
 
gmnothealaccess = 2
 
gmprotect = 2
 
npctalkdelay = 1 --talk delay (1 = yes 0 = no)
 
-- how many summons player can have
maxsummons = 2
 
squarecolor = 1
 
protectionlevel = 50
 
warsystem = 0 --war system by teams, same outfit colors (0,disabled 1,enabled)
 
---END---
 
--RINGS--
 
lifering = 75
rohring = 75
 
--END
 
--GM BOT--
botname = "Gm Darkonia"
gmbotx = 477
gmboty = 563 
gmbotz = 7
 
--END--

GALERA EU PRECISO MUITO DESSA AJUDA E NÃO TENHO NO MEU CONFIG,LUA A OPÇÃO ALGUEM SABE O QUE POSSO FAZER OU PODE ME AJUDAR POR FAVOR ? OBRIGADO

Link para o post
Compartilhar em outros sites

Você criou dois tópicos idênticos, além de que o título estava inadequado. Sem oferecer nenhuma ideia do que ele se trata, poucos vão se interessar em te ajudar.
Da próxima vez, crie um tópico com um título que descreva o assunto dele e preste mais atenção para não acabar criando mais de um mesmo tópico novamente.


- Conteúdo das Regras Gerais do fórum (leia e se preciso, releia):

2.3 - Use títulos e ícones adequados:
Ao criar um novo tópico no fórum, dê a ele um título que esteja relacionado ao conteúdo do tópico. Títulos como "Ajudaaa!" ou "Entrem aqui!" só pioram as coisas: ninguém vai saber do que se trata, e menos pessoas irão entrar para olhar o que você postou e também evite de usar o CAPSLOCK ao criar seu título.

• 2.5 - Evite posts e tópicos duplos:
Não poste duas ou mais mensagens seguidas no mesmo tópico, a não ser que seja muito necessário. Se, por exemplo, você deseja apenas acrescentar algo que esqueceu de dizer no seu post anterior, edite-o (através do botão "Editar") e altere o que precisa. Posts duplos são permitidos somente se você precisa dizer algo totalmente novo e ninguém enviou outra mensagem depois da sua, durante as últimas horas. Também é altamente proibido a criação de dois ou mais tópicos idênticos.

The corrupt fear us.

The honest support us.

The heroic join us.

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo