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

    Enchanted Gems for imbuement properties

    Im running TFS 1.4 Im try to basically create copies of enchanted gems and have them give imbuement properties such as critical/mana leech/life leech Basically I want to make it so you can use an enchanted gem on a piece of gear and it then enchant the gear with say life leech for 20 hours...
  2. P

    Loot Channel Help

    that worked great thank you so much. I feel so dumb it literally was right in my face whole time
  3. P

    Loot Channel Help

    please any help is appreciated with the above script it no longer says loot in server log but now it says loot in local chat in yellow. I need this fixed so that it goes into the loot channel i created
  4. P

    Loot Channel Help

    I changed default_ondroploot.lua to this and now it doesn't show loot drops anywhere local ec = EventCallback ec.onDropLoot = function(self, corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local player = Player(corpse:getCorpseOwner())...
  5. P

    Loot Channel Help

    This is my loot.lua script that ive been trying to get working for a independent loot channel. It doesn't actually show any loot in the channel and it also announces whenever any player joins the channel. I just want it to show loot in this channel instead of server log and I want it to only...
  6. P

    Temple Spawn Location

    That worked perfect thank you. I tried to just leave that blank and it crashed the website. Not sure why I didn't think to try and put all 0
  7. P

    Temple Spawn Location

    Znote 1.6
  8. P

    Temple Spawn Location

    Ok, so when someone creates a new character they have 3 options of towns to choose from, however they always spawn in what was previously a rookguard area that no longer exists. How can I fix it so they actually spawn at the town of their choice instead of this specific spot everytime? // Town...
  9. P

    Znote website Editing News

    the XXXXXXXX are just there to remove names but I have set them and the accounts do have access just when you try to load the news it says it cant load also i removed the hi and still nothing 1656341788 Correction --- after removing the hi it now works
  10. P

    Znote website Editing News

    not sure why me and my brother work together to script for the server so maybe he did it? lol
  11. P

    Znote website Editing News

    // WARNING! Account names written here will have admin access to web page! $config['page_admin_access'] = array( 'XXXXXXXXXX', 'XXXXXXXXXX', 1656339679 This is all the code inside the actual admin_news PHP file <?php require_once 'engine/init.php'; include...
  12. P

    Znote website Editing News

    I added it and it shows i can click the edit news etc however it brings this up when i click it This page isn’t working alphaairdrop.hopto.org is currently unable to handle this request. HTTP ERROR 500
  13. P

    Znote website Editing News

    I am trying to figure out how to edit the news on my website. I'm sure i've overlooked it but I just can't seem to find the correct files to edit the news
  14. P

    RevScripts [1.3][OTBR][RME] - DOOR KEY

    So I managed to get the mob to drop the key I want and I guess I don't understand doors to figure out how to make the key unlock the door. ex my key is AID 5001 this is the .lua I found in my files and don't understand any of it LUA local positionOffsets = { Position(1, 0, 0), -- east...
  15. P

    Help with Leech/Mana Leech

    It works perfect thank you for all the responses and help Now I just need to create custom weapons. Is it possible to create the same weapon but with different stats? For example could I have Spike Sword that is normal and then could I have Vampiric Spike Sword with life leech on it?
  16. P

    Help with Leech/Mana Leech

    I didn't know i needed to put it in movements. Do i put it in only movements or movements and items? Also how do i put it in movements just copy and paste the whole item like this? Or something different
  17. P

    Help with Leech/Mana Leech

    ok so with that coding it has 100% chance to mana leech 50 mana and life leech 50 hp or is it 50% of damage? Also if its not 50% of damage how can I make it % of the damage dealt? Also is it possible to make an amulet give these attributes or only weapons? 1656079615 I tried this if you...
  18. P

    Help with Leech/Mana Leech

    where do I save this script and will it work with any weapon or just a specific one? 1656077334 where do i save this and does it work with everything on every char or certain things?
  19. P

    Anni Quest only 1 item only help

    I have no clue and I keep switching it because i was using like 45010, then went to 45020 and just keeps telling me empty
  20. P

    Help with Leech/Mana Leech

    I'm running TFS 1.4 on 10.98 I'm trying to script Life Leech/Mana Leech. Any method to add these are greatly helpful. I would prefer to add them to a single item and give the effect to an amulet or weapon etc. However, if it would be easier to just add a general script to give it to all...
Back
Top