| Ver tema anterior :: Ver siguiente tema |
| Autor |
Mensaje |
ABDIEL_2475 User destacando


Registrado: 01 Oct 2006
Mensajes: 561
Ubicación: Mexico/Tamaulipas/Matamoros
|
Publicado: Vie Mar 21, 2008 1:06 am Título del mensaje: Guia Como Crear Un Server 8.1 By: Abdiel2475 Plz! No Postear |
|
|
"1/5" Descargar Y Crear Todo Para Tu Server 8.1
Hola Bueno Pues Aqui Hasiendo Semi-Full Guia De Como Hacer Un Server 8.1 De Tibia. By: Abdiel2475
Para Los Frikis! xP
Que Siguen Jugando Tibia...
PD: I Hate Tibia... xP
Solo Juego Ots!
Para Desaburrime xP
Bueno Empezemos...
1º Nesesitamos Winrar... Download Here
2º Ip Changer 8.1 : Descargar aki...
3º El Server De Sacus OTserver By: Sacus Maru* Download Here
PD: Si Dice Que El Server Tiene Virus >.> No Es Sierto Esque
Los Antivirus Detectan Algo Llamado Win32 Algo Asi
Eso Lo Tienen Todos Los Server No Problem!
Yo Nunca Postearia Algo Que Los Dañara!
4º El Cliente... Ese Ya Lo Tienen >.>
______________________________________
Bueno Una Ves Tenido Todo Eso!
Descargado...
1º Instalamos Winrar.......
2º Instalamos Ip Changer 8.1.........
3º Descomprimimos El Server Sacus OT Y Lo Guardamos La Carpeta
En Nuestro Escritorio...
______________________________________
Bueno
Pues Abrimos La Carpeta De Nuestro Server,
Y Buscamos Un Archivo Llamado Config
Y Lo Abrimos Con Block De Notas...
Le Saldra Algo Asi...
| Código: |
-------- config.lua --------
-- Config file for OTServ --
----------------------------
-- data directory location
datadir = "data/"
-- map location
map = "data/world/evolutions.otbm"
-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"
-- map store location (for XML only)
mapstore = "data/world/evolutions-mapstore.xml"
-- house store location (for XML only)
housestore = "data/world/evolutions-housestore.xml"
-- bans storage (for XML only)
banIdentifier = "data/bans.xml"
-- server name
servername = "Nombre Del Server..."
-- server location
location = "Tu Ciudad"
-- server ip (the ip that server listens on)
ip = "Aqui Pones Tu Ip... www.whatismyip.com"
-- server port (the port that server listens on)
port = "7171"
-- server url
url = "La Pagina De Tu Server... Si No Tienes Dejalo Limpio"
-- server owner name
ownername = "Nombre Del Dueño..."
-- server owner email
owneremail = "Tu E-MAil..."
-- world type
-- options: pvp, no-pvp, pvp-enforced
worldtype = "pvp"
-- exhausted time in ms (1000 = 1 second)
exhausted = 1000
-- exhausted time in ms for non-aggressive spells (1000 = 1 second)
exhaustedheal = 1000
-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
exhaustedadd = 200
-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
pzlocked = 60*1000
-- house rent period
-- options: daily, weekly, monthly
houserentperiod = "weekly"
-- motd (the message box that you sometimes get before you choose characters)
motd = "El Mensaje De Bienvenida...."
motdnum = "1"
-- login message
loginmsg = "El Mensaje Cuando Entras Al Server...."
-- how many logins attempts until ip is temporary disabled
-- set to 0 to disable
logintries = 0
-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 60*1000
-- how long the player need to wait until the ip is allowed again
logintimeout = 0
-- allow clones (multiple logins of the same char)
-- options: 0 (no), 1 (yes)
allowclones = 1
-- max number of players allowed
maxplayers = "100"
-- SQL type
-- options: mysql, sqlite
sql_type = "mysql"
--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"
--- SQLite part (ignore if you are using MySQL)
sqlite_db = "db.s3db"
-------------------------------------------------------------------------------------------------
---------------------------- Evolutions Basic Configuration ----------------------------
-------------------------------------------------------------------------------------------------
-- world name (shows in the character list)
worldname = "Nombre Del Mundo"
-- time to save the server (default = 5)
autosave = 1
-- do you want to enable cap system? (yes/no)
capsystem = "no"
-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15
-- how many summons player can have
maxsummons = 2
-- maximum items in depot
maxdepotitems = 1000
-- learn spells (yes/no)
learnspells = "no"
-- do you want everyone to have premium
freepremium = "no"
-- remove ammunation? (bolts/arrows)
removeammunation = "yes"
-- remove rune charges? (sd/hmm/gfb)
removerunecharges = "yes"
-- use item hotkeys? (yes/no)
itemhotkeys = "yes"
-- shoot trough battle window on players? (yes/no)
battlewindowplayers = "yes"
-- use account manager? (yes/no)
accountmanager = "yes"
-- summon follows master everywhere
summonsfollow = "yes"
-- allow outfit change
outfitchange = "yes"
-- damage to players with the same feet
feetdamage = "yes"
-- guild system type (SQL only)(ingame/online)
-- online guild system requires the latest Swelia AAC
guildsystem = "ingame"
-------------------------------------------------------------------------------------
----------------------------------- Multipliers -----------------------------------
-------------------------------------------------------------------------------------
-- 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
-- monster lootrating (how much faster you get items from monsters)
lootmul = 1
-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 1
-- manaspent multiplier (another multiplier in data/vocations.xml)
manamul = 1
-- how many monsters spawn at a time in 1 spawn
spawnmul = 1
-- Price for each SQM when buying a house
houseprice = 200
-- level to buy a house
houselevel = 20
-- maximum death entries per player
maxdeathentries = 10
-- max message buffer (default = 4)
-- how fast you get muted
messagebuffer = 4
-- minimum action interval (default = 200)
minactioninterval = 200
-- protection for those under this level
protectionlimit = 50
-- critical damage and chance {chance, extra damage percent}
criticaldamage = {"0", "0"}
---------------------------------------------------------------------------------------
-------------------------- Skull System configuration -------------------------
---------------------------------------------------------------------------------------
-- time to lose a white skull (1 = 1 minute)
whitetime = 15
-- time to lose one frag (1 = 1 minute)
fragtime = 1*60
-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 6
-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 3
-- bantime, for how long the player is banned (1 = 1 hour)
bantime = 24*1
--------------------------------------------------------------------------------------
------------------------------- 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 = 1
-- 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 = 1
-- 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 = 2 |
Y Solo Editamos Donde Dice Cosas Asii,
Bueno Una Ves Modificando El Server
Le Damos A Gurdar Y Lo Cerramos
Bueno Despues De Vamos A Nuestro Server,
Y Abrimos El Archivo: Sacus-SOOS.exe
Y Luego Esperamos Hasta Que Diga..
Server Running
O Algo Paresido
Despues Abrimos El Cliente, Junto Con El Ip Changer
Y En El Ip Changer Ponemos Nuestro Ip
O Si No Ponemos 127.0.0.1
Y Luego Le Damos Changer Ip!
Despues Para Accesar A La Cuenta De GM
Account: 222222
Password: tibia
Despues De Accesar! Disfruten Su Server
| Código: |
| PorFavor De No Postear Antes De Que Termine Toda La Guia Completa! |
Por Favor No Postear Ni Un Mensaje Antes De Que Acabe De Postear Las 5 Guias!
Gracias... _________________ VOLVI PARA KEDARME
LISTO PARA AYUDARLES EN TODO LO K NESESITEN PARA CREAR UN SERVER DE LO K SEA =D
VISITEN MI PAGINA WEB
|
|
| Volver arriba |
|
 |
