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

    Player input on map development

    Hey fellow OTlanders, I'd like to hear your thoughts on how difficult would be to develop an OT that tracks player behavior and maps the world around that? What do I mean? let me use a example. Lets say we have a map of 500x500 that is roughly an island, in that island, there are two small...
  2. Azze19

    Azze | Mapping Thread

    Hey guys, here are some screenshots from a map I've been working on. I'm still debating with myself if I should rework the scale as it seems to me that the buildings are way too small. Lord's fortified manor house Licea's market and Prancin' Goblin Inn Licea's watchtower and town...
  3. Azze19

    Azze's showoff?

    Hey guys I decided to try my luck with spriting and here's my first attemps: V1: Broader pommel and it ends on a rather blunt blade V2: Slimmer pommel and a much "daggerlike" blade. Feedback is very welcomed.
  4. Azze19

    Lua Spell causing debug [TFS 1.1]

    When I use this spell as a GOD char, the spell works as intended; however when I use it as a regular character the client crashes and returns the following error: Player Action: 048 046 048 046 048 046 048 058 055 049 055 050 Player.cpp 344: exception occurred, reason: Network.cpp 841...
  5. Azze19

    Solved TFS 1.1 How to get new position

    I want to make an area directional spell, however, I want it to stop midway if the player moves; heres the script: I figured that once you get the player's position the value is set, but I was wondering if there's a way to refresh that value so that the for can break if the player moves...
  6. Azze19

    Is it posible that weapons increase or decrease the attack speed?

    For example: You see a rapier (Atk: 10, Def: 8 +1, +5% atk speed). It weighs 15.00 oz. You see a giant sword (Atk:46, Def: 22, -10% atk speed). It weighs 180.00 oz.
  7. Azze19

    How would a non-grind dependant, RPG OT server should look like?

    Hi OTland, I'm doing this just for fun, please leave your comments here :D
  8. Azze19

    Lua Oracleish NPC not working

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  9. Azze19

    Scripter Scripter teacher

    Hi, I am looking for someone to teach me how to script spells and npc's on TFS 1.1, I have prior programing experience on C++ and VBA, but I'm sort of rusty; I am willing to pay depending on the proficiency. Thanks!
  10. Azze19

    Windows [Windows 10, 64bit] TFS 1.1 boots and closes itself in under 1 second.

    Hello, I am trying to develop a custom server but I want to run some spell scripts while I take a break from mapping; however, when I try to boot up the TFS 1.1 application it opens and closes immediatly, so I don't get to see the prompt command window. I've already set up the mysql database...
Back
Top