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

    [Enzimor] Rook Land

    MAP SHOWOFF: http://otland.net/f57/enzimor-showoff-143868/#post1384239 While WarLan is stopped, I decided to start a new project. As I owned the Enzimor I decided to put the same name, but that is not the same project. Some system and RPG style of this server will be based in KA, Aurora and...
  2. conde2

    War Lan (CS-WAR Tibia)

    Sorry its realy dissapointin for the equip, to fail in the realease date, but mock is very busy and we are having troubles with stay in time. For some reasons we had to remake some part of the game system, that why the delay. The project now is stoped, we can't give a date to, but the whole...
  3. conde2

    [MAP] - New Rookgaard 9.2

    I need the new rook 9.2+ to upgrade my OT, please if someone know some link to download post it. Thanks for all the community.
  4. conde2

    Encryptation plain bug !! REV 3884 - Cyko HELP

    In the config.lua I set the encryptation type to plain, but now when i create a account my password is seted in DB like this: look password123 is the password without sha1 encryptation but i got sha1 + plain =o where i need to change in the sources to get the encryptation type only PLAIN ??
  5. conde2

    Can't connect to MySQL database. [REP++]

    After install modern AAC i got this error, but HOW i cold install the website and now the website can not acess the DB???????????? I followed everything in this (LINK) tutorial a few times and nothing. It seems the services won't run, they are stoped and when i try to run i get a error =o...
  6. conde2

    doCleanMonstersFromArea(frompos,topos,teleportplay erpos)

    I was to busy to do this function thanks for the help i fixed some erros =P function doCleanMonstersFromArea(toPositionX, fromPositionX, toPositionY, fromPositionY, teleport) local monsters, players = {}, {} for x = fromPositionX, toPositionX do for y = fromPositionY, toPositionY do...
  7. conde2

    doCleanMonstersFromArea(frompos,topos,teleportplay erpos)

    I need this function: doCleanMonstersFromArea(frompos,topos,teleport_playerpos) This will clean area from monsters and teleport every player insede the are to a specificated place. Thanks for help =) Also i need getMonstersInArea(frompos, topos) and this return a table with the uid of monsters.
  8. conde2

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    I told about the IDEA of revscript not the scripting system. That's what i'm trying to say to you, thats why mocks libs is better because you can create own "keys" to figure functions, making easier for noobs to script and that was the IDEA of revscript. You just didin't understood me, when i...
  9. conde2

    Spell Mark of the Assassin ♥

    I think this is dealing 150% more than normal not 50%. It will be the attack plus the attack more 1.5x EX: Attack = 100 Attack with spell = 100 + 100*1.5 = 250
  10. conde2

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    That way you cannot create own keys to the script like: p.health = 8878 p.mana = 9098 etc... That what revscript was planning to do, a easier way to script the codes.
  11. conde2

    Lua Global Event tags.

    Yes i know how to do it by scripting, but the language of my OS is PT-BR so i dont know if this will make difference when using this and configuring this in home host and dedicated host =s That's why i'm not using this, i will print the function is easier to know =) thx
  12. conde2

    TalkAction deleted thread

    Yes, but think about using alot of scripts in loop?? I have seen crashs because the server was using alot of loops not just in one script, but in many anothers, i mean if we can avoid it's better. =P
  13. conde2

    Lua Global Event tags.

    Hello, I created a global event using the onTime function, so its possible to add in the tag the day that the script will run?? I'm using this tag in a mod file: <globalevent name="start_event" time="21:15" event="script"> I want to add a specific day to run the event, how can i do this??
  14. conde2

    TalkAction deleted thread

    Make it using onStatsChange, so you dont need to use a infinit addEvent loop and save RAM and CPU. Good script =)
  15. conde2

    [Mod] Random Item Stats

    Wich rev you used to make this script cyko?? I want to use but idk if this will bug the bag's loot. My rev is 3884 (8.6)
  16. conde2

    OTland's Official OT: 'The Forgotten Lands' [Community Project]

    I'm not really worried about that, i'm worried the team getting advanteges on the free work. Otland setup a server and ask help for the community, it's ok, no problem. But the server will ask for donation and the money come from this server will be only for the host?? How can i be sure that you...
  17. conde2

    OTland's Official OT: 'The Forgotten Lands' [Community Project]

    The community will work in a project that we have no idea if this will be realeased for plubic. So if i help in the development and the project team that i doesnt know who is, will get advantages on my work for free. At least a part of this need to be realeased for the public =o
  18. conde2

    OTland's Official OT: 'The Forgotten Lands' [Community Project]

    How do you plain all the team work togheter? Everyone can see the svn or only donors?
  19. conde2

    Release math.Round Function!

    math.abs() return the absolute value of the number !
  20. conde2

    Gesior AAC 2011 - Needed? Ideas?

    Change "He/She" for the palyer name like Phoowned. So it will be alot better to read =)
Back
Top