ABDIEL_2475 User destacando


Registrado: 01 Oct 2006
Mensajes: 561
Ubicación: Mexico/Tamaulipas/Matamoros
|
Publicado: Vie Mar 21, 2008 1:44 am Título del mensaje: |
|
|
2/5 Guia! Lo Basico Para Saber Ser GM!
Pronto Pondre Mas Cosas En Este Post!
Buenop Aqui Le Traigo La Guia!
Lo Basico Para Saber De Servers...
Bueno Enpezemos!
1º Lo Primero Que Devemos De Saber
Son Los Commandos Que Son:
| Código: |
-- Gods
<command cmd="/reload" access="5" /> -- Reload configurations
<command cmd="/s" access="5" /> -- Summon a NPC
<command cmd="/openserver" access="5" /> -- Open server
<command cmd="/closeserver" access="5" /> -- Close server
<command cmd="/owner" access="5" /> -- Set a player to house owner
<command cmd="/addskill" access="5" /> -- Add a decent skill level
<command cmd="/bless" access="5" /> -- Add a blessing
-- Senior Gamemasters
<command cmd="/m" access="4" /> -- Summon a "wild" monster
<command cmd="/summon" access="4" /> -- Summon a monster
-- Gamemasters
<command cmd="/b" access="3" /> -- IP BAN a player
<command cmd="/ban" access="3" /> -- Ban a player
<command cmd="/t" access="3" /> -- Teleport to your temple
<command cmd="/gethouse" access="3" /> -- Info about house of a player
<command cmd="/bans" access="3" /> -- Info about who are banished
<command cmd="/town" access="3" /> -- Go to your town
<command cmd="/save" access="3" /> -- Cast Server save
<command cmd="/up" access="3" /> -- Teleport a floor up
<command cmd="/bc" access="3" /> -- Broadcast to players in colors
<command cmd="/down" access="3" /> -- Teleport a floor down
<command cmd="/send" access="3" /> -- Send a player to a decent position
<command cmd="/raid" access="3" /> -- Execute a raid
<command cmd="/shutdown" access="3" /> -- Shutdown the Server
<command cmd="/premium" access="3" /> -- Give someone a premium account
<command cmd="/i" access="3" /> -- Create a item by ID
<command cmd="/n" access="3" /> -- Create a item by name
<command cmd="/goto" access="3" /> -- Teleport to players, creatures or NPCs
<command cmd="/a" access="3" /> -- Teleport by SQMs
<command cmd="/kick" access="3" /> -- Kick a player
<command cmd="/pvp" access="3" /> -- Change world type
<command cmd="/c" access="3" /> -- Teleport a player
<command cmd="/addon" access="3" /> -- Teleport a player
<command cmd="/invisible" access="3" /> -- Go totally invisible
<command cmd="/clean" access="3" /> -- Clean the map
-- Senior Tutors
<command cmd="/max" access="2" />
<command cmd="/q" access="2" /> -- Check your money
<command cmd="/z" access="2" /> -- Check effects
<command cmd="/pos" access="2" />
-- Tutors --
<command cmd="/B" access="1" /> -- Broacast message
<command cmd="/info" access="1" /> -- Info about a player
<command cmd="/getonline" access="1" /> -- Info about how many players are online
<command cmd="/check" access="1" /> -- Check all Multiclienting players
-- Players
<command cmd="!sellhouse" access="0" /> -- Sell your house to a player
<command cmd="!buyhouse" access="0" /> -- Buy a house
<command cmd="!leavehouse" access="0" /> -- Leave a house
<command cmd="!serverinfo" access="0" /> -- Show server information
<command cmd="!exp" access="0" /> -- Show how many exp you need until the next level
<command cmd="!aries" access="0" /> -- Show server version
<command cmd="!mana" access="0" /> -- Show how mana you need to spent until the next magic level
<command cmd="!online" access="0" /> -- Shows the amount of online players
<command cmd="!report" access="0" /> -- report a bug to the Hoster
<command cmd="!uptime" access="0" /> -- Shows the server's uptime
<command cmd="!frags" access="0" /> -- Shows how many frags the player has
|
Bueno Hay Estan Todos Los Comandos...
Los Podran Ver En La Carpeta De Su Server: /Data/ Commands.xml
Bueno Lo
2º Es Como Hacer A Un Player GM O God!:
Van A La Carpeta De Su Server: Data/Players
Y Busca El Player Que Quieras Hacer GM! O God...
Lo Abren Con Block De Notas.
Y Les Saldra Algo Asi:
| Código: |
<?xml version="1.0" encoding="UTF-8"?>
<player name="Nifis" account="222222" sex="1" lookdir="0" exp="132058494" voc="1" level="201" access="0" cap="2310" maglevel="53" soul="100" maxdepotitems="1000" lastlogin="1201210202">
<spawn x="1009" y="1001" z="7"/>
<temple x="1000" y="1000" z="7"/>
<health now="1155" max="1155" food="130"/>
<mana now="5830" max="5830" spent="12700"/>
<skull redskulltime="0" redskull="0"/>
<look type="132" head="40" body="29" legs="50" feet="38" addons="1"/>
<skills>
<skill skillid="0" level="10" tries="0"/>
<skill skillid="1" level="10" tries="0"/>
<skill skillid="2" level="10" tries="0"/>
<skill skillid="3" level="10" tries="0"/>
<skill skillid="4" level="10" tries="0"/>
<skill skillid="5" level="10" tries="0"/>
<skill skillid="6" level="10" tries="0"/>
</skills>
<addons>
<addon outfit="128" type="3"/>
<addon outfit="129" type="3"/>
<addon outfit="130" type="3"/>
<addon outfit="131" type="3"/>
<addon outfit="132" type="3"/>
<addon outfit="133" type="3"/>
<addon outfit="134" type="3"/>
<addon outfit="136" type="3"/>
<addon outfit="137" type="3"/>
<addon outfit="138" type="3"/>
<addon outfit="139" type="3"/>
<addon outfit="140" type="3"/>
<addon outfit="141" type="3"/>
<addon outfit="142" type="3"/>
<addon outfit="143" type="3"/>
<addon outfit="144" type="3"/>
<addon outfit="145" type="3"/>
<addon outfit="146" type="3"/>
<addon outfit="147" type="3"/>
<addon outfit="148" type="3"/>
<addon outfit="149" type="3"/>
<addon outfit="150" type="3"/>
<addon outfit="151" type="3"/>
<addon outfit="152" type="3"/>
<addon outfit="153" type="3"/>
<addon outfit="154" type="3"/>
<addon outfit="155" type="3"/>
<addon outfit="156" type="3"/>
<addon outfit="157" type="3"/>
<addon outfit="158" type="3"/>
<addon outfit="251" type="3"/>
<addon outfit="252" type="3"/>
<addon outfit="268" type="3"/>
<addon outfit="269" type="3"/>
<addon outfit="270" type="3"/>
<addon outfit="273" type="3"/>
<addon outfit="278" type="3"/>
<addon outfit="279" type="3"/>
</addons>
<deaths/>
<spells/>
<blessings/>
<inventory>
<slot slotid="1">
<item id="2481"/>
</slot>
<slot slotid="2">
<item id="2173"/>
</slot>
<slot slotid="3">
<item id="1988">
<inside>
<item id="2175"/>
<item id="2671" count="87"/>
<item id="2268" count="255" charges="255"/>
<item id="2268" count="245" charges="245"/>
<item id="2160" count="4"/>
<item id="7590"/>
<item id="7590"/>
<item id="7590"/>
<item id="7590"/>
<item id="7590"/>
<item id="7590"/>
</inside>
</item>
</slot>
<slot slotid="4">
<item id="2489"/>
</slot>
<slot slotid="6">
<item id="2453"/>
</slot>
<slot slotid="7">
<item id="2495"/>
</slot>
<slot slotid="8">
<item id="2195"/>
</slot>
<slot slotid="10">
<item id="2152" count="36"/>
</slot>
</inventory>
<depots>
<depot depotid="1">
<item id="2590">
<inside>
<item id="2594">
<inside>
<item id="2152" count="50"/>
</inside>
</item>
</inside>
</item>
</depot>
</depots>
<storage>
<data key="10001001" value="8912896"/>
<data key="10001002" value="8978432"/>
<data key="10001003" value="9043968"/>
<data key="10001004" value="9109504"/>
<data key="10001005" value="9175040"/>
<data key="10001006" value="9240576"/>
<data key="10001007" value="9306112"/>
<data key="10001008" value="9633792"/>
<data key="10001009" value="9699328"/>
<data key="10001010" value="9764864"/>
<data key="10001011" value="9830400"/>
<data key="10001012" value="10158080"/>
<data key="10001013" value="10223616"/>
<data key="10001014" value="10289152"/>
<data key="10001015" value="10354688"/>
<data key="10001016" value="16515072"/>
<data key="10001017" value="17629184"/>
<data key="10001018" value="17694720"/>
<data key="10001019" value="18284544"/>
</storage>
</player>
|
Para Hacerlo Mas Facil Opriman Ctrl + B Y Busquen access=
Y Les Saldra Algo Haci:
Bueno Solo Le Borramos El 0 Y Le Ponemos 3 Para GM O 5 Para God
Lista De Rangos:
| Código: |
GOD: 5
GM Señor: 4
GM: 3
Tutor Señor: 2
Tutor: 1
Player Normal: 0
|
Bueno Y Hasi Les Quedaria:
Si Hacen Un Player God
Bueno Vamos A Lo
3º Cuando Noten Que Hay Lag, o Algo Paresido
Digan: /clean Para Limpiar El Server
Haci Ya No Abra Basura
Y Pues No Abra Tanto Lag!
Bueno Eso Es Casi Lo Basico!
Aqui Otras Cositas...
Si Quieren Hacer 100cc
Para Convocar Dinero Solo Digan:
/i 2160 100
=)
O Para Hacer Algun Item Y No Se Saben El ID:
Digan:
/n Nombre Del Item 1
=)
Bueno Luego Modificare Bien Este Post!
Bueno Gracias!!!
| Código: |
| Por Favor No Postear Antes De Que Termine las 5 Guias! |
Muchas Gracias! _________________ VOLVI PARA KEDARME
LISTO PARA AYUDARLES EN TODO LO K NESESITEN PARA CREAR UN SERVER DE LO K SEA =D
VISITEN MI PAGINA WEB
|
|
| Volver arriba |
|
 |
