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

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