<?xml version="1.0" encoding="iso-8859-2"?>
<rss version="2.0">
<channel>
<title>OTS Team</title>
<link>http://www.endlesspain.pun.pl</link>
<description> OTS Team</description>
<language>pl</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>Dobry confing lua. by Gracek :D</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=38#p38</link>
<guid isPermaLink="false">38@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[-------- config.lua --------<br />-- Config file for OTServ --<br />----------------------------<br /><br />-- data directory location<br />datadir = &quot;data/&quot;<br /><br />-- map location<br />map = &quot;data/world/evolutions.otbm&quot;<br /><br />-- mapkind<br />-- options: OTBM for binary map, XML for OTX map<br />mapkind = &quot;OTBM&quot;<br /><br />-- map store location (for XML only)<br />mapstore = &quot;data/world/evolutions-mapstore.xml&quot;<br /><br />-- house store location (for XML only)<br />housestore = &quot;data/world/evolutions-housestore.xml&quot;<br /><br />-- bans storage (for XML only)<br />banIdentifier = &quot;data/bans.xml&quot;<br /><br />-- server name<br />servername = &quot;Evolution 2.0 by Gracek.&quot;<br /><br />-- server location<br />location = &quot;Polska&quot;<br /><br />-- server ip (the ip that server listens on)<br />ip = &quot;127.0.0.1&quot;<br /><br />-- server port (the port that server listens on)<br />port = &quot;7171&quot;<br /><br />-- server url<br />url = &quot;&quot;<br /><br />-- server owner name<br />ownername = &quot;Nazwa Serwera&quot;<br /><br />-- server owner email<br />owneremail = &quot;twój email&quot;<br /><br />-- world type<br />-- options: pvp, no-pvp, pvp-enforced<br />worldtype = &quot;pvp&quot;<br /><br />-- exhausted time in ms (1000 = 1 second)<br />exhausted = 1000<br /><br />-- exhausted time in ms for non-aggressive spells (1000 = 1 second)<br />exhaustedheal = 1000<br /><br />-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)<br />exhaustedadd = 200<br /><br />-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)<br />pzlocked = 60*1000<br /><br />-- house rent period<br />-- options: daily, weekly, monthly<br />houserentperiod = &quot;weekly&quot;<br /><br />-- motd (the message box that you sometimes get before you choose characters)<br />motd = &quot;Ots by twoje imię&quot;<br />motdnum = &quot;1&quot;<br /><br />-- login message<br />loginmsg = &quot;Ots by twoje imię&quot;<br /><br />-- how many logins attempts until ip is temporary disabled <br />-- set to 0 to disable<br />logintries = 0<br /><br />-- how long the retry timeout until a new login can be made (without disabling the ip)<br />retrytimeout = 60*1000<br /><br />-- how long the player need to wait until the ip is allowed again<br />logintimeout = 0<br /><br />-- allow clones (multiple logins of the same char)<br />-- options: 0 (no), 1 (yes)<br />allowclones = 1<br /><br />-- max number of players allowed<br />maxplayers = &quot;100&quot;<br /><br />-- SQL type<br />-- options: mysql, sqlite<br />sql_type = &quot;mysql&quot;<br /><br />--- MySQL part (ignore if you are using SQLite)<br />sql_host = &quot;localhost&quot;<br />sql_user = &quot;root&quot;<br />sql_pass = &quot;&quot;<br />sql_db&nbsp; &nbsp;= &quot;otserv&quot;<br /><br />--- SQLite part (ignore if you are using MySQL)<br />sqlite_db = &quot;db.s3db&quot;<br /><br />-- world name (shows in the character list)<br />worldname = &quot;Nazwa OTS'a która będzie widoczna w okienku postaci&quot;<br /><br />-- time to save the server (default = 5)<br />autosave = 15<br /><br />-- do you want to enable cap system? (yes/no)<br />capsystem = &quot;no&quot;<br /><br />-- anti-afk - maximum idle time to kick player (1 = 1min)<br />kicktime = 100<br /><br />-- how many summons player can have<br />maxsummons = 5<br /><br />-- maximum items in depot<br />maxdepotitems = 500<br /><br />-- learn spells (yes/no)<br />learnspells = &quot;no&quot;<br /><br />-- do you want everyone to have premium<br />freepremium = &quot;yes&quot;<br /><br />-- remove ammunation? (bolts/arrows)<br />removeammunation = &quot;no&quot;<br /><br />-- remove rune charges? (sd/hmm/gfb)<br />removerunecharges = &quot;no&quot;<br /><br />-- use item hotkeys? (yes/no)<br />itemhotkeys = &quot;yes&quot;<br /><br />-- shoot trough battle window on players? (yes/no)<br />battlewindowplayers = &quot;yes&quot;<br /><br />-- use account manager? (yes/no)<br />accountmanager = &quot;yes&quot;<br /><br />-- summon follows master everywhere<br />summonsfollow = &quot;yes&quot;<br /><br />-- allow outfit change<br />outfitchange = &quot;yes&quot;<br /><br />-- damage to players with the same feet<br />feetdamage = &quot;yes&quot;<br /><br />-- guild system type (SQL only)(ingame/online)<br />-- online guild system requires the latest Swelia AAC<br />guildsystem = &quot;ingame&quot;<br /><br />-- experience multiplier (how much faster you got exp from monsters)<br />expmul = 50<br /><br />-- experience multiplier for pvp-enforced (how much faster you got exp from players)<br />expmulpvp = 5<br /><br />-- monster lootrating (how much faster you get items from monsters)<br />lootmul = 10<br /><br />-- skill multiplier (another multiplier in data/vocations.xml)<br />skillmul = 20<br /><br />-- manaspent multiplier&nbsp; (another multiplier in data/vocations.xml)<br />manamul = 20<br /><br />-- how many monsters spawn at a time in 1 spawn<br />spawnmul = 1<br /><br />-- Price for each SQM when buying a house<br />houseprice = 375<br /><br />-- level to buy a house<br />houselevel = 50<br /><br />-- maximum death entries per player<br />maxdeathentries = 10<br /><br />-- max message buffer (default = 4)<br />-- how fast you get muted<br />messagebuffer = 200<br /><br />-- minimum action interval (default = 200)<br />minactioninterval = 200<br /><br />-- protection for those under this level<br />protectionlimit = 75<br /><br />-- critical damage and chance {chance, extra damage percent}<br />criticaldamage = {&quot;0&quot;, &quot;0&quot;}<br /><br />-- time to lose a white skull (1 = 1 minute)<br />whitetime = 5<br /><br />-- time to lose one frag (1 = 1 minute)<br />fragtime = 1*60<br /><br />-- ban unjust, how many frags you need to get banned (1 = 1 frag)<br />banunjust = 30<br /><br />-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)<br />redunjust = 3<br /><br />-- bantime, for how long the player is banned (1 = 1 hour)<br />bantime = 24*1<br /><br />-- access to walk into houses and open house doors<br />accesshouse = 3<br /><br />-- access to login without waiting in the queue or when server is closed<br />accessenter = 1<br /><br />-- access to ignore damage, exhaustion, cap limit and be ignored by monsters<br />accessprotect = 3<br /><br />-- access to broadcast messages and talk in colors (#c blabla - in public channels)<br />accesstalk = 1<br /><br />-- access to move distant items from/to distant locations<br />accessremote = 3<br /><br />-- access to see id and position of the item you are looking at<br />accesslook = 2<br /><br /><br />Polecam taki confing.lua jest całkiem nieĽly :)]]></description>
<pubDate>Piątek 4 Kwiecień</pubDate>
<comments>Piątek 4 Kwiecień</comments>
</item>
<item>
<title>[allclient] White Ninja</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=37#p37</link>
<guid isPermaLink="false">37@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[A ten se zkopiował od innego typa i jest gitez dużo widziałem już tych White Ninja. :D]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Serwer EndlessPain</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=36#p36</link>
<guid isPermaLink="false">36@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Witam na forum, które zostało specjalanie stworzone dla serwera EndlessPain (szczegóły):<br />Glówne informacje na temat OTS:<br />*IP:przemekdevil.no-info*<br />*Pass:111111/tibia*<br />*Klient 8.1*<br />*Port 7171*<br />*World type PVP*<br />*Host: <a href="http://www.endlesspain.pun.pl/*" target="_blank" rel="nofollow">http://www.endlesspain.pun.pl/*</a><br /><br />Napewno wkurza was to, że na wielu OTS nie ma Outfitów takich jak: <br />*Shaman<br />*Beggar<br />*Nightmare<br />*Assasin<br />*Norseman<br />*Jesker<br />*Brotherwood<br /><br />U nas na OTS s± te wszystkie Outfity, które wymieniłem + te podstawowe.<br /><br />*Exp x50*<br />*Skills x20*<br />*Loot_Mul x10*<br />*Czasami free items*<br />*Często GOD Gracek nasz mapper edytuję mapę xD*<br />*Nie kończ± się ładunki w runach ani amunicja (bolty,arrows,stones)*<br />*Redskull po zabiciu 3 ludzi*<br />*Bana dostaje się jak zabije się 30 ludzi*<br />*Czas trwania skulla po zabicu 1 ludka to 5 minut*<br />*Minimalny level potrzebny do zakupu domku to 50 lvl*<br />*Maglvl x20*<br />*Darmowy pacc*<br />*Nie trzeba uczyć się czarów wystarczy,że wbijesz lvl potrzebny do użycia go*<br />*Można zsummonować max 5 potworków*<br />*Można afkować 100 minut*<br />*Nie ma capa*<br />*Server save co 15 minut*<br />*MaxPlayers 100*<br />*Training Monki*<br />*Nowe Teleporty*<br />*Bramki na enhantowanie broni*<br />*Nowe respowiska*<br />*GM nie zabija jak mu kto¶ ubije zwykł± postać*<br />*Nowe teksty u NPC (Frodo),(Soya),(Donald),(Malak)*<br />*Pomysłowi Gm'owie*<br /><br />Życzymy miłej zabawy na naszym OTS pozdrawiaj± :<br />***GOD Gracek***<br />***GOD Przemek***<br /><br />I pamiętajcie brońcie Tibie krzesłem :D]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[MAPY]  Screeny z mapek</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=35#p35</link>
<guid isPermaLink="false">35@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Może kiedy¶ ci dam jakiego¶ screena jak będę mial inna zajefajn± mapkę :D]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Komendy GM!!</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=34#p34</link>
<guid isPermaLink="false">34@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Ale ten temat jest o komendach GM'a a nie o skryptach .... :)]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[MAPY]  Screeny z mapek</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=33#p33</link>
<guid isPermaLink="false">33@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Ojj nie marudĽ kiedy¶ się złamiesz :D:D]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[MAPY]  Screeny z mapek</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=32#p32</link>
<guid isPermaLink="false">32@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Never!!!!!]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[MAPY]  Screeny z mapek</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=31#p31</link>
<guid isPermaLink="false">31@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Żeby nie zakładać osobnych tematów, założyłem ten :) Proszę o dodawanie tutaj swoich projektów z różnych mapek !! :D HeHe i licze tu na Gracka :) :D:D]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Komendy GM!!</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=29#p29</link>
<guid isPermaLink="false">29@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[HeHe ale we¶my też poduwage że wpisujesz na google.pl : komendy gm i na każdej stronie ci wyskoczy :) Ale ze skryptami jest już o wiele gorzej :)]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[allclient] White Ninja</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=28#p28</link>
<guid isPermaLink="false">28@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Witajcie !!!Na Pro¶be &quot;Gracka&quot; zaczne bardziej zwracać uwagę na szczegóły i wytłumaczenie troszkę mniej zaawansowanym:D :) Oto Potwór Działaj±cy Na Wszystkie Wersje Tibii i przerobiony przeze mnie. Wchodzimy W Data/Monsters I Robimy Plik .lua O Nazwie White Ninja.lua I Wklejamy To :<br /><br /><br />&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />&nbsp; &lt;monster name=&quot;White Ninja&quot; tp=&quot;1&quot; species=&quot;human&quot; nameDescription=&quot;To jest ninja&quot; race=&quot;blood&quot; experience=&quot;30000&quot; speed=&quot;5000&quot; manacost=&quot;0&quot;&gt;<br />&nbsp; &nbsp; &lt;health now=&quot;50000&quot; max=&quot;5000&quot;/&gt;<br />&nbsp; &nbsp; &lt;look type=&quot;152&quot; head=&quot;94&quot; body=&quot;99&quot; legs=&quot;69&quot; feet=&quot;114&quot; corpse=&quot;3128&quot;/&gt;<br />&nbsp; &nbsp; &lt;targetchange interval=&quot;60000&quot; chance=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &lt;strategy attack=&quot;100&quot; defense=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &lt;flags&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag summonable=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag attackable=&quot;1&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag hostile=&quot;1&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag illusionable=&quot;0&quot;/&gt;&nbsp; &nbsp; &nbsp; &lt;flag convinceable=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag pushable=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag canpushitems=&quot;1&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag staticattack=&quot;40&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag lightlevel=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag lightcolor=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag targetdistance=&quot;1&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;flag runonhealth=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &lt;/flags&gt;<br />&nbsp; &nbsp; &lt;attacks&gt;<br />&nbsp; &nbsp; &nbsp; &lt;attack name=&quot;melee&quot; interval=&quot;2000&quot; chance=&quot;50&quot; min=&quot;178&quot; max=&quot;269&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;attack name=&quot;assassin star&quot; interval=&quot;3000&quot; chance=&quot;50&quot; min=&quot;134&quot; max=&quot;472&quot;/&gt;<br />&nbsp; &nbsp; &lt;/attacks&gt;<br />&nbsp; &nbsp; &lt;defenses armor=&quot;21&quot; defense=&quot;23&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;defense name=&quot;strong haste&quot; interval=&quot;3000&quot; chance=&quot;30000&quot;/&gt;<br />&nbsp; &nbsp; &lt;/defenses&gt;<br />&nbsp; &nbsp; &nbsp;&lt;defense name=&quot;plinkvis&quot; interval=&quot;2000&quot; chance=&quot;30&quot; duration=&quot;5000&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;attribute key=&quot;areaEffect&quot; value=&quot;blueshimmer&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;/defense&gt;<br />&nbsp; &nbsp; &lt;immunities&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity physical=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity energy=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity fire=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity poison=&quot;1&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity lifedrain=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity paralyze=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity outfit=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity drunk=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;immunity invisible=&quot;0&quot;/&gt;<br />&nbsp; &nbsp; &lt;/immunities&gt;<br />&nbsp; &nbsp; &lt;voices interval=&quot;2000&quot; chance=&quot;5&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;voice sentence=&quot;Trafiasz na moja liste zabitych!BUAHAHHAHAH!&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;voice sentence=&quot;Nikt mi nie ucieknie.&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &lt;voice sentence=&quot;Uwaga noobie assassin star leci.&quot;/&gt;&nbsp; &nbsp; &lt;/voices&gt;<br />&lt;loot&gt;<br />&lt;item id=&quot;7368&quot; countmax=&quot;8&quot; chance1=&quot;35&quot; chancemax=&quot;10000&quot;/&gt;&quot;<br />&lt;item id=&quot;2152&quot; countmax=&quot;59&quot; chance1=&quot;90&quot; chancemax=&quot;10000&quot;/&gt;&quot;<br />&lt;item id=&quot;1987&quot; chance=&quot;100000&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;inside&gt;<br />&lt;item id=&quot;2487&quot; chance=&quot;30000&quot;/&gt;<br />&lt;item id=&quot;2195&quot; chance=&quot;40000&quot;/&gt;<br />&lt;item id=&quot;2160&quot; countmax=&quot;12&quot; chance1=&quot;50&quot; chancemax=&quot;1000&quot;/&gt;<br />&lt;item id=&quot;2492&quot; chance=&quot;10000&quot;/&gt;<br />&lt;item id=&quot;2497&quot; chance=&quot;50000&quot;/&gt;<br />&lt;item id=&quot;5910&quot; countmax=&quot;20&quot; chance1=&quot;90&quot; chancemax=&quot;1000&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&lt;/inside&gt;<br />&lt;/item&gt;<br />&nbsp; &nbsp; &lt;/loot&gt;<br /><br />&lt;/monster&gt;<br /><br />A teraz w pliku Monsters.xml:D Znajduje się on w pliku data/monster/monsters.xml :) Wklejamy to :D:<br /><br /><br />&lt;monster name=&quot;White Ninja&quot; file=&quot;White Ninja.xml&quot; /&gt;]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Komendy GM!!</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=27#p27</link>
<guid isPermaLink="false">27@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Przyda się to dla noobków takich jak Adi lol]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Komendy GM!!</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=26#p26</link>
<guid isPermaLink="false">26@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Niom, i postaraj się :D:D :)]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Komendy GM!!</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=24#p24</link>
<guid isPermaLink="false">24@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[Ok zaczne dodawac skrypty]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>Spis silniczków od 7.92 do 8.1</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=23#p23</link>
<guid isPermaLink="false">23@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[:D:D to spox :)]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
<item>
<title>[8.1][potwór] Assassin Shadowbolt</title>
<link>http://www.endlesspain.pun.pl/viewtopic.php?pid=22#p22</link>
<guid isPermaLink="false">22@http://www.endlesspain.pun.pl</guid>
<description><![CDATA[w : nazwa otsa/data/monster/monster.xml :P:P :)]]></description>
<pubDate>Czwartek 3 Kwiecień</pubDate>
<comments>Czwartek 3 Kwiecień</comments>
</item>
</channel>
</rss>