maet95 Nuevo Miembro

Registrado: 29 Abr 2008
Mensajes: 2
|
Publicado: Jue May 01, 2008 4:03 pm Título del mensaje: |
|
|
ey, y como pongo los portales para los mounstros???
ponlo plzzzz |
|
| Volver arriba |
|
 |
5086921 Nuevo Miembro

Registrado: 04 May 2008
Mensajes: 2
|
Publicado: Dom May 04, 2008 5:55 pm Título del mensaje: Re: Guia Como Crear Un Server 8.1 By: Abdiel2475 Plz! No Pos |
|
|
| ABDIEL_2475 escribió: |
"1/5" Descargar Y Crear Todo Para Tu Server 8.1
Hola Bueno Pues Aqui Hasiendo Semi-Full Guia De Como Hacer Un Server 8.1 De Tibia. By: Abdiel2475
Para Los Frikis! xP
Que Siguen Jugando Tibia...
PD: I Hate Tibia... xP
Solo Juego Ots!
Para Desaburrime xP
Bueno Empezemos...
1º Nesesitamos Winrar... Download Here
2º Ip Changer 8.1 : Descargar aki...
3º El Server De Sacus OTserver By: Sacus Maru* Download Here
PD: Si Dice Que El Server Tiene Virus >.> No Es Sierto Esque
Los Antivirus Detectan Algo Llamado Win32 Algo Asi
Eso Lo Tienen Todos Los Server No Problem!
Yo Nunca Postearia Algo Que Los Dañara!
4º El Cliente... Ese Ya Lo Tienen >.>
______________________________________
Bueno Una Ves Tenido Todo Eso!
Descargado...
1º Instalamos Winrar.......
2º Instalamos Ip Changer 8.1.........
3º Descomprimimos El Server Sacus OT Y Lo Guardamos La Carpeta
En Nuestro Escritorio...
______________________________________
Bueno
Pues Abrimos La Carpeta De Nuestro Server,
Y Buscamos Un Archivo Llamado Config
Y Lo Abrimos Con Block De Notas...
Le Saldra Algo Asi...
| Código: |
-------- config.lua --------
-- Config file for OTServ --
----------------------------
-- data directory location
datadir = "data/"
-- map location
map = "data/world/evolutions.otbm"
-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"
-- map store location (for XML only)
mapstore = "data/world/evolutions-mapstore.xml"
-- house store location (for XML only)
housestore = "data/world/evolutions-housestore.xml"
-- bans storage (for XML only)
banIdentifier = "data/bans.xml"
-- server name
servername = "Nombre Del Server..."
-- server location
location = "Tu Ciudad"
-- server ip (the ip that server listens on)
ip = "Aqui Pones Tu Ip... www.whatismyip.com"
-- server port (the port that server listens on)
port = "7171"
-- server url
url = "La Pagina De Tu Server... Si No Tienes Dejalo Limpio"
-- server owner name
ownername = "Nombre Del Dueño..."
-- server owner email
owneremail = "Tu E-MAil..."
-- world type
-- options: pvp, no-pvp, pvp-enforced
worldtype = "pvp"
-- exhausted time in ms (1000 = 1 second)
exhausted = 1000
-- exhausted time in ms for non-aggressive spells (1000 = 1 second)
exhaustedheal = 1000
-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
exhaustedadd = 200
-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
pzlocked = 60*1000
-- house rent period
-- options: daily, weekly, monthly
houserentperiod = "weekly"
-- motd (the message box that you sometimes get before you choose characters)
motd = "El Mensaje De Bienvenida...."
motdnum = "1"
-- login message
loginmsg = "El Mensaje Cuando Entras Al Server...."
-- how many logins attempts until ip is temporary disabled
-- set to 0 to disable
logintries = 0
-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 60*1000
-- how long the player need to wait until the ip is allowed again
logintimeout = 0
-- allow clones (multiple logins of the same char)
-- options: 0 (no), 1 (yes)
allowclones = 1
-- max number of players allowed
maxplayers = "100"
-- SQL type
-- options: mysql, sqlite
sql_type = "mysql"
--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"
--- SQLite part (ignore if you are using MySQL)
sqlite_db = "db.s3db"
-------------------------------------------------------------------------------------------------
---------------------------- Evolutions Basic Configuration ----------------------------
-------------------------------------------------------------------------------------------------
-- world name (shows in the character list)
worldname = "Nombre Del Mundo"
-- time to save the server (default = 5)
autosave = 1
-- do you want to enable cap system? (yes/no)
capsystem = "no"
-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15
-- how many summons player can have
maxsummons = 2
-- maximum items in depot
maxdepotitems = 1000
-- learn spells (yes/no)
learnspells = "no"
-- do you want everyone to have premium
freepremium = "no"
-- remove ammunation? (bolts/arrows)
removeammunation = "yes"
-- remove rune charges? (sd/hmm/gfb)
removerunecharges = "yes"
-- use item hotkeys? (yes/no)
itemhotkeys = "yes"
-- shoot trough battle window on players? (yes/no)
battlewindowplayers = "yes"
-- use account manager? (yes/no)
accountmanager = "yes"
-- summon follows master everywhere
summonsfollow = "yes"
-- allow outfit change
outfitchange = "yes"
-- damage to players with the same feet
feetdamage = "yes"
-- guild system type (SQL only)(ingame/online)
-- online guild system requires the latest Swelia AAC
guildsystem = "ingame"
-------------------------------------------------------------------------------------
----------------------------------- Multipliers -----------------------------------
-------------------------------------------------------------------------------------
-- 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
-- monster lootrating (how much faster you get items from monsters)
lootmul = 1
-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 1
-- manaspent multiplier (another multiplier in data/vocations.xml)
manamul = 1
-- how many monsters spawn at a time in 1 spawn
spawnmul = 1
-- Price for each SQM when buying a house
houseprice = 200
-- level to buy a house
houselevel = 20
-- maximum death entries per player
maxdeathentries = 10
-- max message buffer (default = 4)
-- how fast you get muted
messagebuffer = 4
-- minimum action interval (default = 200)
minactioninterval = 200
-- protection for those under this level
protectionlimit = 50
-- critical damage and chance {chance, extra damage percent}
criticaldamage = {"0", "0"}
---------------------------------------------------------------------------------------
-------------------------- Skull System configuration -------------------------
---------------------------------------------------------------------------------------
-- time to lose a white skull (1 = 1 minute)
whitetime = 15
-- time to lose one frag (1 = 1 minute)
fragtime = 1*60
-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 6
-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 3
-- bantime, for how long the player is banned (1 = 1 hour)
bantime = 24*1
--------------------------------------------------------------------------------------
------------------------------- 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 = 1
-- 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 = 1
-- 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 = 2 |
Y Solo Editamos Donde Dice Cosas Asii,
Bueno Una Ves Modificando El Server
Le Damos A Gurdar Y Lo Cerramos
Bueno Despues De Vamos A Nuestro Server,
Y Abrimos El Archivo: Sacus-SOOS.exe
Y Luego Esperamos Hasta Que Diga..
Server Running
O Algo Paresido
Despues Abrimos El Cliente, Junto Con El Ip Changer
Y En El Ip Changer Ponemos Nuestro Ip
O Si No Ponemos 127.0.0.1
Y Luego Le Damos Changer Ip!
Despues Para Accesar A La Cuenta De GM
Account: 222222
Password: tibia
Despues De Accesar! Disfruten Su Server
| Código: |
| PorFavor De No Postear Antes De Que Termine Toda La Guia Completa! |
Por Favor No Postear Ni Un Mensaje Antes De Que Acabe De Postear Las 5 Guias!
Gracias... |
ola soy yo stephan
y tengo un pequeño problema con mi server
me sale q mi ID adress es blokeado x 30 minutos
x favor ayudenme si saben q aser mandemelo a mi hotmail
o al foro hotmail=src2604@hotmail.com gracias |
|
| Volver arriba |
|
 |
5086921 Nuevo Miembro

Registrado: 04 May 2008
Mensajes: 2
|
Publicado: Dom May 04, 2008 6:06 pm Título del mensaje: |
|
|
X FAVOR RSPONDAN :'(  |
|
| Volver arriba |
|
 |
Daniels150 Nuevo Miembro

Registrado: 12 May 2008
Mensajes: 7
Ubicación: Exiva "Daniels"
|
Publicado: Lun May 12, 2008 3:27 am Título del mensaje: |
|
|
| dejen q termine su Post 5/5 para q puedan postear srry por el post pero les tenia q decir algo. |
|
| Volver arriba |
|
 |
|
|
|