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

    Lua Could someone help me with this spell?

    TFS supports rooted condition
  2. soul4soul

    What will happen to your PC/files when you die?

    Some password managers have similar features as FB where the account can be taken over by someone you trusted. If you keep your files in the cloud such as gdrive they could then access those files and share them.
  3. soul4soul

    OpenTibia OT Monster Converter

    It shouldn't be any harder then any of the existing formats that are supported. One thing to note is that not all revscriptsys formats are the same. otservbr revscriptsys is slightly different from tfs revscriptsys, once I get around to it I would start with tfs revscriptsys first then consider...
  4. soul4soul

    OpenTibia OT Monster Converter

    Not a present, it is possible to do without too much effort, basically it requires implementing the lua binding for TFS revscriptsys. I didn't implement it because I thought the demand would be low to none existent since the format is still so new.
  5. soul4soul

    AAC Myacc Dont Show spells in Site

    With MyACC don't you have to go to the admin panel and press some button to read in spells and other XML information from the server?
  6. soul4soul

    OpenTibia OT Monster Converter

    Thanks for taking the time to respond. Is 0 or 1 the lowest for drunken strength? Interesting for the looktype, I don't see any monsters that have a 0 followed by an item id in the cip monster pack. And for the invisible looktype OT server has no such concept. The only 4 monsters in the cip...
  7. soul4soul

    OpenTibia OT Monster Converter

    @kay Would you be willing and able to clarify cipbia .mon format drunken attack for us. What does the drunken attack strength parameter mean? Drunken (int strength, int effect, int duration) And bonus share if there is some special way to determine the item looktype of invisible monsters. 9...
  8. soul4soul

    OpenTibia OT Monster Converter

    You mentioned a few issues 1. Invisible looktype, as far as I can tell the cip mon files don't include any looktype data for those monsters such as flametower so I have no way to set a looktype. This isn't really fixable but I would be willing to hardcode the data into the converter since it's a...
  9. soul4soul

    TFS 1.X+ TFS 1.5 Nekiro monster

    In that case, the converter reads in the data from the cip monsters, you need to change the logic so the data is written out to the files. The data is in the object monster.TargetStrategy For XML format change it at ot-monster-converter/TfsXmlConverter.cs at master ·...
  10. soul4soul

    TFS 1.X+ TFS 1.5 Nekiro monster

    TFS doesn't support target strategies, at least not natively with the lua and xml monster declaration format. It's should be possible to do with a onThink script.
  11. soul4soul

    Getting "Tibia might currently be down for maintenance." connecting to TFS master (Tibia 12)

    Damn, just came back here to say I was fixing it up locally and you beat me to fixing it all together. I never worked on an AAC but a few things seemed weird why not use the OTS_PLAYER class instead of direct DB calls for the player fields, since OTS_ACCOUNT returns that information with...
  12. soul4soul

    Getting "Tibia might currently be down for maintenance." connecting to TFS master (Tibia 12)

    Ugh I really didn't want to install python and go though the trouble when I have a perfectly good web server running... What a pain so for some reason I can't run tornado on port 80 as a unprivileged user on WSL1. So I tried 8080 but that didn't work since its all for local dev anyway I...
  13. soul4soul

    Getting "Tibia might currently be down for maintenance." connecting to TFS master (Tibia 12)

    Hey all, I'm trying to run a copy of TFS locally for my own use but I'm getting the error "Login failed. Tibia might currently be down for maintenance. Please try again later." when trying to connect with the cip client. Software & Setup: WSL1 Ubuntu 20.04 TFS latest master built from source...
  14. soul4soul

    OpenTibia OT Monster Converter

    No news, but I can look into fixing that issue. No one reported it so I wasn't aware there was an issue.
  15. soul4soul

    is a 5 hours quest OK? is this what we want?

    I don't see anything wrong with a 5hr quest if its interesting. Being in a single room having to kill waves of monsters for 5 hours with no break is boring. Compare that with POI quest which required patience (14 levers + maze), raw fire power (levers main hub, juggers, etc..), riddle solving...
  16. soul4soul

    Random Sprites - Newbie.

    Do you have any more examples with the snow drifts? Those look cool.
  17. soul4soul

    Lua Talkaction MonsterInfo

    What server are you using? Opening a file to get the data seems like a terrible idea, I think the creature metatable can be used instead.
  18. soul4soul

    TFS 1.X+ Changing fist/axe/club/sword to one/two handed (TFS 1.4.1)

    You can do what you said without any edits to the server or client but yes the strings would be wrong. Edit items.xml and make all one handed weapons sword and all two handed weapons club skill. You can rename sword ring and club ring in items.xml too. To fix the strings; On the server, you...
  19. soul4soul

    Is it possible to make a true singleplayer opentibia?

    @strike.6602 used the tibia client as the interface for chess, Tibia - Wireshark 2.5.0 nightly now has Tibia support (https://otland.net/threads/wireshark-2-5-0-nightly-now-has-tibia-support.254014/#post-2463894) it is a interesting project doing what you are asking about, using the tibia client...
  20. soul4soul

    What would you like to see configurable in new engines? Which new game mechanics you hate?

    From my memory pyOT doesn't support instances, it supports a 4th dimension to the map. The map format is sectors and each sector can be loaded and unloaded while the server is running. The 4th dimension was just a different piece/style of mapping placed at the exact same coordinates. So it was...
Back
Top