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

    TFS 1.X+ Duplique respaw

    wait wut?
  2. Leesne

    MyAAC Global Layout

    No worries Lucas, I found the github just now and had a quick check but I don't have any time spare to assist further. It is what I expected just by viewing the code. These are my current chars: This is an example of a char you can add by sending false data to the server. Its a good effort...
  3. Leesne

    MyAAC Global Layout

    You are missing the bcdiv. you need to install this. sudo apt install php7.0-bcmath sudo apt install php-bcmath depending on which version of php you use etc.. (If you break stuff not my fault, lookup bcmath php before running commands) 1646869366 I would be a bit cautious about using this on...
  4. Leesne

    TFS 1.X+ Weird error when using Vials

    distillery doesn't exist.
  5. Leesne

    How can i delete house_lists from phpmyadmin

    Hello, I'm Lee and I'll be your personal google assistant today. Please let me know if there is anything I can do to assist you and I will be more than happy to assist. I offer services such typing text into a google box and pasting screenshots because I understand how difficult a task it can...
  6. Leesne

    Merry Xmas!

    Merry Christmas mate. Lets hope new year is better but we said that in 2019 as well. So not holding out on that one. Keep up the good work.
  7. Leesne

    My Services (slaw) - Web Development

    69% Noob.. 100% recommend. Always quality work from Slaw and always happy to work with him.
  8. Leesne

    TFS 1.X+ Error in console regarding login

    Unless its just because I'm really tired. This is related to your database and not MyAAC. If you have run migration 26, it has removed the field you need. TFS 1.4 uses the new premium_ends_at not 1.2 which uses premdays. TFS 1.2 is showing migrations up to 19...
  9. Leesne

    TFS 1.X+ Error in console regarding login

    What version of my aac are you using as this was implemented in and is in a Dev and main build with a check to see if column, premdays or premium_ends_at exists. Also what TFS are you using? That looks like a server error for the premdays and not relating to myaac?
  10. Leesne

    TFS 1.X+ TFS 1.3 Statues of Fortune

    something like this? https://otland.net/threads/tfs-1-x-shrines.263473/
  11. Leesne

    MyAAC v0.8.21

    Thats because MyAAC doesn't copy the town from the sample chars, it creates it based on the selection the player chooses when creating a char. if you wanted to change this you will need to edit a number of files. example...
  12. Leesne

    Action/GOD - Click and Drag

  13. Leesne

    TFS 1.X+ player_deaths stores only one death per player

    This is my last post here, as I really can't be bothered any more, I've tried to show you the way and all I see if someone who wants stuff given without trying, I literally spelt it out in 3 posts on what to do. a simple search on the internet on how to modify DBs. ALTER TABLE player_deaths...
  14. Leesne

    TFS 1.X+ player_deaths stores only one death per player

    You can only have a unique value as primary key. So if player ID is set as primary key, in the players_deaths there will only ever be 1 entry for that user as this is the unique id (primary key) and cannot be any more entries. I was trying to let him come to the conclusion himself. Teach a man...
  15. Leesne

    TFS 1.X+ player_deaths stores only one death per player

    "id" ;) not player_id. or none at all https://github.com/otland/forgottenserver/blob/master/schema.sql#L265
  16. Leesne

    TFS 1.X+ player_deaths stores only one death per player

    Coding isn't just about reusing people's codes and databases. Sometimes its about thinking outside the box. Databases don't need primary keys but its highly recommended. Look at your other tables and see what they use as unique identifiers or primary keys
  17. Leesne

    TFS 1.X+ player_deaths stores only one death per player

    If I run into an area on a level 1000 mage and kill 10 level 8's in 1 hit. They will all die at the same time. So no.
Back
Top