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

    Help Setting up server (paid)

    Neither of those names worked, but you can PM me and Ill help you out. Discord: Pox#7349
  2. P

    TFS A* Algorithm :D

    Not sure if its only me? The commits are abit messy to follow, some overwrites others etc... but I should have gotten them all
  3. P

    C++ Damage, Health, and Mana showing negative values

    this is how the default_onLook looks like for me elseif thing:isCreature() then description = description .. "\nHealth: ".. thing:getHealth() .." / ".. thing:getMaxHealth().."" if thing:isPlayer() and thing:getMaxMana() > 0 then description =...
  4. P

    C++ Damage, Health, and Mana showing negative values

    Are you using latest TFS? I believe I fixed the second issue(onLook) with not using string.format. First issue is in protocolgame.cpp I belive void ProtocolGame::sendTextMessage(const TextMessage& message) case MESSAGE_DAMAGE_OTHERS: { msg.addPosition(message.position)...
  5. P

    Exura Soft

    Also if that event triggers when player logsoff, eg the variable soft is nil, will crash the server.
  6. P

    Everdale - Development Thread

    I would like to give an update about what we are currently working on for Everdale. The past weeks we have been working pretty hard with a big rework on how attributes on items are generated. Today, only selected items from crafting can have a chance to generate a random attribute, crit chance...
  7. P

    OTClient 1.0 (Release)

    Until it’s fixed in a better way do the following: You need to run the generate.bat thats located here: ..\src\framework\protobuf\proto Best is to first move protoc.exe from vcpkg folder to ..\src\framework\protobuf\proto Which would be located here: [Path to...
  8. P

    🇺🇦 Sprite Set - Donate or run fundraiser, get these sprites.

    Amazing initiative! Will double my monthly donation to Red Cross and UNHCR for this cause + donate to a charity from list provided by Shadowsong on Discord ☺️ Every little bit helps ❤️
  9. P

    OTClient1.0 bot

    You need sourcecode to disable it
  10. P

    OTClient1.0 bot

    You are using it with a client that is compiled with botprotection. I'll see about freeing some time to fix this. 1635237934 @gilbertosan I've fixed it, you can now properly save and load scripts.
  11. P

    does not update hp and mana after changing the level in phpmyadmin

    Same way you did with level. Change maxhealth and maxmana in database. Or remove level and add them ingame with /addskill
  12. P

    Everdale - Development Thread

    Slowly starting to get into development again after short break. Two dungeons have been released *Rotworm *Cyclops Ability to afk train now exist. Its suuper slow compared to normal skilling, but you gain it while AFK'ing, so..
  13. P

    TFS 1.X+ Server closing unexpectedly.

    Serversave is not based on hours running , its on a specific time set in globalevents.xml <globalevent name="Server Save" time="09:55:00" script="serversave.lua" />
  14. P

    OTClient1.0 bot

    Sorry my man! g_keyboard.bindKeyDown('Ctrl+Alt+B', toggle)
  15. P

    OTClient1.0 bot

    Started working on a bot for Otclient1.0 (Mehah) since there werent any fun out there, but due to lack of time I couldnt continue it. Hopefully someone wanna continue. A lot of the functions is rewrite of LuniaBot so cred to @Evolunia Whole new UI, tabs for cavebot, targeting etc. Looting is...
  16. P

    Everdale - Development Thread

    Launcher with auto-updated slowly taking shape.
  17. P

    Everdale - Development Thread

    You are now able to recieve premium points by simply being active in-game. Active meaning you cant just sit AFK in depot recieving points, but you need to activly be doing something, hunting, crafting etc. The only thing that can be bought with points are mostly cosmetics other than premium...
  18. P

    TFS 1.X+ disable player block spawn in TFS 1.X

    In your TFS its in spawnMonster function, line 290 to be exact (TFS-1.4-Downgrades/spawn.cpp at 8.60 · nekiro/TFS-1.4-Downgrades (https://github.com/nekiro/TFS-1.4-Downgrades/blob/8.60/src/spawn.cpp#L290)) Just change it to bool isBlocked = false; to make all monster spawn even if player on...
  19. P

    Scripter Looking for a C++/LUA programmer for lo addons/mounts bonus

    Hit me up mate, let’s discuss@discord #Pox7349
  20. P

    AAC Allowing multiple accounts per email.

    Im a bit tired atm, but I’m on the same line, I can’t think of any major issue regarding recovery.
Back
Top