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

Recent content by paweleq2000

  1. paweleq2000

    Lua Task kills.lua creaturescript

    Hello, I want to make in this bellow script message which inform us about how much monster we have killed. function onKill(player, target) if target:isPlayer() or target:getMaster() then return true end local targetName, startedTasks, taskId = target:getName():lower()...
  2. paweleq2000

    Login.lua If Premium Acc Then Message

    TFS 1.2, sorry. Is it work on this engine?
  3. paweleq2000

    Login.lua If Premium Acc Then Message

    Hello, I need script in login.lua When you have premium account then you got green message on Center of the Tibia client "You have got 10% more experience from premium account"
  4. paweleq2000

    Vip Acces for Account not Player

    Hello, I want to make Vip Acces for all players on one account, it is possible? Now Vip is only for one character on account. My code function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) local viptimestorage = 15001 local itemid = 10138 local vipdays = 4 local...
  5. paweleq2000

    Get Level function TFS 1.2/OTX 3

    Now it's work, big thanks!
  6. paweleq2000

    Get Level function TFS 1.2/OTX 3

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end...
  7. paweleq2000

    Get Level function TFS 1.2/OTX 3

    In Trish.lua, where i should?
  8. paweleq2000

    Get Level function TFS 1.2/OTX 3

    Okay, so how i can use this function? Because i got error Lua Script Error: [Npc interface] data/npc/scripts/Trish.lua:eek:nCreatureSay data/npc/scripts/Trish.lua:71: attempt to call method 'addLevel' (a nil value) stack traceback: [C]: in function 'addLevel'...
  9. paweleq2000

    Get Level function TFS 1.2/OTX 3

    does it not have a built-in function already in tfs or otx?
  10. paweleq2000

    Get Level function TFS 1.2/OTX 3

    Hello otlanders, I want to ask for function which give us level when we do some NPC mission. I know for experience is doPlayerAddExp(cid,1), but need for level.
  11. paweleq2000

    [Poland] KingEvo 10.97-10.99 [Mount Quests, Addon Quests, Quests for Shop Items] F.ATK

    Server start in one hour, create your acc!
Back
Top