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

    Action [TFS 1.3] Advanced Annihilator System

    It worked! I only had to comment out the following line from data/movements/movements.xml (no need to remove 5114 from questDoors, btw) <movevent event="StepIn" itemid="5115" script="quest_door.lua" />
  2. leleo

    Action [TFS 1.3] Advanced Annihilator System

    Thanks for posting this, Apollos! It has worked perfectly. But (and I say this with a fear of looking dumb) I am having a huge problem with the sealed quest door! First, I have removed item id 5114 form the questDoors list. Second, this is my code: local storage = 5000 function onUse(cid...
  3. leleo

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    What I did is compile nekiro's TFS 1.3, then change the tfs executable on the forgottenserver folder. And use a 8.6 datapack
  4. leleo

    monsters drop empty bags

    Can I just change line 33 to if tmpItem:getSize() == 0 and tmpItem.itemid == 1987 then so it targets only the bag I am referring to? Thanks a lot for the help.
  5. leleo

    monsters drop empty bags

    As an experiment, I just set the wyvern's bag loot to this: <item id="1987" chance="10000"><!-- bag --> <item id="2187" chance="10000"/><!-- wand of inferno --> <item id="7408" chance="750"/><!-- wydern fang --> <item id="1976" chance="5000"/><!-- gemmed book...
  6. leleo

    monsters drop empty bags

    Alright. But in this case it seems the monster will drop a crystal coin 100% of the time, right? My issue is that they are always dropping a bag, even if it's empty. Great job on the downgrade, by the way!
  7. leleo

    monsters drop empty bags

    Wouldn't this mean that the bag has a 10% chance of dropping as well? So maybe the items inside drop, but the bag doesn't. I just tried removing the empty bag from a demon's loot, and setting every item to 100% chance. Maybe the empty bag would magically appear, but that wasn't the case. The...
  8. leleo

    monsters drop empty bags

    I wonder if he got it solved. I'm going through the same running TFS 1.3 (the nekiro one) and a bootleg RL map.
  9. leleo

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    (I think) I managed to install everything properly (after having to install unrar, boost, delete some SQL values that were giving warnings and crying a little bit). Buuuut, now when I log in as otsmanager, I can't run any commands related to tfs. They all give me a warning related to not being...
  10. leleo

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    The command I tried: ansible-pull -i localhost, -U https://github.com/DevelopersPL/otshosting-provisioning.git -d /srv/otshosting-provisioning --purge -t default,phpMyAdmin,DevAAC,tfs,tfs-old -C ubuntu1804 The result I got: localhost | FAILED! => { "changed": false, "cmd"...
  11. leleo

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I spent the entire night trying to migrate my local 8.6 server, running on my Windows machine, to a VPS running Ubuntu. I am on the verge of going crazy. I thought this was going to help, but I am getting different errors, either by trying the 1806 config or upgrading and trying the current...
Back
Top