• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Leftwing

    RME Minimap

    If RME is displaying the minimap properly in RME, but exporting wrong, then the problem is likely where the minimap mapeditor representations are set, it's either set wrong or not set at all.
  2. Leftwing

    Solved Dual Wielding Crash

    "Core Dumped" implies that the last state of the application has been saved to your computer. Using this file you can figure out how you managed to SegFault. You also know that the problem occurs on creatures attacking, so follow that rabbit hole and see if TFS has been updated compared to the...
  3. Leftwing

    TFS 0.X I got a problem with sellhouse

    if( tradePartner->isPremium() == false ) { player->sendCancel("You cannot trade with a non-premium user"); g_game.addMagicEffect(player->getPosition(), MAGIC_EFFECT_POFF); return false; } Edit: Sorry I keep changing the snippet over and over again with small changes to adapt it...
  4. Leftwing

    TFS 0.X I got a problem with sellhouse

    This one is probably pretty easy. In your script that is triggered by the !sellhouse command, you will need to find the appropriate place to insert: if targetPlayer:isPremium() then -- Here goes code to transfer house end Try something like that.
  5. Leftwing

    NPC Rookgard NPC's 100% real. (will be updated)

    There are a few problems right now, basically the TFS scripting interface isn't the best documented system in existence. I've been dabbling in it trying to fix the Isle of Destiny NPCs, particularly the 4 Vocation NPCs and the Captain.
  6. Leftwing

    Programmer 5$ to compile sources quick.

    What do you want? TFS version? Custom distro? On Windows, if so 32 or 64? Ubuntu? I'll do it free.
  7. Leftwing

    RME Not works

    32bit version or 64bit?
  8. Leftwing

    [RME] Custom Extensions

    This also works, but as you state, requires you to use listbox view for RAW. I don't like that when searching through sprites that likely aren't labelled, small icons are preferable. It's great that the majority of RAW has been sorted though.
  9. Leftwing

    RME crash

    Keep both, save the new spr file somewhere separate and just change the path.
  10. Leftwing

    [RME] Custom Extensions

    For anyone using RME 3.4 with 10.98, here is a script to fix the others category from crashing your application. Still frequently crashes, avoid scrolling through the categories quickly and save frequently. <materialsextension name="Others Fix" author="Leftwing"...
  11. Leftwing

    TFS 1.X+ How to install true dual wielding

    Are you calling something like player.setAttackSpeed() instead of player->setAttackSpeed()? Edit: setAttackSpeed() isn't a method of the player class because it doesn't exist at least in my TFS.
  12. Leftwing

    Enhancing graphics to 64x64 with machine learning

    The ML is just a way of training the algorithm to convert a 32x32 pixel sprite into 64x64. What you get with good training (providing the algorithm with 64x64 pixel sprites to learn from) is a properly stretched sprite that's much sharper than the original. It simply looks much better. Looking...
  13. Leftwing

    Creativity - Post your mapping ideas

    You missed a corner on the bottom left beach tile where the water, sand, and grass meet. I really like the building design and the only thing out of place for me is the bear rug. I wouldn't leave that outside. I'd add some sparse grass, a few small rocks to the beach for detail. Anything else...
  14. Leftwing

    Peroxide's Mapping Thread

    It's been good for the most part, lots of ups and downs but I wouldn't trade it for the world. Only thing I wish I could have done was stay more involved here, but I think that time has come and gone. It makes me emotional to think about but this game was a huge part of my life for a very long...
  15. Leftwing

    Peroxide's Mapping Thread

    Good luck dude! Hope you're life is full of adventures much like we experienced playing this game ;)
  16. Leftwing

    RME not working!;(

    Try 8.61 or 8.62 instead of 8.60 spr and dat files instead?
  17. Leftwing

    A new Custom Project in my mind (XDC)

    I never meant to imply Mappers deserve to be paid like a full-time employee, I meant mapping is a long and constant process that requires the same amount of time as a full time job. If you want to be have a realistically successful server, you can't manage with a single mapper. You need a team...
  18. Leftwing

    A new Custom Project in my mind (XDC)

    Hehe I feel as if I stepped on someones toes ;). Why do you two SPEAK like this? You have bold and italics for a reason. I never said I expected to be paid for my work, I'm 100% in agreement when it comes to OTs being a hobby that shouldn't cost money, and thankfully it doesn't if you look...
  19. Leftwing

    Programmer Monster walkeable Fields AI - Only Pro's

    Okay then a ranged monster should attack from range if possible, but if the monster has no ranged attack he should ignore the 3x3 field under the available target?
  20. Leftwing

    Programmer Monster walkeable Fields AI - Only Pro's

    If the monster is capable of ranged attacks does the monster stay at range? Or does it simply not move?
Back
Top