#1 2008-10-10 16:38:55

Suchy177

http://i37.tinypic.com/2dqpohz.gif

3695458
Zarejestrowany: 2008-09-15
Posty: 23
Nick: Nie gram
Profesja: No mówiłem NIE GRAM!
Server: ale żal :P

Auto Clean

Witam mam pytanie jak ustawic auto clean'a na Ots (Silnik Evo) czy wogóle się da??

Z tego co pamiętam w jakimś silniku trzeba było w Configu Ustawic wiec daje treśc configa

Spoiler:


-------- config.lua --------
-- Evolution 8.1 By Fronczek.
-- 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 = "Evolution By SoBoL"

-- server location
location = "Polska"

-- server ip (the ip that server listens on)
ip = "89.229.70.143"

-- server port (the port that server listens on)
port = "7171"

-- server url
url = ""

-- server owner name
ownername = "SoBoL"

-- server owner email
owneremail = ""

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

-- exhausted time in ms (1000 = 1 second)
exhausted = 100

-- exhausted time in ms for non-aggressive spells (1000 = 1 second)
exhaustedheal = 100

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

-- 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 = "Witamy na Evo"
motdnum = "1"

-- login message
loginmsg = "Witamy na Evolution 8.1 SoBoL"

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

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

-- 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 = "Evo By SoBoL"

-- time to save the server (default = 5)
autosave = 5

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

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

-- how many summons player can have
maxsummons = 2

-- maximum items in depot
maxdepotitems = 10000

-- learn spells (yes/no)
learnspells = "no"

-- do you want everyone to have premium
freepremium = "no"

-- remove ammunation? (bolts/arrows)
removeammunation = "no"

-- remove rune charges? (sd/hmm/gfb)
removerunecharges = "no"

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

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

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

-- monster lootrating (how much faster you get items from monsters)
lootmul = 5

-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 70

-- manaspent multiplier  (another multiplier in data/vocations.xml)
manamul = 70

-- how many monsters spawn at a time in 1 spawn
spawnmul = 1

-- Price for each SQM when buying a house
houseprice = 2000

-- level to buy a house
houselevel = 80

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

-- critical damage and chance {chance, extra damage percent}
criticaldamage = {"0", "0"}

---------------------------------------------------------------------------------------
-------------------------- Skull System configuration -------------------------
---------------------------------------------------------------------------------------

-- time to lose a white skull (1 = 1 minute)
whitetime = 10

-- time to lose one frag (1 = 1 minute)
fragtime = 1*15

-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 15

-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 9

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

Ostatnio edytowany przez Suchy177 (2008-10-10 16:39:25)


http://img.userbars.pl/117/23352.png
http://img.userbars.pl/13/2483.png
http://img.userbars.pl/111/22193.png

Offline

 

#2 2008-10-10 16:57:44

Fury

http://i35.tinypic.com/2usym0z.gif

1731417
Zarejestrowany: 2008-05-19
Posty: 127

Re: Auto Clean

W evo nie można ustawić auto cleana.


http://img255.imageshack.us/img255/9445/angelhj1.gif

Offline

 

#3 2008-10-10 19:59:31

Suchy177

http://i37.tinypic.com/2dqpohz.gif

3695458
Zarejestrowany: 2008-09-15
Posty: 23
Nick: Nie gram
Profesja: No mówiłem NIE GRAM!
Server: ale żal :P

Re: Auto Clean

@up dzięki za pomoc jakbym mógł dał bym "+"


@Edit

TEMAT DO ZAMKNIĘCIA

Ostatnio edytowany przez Suchy177 (2008-10-10 20:00:10)


http://img.userbars.pl/117/23352.png
http://img.userbars.pl/13/2483.png
http://img.userbars.pl/111/22193.png

Offline

 

#4 2008-10-12 17:24:41

Fronczek

http://i37.tinypic.com/okc0lk.gif

12077401
Skąd: Secura ew Candia
Zarejestrowany: 2008-10-12
Posty: 8
Nick: Fronczek of Pal
Profesja: Secura
Server: 33

Re: Auto Clean

Sorki za OFFTOP

Sądząc po confingu to moje evo ? Sciągnełeś go z Tibia.net.pl czy z innego forum bo obawiam się plagiatu.

Offline

 

#5 2008-10-13 18:43:16

Suchy177

http://i37.tinypic.com/2dqpohz.gif

3695458
Zarejestrowany: 2008-09-15
Posty: 23
Nick: Nie gram
Profesja: No mówiłem NIE GRAM!
Server: ale żal :P

Re: Auto Clean

dokładniej mówiąc to nie wiem z kąd ten silnik bo to nie ja sciągałem tylko mój kolega i tak naprawde chodzi o jego otsa Wiec nie wiem z kad sciągnął


http://img.userbars.pl/117/23352.png
http://img.userbars.pl/13/2483.png
http://img.userbars.pl/111/22193.png

Offline

 

#6 2008-10-13 19:04:05

lukimaster

http://i36.tinypic.com/qs3v5t.gif

Zarejestrowany: 2008-07-18
Posty: 805

Re: Auto Clean

a co do @top mozesz zrobic npc cleanera pod 8.1 chyba jest bo widzialem kilka razy na evo. Postawisz go gdzies na mapce i bedzie ze auto clean xD

Offline

 

#7 2008-10-13 19:28:09

Polandos

Zbanowany

Prosze o usunięcie konta.
Call me!
Skąd: Prosze o usunięcie konta.
Zarejestrowany: 2008-06-30
Posty: 520
Nick: Prosze o usunięcie konta.
Profesja: Prosze o usunięcie konta.
Server: Prosze o usunięcie konta.
WWW

Re: Auto Clean

@Fury wystarczy pomyslec -.-
@Top Albo ustawisz to w OTS'ie (jakis skrypt)
Albo NPC ;*


Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.

Offline

 

#8 2008-10-14 07:55:34

Uzzio

http://i37.tinypic.com/28ajhip.gif

11642553
Call me!
Zarejestrowany: 2008-09-08
Posty: 785
Nick: Pozeracz Malinek
Profesja: Refugia

Re: Auto Clean

@TOP moge ci napisac skrypt

Fronczek napisał:

Sorki za OFFTOP

Sądząc po confingu to moje evo ? Sciągnełeś go z Tibia.net.pl czy z innego forum bo obawiam się plagiatu.

I co z tego ze jest twój podnieciło cie to?

Offline

 

#9 2011-04-12 04:19:48

kszoki1

http://i37.tinypic.com/okc0lk.gif

Zarejestrowany: 2011-04-07
Posty: 6

Re: Auto Clean

Jeśli Ten Silnik Masz Pod tibie 8.10 To  Jest NPC Co Robi Clean Mapy Co  Dany Czas   O to Link Do Tematu http://tibia.net.pl/kosz-biblioteki/229 … 8-1-a.html    Poczytaj sobie  A jak Nie to Podaj Wersje Tibi Jaką  Maasz To coś  się postaram pomuc.

Mam Nadzieje Że Pomogłem


Pomogłem?  Ciesze Się Bardzo

>>OTS Evolutin 8.10 Zapraszam<<

Offline

 

#10 2011-04-12 10:49:57

 Scizor

http://i50.tinypic.com/14dosao.png

Skąd: Zabierzów
Zarejestrowany: 2008-05-22
Posty: 1656
Nick: Knight er
Profesja: Honera
Server: 50

Re: Auto Clean

Mhm. Świetny z Ciebie archeolog! Odkopałeś temat sprzed 3 lat! ;o.

Raport.


http://i51.tinypic.com/a3i5gi.jpg

Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
https://www.ehotelsreviews.com/