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

    Solved Scroll back to homecity exhaust dont work

    What musst i change that a player get teleportet to his home-City ? And what is wrong with exhaust ?? I want 20 minutes exhaust time 2000secs That means you cann use the scroll every 20 min to teleport you to your home City. Please help me local newpos = {x=32369, y=32241, z=7} local time =...
  2. Blysco

    Action ghettobird's tp scroll, tps u to to temple!

    My Tibia crashing when i use the scroll.... TFS 0.3.7 Tibia 9.8-9.86 Server Info Please help and the message when someone walk over a sqm dont work too.. Please help
  3. Blysco

    Lua Couldown script dont work

    My Scirpt i want a Couldown for it ! Please help me local newpos = {x=32369, y=32241, z=7} function onUse(cid, item, frompos, item2, topos) local inFight = hasCondition(cid, CONDITION_INFIGHT) if not inFight then doSendMagicEffect(getPlayerPosition(cid),1) doTeleportThing(cid,newpos) local...
  4. Blysco

    Action ghettobird's tp scroll, tps u to to temple!

    No Item.... For example. I want to to this with a unique id. That i cann just put the unique id on a ground.
  5. Blysco

    Action ghettobird's tp scroll, tps u to to temple!

    When a player walk on a SQM a Message appear. You know what i mean ??
  6. Blysco

    Lua Changing game mode on certain days?

    Cann i make Hardcore PVP for a Area ??? I want to make a small Hardcore PVP arena and when someone enter the Arena a message should appear. Like you entered the Hardcore Pvp arena function onstep e.t.c
  7. Blysco

    Action ghettobird's tp scroll, tps u to to temple!

    Thanks :) I have one more question. I want that when a player enter a Area that a Text appear
  8. Blysco

    Lua How to add Couldown to a Teleport Scroll

    My Scirpt i want a Couldown for it ! Please help me local newpos = {x=32369, y=32241, z=7} function onUse(cid, item, frompos, item2, topos) local inFight = hasCondition(cid, CONDITION_INFIGHT) if not inFight then doSendMagicEffect(getPlayerPosition(cid),1) doTeleportThing(cid,newpos) local...
  9. Blysco

    Action ghettobird's tp scroll, tps u to to temple!

    Nice :) But how cann i make that the Scroll have a couldown ??
  10. Blysco

    MoveEvent go through teleport you pay x crystal coins.

    When i enter the Teleporter he take 50cc but when i want to enter the Teleporter without Money i get teleportet anyway...
  11. Blysco

    Lua Changing game mode on certain days?

    Cann you give me a example ?
  12. Blysco

    Lua Changing game mode on certain days?

    Musst i put this in Globalevents ? Cann i make this too for hours ?? Always Open Pvp and Monday are from 18:00-19:00 clock is Hardcore PVP. And Tuesday is Optional PVp for 8 Hours. I want that script too :D
  13. Blysco

    Lua Palomino & Appaloosa NPC TFS 0.3.7 Rent Horse Npc

    I just took Id : 8312 as the corpse and renamed to dead Horse. Sometimes there is a foreign launglage. I cannt translate i dont know which foreign launlage it is :/ Please help... <?xml version="1.0"?> <npc name="Palomino" script="data/npc/scripts/aluguelmounts.lua" walkinterval="50000"...
  14. Blysco

    Lua Palomino & Appaloosa NPC TFS 0.3.7 Rent Horse Npc

    Hey, i have both Npcs but when i place one of them in my Map my Server just crash. No Error nothing but the Server just crash while he is loading the Map & Spawns and when i delete the Npcs on the Map the Server works fine. Cann someone give a link for Palomino & Appaloosa Npc+Script ? Anyway i...
  15. Blysco

    Lua Best VIP System Error

    I just removed the Effect and now it works :)
  16. Blysco

    Lua Best VIP System Error

    Ok i have found a fix For all who want this fix. Just paste this in daysremover and error is gone ! function onTime() db.executeQuery("UPDATE accounts SET vipdays = vipdays - 1 WHERE vipdays > 0;") return true end
  17. Blysco

    Lua Best VIP System Error

    <globalevent name="vipEffect" interval="800000" script="vipEffect.lua"/> I tried to use a higher Interval but the Error still is there (i dont want to delete the Effect :D)
  18. Blysco

    Lua Best VIP System Error

    if getPlayerVipDays(cid) >= 1 then doSendMagicEffect(getPlayerPosition(cid), 1) doSendAnimatedText(getPlayerPosition(cid), "VIP!", TEXTCOLOR_RED) end I deleted this and now the "Do send Text blabla" Error are gone. But still have the "onTime not found (Data/globalevents/scripts/daysremover.lua...
  19. Blysco

    Lua Best VIP System Error

    I did all how the tutorial said but i get 2 Errors. You see them in the Screen. Server is running but 1 Error is spaming the console.. Server dont crash. Whats wrong ? After i log in i got tons of the same Error please help. All works but after i use the item to get Premium i got little stars...
Back
Top