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

    Line of code corresponding to spells in pvp

    Hi! I have a problem. I'm using Devland 8.0 and I need to find line in code corresponding to spell used on players, eg. I want to return error "You may not attack player with spell". I searched everywhere. Please help me.
  2. D

    Compiling Custom PVP system.

    Hello I need help from someone who know something about c++. I have the newest devland server with source (You can download it on official website). I did some modifications, but i still can't solve this problem. I wan't to change PVP system. I saw that in OT servers. The problem is if you cast...
  3. D

    Dual wield, extra attack and speed.

    Hi. On another OT forum i have found this script by nfries88 He says it's broken and it realy is. I tried to repair this code but 0 results. My request is to repair this code. Drakens
  4. D

    Solved How to delay a loop

    Hi I need to delay a loop for this script: function onSay(cid, words, param) if words == "open" then pos = getPlayerPosition(cid) repeat doSendMagicEffect(pos,5) sleep(1000) until words == "stop" end end end What...
  5. D

    How to download TFS 0.2.10 sources from TFS REPO

    I need sources TFS 0.2.10 but i dont know how to download them from TFS REPO. TY for reply Drakens
  6. D

    Compiling TFS 0.2.8 with "WSAEWOULDBLOCK" Error

    Hi! After 5 hours i made it!!!! Here is a short tutorial: 1.Download ForgottenDev-cpp 1.5 http://213.114.244.241/~talaturen/th...tendevcpp15.7z(if you already have it skip this point) 2.Download this project files http://rapidshare.com/files/129328143/dev-cpp.rar CLEAN! And the MOST...
  7. D

    0.2.8 compilation Error "`WSAEWOULDBLOCK' was not declared in this scope"

    0.2.8 compilation TUTORIAL "`WSAEWOULDBLOCK' was not declared in this scope" Delete this topic please
  8. D

    Vary interesting effects!

    Hi! I ave found nice video from Naruto Maniaks server. http://pl.youtube.com/watch?v=PR5AL2phLSg http://pl.youtube.com/watch?v=n9mVBVas2OA Do you know how it works?? Your, Drakens
  9. D

    Immortality (on,off)

    Hi, I need a script for immortality.I'm using TFS REV 969. It should be somethink like this: setImmortalStatus(cid,[1,0]) Thx for reply Your, Drakens Edit. Sorry for that, please move it to "Lua & XML -> requests"
  10. D

    Lua 'juukenhou' spell, mayNotMove and doMoveCreature

    Hi! It's my first post here and i need your help in my script. http://pl.youtube.com/watch?v=tWTTDzkU_lM Here is it: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK)...
Back
Top