• 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

    Lua Spell causing debug [TFS 1.1]

    the spell id can be whatever as long as it doesnt conflict with another spell I assume, doesn't it?
  2. 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...
  3. Azze19

    MapShapeGen

    Hey dude, by any chance you based your program on Amit's algorithm? I'm just asking because I'm trying to make something similar but that maps mountains too.
  4. Azze19

    Solved TFS 1.1 How to get new position

    Thank you! that did it :)
  5. Azze19

    TFS 1.2 Cannot attack, skills stuck

    Just posting because the same thing happened to me.
  6. 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...
  7. Azze19

    MapShapeGen

    Needless to say, this is amazing. I wonder if it's possible to add mountains and stuff too, like it was a minecraft world.
  8. Azze19

    [Archived] "[Quick Showoff] Post your latest maps"

    I have, I'm going to check again.
  9. Azze19

    [Archived] "[Quick Showoff] Post your latest maps"

    What are the tables id? I've been looking for them on the map editor and have yet to find them.
  10. Azze19

    Solved Cant access local host

    change the mysqlHost to 127.0.0.1 (the local ip IIRC) or something, you're having the same problem I did, that solved the issue
  11. Azze19

    Solved Cant access local host

    How are you referencing the local host in the config.lua?
  12. Azze19

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

    So I have to download the code and recompile, right?
  13. 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.
  14. Azze19

    Mapping Inspiration

  15. Azze19

    How big is too big? And how to solve the 'Archipelago' problem ALL maps have?

    To be fair with the guy, I think mapping a transition between a desert and a grassland would be quite hard with the current sprites (new personal challenge, yay!), at least I haven't seen anyone do it, even CIP use mountains to separate them. @Sinth The map itself looks good from afar, but...
  16. Azze19

    How big is too big? And how to solve the 'Archipelago' problem ALL maps have?

    I agree with you, many people here are really good with details but quite frankly the maps feel too small. However you must understand that the main reason for that is that else it will take forever to map a server; even with borders what you showed on the pictures is merely the barebones of a...
  17. Azze19

    Printer's Legacy

    Dude, you are a beast at coding! Nice!
  18. Azze19

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

    Is the SQL host set to "localhost"? In my case the issue was that the application couldn't reach the sql database, try changing it to the default ip.
  19. Azze19

    [Archived] "[Quick Showoff] Post your latest maps"

    A reclaimed fort I've been working on, still cant decide if it should be an orc spawn or assassins' hideout. If it turns out to be an orc spawn the bigger building will host an cursed dungeon underneath, if it's the assassins' hideout it'll most likely have a maze 'dark cathedral' style, but...
Back
Top