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

    Action Action to Second Promotion

    As requested by killing Action item function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) >= 20 then if getPlayerVocation(cid) == 5 then doPlayerSetPromotionLevel(cid, 2) doCreatureSay(cid, "You are now a Super Sorcerer!", TALKTYPE_ORANGE_1)...
  2. LucasFerraz

    Windows Auto kicks all the time (?)

    You should test fuction per function
  3. LucasFerraz

    Bug depot itens

    I didnt understand:o
  4. LucasFerraz

    Compiling Push Player

    Working? Funcionou?
  5. LucasFerraz

    [BUG] Killing in the name of.. - QuestLog 0.3

    Did you edited your sources?
  6. LucasFerraz

    Editing Map (OTBM) ingame / Save ingame map changes

    Wrong :p There was that System here in OTLand but I can't find it. It's a system made by Mock.
  7. LucasFerraz

    war system

    How can we help? ..
  8. LucasFerraz

    Compiling Push Player

    Not in OTLand, yet. - - - Updated - - - Features [ CHANGELOG Project Name The Forgotten Server Version 0.3 Codenamed Crying Damson License GNU GPLv3 Forum...
  9. LucasFerraz

    Windows Bug when player log out and back in please help me fix it REP ++ for u

    It seens to be a sources bug dont it? Maybe creatureevents maybe.
  10. LucasFerraz

    Lua Problem with enchanted weapons

    <element physicalPercent="100"/> elemental damage is a % of physical. Ghosts got immunity 100% against physical damages, then, no elemental hit.
  11. LucasFerraz

    Windows Auto kicks all the time (?)

    Do you got regular lags? - - - Updated - - - Maybe you gotta check your creatureevents, anyway you should try another distro to discart problems within your sources
  12. LucasFerraz

    Up magic level. Help me

    It's not client limit :p
  13. LucasFerraz

    Compiling Push Player

    I'm not sure if otland's members support Avesta. Particularly, I never tried, TFS is the best in my view.
  14. LucasFerraz

    Summon's corpse

    OTX Server codes was taken from TFS (this is what people say). Summon do not leave corpses in original tibia. It's right.
  15. LucasFerraz

    Exp stages

    If you got 2000 EXP i cant see any sense by using exp stages. In my view Exp Stages just make sense if used with low exp servers.
  16. LucasFerraz

    Scripting (Learning)

    doTransformItem(item.uid, item.itemid + 1) If item.itemid is 2160(Crystal Coin ID) then it will be transformed to +1, so it will be 2161. (item.uid, item.itemid + 1) item.uid is a param, the item you are manipulating. item.itemid + 1 is the second param, tells what i wrote above If you have...
  17. LucasFerraz

    NPC NPC (You need a storage to talk to him)

    As title says. Made by StreamSide, here. local keywordHandler = KeywordHandler:new()local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  18. LucasFerraz

    !aol and !bless

    Better: http://otland.net/f81/basic-talkactions-very-useful-132989/
Back
Top