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

Search results

  1. L

    Really weird errors o.O wrong vocation + wrong weapons

    First weird error: [Warning - Vocations::getVocation] Vocation 1 not found. [Warning - Chat::loadFromXml] Wrong vocation id: 1 Whats it? my vocations.xml: <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5"...
  2. L

    Lua possibility of landind on the ghost ship?

    Hello, It's my captain in Venore local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  3. L

    How to add House in the character information?

    How can I add house in the character information? for example like there: Tibia - Free Multiplayer Online Role Playing Game - Community House: Radiant Plaza 3 (Yalahar) is paid until Jun 01 2010 but without "paid until..." :)
  4. L

    Lua Noob problem with doRemoveItem

    there is part of my script: if(itemEx.uniqueid == 55535) and (itemEx.itemid == 1304) then doRemoveItem(55535,1) doSendMagicEffect(fromPosition, CONST_ME_POOF) return TRUE end Why it doesnt remove item with unique id 55535?
  5. L

    [Movement] problem with script

    Hey, I have problem with this script: <movevent type="StepIn" uniqueid="23420" event="script" value="final.lua"/> local pos = {x=33198, y=32876, z=11} function onStepIn(cid, item, position) if isPlayer(cid) == TRUE then for i = 2335, 2341 do if getTileItemById(pos, i).uid < 1 then...
  6. L

    Zao arena

    Well http://otland.net/f132/scripts-elemental-spheres-quest-82037/index4.html So I request for Zao Arena on Chazorai - TibiaWiki - Quests, Items, Spells, and more with NPC Chrak - TibiaWiki - Quests, Items, Spells, and more :)
  7. L

    neo/netia reconnect

    ma ktos jakis program w ktorym wpisuje passy do routera i mi samo robi reconnecta (tzn po odpaleniu ofc)? :p Ok, znalazłem coś takiego: reconnect.bat @echo off rasdial "Neostrada" /disconnect rem ping -n 20 127.0.0.1 >nul rasdial "Neostrada" "Login" "Haslo" Zmieniam to na: @echo off...
  8. L

    [PHP] Co jest z tym commentem?

    $comment = $player->getComment(); $newlines = array("\r\n", "\n", "\r"); $comment_with_lines = str_replace($newlines, '<br />', $comment, $count); if($count < 50) $comment = $comment_with_lines; if(!empty($comment)) { if(is_int($number_of_rows / 2)) { $bgcolor =...
  9. L

    Scripts to Elemental Spheres Quest

    Hello. I know that there are many good scripters so I hope that someone could do/release scripts for this map: http://otland.net/f50/elemental-spheres-quest-map-81807/ Here you can find everything about this quest: The Elemental Spheres Quest/Spoiler - TibiaWiki - Quests, Items, Spells, and...
  10. L

    nowe postacie maja przyznawane dziwne id w DB :o

    Dziwna sprawa, pierwsze 6charów w DB to acc manager + samples i maja ID 1-6 a kolejnym postaciom przypisuje ID 279+ zamiast od 7 w górę :o o co chodzi?
  11. L

    Wszystkie blessy u NPC za pomocą jednej komendy

    Witam, jak zrobić żeby jednym poleceniem kupić wszystkie blessy? local node = keywordHandler:addKeyword({'blessings'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy all blessings for 10000 (plus level depending amount) gold?'})...
  12. L

    Kupie.. rozwiazanie problemu z mysql

    No więc tak, mam dwa problemy z mysql Pierwszy z nich polega na tym, że TFS czasami traci połączenie z mysql a więc przestaje zapisywać obecny stan do DB Drugi - save trwa 40-50sekund.. Czyli chodzi mi o to aby tfs nie tracił połączenia z mysql a save trwał maksymalnie 15-20sekund...
  13. L

    Arena co jakiś czas się psuje

    Witam, mam dziwny problem z svar areną, co jakiś czas sama(?) sie psuje.. nie wiem dokładnie o co chodzi bo jak testowałem ją to wszystkie 3 poziomy elegancko działały.. a tak co jakiś czas coś się psuje i nie działa żaden z trzech TP które teleportują do pierwszego roomu [Error - MoveEvents...
  14. L

    Lua [movement] weird error

    I have really weird error with trap.lua o.O [Error - MoveEvents Interface] data/movements/scripts/trap.lua:onRemoveItem Description: (luaGetThingPosition) Thing not found [Error - MoveEvents Interface] data/movements/scripts/trap.lua:onRemoveItem Description: data/lib/032-position.lua:6...
  15. L

    napis przy kupowaniu domku..

    w sumie to jest bug bo ustawiłem houseRentAsPrice = false housePriceAsRent = false houseRentPeriod = "never" a mimo to i tak pokazuje się: You have successfully bought this house, remember to leave money at bank or depot of this town for rent. i teraz taka sprawa...
  16. L

    Czas trwania fraga

    Witam, mam małe pytanko bo się troche zmieszałem. Gdy początkowo zobaczyłem tą linijkę time_t now = time(NULL), today = (now - 84600), week = (now - (24 * 84600)); Myślałem, że wystarczy edytować to 24 np na 6 i wtedy frag będzie trwał 6 godzin a nie 24 (tak jak jest domyślnie w TFS) jednak po...
  17. L

    Lua [Action] Problem with tp-lever

    Hello, i have problem with lever.. It teleports player when player stand on special X,Y,Z (getTopCreature) so its good but when no one stand on this item and player use lever than i have error in console: [Error - Action Interface] data/actions/scripts/zaolever.lua:onUse Description...
  18. L

    acc manager - blokada w tworzeniu danych nicków

    Witam, jak zablokować stworzenie danego nicku? (tak jak zablokowane są god/gm/cm/tutor) szukałem w configu i accontmanagment ale nigdzie tego nie widzę :/
  19. L

    Problem z liną

    Niby lina działa, ale cały czas takie errory mam w konsoli: [Error - Action Interface] data/actions/scripts/tools/rope.lua:onUse Description: (luaGetThingFromPos) Tile not found local spotId = {384, 418, 8278, 8592} local holeId = { 294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462...
  20. L

    Lua [rope] (luaGetThingFromPos) Tile not found

    [Error - Action Interface] data/actions/scripts/tools/rope.lua:onUse Description: (luaGetThingFromPos) Tile not found rope.lua local spotId = {384, 418, 8278, 8592} local holeId = { 294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135...
Back
Top