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

    Lua War system

    @zxmatzx its only this: doSetCreatureOutfit(cid, TeamEventOutfits[cid])--Give back outfit for player change it?
  2. metiu11

    Lua War system

    [06/06/2019 20:30:58] Admin has logged in. [06/06/2019 20:30:58] [Error - CreatureScript Interface] [06/06/2019 20:30:58] buffer:onLogin [06/06/2019 20:30:58] Description: [06/06/2019 20:30:58] attempt to index a number value [06/06/2019 20:30:58] stack traceback: [06/06/2019 20:30:58] [C]...
  3. metiu11

    Lua War system

    I didnt, its the same id and name like before. Just gold coin 2160 @zxmatzx
  4. metiu11

    Lua War system

    @zxmatzx no one gets a reward now :( [05/06/2019 23:00:27] (luaGetItemIdByName) Item not found [05/06/2019 23:00:27] [Error - CreatureScript Interface] [05/06/2019 23:00:27] buffer:onStatsChange [05/06/2019 23:00:27] Description: [05/06/2019 23:00:27] data/lib/050-function.lua:293: attempt to...
  5. metiu11

    Anti-mc - freeze server

    Okay i got new informations. :D First... Its not the problem with this script, its problem with my database. Second... I open local database with xampp, then test it and its works good, dont have freeze. I currently use hosting only for the database. The server is enabled on my private computer...
  6. metiu11

    Anti-mc - freeze server

    @Sarah Wesker what u mean?
  7. metiu11

    Lua War system

    @zxmatzx Yes, all players. It works :) We got the same outfits when event ends. First time when i test it, i dont get reward and only this in console ("Error in the reward item. Please inform Doggynub.") Second time i got normal reward, so idk what happend i will test it more times now. EDIT: I...
  8. metiu11

    Anti-mc - freeze server

    @chupaescadatri i have hosting, tried to change it with mysql anyway i have similar 25mb now and this freeze still being... Now i see that problem is when someone log in or log off, just freeze server 2-3 sec... can u help me with this?
  9. metiu11

    Lua War system

    @zxmatzx Hmm i got this error and the winner didnt back to city. but player which dead back to the normal outfit. Second problem: All players got bad basic outfits [05/06/2019 21:07:27] In a timer event called from: [05/06/2019 21:07:27] buffer:onStatsChange [05/06/2019 21:07:27] Description...
  10. metiu11

    Lua War system

    @zxmatzx Dear god... u are the best! But.. the problem is tfs 0.x dont have global.lua, its somewhere another place where can i add it?
  11. metiu11

    Lua War system

    @zxmatzx something wrong.... I dont understand what u mean about global table. I just add first line to my locals and add second line after removeFromjoiners(cid) removeFromBlue(cid) removeFromRed(cid) EDIT: I am thinking what u mean and i have some idea. So i can use...
  12. metiu11

    Lua War system

    It looks logical, i will try when back to home :)
  13. metiu11

    Lua War system

    Cool i found code which reset outfits doRemoveConditions(cid, false) When i remove it players get special outfit from event and dont reset when event end... If player relog then his outfit will reset to correctly Someone have idea how to reset outfits after event?
  14. metiu11

    TFS 0.X Place that blocks MC

    Thank you it works :)
  15. metiu11

    Lua War system

    I have a script transformation that changes the character outfit. Is it possible that they collide with each other? Duplication of storage can also affect this? Ding dong! Have no idea how to repair it...
  16. metiu11

    RevScripts Manarune tibia 8.6

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 2000)) function onUse(cid, item, fromPosition, itemEx, toPosition) local level = getPlayerLevel(cid) local mlevel = getPlayerMagLevel(cid)...
  17. metiu11

    TFS 0.X Place that blocks MC

    Yea i thinking about area in RME. So if i create place which tp player to city when they log off there it will be works. It can be possible? I have 1 question more now :D Why servers kick all players when server save. Protect to clone items or something? EDIT: Oh i didnt see u create it thank...
  18. metiu11

    Anti-mc - freeze server

    @chupaescadatri Well, now i used my own computer to test this server, dont have hosting now. I have SSD, 16 GB ram, i5 3.2 ghz, GTX 970. So i think its enough to host 2 players. Its weird... Where can i optimize the max_allowed_packet? I thinking if i block people before they login this freeze...
  19. metiu11

    Anti-mc - freeze server

    @chupaescadatri tried now and dont worked... :( Script kick MC not giving info to him "u cannot login with MC". Kick freezing server
  20. metiu11

    TFS 0.X Place that blocks MC

    @Xikini Well its problem now for real x.x @Xikini have u idea how to block some place for only 1 player with the same ip?
Back
Top