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

    Support Version 7.6

    Summ, it not works with avesta, the server says "This server requires client version 7.6." as @sapokis said before
  2. Raiden

    Lua Really misterious problem with a creature script

    Yeah, i will do that, and too to check if it is a summon, but those scripts are just to know if it works
  3. Raiden

    Lua Really misterious problem with a creature script

    Well, in that way it works, but thats not a good technnique, but who cares it works, thank you
  4. Raiden

    Lua Really misterious problem with a creature script

    No mate, this is really annoying, the only one that works is amalus.lua, check that file too dofile(getDataDir() .. 'creaturescripts/scripts/dragontask.lua') function onKill(cid, target) function transporte() local pos = {x=1291,y=1401,z=9} doTeleportThing(cid, pos)...
  5. Raiden

    Lua Really misterious problem with a creature script

    Yeah, and nothing happens, and no, no erroes showed up, thats why i call this misterious, maybe something is worng in my sources?, i tgot a 7.6 TFS based on 0.3.X
  6. Raiden

    Lua Really misterious problem with a creature script

    Hello guys, today i got a strange problem, i have made a simple dragon task, but it simple don't want to work, i already have done another creature script an works fine, i think that this should be fine too, check it out dragontask.lua function onKill(cid, target) if...
  7. Raiden

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Really good, with this and the TFS 1.0 tutorial there no excuses to use OTC, is so far, the best tool made by OT developers
  8. Raiden

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    Great job fallen, i will donate to you because this really deserves it
  9. Raiden

    [10.77][TFS 1.2] ORTS, a real map project

    I don't support real map servers, but it is nice to see a really good post, you didn't miss anything, good job!
  10. Raiden

    Creating monster, need delay after the voice interval.

    You need to make a custom invisible spell, and right there put the monster to say what you want make a file called "custominvisible.lua" and add this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) setCombatParam(combat...
  11. Raiden

    Kill Player Reward Exp

    I can be simple added to the playerdeath.lua in creaturescripts If you are using TFS replace you creaturescripts/scripts/playerdeath.lua wuth this dofile("./config.lua") function onDeath(cid, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) local storage = XXXXX -- StorageID...
  12. Raiden

    Monster Error?

    Distro?, also, are you sure that that file is the one in data/monster/Bosses/apocalypse.xml?, it seems to be fine
  13. Raiden

    Why is 8.7 so scarce?

    Well, i think that 8.6 is so famous because you can use elfbot, nobody cares if 8.7 is better, they just care about botting, so no one develop in 8.7, i think that you should use a common server, like 8.6/9.6/10.10 Now with the problem, check your sources, you should find something about that...
  14. Raiden

    Solved My RME goes crazy

    Just one word "LOL", i didn't know that rme have a button to unable the autoborder, thank you
  15. Raiden

    Solved My RME goes crazy

    Hello, today i opened my map as usual, but when i try to put some walls the map editor just put a kind of "stick" from that type of wall, and i don't know why, and it happen with every wall, take a look Thas when i tryed to put the "plaster wall", it just put me that, no the framework...
  16. Raiden

    I require a 7.6 database for avesta real map.

    Database?, you mean something like XAMPP or uniserver?, databases can be done by yourself following almost any opentibia turotial
  17. Raiden

    Compiling Make that wild monsters can't kill each others

    Yes, my server support that, so, any solution is welcome PD: BUMP cuz i still have this problem and don't want to make another thread
  18. Raiden

    deleted thread

    But why teckman dissappear?, it just launch the server and not post any new?
  19. Raiden

    Compiling I got this errors while compiling

    Yeah, i got that problem too one time, if you have MinGW try to renamed it and see if works
Back
Top