• 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. Saper1995

    target:getUniqueId()

    Hi. Like in title. How to get uniqueID from target in TFS 1.2? In functions i only found item:getUniqueId() but how to define ItemEx.Uid like in old tfs? I was trying to make it in many ways but everytime nothing happend, no errors in console. I set UID in map editor and make this: <action...
  2. Saper1995

    TFS 1.2 TP to Waypoint.

    Hi, i'm trying to make talkaction command /goto waypoint like in old tfs version and i have a problem couse nothing happend. function onSay(player, words, param) local target = Creature(param) local waypoint = getWaypointPositionByName(param) if not...
  3. Saper1995

    Lock summon in area

    Hi guys!. Is there any function like setPlayerSummon = 2? I'm trying to make pvp arena and want to lock capability to summon any monster there. Is any solution for it? When summon kill player on arena then owner of that summon and other summon stay in locked arena but this lasthit summon is...
  4. Saper1995

    Math.random

    Hi, i tried to make casino machine with my own sprites but something goes wrong. I do 3 math.random first is "CASINO_WIN" - id of winning color sprites and second is "CASINO_LOSS" - you know and third is a main random (win/loss) but even if i loss script make a winning sprites in that pos. or if...
  5. Saper1995

    [8.54] PVP ARENA

    Hello everyone! I found this script and trying edited but something doesn't work. Anyone can help me? And how to make NOSKULL area in arena like PVPzone in RME. I don't want PVPzone because when player die then he was teleport to temple but i want teleport to X position. *This script teleported...
  6. Saper1995

    [Spell] Don't walk to say spell.

    Hello. Is it possible that create a spell That can be made but only when the character stops at the spot at a Certain Time, and Whether it is possible to change the direction in which the player looking.
  7. Saper1995

    Lua Incredible Old Witch (Monster DEBUG)

    Hi! I created this rune to the needs of my server and I have a problem. After a certain amount of use the runes on a monster and when i try use rune again then something do debug tibia client. I don't know what i write in code wrong. Please for help. local combat = createCombatObject()...
  8. Saper1995

    [10.10] Donkey Mount !!

    Witam :) Próbowałem napisać skrypt na taming osiołka lecz mam problem z funkcją pobierania outfitu potworów. Chodzi dokładnie o to : getCreatureOutfit(pid).lookType == 399 czy (pid) to prawidłowo zadeklarowana osoba? EDIT: Rozwiązałem to w inny sposób.. getCreatureOutfit(itemEx.uid)
  9. Saper1995

    QuestLog

    Witam :) Czy ktoś z was wie gdzie mogę znaleźć wszelkie opisy questlogów? Coś typu: <mission name="The Throne of Deceit" storageid="10007" startvalue="1" endvalue="1"> <missionstate id="1" description="You fought your way through the illusions and lies of Bazir minions and absorbed some of...
  10. Saper1995

    Problem z NPC

    Witam :) Podratuje mnie ktoś i poprawi co źle bo już nie mam pojęcia jak ustawić ten Addevent. W całym skrypcie chodzi dokładnie o te linie: A oto błąd z konsolki: Cały NPC: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  11. Saper1995

    NPC 2 ANSWER STORAGEID

    Hi there. For some time, I struggle with this NPC but i have still a problem. Is there anyone who can help me? local travelNode = keywordHandler:addKeyword({'island'}, StdModule.say, {npcHandler = npcHandler, storageId = 17101, storageValue = 1, onlyFocus = true, text = 'Are you sure you want...
  12. Saper1995

    Item Remove Corpse

    Hello! I have a problem with this script.Item that I use on the body does not eliminate it and not turning into another object. Can someone explain to me what is wrong and correct it for me? I would like to object to the use of the body and remove body disappeared giving us a new item...
  13. Saper1995

    Time Teleport

    Hello. I need some help with that script function onStepIn(cid, item, pos) if(item.actionid == 4545) and isPlayer(cid) == TRUE then addEvent(waiting, 5 * 1000, cid) end function waiting(cid) doTeleportThing(cid,mars) mars = {x=1000, y=1000, z=7} end return true end If i step on...
  14. Saper1995

    Storage by Exp

    Hi all! Looking for a script giving storage for the player if he's killing the boss earns more than 51% exp for killing it. if you get 50% exp or less does not make him a storage = 2500. and must try to continue to have a 51% per kill. Thanks in advance for your help and best regards:>
  15. Saper1995

    Item Summon Creature Convince

    Hello Everybody ! I am writing to ask for help in explaining to me what is missing this script. function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) local summom = getCreatureSummons(cid) if(fromPosition.x ~= CONTAINER_POSITION) and item.itemid...
  16. Saper1995

    C++ pomoc

    Witam ;] Potrzebuje pomocy w pewnym kodzie, który działa na zasadzie nadawania szybszego chodu po awansie skilla (Szybsze Chodzenie) KOD : uint32_t Player::getCreatureSpeed() { uint32_t creaturespeed = vocation->getBaseSpeed(); uint32_t skilll = getSkill(SKILL_FISH, SKILL_LEVEL)...
  17. Saper1995

    Transform Script.

    Hello everyone. I have a problem with this script, it is that does not work .. I am confident that this forum will be the person who could help me improve this spell. And if anyone would be able to add a line that makes that life and mana back to previous settings before using the spell would be...
  18. Saper1995

    Item Radar

    Hi all:) I'm looking for someone who could improve the script so that it acted in ver.8.54. The principle of this script is very simple .. Radar scan for the object and it works like a charm 'exiva' giving the coordinates of the [south, west, east, north]. Thank you and best regards. For working...
  19. Saper1995

    (Dragon Ball-8.0) Map Shape@

    Hello:) Who has the time and can do for me such a shape ?
Back
Top