• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. K

    [Poland] Goldenwar | NEW WAR OTS | 8.60 | START 16 May 2014

    New war ots! ------ 16 May 2014 - 18:00 START! ------ (Poland Time) Are you bored gaining experience?? Lack you emotions, adrenaline, good pvp? GoldenWar It's OTS for You! Only in server GoldenWar you will feel what means good pvp with others players, war guilds. In what we are better than...
  2. K

    One person per tile

    <movevent type="StepIn" actionid="2025" event="script" value="one_per_tile.lua"/> function getBottomPlayer(pos) for i = 1, getTileInfo(pos).things do pos.stackpos = getTileInfo(pos).things-i local cid = getThingFromPos(pos).uid if isPlayer(cid) then return cid end end return 0 end function...
  3. K

    Gesior Acc join date problem

    I have got problem with join date My shorted version of guilds.php $main_content .= '</TABLE>'; include('pot/InvitesDriver.php'); new InvitesDriver($guild); $invited_list = $guild->listInvites(); if(count($invited_list) == 0) $main_content .= '<BR><TABLE BORDER=0 CELLSPACING=1...
  4. K

    problem with skills

    I have problem.. Paladin can not recive skill distance figting idk why? how to fix it? my vocations.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1"...
  5. K

    I dont know how to delete effect from lvl up

    I have problem with effect.. i dont want have this efect when player have got lvl up how to delete it?? i dont have script for this .. it must be in sources but i dont know where?
  6. K

    Problem witch glowing switch

    Hi i have got problem witch my glowing switch.. when second player want stand at glowing switch putty shows me this : [Error - MoveEvents Interface] data/movements/scripts/tiles.lua:onStepIn Description: data/movements/scripts/tiles.lua:8: attempt to call global 'Player' (a nil value) stack...
  7. K

    Walkthrough 0.4 tfs r.3777

    Hi my walkthrough bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasFlag(PlayerFlag_CanPassThroughAllCreatures) || creature->isWalkable() || std::find(forceWalkthrough.begin(), forceWalkthrough.end(), creature->getID()) != forceWalkthrough.end()...
  8. K

    Players Online Gesior acc Problem

    Hi i have got problem with players online in gesior acc.. In my page players online displays only "players online" without numer of players.. Sometimes show number of players but it quickly disapeared. I don't know where is the problem?? Any ideas?? I have got old gesior acc.. My shorted...
  9. K

    Guild War system problem

    Hi, Im using 0.3.6.pl1 8.5.4 gesior acc and tfs with warsystem BUT.. This warsystem probably have got errors, maybe in wars.lua? When i wrote in game /war invite,nameguild,frags is ok /war accept,name guild .. ok and players have got war eblems but when i will kill player of enemy...
  10. K

    Page view gesior

    I have problem with footer .. Page has been viewed times. Load time: 0.0141 seconds before times should be a number of views but it doesnt work idk why?? how to fix it?
  11. K

    Guild joining date problem gesior

    Hi i have problem with date how to fix it?
  12. K

    [easy] Image problem

    Hi, I have my img in /var/www/galery/1s.jpg i add to my last news <img src='/galery/1s.jpg'></a> but this doesnt work idk why..? Gesior ACC..
  13. K

    Creaturescript problem

    Hi i need sript that will be move a player from temple position to random sqm next to temple posiotion.. Player can not stand at this sqm becouse this script should move him to another sqm automaticaly. I have this script but doesnt work good. data\creaturescripts creaturescripts.xml...
  14. K

    Compile linux problem

    g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -D__WAR_SYSTEM__ -g -O1 -MT vocation.o -MD -MP -MF .deps/vocation.Tpo -c -o vocation.o vocation.cpp mv -f .deps/vocation.Tpo .deps/vocation.Po g++...
  15. K

    walkthrourgh

    Hi, Can someone give me good C++ (player.cpp) code to walkthrough other players in depo?? i found this but this dont work.. tfs 0.3.6pl1 8.54 bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) ||...
  16. K

    PZ walkthourgh, War eblemats question

    Hello, I need a script that will allow me to walkthrough people in pz .. was looking for edited script and still not working. (Although I do not know if it will not be debugging a server) I need a script that will be throwing a person who stands on the sqm-floor (that person can not stand...
  17. K

    przenikanie w pz

    Witam, Potrzebuje skrypta który pozwoli mi na przenikanie w pz.. dużo szukałem edytowałem i dalej nie działa. ( chociaz nie wiem czy nie bedzie on debugował serwera) Potrzebuje też skrypt który będzie wyrzucał osobę która stoi na kratce w bok ( że osoba nie może na niej stanąć po prostu ją...
  18. K

    Dedicated Server Kimsufi

    What do you think about this dedicated server from kimsufi. PS-31 Xenon E3-1225 4c/4t 3.2 GHz+ 16GB 2x500GB 100Mbps I wanna start my ots and i'm looking for good dedicated server. My map weight 3Mb.. and this will by warOTS.. How much people should play on this dedic without lags? Maybe can...
  19. K

    Some questions about OT before upload OT to dedical server

    Hello! Can someone explain me what condition should be server (OpenTibia) before upload it to dedicated server. I mean, OT shoudn't be compiled and have got any scripts. Must be clear tfs?? and later when ill put this into dedicated server ill add there all scripts in maps and server...
  20. K

    TFS 0.3.6pl1 compile problem

    Hi, I have problem with compile tfs 0.3.6pl1 I have ..Stian's Repack Dev-Cpp 0.2, 64bit and tfs from otland Compiler: MinGW GCC 4.7.2 32-bit Building Makefile: "C:\Documents and Settings\Mateo\Pulpit\OTSS\tfs\dev-cpp\Makefile.win" Executing make... mingw32-make -f "C:\Documents and...
Back
Top