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

    Lua Error in DoCopyItem

    Yes i know XD Thanks
  2. Jonass

    Lua Error in DoCopyItem

    where is it Ninja? I not found in system.lua :/
  3. Jonass

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Yes, tfs 1.0 have war. With Znote AAC i add parameters for invite guild wars and accept. Ingame works guild war system 100%. Now i use it and works ^^
  4. Jonass

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    I think that's not quite true what you say. If there War System code. Code player.cpp if (isInWar(player)) { return SKULL_GREEN; } if (!player->getGuildWarList().empty() && guild == player->getGuild())
  5. Jonass

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Can you explain compile with war system?
  6. Jonass

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    I using tfs 1.0 and use Znote AAC for 1.0 and GuildWar page not work. How can i fix it?
  7. Jonass

    Look at promo level instead of vocation(Znote AAC)

    I using tfs 1.0 and Guild War page not work because its only tfs 0.2 and 0.3... How can i fix it?
  8. Jonass

    New AAC

    How can i install Raggaer AAC? or dont you can install yet?
  9. Jonass

    Compiling Debian TFS 1.0 - Error getting packages

    Restore your system and install it: goto to /etc/apt/sources.list and add this line: deb http://ftp.de.debian.org/debian wheezy main THEN this: apt-get install libreadline-dev apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev Works...
  10. Jonass

    Solved Zombie event!

    I use 0.4 and 0.3.7 and work fine. Your problem is your bad instalation. The spawn to spawn for create zombis in config is north-west to east-south.
  11. Jonass

    Lua Help on Script Npc Carlos Trade

    copy and paste all script please.
  12. Jonass

    Lua Script Error :/

    I think I solved it. Try it: -- Config #1 -- local tpin = {{x=1233, y=1233, z=11}, {x=1233, y=1233, z=11}} local tpout = {{x=1255, y=1255, z=9}, {x=1255, y=1255, z=9}} local glo = {x=123, y=123, z=11} ttime = {10, 30} local isEvent = 45500; function onUse(cid, item, fromPosition, itemEx...
  13. Jonass

    Team New Opening Soon Looking for team

    I'm scipter, but me english is 50%. xD im from spain.
  14. Jonass

    Auto Looter Money

    Solved. :)
  15. Jonass

    Auto Looter Money

    @UpInSmoke: Read me post, i delete this part and console display errores, but script work. When i don't delete this part console don't display errors and not work script.
  16. Jonass

    Auto Looter Money

    I do it all well. For example i delete this part: if (corpse ~= -1) and isContainer(corpse) and (getItemAttribute(corpse, "corpseowner") == cid) then And it looks like this: local stor = 7575 function autoloot(cid, target, pos) if not isPlayer(cid) then return end...
  17. Jonass

    Auto Looter Money

    This part not execute: if (corpse ~= -1) and isContainer(corpse) and (getItemAttribute(corpse, "corpseowner") == cid) then scanContainer(cid, corpse) end The script not put error in console, but i put print in this if and not execute. But I put print in the rest of script and console put...
  18. Jonass

    Auto Looter Money

    No. Why? Look again me comment xD
  19. Jonass

    Auto Looter Money

    @cbrm: Sorry cbrm but script not work and console not show nothing error. But i put print in script of moneyloot.lua and i find error but i can't fix it. The error is in line 47, here: if (corpse ~= -1) and isContainer(corpse) and (getItemAttribute(corpse, "corpseowner") == cid) then You can...
  20. Jonass

    Auto Looter Money

    I've been donator in otland a few times with this account, they can check. Why you'll lock this thread?
Back
Top