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

    Windows 0xc000007b on TFS 10.31

    i had the problem after compiling my 8,6 0.3.6 TFS , i followed some compile tutorial telling me to change tons of shit in dev ++ before compiling, so i did and then i got this error. but later fixed it by this --------------------------- Try load " TheForgottenServer-console.dev " in dev ++...
  2. Sweetlove

    Solved Globalevent timer [Certain times]

    Thanks cyko ;)
  3. Sweetlove

    Boolean value error [ lms ]

    I'll post later today got some boring crap i have to attend to Arena.lua local t = { tmp = { {x = 982, y = 963, z = 7}, -- North west corner of Area where players must stand in order to join the event {x = 988, y = 969, z = 7} -- South east corner of Area }, arena = { {x = 1011, y = 943, z =...
  4. Sweetlove

    Players Pos

    Execute this in ur database, ofc change the position to your own temple pos UPDATE players SET posx = 32369, posy = 32241, posz = 7; @3mR
  5. Sweetlove

    Events,mods wont get teleported to temple

    Hey , neither my zombie,lms and battle event wont work properly.. Winners in all 3 wont get teleport to the temple, they get stuck forever. Could it be that i have to register a Pvp script for each event in login.lua?
  6. Sweetlove

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Hey, i got a problem.. It wont teleport the last players out from the arena,,
  7. Sweetlove

    Spell seller [ sell for items ]

    Hey , i got this spell seller script ( not mine ) , it works great but i want it to sell spells for a certain item. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  8. Sweetlove

    Solved lms on death

    ???
  9. Sweetlove

    Boolean value error [ lms ]

    Hey , i get this error when it tries to teleport the players into the arena bump line 28 local n = getTileInfo(pos).creatures line 21 function onThink()
  10. Sweetlove

    LMS players cant win

    bumpbump
  11. Sweetlove

    Solved House teleport [ zombie arena ]

    im using the one ninja linked above, thx anyways :p
  12. Sweetlove

    Solved Globalevent timer [Certain times]

    Hey, its like this for now <globalevent name="arena" interval="19:24" event="script" value="arena.lua"/> But lets say i want it to be more then that, like 13:00,14:00,15:00 and so on, how do i do this without adding more lines like this <globalevent name="arena"...
  13. Sweetlove

    LMS players cant win

    bump
  14. Sweetlove

    God's can't enter houses

    i can't apparently my talkaction can't be loaded if i use default .. i need to use the one i got, but how do i fix flags?
  15. Sweetlove

    God's can't enter houses

    Yeye i'll do that :p
  16. Sweetlove

    God's can't enter houses

    well , thanks but i don't want default =/ i want an admin rank due to certain commands
  17. Sweetlove

    God's can't enter houses

    0.3.6 , i bet my flags are completly fucked but that might be cuz i have no clue what a flag is.. its like when i put on senior tutor it says " no vocation <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player"/> <group id="2" name="Tutor" flags="10170989650439"...
  18. Sweetlove

    God's can't enter houses

    Probably a really simple explanation but apparentyl im to retarded for these kinda fixes ahahaha :p All help is appreciated ! :p
  19. Sweetlove

    Solved House teleport [ zombie arena ]

    How does this fix it :s ? ur not in a fight during zombie event are you ? thats why its possible to use it
  20. Sweetlove

    Solved House teleport [ zombie arena ]

    Hey, my house teleport scroll works in zombie arena and i really have no idea how to re-script that ... All help is appreciated :P function onUse(cid, item, fromPosition, itemEx, toPosition) return hasCondition(cid, CONDITION_INFIGHT) and doPlayerSendCancel(cid, "Sorry, you are...
Back
Top