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

    Action [TFS 1.3] Advanced Annihilator System

    I would guess it's because your quest.lua is overriding this script and adding the item based on the uid. Make sure you are setting the uid's to the annihilator_chest.lua in actions.xml, otherwise it will be using quest.lua to determine what to do with the chest because that action script is...
  2. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Idk what you're doing wrong but it works as intended. player:addItem(reward.reward_id, reward.reward_count, false, 1, CONST_SLOT_WHEREEVER) You can see here that it is adding the reward_id and not the chest_uid like you claim. Are you sure you are not just getting these mixed up?
  3. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Try changing the part in the addEvent at the bottom of the onUse func. Change toPosition to fromPosition.
  4. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Well 50% of people are using a outdated, bugged server. I suggest you try nekiros 1.3 8.6 version since it is still maintained. But if you want to troubleshoot your own distro your issue most likely lies here: local tile = Tile(position) local item = tile and...
  5. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    I'm not sure, it was original made for 1.3, hence the title. But I have tested on base 1.2 with no issues. I'll have to double check later on today but are you sure this is a base TFS and not some editted version like ninjas 8.6 or something?
  6. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    I just tested it. Make sure you reload the file and try again. If it's still not working check the console for any errors and if there are post them here.
  7. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Try this one out. local config = { duration = 30, -- time till reset, in minutes level_req = 100, -- minimum level to do quest min_players = 4, -- minimum players to join quest lever_id = 1945, -- id of lever before pulled pulled_id = 1946 -- id of lever after pulled } local...
  8. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Did you try the most recent update? The last reply I posted on this thread?
  9. Apollos

    TFS 1.2 Ani lever do not reset

    No. It can't be explained any better than what has already been done so I won't even try. Besides what they are explaining is what I have already updated in my original thread. Make sure you use the most recent post I made on my thread (scroll to the complete bottom). Also make sure you have...
  10. Apollos

    TFS 1.2 Ani lever do not reset

    Yeah just compare my changes for the fix and update your version.
  11. Apollos

    TFS 1.2 Ani lever do not reset

    Try my latest fix at the bottom of this thread. Thanks for pointing out the bug. https://otland.net/threads/tfs-1-3-advanced-annihilator-system.263342/#post-2558437
  12. Apollos

    Action [TFS 1.3] Advanced Annihilator System

    Dumb mistake found regarding resetting of lever. Sorry for any inconvenience. If a mod happens along this post, I would be really grateful if you updated the original posts annihilator.lua with this one. annihilator.lua local config = { duration = 30, -- time till reset, in minutes...
  13. Apollos

    Team Valor Online Searching for New Staff

    Lol, maybe dick move but I gotta do what I gotta do.
  14. Apollos

    SPELL THAT CHANGES TARGET OUTFIT

    Problem is if you set the condition to a global combat variable it will always have that condition for any following uses until script is reloaded. Instead of the last combat only having the condition. Which I don't know old TFS functions enough to add the condition manually without adding it to...
  15. Apollos

    Team Valor Online Searching for New Staff

    I already had it saying "Must be able to write and speak in English" and I edited it a little. I'm not trolling just trying to find what is needed.
  16. Apollos

    SPELL THAT CHANGES TARGET OUTFIT

    This spell is messed up dude. It would be best to rewrite the spell, what do you want it to do? I don't see why you are setting an area with no effect and only sending to the space the player is standing on. But here's an idea on how to rewrite it much cleaner: local combat =...
  17. Apollos

    Team Valor Online Searching for New Staff

    Looking for someone who speaks english fluently and I don't really want to trade work at the moment. I appreciate the reply tho!
  18. Apollos

    Team Valor Online Searching for New Staff

    Hi everyone. I've been working on an english custom 10.98 based low rate RPG. It's been in production for around a year now and there is a lot of progress so far. My recent team has become too busy and hasn't been able to put the time into the server and they have agreed it's time to bring in...
  19. Apollos

    Remove and add money from depot

    Use support thread for questions and always post what distro version you are using. Otherwise no one can accurately help you.
  20. Apollos

    Azleh/Shaqz is a scammer!

    UnsinSoft's name was Shagz too so it's probably the same guy. He's a known scammer and he took major advantage of me as well a while back. Sorry to hear this happened to you bro.
Back
Top