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

    Kill x monster in x area

    creaturescripts local config = { {["name"] = "Boss", ["storage"] = 5560}, } function onKill(cid, target, lastHit) if(isPlayer(target) ~= TRUE) then for i = 1, #config do if getCreatureName(target):lower() == config[i].name:lower() then if getPlayerStorageValue(cid...
  2. UpInSmoke

    Rooks Tale

    Yes but rookgaard has been created to fulfill the challenge of surviving without vocations; and thats why my server will be, it will give players a challenge and something to strive for. Vocations would make the server way too easy and no fun, it would just become war server, i want there to be...
  3. UpInSmoke

    Rooks Tale

    Why would i do that? then it wouldnt be unique and would just be "another server" This will make a fair advantage to all players and make it unique - - - Updated - - - It will be 9.8 - - - Updated - - - Thank you :) - - - Updated - - - What exactly do you mean? it is the real tibia...
  4. UpInSmoke

    Rooks Tale

    Thank you! hope to see you there :)
  5. UpInSmoke

    Rooks Tale

    Rooks Tale is now: ONLINE ip: rookstale.servegame.com client: 9.8 Have you ever been on rookgaard before? And one of those annoying botters or people just get in the way of your hunting? Have you ever wished you could just pk them? WELL NOW YOU CAN! I am also willing to take suggestions from...
  6. UpInSmoke

    (8.60) Request Rookgaard NPC's!

    thanks but those npc's are for 7.7
  7. UpInSmoke

    (8.60) Request Rookgaard NPC's!

    bump
  8. UpInSmoke

    Server wont start.

    go to your forgettenserver.exe and right click it > properties > compatibility > run program in compatibility mode for > select your windows
  9. UpInSmoke

    Team "Tales from Middle-earth" looking for team (Project based on "The Lord of the Rings")

    Name: Connor 18 years old canada scripter http://otland.net/f82/race-event-192239/ http://otland.net/f81/private-spawner-193656/ these are just small things, i have made quite bigger and better but for myself and didnt release. Would be more then happy to help
  10. UpInSmoke

    Lua Cancel Task Mission

    local tasks = { [1] = {questStarted = 1510, questStorage = 65000, killsRequired = 100, raceName = "Trolls", rewards = {{enable = true, type = "exp", values = 200}, {enable = true, type = "money", values = 200}}}, [2] = {questStarted = 1511, questStorage = 65001, killsRequired = 150...
  11. UpInSmoke

    transform item

    What? the item is already in the map editor and its an action not a movement if thats what you are trying to get at
  12. UpInSmoke

    Couldn't establish connection to SQL Database!

    for all you users it may not be the config: go to your server folder> server application file (the one you click to run it), right click> properties > compatibility > check run this program in compatibility mode for (chose your windows). hope this helps
  13. UpInSmoke

    transform item

    thanks but it didnt work [06/07/2013 13:54:38] [Error - Action Interface] [06/07/2013 13:54:38] In a timer event called from: [06/07/2013 13:54:38] data/actions/scripts/other/test.lua:onUse [06/07/2013 13:54:38] Description: [06/07/2013 13:54:38] (luaDoTransformItem) Item not found did...
  14. UpInSmoke

    transform item

    so i want an item that when a different item is used on it, that it transforms to a different item - (works) now i want to set an event to when it transforms so in x amount of time it will transform back, the event works, but i cant see to get it to transform back. I have tried, removing the...
  15. UpInSmoke

    Action private spawner

    Good to see you like it :)
  16. UpInSmoke

    Action private spawner

    edited first post to explain what it does better
  17. UpInSmoke

    Action private spawner

    Made this for myself, thought others might benefit from it if there isn't already one out there local t = { effect = CONST_ME_HITBYFIRE, [65001] = {"snake", 20, 1*60, {x = 1153, y = 1449, z = 7}, {x = 1169, y = 1465, z = 7}, {x = 1161, y = 1457, z = 7}, 13455}, -- UniqueId of lever, monster...
  18. UpInSmoke

    Need Script To rune

    spells.xml
  19. UpInSmoke

    Source editing

    Actually they are quite different; programming as far as Java and somewhat Lua i can make basically anything. I wasn't asking for a tutorial on learning C++, i was asking how to find those files and edit them into my server; this has basically nothing to do with programming. Why don't you learn...
Back
Top