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

    TFS 1.X+ Allow specific spell to be casted on spam

    This description does not contain nearly enough detail for us to understand what you’re actually trying to accomplish. Also some scripts would be helpful in determining what you’re looking for. Maybe even some screen shots or a step by step, rather than a paragraph that does not even contain...
  2. dchampag

    ZNote Help - Failed to Authorize

    I had to fix this issue as well, but I don’t remember exactly what the fix was that I used, I fixed it through the errors in the log, use the code tags and post your errors from your Apache/php log files
  3. dchampag

    speed problem

    The server uses double the speed of the client, this allows the server to stay ahead of the clients speed, this is beneficial to higher ping and a lot of things. Don't mess with it unless you know what you're doing. Just double the speed on the item if you want it to add more. This is working as...
  4. dchampag

    TFS 1.2 setCreatureMetatable Crash

    I would try running in debug mode and hope that it happens again to help narrow it down. Then, If not I’m not seeing anything directing you towards exactly it’s located, you’ll have to go through them all. Or potentially use AI and see if they can find it
  5. dchampag

    TFS 1.2 setCreatureMetatable Crash

    Well, when did this start happening? Did you make changes or have the players progressed to a certain point? Let’s narrow it down.
  6. dchampag

    Issues with starting server for the first time (RSA/ XML missing)

    Where did you get your distro from? Stages are loaded in config for TFS 1.7 Did you modify the source code to change the SSL file directory? If not then simply adding it to config does not do anything for you. 1734097571 just use the default RSA until you get familiar with what you are working...
  7. dchampag

    vocations - scaling of magical healing and damage

    He was not doing anything wrong, the spells he’s using are calling the getformulavalues function which is not covered in this, this works with setformulavalue.
  8. dchampag

    Walkable railings

    I’m not familiar with canary as I’m trying to use my free time to work on my project, but walkable circumstantially only functions would be related to c++ code, try to find walkable tile information in your c++ code and see if there is even a function existing for it. Then you will have to...
  9. dchampag

    TFS 1.2 setCreatureMetatable Crash

    As I can tell you are new to this or still learning, what it means by proper validation is add code to check if the player exists before starting the other code. Example if creature:isPlayer then --code end The if statement will need to be changed based on what it is the code is looking for...
  10. dchampag

    TFS 1.2 setCreatureMetatable Crash

    This paste bin does not take us anywhere. But what is happening during the crash? There is a guide for debugging. Follow it and then post here to get support.
  11. dchampag

    Walkable railings

    Edit Items.otb Hur is to change floors Additional support or information outside of that would require you to follow the support rules and guides that provide us with information regarding your server and the actually purpose of this modification.
  12. dchampag

    TFS 1.X+ TFS 1.3 setup

    What is this from and why did you not place in code tags? If you want support please explain what is going on. Don’t mindlessly post errors or code and expect a response.
  13. dchampag

    TFS 1.X+ TFS 1.3 setup

    Oh, I mean they are all great, these people have spent a great deal of time making these things work very well with a lot of security, it's really a matter of personal preference, I personally use Znote AAC, the biggest thing is to just be sure that any pages you add are secure, the AACs them...
  14. dchampag

    Lua doors.lua error

    You cannot use negative values for unsigned integers. Therefor the math for add or subtract x and why must be completed before attempting to call tile position
  15. dchampag

    TFS 1.X+ TFS 1.3 setup

    what do you mean by goose? you mean AAC?
  16. dchampag

    Repair Power Gamers

    You accomplished half of one task. Now looked at the way other codes are laid out in this forum by our regular users and OG members, lay the code out this way and then answer the questions in the post above, if not we will ignore this post from this point forward.
  17. dchampag

    Repair Power Gamers

    Please edit your post, remove the code, then re copy the code and paste it into the code function our OTLand Admins have provided for us to make this sort of thing much neater and easier to read. No one is going to fix the code layout to attempt to read it to help you. Provide AAC Make and...
  18. dchampag

    AAC Znote Acc 1.6 with TFS 1.2

    Open your phpMyAdmin, workbench or any other MySQL manager that you’re using. Set a default value for column ‘name’ in your accounts table by using the alter table function or command line. The issue is that your accounts table has a column ‘name’ and your AAC is not inserting a value into that...
  19. dchampag

    OTClientV8 Updater issues JSON

    This is not related to updater, if you start your own support thread following the rules and tips for posting in support you will likely receive better answers/help. In your post please provide the version of OTClient you’re using. It does not look like you’re using OTCv8 but specify if you...
  20. dchampag

    TFS 1.6 not reading dotenv

    Try putting the MySQL information in “ “ I don’t have 1.6 yet so I’m not positive but given that it is in “” in c++ and typically is in “ “ in all the previous distro. Maybe it’s just ignoring it. I’m not sure why it wouldn’t throw an error. But it is searching for a strong.
Back
Top