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

    Errors while compiling with v140_xp or COMPATIBILITY help

    Hello i have got problem during compilation of OTClient while using v140_xp toolset (i'm using VS2015) 1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file...
  2. GhostWD

    C++ Skill training depended on attack speed

    Hi Otlanders! i have request to You. I would like to have script, which will make dependence with skilling and attack speed i mean if player attacks 2 times / sec it's skill would grow same as 1 time / sec, 3t/s same as 1t/s ....etc etc etc TFS 0.4.3777 Can someone help me with that? Thank...
  3. GhostWD

    Compiling tfs 0.4 compilation

    Hi there! i have got problem with compiled on Ubuntu 16.04 TFS 0.4.3777 when i running it up cannot open data/creaturescripts/scripts/skills/skillstageslogin.lua: No such file or directory [Error - LuaInterface::loadFile] cannot open data/creaturescripts/scripts/skills/skillstagesadvance.lua...
  4. GhostWD

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    So then i meaned damaging XD and increment storage value on monster kill :P
  5. GhostWD

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Ok Thank You for guide :D i will try with c :C so maybe could you make script without this second request? i mean only "will not attack player"
  6. GhostWD

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Hello Xikini. i have request for TFS 0.4 creaturescript which should : if player have storage XXX with value YYY and this storage is not equal ZZZ then @@edit: monster with some name will not attack him and cant be attacked and don't move if player have storage XXX with value YYY and this...
  7. GhostWD

    Lua CreatureScripts error spam

    OK! now it's working THANK YOU!
  8. GhostWD

    Lua CreatureScripts error spam

    when i get kicked by script idle.lua script effect,effereborn,ssjgodssj loses focus on player which have been kicked and gives those errors from Upper post and kicks all players not only one solution? SEVER: tfs 0.4.3777 8.6
  9. GhostWD

    Lua CreatureScripts error spam

    @@EDIT Have done little research and now i know that it's fault of script idle.lua which kicks after specified amount of time is any possible solution on this? maybe before kick removing of onThink statement in my script? idk ;/ Hello OTLanders i need your help ! I've scripts(3) which send...
  10. GhostWD

    [7.4 - 10.9] Otclient 0.6.3 (2474)

    Hi fams i've got question. does anyone have fps drops when receiving dmg? im using 8.60 any clues?
  11. GhostWD

    [8.60] The Forgotten Server 0.4

    Hi There! I've got problem during compilation I'm using libs from readme and VS2012 even with VS2017 it returns this error: <code> 1> waitlist.cpp 1> weapons.cpp 1> Creating library C:\Users\x\src\vc10\x64\Release\theforgottenserver.lib and object...
  12. GhostWD

    AAC Account name Check not working

    Thank You :D it's working!!
  13. GhostWD

    AAC Account name Check not working

    now it returns error Fatal error: Class 'Account' not found in C:\aaxampp\htdocs\Nowy folder (2)\ajax\check_account.php on line 48
  14. GhostWD

    AAC Account name Check not working

    Hi Otlanders as Title says i can't figure out why this isn't working cause i dont understand php totaly lame i'm using Gesior aac for materiaOTS when i input in Account Name account 'id' which is in data base its saays that its used by someone(that account 'name') but if i input 'name' which i...
  15. GhostWD

    COMBAT_FORMULA_LEVELMAGIC how to calculate?

    Hello guys i've got problem i dont get it how to calculate this formula case FORMULA_LEVELMAGIC: { min = (int32_t)((player->getLevel() / minl + player->getMagicLevel() * minm) * 1. * mina + minb); max = (int32_t)((player->getLevel() /...
  16. GhostWD

    Compiling Magic effect limit

    function onSay(cid, words, param, channel) param = tonumber(param) if(not param or param < 0 or param > CONST_ME_LAST) then doPlayerSendCancel(cid, "Numeric param may not be lower than 0 and higher than " .. CONST_ME_LAST .. ".") return true end...
  17. GhostWD

    Compiling Magic effect limit

    *bump*
  18. GhostWD

    Compiling Magic effect limit

    *BUMP* so anyone can help me?
  19. GhostWD

    Compiling Magic effect limit

    I tested devland server(clean devland not wodbo) using wodbo client and this was same as tfs and 8.54 tibia(crash) and i still think is fault of char in code which i showed so if this is fault of client then dbv wodbo etc are own written clients?
  20. GhostWD

    Compiling Magic effect limit

    HI all I have a problem with magic effects which I added to server source(tfs0.3.6). When effect number 255 is used then client crash when 256 is used this give effect number 1. Is there any solution for this problem? Maybe this isn't a client limitation because WoDBO uses 276 effects...
Back
Top