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

    Lua Params for onThink and onTime?

    Hello everyone. Just having trouble finding these in the source. What parameters do onThink and onTime have (globalevents)? TFS 1.3 Thanks
  2. RazorBlade

    Lua ModalWindows: what does priority do?

    Hello, just have a quick question. What on earth is priority for in modalwindows? I went through the source, the TFS wiki, tested it myself, and I cannot find a purpose for it.
  3. RazorBlade

    Archlight Online

    Hello all! Today I would like to bring you some important information about Archlight Online. I've just been banned and deleted on all my accounts/characters because of something I was not involved in. Another player, my RL friend, duplicated items. I was unaware of this until he started...
  4. RazorBlade

    TFS 1.x on Windows 10

    For any wondering about whether their server will run on Windows 10, the answer is yes. While I can't guarantee your specific distro will run properly, I'm running a clean version of the latest TFS 1.2 and all is fine. Had to install some C++ redistributable packages to run the exe but otherwise...
  5. RazorBlade

    [TFS 1.x] Free Scripting and Support

    Until further notice, I will not be taking any further requests, and any incomplete requests will be put on hold. Due to serious medical concerns with some of my pets, I will not be actively using the forums or doing any scripting. Sorry for the inconvenience. Well hello everyone. This...
  6. RazorBlade

    CreatureEvent [TFS 1.1] Advanced Alchemy System - ModalWindows

    Hello, it's me again o: By further popular demand, and in an effort to support custom servers, I've decided to release my alchemy system. Inspired by Skyrim, it's the most advanced system I've created so far. All code in this release was written by me, and this system does not exist elsewhere...
  7. RazorBlade

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    Hello everyone. Due to popular request, and because I would like to support truly custom servers rather than sit back and watch hundreds of RL map servers pumped out, I've decided to release my custom crafting system. This system was scripted entirely by me and does not exist anywhere else. The...
  8. RazorBlade

    CreatureEvent [TFS 1.2] Conditions: Resist, Absorb, Reflect, Deflect

    Hello everyone. I've seen some people looking for conditions for resistance and I know @beastn wants this system specifically :P Figured I'd release my code for resist, absorb, reflect, deflect Resist: reduce damage by x% Absorb: reduce damage by x%, heal x% Reflect: take full damage, deal x%...
  9. RazorBlade

    Compiling Compile with existing LAMP stack?

    Hello there. I'm trying to learn some Linux stuff, and I also wanted a home server that was easy to use, so I set up an Amahi server which runs on Fedora 19. I was trying to compile TFS on it but when I use cmake .. it can't find the MySQL directory (LAMP stack came pre-installed, so I couldn't...
  10. RazorBlade

    Lua What exactly is secondaryDamage vs. primary?

    As the title says, I'm wondering what secondaryDamage is and what is classified as secondary versus primary in relation to an onHealthChange function.
  11. RazorBlade

    Lua [TFS 1.1] Modify NPC talkStart from external script?

    Hello all. I'm looking to modify the talkStart for a specific player, but I'm not sure I can even change it let alone change it from outside the NPC's script. I'm sending a modal window to the player and passing the npcHandler to the function as a parameter and I couldn't change the talkStart...
  12. RazorBlade

    DevAAC blank white page

    Hello! Just trying to do a nice clean install of DevAAC. I cloned the repo into my root folder, made sure everything is there, installed dependencies with Composer, edited config.php, set up public_html as my document root. When I try to go to localhost, I get a completely blank page and...
  13. RazorBlade

    Action [TFS 1.1] Discover skills, quests, locations, spells from books like Skyrim

    Hello everyone. I was a little bored, and I've been playing a lot of Skyrim recently, so I made a little system that allows a player to gain skills, discover quests, learn spells and even discover fast travel locations (using my fast travel system also inspired by Skyrim: [TFS 1.1] Fast Travel...
  14. RazorBlade

    CreatureEvent [TFS 1.1] Fast Travel To Unlocked Locations, modalwindow

    If you've seen any of my other systems that are released, you'll know they're inspired by Skyrim. So here's another! I decided to play around and make a fast travel system that allows players to instantly teleport to a certain location that they have previously visited. Pics or it didn't...
  15. RazorBlade

    Lua Run script when player changes outfit?

    I'm looking to create a function that will be triggered by a character changing their outfit (also mounting or dismounting) How would I go about this? Is this even possible? Will it require source edits? How would I do it in the sources? I want something along the lines of onChangeOutfit and...
  16. RazorBlade

    Solved TFS 1.0 accessing item attributes

    Hello all. Just wondering how I might access item attributes in a script in TFS 1.0. Specifically, I need to access the text attribute of an item and retrieve the value. I couldn't find any functions related to this in the source or in compat.lua Is there a way to access this attribute by...
  17. RazorBlade

    Solved TFS 1.0 - remove actionid limitations?

    Hello! Been a while since I've been around here. Was just playing around with a script idea and I've come to a minor issue. I need to be able to set an item's action id when it is given to a player by the npc. I've found that the highest action id it can be set to is a little below 17000. I need...
  18. RazorBlade

    Converting old map for TFS 1.0?

    O hai I'm trying to convert my old 8.6 map to 10.35~ to use with TFS 1.0. However, when I try to run the server with the converted map, it gives me an error that it can't load an item at a certain position. The first issue is item 10013 (mystic flame) I deleted all of the mystic flames on the...
  19. RazorBlade

    Solved Can't connect to my own server [TFS 1.0]

    O hai I've been working on an old 8.62 for the last few weeks, and decided I wanted to upgrade. So for starters, I downloaded TFS 1.0 and got all of the stuff setup normally. Can't connect with my local ip, localhost or my global ip when the ip in config is set to my global ip. However, other...
  20. RazorBlade

    Instant Debug on login

    I've been having crashes lately on my server (8.62, not sure what revision, but it's 0.4) and I decided to try 3777 since people say it's good. I got it compiled and I started it up, but there's some issues (blocksolid, fieldAbsorbPercentFire don't exist) and the biggest issue is that when...
Back
Top