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

    Solved Vip tile - level limit acces

    @DestinationSer look [Warning - Event::checkScript] Can not load script: scripts/viptile.lua data/movements/scripts/viptile.lua:6: 'then' expected near '=' @kikos What you think about that?
  2. therrax

    Solved Vip tile - level limit acces

    Hi. Information: TFS 1.0 Now only players with VIP can enter I wish people [ no-vip] having less than 80 level could enter. function onStepIn(cid, item, position, fromPosition) if getPlayerVipTime(cid) == 0 then doTeleportThing(cid, fromPosition, FALSE)...
  3. therrax

    Solved Problem with functions

    Thanks;)
  4. therrax

    Solved Problem with functions

    @Limos @Karain So it's weird. I put for example demon shield to house. I use command. Owner changed but it's all. " 00:36 Sorcerer Sample has been inactive for more than 21 days. You bought Enigma Square I for 465000." I dont have errors in console. My script: local function...
  5. therrax

    Solved Problem with functions

    Ops but wait :D Script works. I dont have errors in console, it change owner of the house. But items are still in house. It's possible to sent items to depot? @Limos one more question - up /\
  6. therrax

    Solved Problem with functions

    Thanks @Limos and @Karain, now it works! :) Magic :D
  7. therrax

    Solved Problem with functions

    Ok it's updated. Now only this: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:45: attempt to call global 'g etHousePrice' (a nil value) stack traceback: [C]: in function 'getHousePrice'...
  8. therrax

    Solved Problem with functions

    Now, when I use command front to the doors: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:2: attempt to call field 'get Result' (a nil value) stack traceback: [C]: in function...
  9. therrax

    Solved Problem with functions

    @Limos where to put this line?
  10. therrax

    Solved Problem with functions

    Limos, i updated it :p my new error: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:24: attempt to index a nil va lue stack traceback: [C]: in function '__index'...
  11. therrax

    Solved Problem with functions

    @Karain Yes :)
  12. therrax

    Solved Problem with functions

    @Limos false Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/global.lua:786: attempt to concatenate local 'guid' (a boolean value) stack traceback: [C]: in function '__concat' data/global.lua:786: in function...
  13. therrax

    Solved Problem with functions

    End of my global.lua -- end of vip system lib function isSummon(cid) return getCreatureMaster(cid) ~= cid or false end function getItemAttack(uid) return ItemType(getThing(uid).itemid):getAttack() end function getItemDefense(uid) return ItemType(getThing(uid).itemid):getDefense() end function...
  14. therrax

    Solved Problem with functions

    Ooo, know it's simple :D thanks Karain @Karain I add it to my global at the very end. Take a look now: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/global.lua:787: attempt to concatenate local 'guid' (a boolean value) stack traceback...
  15. therrax

    Solved Problem with functions

    @Limos Sorry but I'm begginer and I dont understand it;( My function is local owner = getPlayerNameByGUID(getHouseOwner(house)) if not(getLastLoginDiff(owner) >= config.timeInDays*24*60*60) then return doSendMagicEffect(s,2) and doPlayerSendCancel(cid,owner.." is not inactive.") end and I dont...
  16. therrax

    Solved Problem with functions

    Updated :) and more :D : Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:33: attempt to call global 'g etPlayerNameByGUID' (a nil value) stack traceback: [C]: in function...
  17. therrax

    Solved Problem with functions

    @Karain thanks for suggestions :) I updated it and now: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:24: attempt to call global 'g etHouseFromPos' (a nil value) stack traceback: [C]...
  18. therrax

    Solved Problem with functions

    Hi. Information: TFS 1.0 I am beginner. ;( Error: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/gamemaster/cleanhouse.lua:onSay data/talkactions/scripts/gamemaster/cleanhouse.lua:16: attempt to call global 'g etCreatureLookDirection' (a nil value) stack traceback...
  19. therrax

    Deleting houses of inactive players

    Any suggestions? I really need how to do that :( Please :/
  20. therrax

    Lua Converting script for TFS 1.0

    Evil, I saw this :P For me important thing is cleaning houses not inactive players :P Have any idea?
Back
Top