• 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!

Recent content by Polarbear72

  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?
Back
Top