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

    Programmer Danera 7.6 Real Map 24/7 Server

    GL here, I dont think you will get anyone to make a game, and give it to you, so you can make them GM.
  2. G

    [HOT] Last Man Standing Event!

    ... This could be scripted so much better...
  3. G

    GM hacked!

    Unfortunately, there is no way to stop hackers. There is just more ways to try to prevent them from figuring out how your game is coded, and how it reads. To add to that, you are using TFS. Its aleady an open sorce, and if you get the wrong files, you could end up with keyloggers, and other...
  4. G

    OpenTibia [9.81] OTItemEditor

    If you get that error, go into you're servers items file. Then make a folder, name it data. Place your tibia.spr/dat in it and name it has show in the steps above.
  5. G

    Windows [MOD] Script

    No do this... <globalevent name="timer_example" time="21:35" event="script" value="my_script.lua"/> - - - Updated - - - Its in military time.
  6. G

    Team Athera-Online

    I'm glad to be apart of the Athera team. I'll do my best to serve my purpose in helping you, and the team in creating the next 2D experience. Position: Exact name to be determined What I do: C++ programming, Web design
  7. G

    OT Server Engine

    Look up C++ tutorials. Just remember its so easy its complicated. You will HAVE to know the code or you will never make a game. Its not something you can just half ass. 1)make map 2) tell how to read sprite to map 3) make connection path 4) make client read specific code, and do specific things...
  8. G

    Starting items in config.inc.php

    Delete that line,a nd add this to mods? <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" enabled="yes"> <event type="login" name="FirstItems" event="script"><![CDATA[ <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" enabled="yes"> <event type="login"...
  9. G

    Windows How to add lua function

    data>lib>50-function function isVip(cid) getPlayerStorageValue(cid, VIP, 1) end
  10. G

    Best tibia world

    What world will be best for high population, and pvp. (english server) Anyone have suggestions?
  11. G

    NPC Marriage system 8.6+ [Fixed]

    Npc will say all names that ask for wedding?
  12. G

    Damons Beginner Mappings <3

    Okay: 1) There's 5 different objects here. 2) You have 4 lava spouts in one SMALL area. It looks horrible. 3)You put in a rock slide, but nothing with it, its just a rock in the back. 4) Who in there right mind, would make the statue in the middle of the room, rather then on a wall. (or atleast...
  13. G

    first map ever mapped xD

    Alymatrox, the best thing to remember when mapping is, doors (unless big ones) should only be 1sqm wide. Also, the best way to map is checking the top floor constantly to make sure it looks good. This will help you get an idea of how players will see in game, and how to map so its appealing to...
  14. G

    Lua Need Urgent Help with scripts!

    If you're not a scripter, give up. Otherwise, just look at the errors. Then go fix the problem one by one... I see ERROR - GLOBAL EVENT data/globalevents/scripts/raid.lua attempt to call global 'isInArray' (a nil value) That means there either, isnt a array of that name, or the...
  15. G

    [GESIOR2012] Items Shop Installation/Administration

    cant help without seeing the dysfunctional code!
  16. G

    TalkAction Bot-check with calculator

    Yeah, sorry forgot to specify.
  17. G

    If anyone needs help with a lua script just request it here.

    Here a very basic script for it.. local trainingRoom = { [1] = {x = 1000, y = 1000, z = 7, stackpos = 255}, [2] = {x = 1000, y = 1000, z = 7, stackpos = 255}, [2] = {x = 1000, y = 1000, z = 7, stackpos = 255}, [4] = {x = 1000, y = 1000, z = 7, stackpos = 255} } local level_to_train = 10...
  18. G

    RealOTs 7.7 Clone Project

    and you believe this post is needed because? your an ass hole or something? Just remember no one has any type of interest in you're opinions. Try to post helpful statements, rather then being a 5 year old. As for the game. It would be great to have a 100% tibia 7.7. You could actually...
  19. G

    addEvent not functioning

    I highly suggest making a script to remove the item, then make it so the tile on the other side is what creates the wall. making a time limit allows other players to be able to walk through, or other various problems... anyway here is the scirpt you posted. local pos = {x=419, y=1325, z=8}...
  20. G

    Tibia OtLand IP Changer

    Yeah I've heard a few stories about this now. Im going to try see what can be done legally about it now. - - - Updated - - - plenty of screen shots of it being on there, full proof that the admins are letting this be done.
Back
Top