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

    TFS 1.X+ tfs 1.2 how can i create a crash log? server crash when login after dies

    i have this same problem , but apparently only happens if you log in through the host computer ( so its not a big problem ), and i can't reproduce this using otclient, only with tibia client
  2. Manigold

    TFS 1.X+ how to add more arenas properly

    I need help to add more arenas,and don't know the right way to add, this is my arena script **EDIT = I clicked to post before I finished writing ,sorry for that ;P function onLogin(cid) cid:registerEvent("Arena_Death") return true end local arena = { from = {x=121, y=33, z=10}, -- left top...
  3. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    yes its true ,but if i remove stackable from items.otb i get debug everytime i see a rune , propably is some issue of this distro that send some fucked packet , maybe its because this server is downgraded from 8.6 and 8.6 has stackable runes, and to save some time ninja didn't change this...
  4. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    bump
  5. Manigold

    TFS 1.X+ TFS 1.2 8.0 Ninjalulz From 8.0 to 7.92 - I will pay for help

    the problem with runes is because this distro is downgraded from 8.6 and this version has the property stackable on items.otb ,and to make the runes work without problem ninja changed this property on the items.otb 8.0 ,so you can try the same thing (edit your items.otb)
  6. Manigold

    TFS 1.X+ TFS 1.2 8.0 Ninjalulz From 8.0 to 7.92 - I will pay for help

    try to upgrade some 7.72 server otx ,othire , and the debug probably is because of items.otb of this datapack, the runes has the property stackable, you still using default items.otb or a 7.92?
  7. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    bump
  8. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    Well gentlemen, i made some progress finally , i find out that only happens if the item has <attribute key="type" value="rune" /> on items.xml .If i remove this line, i have no problem with bags full ,but ..... removing this atrybute from runes i can't move them all together just one by one,and...
  9. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    ok =) , by the way this is the tfs i'm using ninjalulz/forgottenserver and here's container.cpp /** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2016 Mark Samman <[email protected]> * * This program is free software; you can redistribute it and/or...
  10. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    well i mean more skilled than me ,sorry for misunderstood i'm not here to offend . no the runes are not infinite , the only problem happens with the full container ,if i have a slot inside the full container with some rune with less than 100 charges, i can put more and more runes of the same...
  11. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    doesn't worked ,when i changed items.otb and tibia dat, everything in the map got screwed, the runes had 160 charges ,but disapear after 1 shoot , gonna try again tomorrow thanks for your help
  12. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    Bump
  13. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    well if i remove the atribute stackable from runes , i'm not able to buy or conjure runes with charges =( , maybe someone more skilled than me can give me a hint ,please :p? there's some way to do it in sources ?maybe prevent stack items on full container?or just runes, because they not try...
  14. Manigold

    Znote aac highscores page

    solved <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(3); } // Fetch highscore type $type = (isset($_GET['type'])) ? (int)getValue($_GET['type']) : 7; if ($type > 9) $type = 7; // Fetch highscore...
  15. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    I need to edit dat ,and spr?what exactly i need to edit ?
  16. Manigold

    TFS 1.X+ tfs 1.2 runes on container

    hello I'm using tfs 1.2 downgraded to 8.0 by ninja , and i realize when i have for example a sd rune(just happen with runes)with 99 charges inside a full container, if i try to put on this container another sd rune with 100 charges ,a sd with 1 charge is created on container(container full of...
  17. Manigold

    AAC Znote guild logos on guildwar.php

    doesn't work , but thanks to that i got it. here's the code if someone want the same (probably not writen in the best way cause i'm nob) change this part on guildwar.php line 170 for that one <?php foreach ($wardata as $wars) { $guild_1_kills = 0...
  18. Manigold

    AAC Znote guild logos on guildwar.php

    Hello I´m tryng to edit guildwars page to make it look more beautiful, what i'm tryng to do is show the guild logos above the guild name , could someone help-me? i want to make look like this
  19. Manigold

    Znote aac highscores page

    Hello folks i'm tying to put the skill list on the right side of the highscores list , but i'm not skilled enought to do this by myself :p ,(i just dont know how to put on the right place) i hope someone can help-me.Here´s a pic of what i want to do i want to put this menu on the same place as...
  20. Manigold

    TFS 1.2 wait x seconds to logout

    I'd like to make people wait for example five seconds, to logout after login . Can someone help me with this?
Back
Top