• 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. Big M

    Got one problem when players die

    You maybe removed the skills in the database? It can happen sometimes when you are reseting characters.
  2. Big M

    Shop Globalevents Problem!

    You have to update your libs/100-compat.lua Paste this one into the file: --[[ * File containing deprecated functions and constants used by alot of scripts and other engines ]]-- TRUE = true FALSE = false LUA_ERROR = false LUA_NO_ERROR = true LUA_NULL = nil TALKTYPE_CHANNEL_R1 =...
  3. Big M

    Emporia 8.6x - OtLand Exclusive! <3

    Cool bro, was just anout to buy it...
  4. Big M

    Release math.Round Function!

    I think he made it because he didn't want it to always round the number down.
  5. Big M

    House Doors

    Ye use RME mapeditor.
  6. Big M

    Windows Config lua confusing thing

    Bump
  7. Big M

    House Doors

    Did you set an exit of the house? I mean in RME, you can select the exit button and then mark the exit of the house. One more thing, you need to select a house tile [Blue] under the door even if you can't see the blue tile. Check if the first door is selected as first door. rightclick at the...
  8. Big M

    Windows Config lua confusing thing

    Hello! I have something in my config.lua that looks like this: coresUsed = "0" it was put to -1 as default and the server crashed at start sometimes. Now i put it on 0 and it doesnt crash at all. What does this thing mean? what SHOULD it be put to???
  9. Big M

    Help me come up with a name for my server!

    Lol nice link i'd say... seems it helped other ppl too, i'm gona take a name from that site :D rep+ to prest.
  10. Big M

    Windows [Client] i am not sure if i need a custom client

    Some big servers on otservlist have no edited sprites but still a cutsom client :s
  11. Big M

    Help me come up with a name for my server!

    Pretty hars do get a name like cerberus through because its a creature from antique greece and a domain like cerberus.com is always taken, which isnt going to work for me
  12. Big M

    I Wana Help Here

    Copy a working spell and modify it.
  13. Big M

    Windows [Client] i am not sure if i need a custom client

    Hello! I am wondering if there is any advantages with a custom client? I know there are many tutorials on how to create one and some pages provide custom clientmakers online but i dont know if my server needs one or not. I don't use any custom items or sprites or anything. If i would...
  14. Big M

    Help me come up with a name for my server!

    Hello! I'm 90% done with my server, the starting town is Enigma city from evolutions, the map is 25mb custom mapped. I'ts a pretty fast lvling server but the monsters are made much stronger too. Addons are custom, many quests and so on, you know, a fun-ot. I want suggestions on names that...
  15. Big M

    [Outfit] Adding bonus to your addons at WITHOUT BUG using sources functions!

    How to fix the manaShield? I've tried <attribute manaShield="1"/> - it did'nt work...
  16. Big M

    unsupported client version [HELP]

    try: File -> Import -> Import Map
  17. Big M

    Compiling How to compile edited sources?

    You need a compiler, you need the right settings on the compiler so that it is ready to compile an OT .exe file. If i got it right you have the source for NaxedOt8? if so then you should only need a compiler with the right settings and then you should open up the project file of the sources and...
  18. Big M

    I need help.

    Never ever write a title on a thread like this one, read the threads on the top that say "read before posting"... before posting.
  19. Big M

    Windows Door Bug

    Friend, don't edit things you don't understand and when you do, write it in a changelog file so that you know what you have changed, keep things organized. That way, you won't end up in situations like this. BTW, look for something that makes the door transform from closed door to open door...
  20. Big M

    Lua C++ Maxmana problem REP+

    Listen, if you use a computer, it will have limitations... the maxmana in ur database is INT and it have a limit on how big number you can input there, you cant input 1*10^9999999999999999999 there because INT doesnt hold that big numbers. to sum it up: you will either have to make your own...
Back
Top