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

    How come Europe can't host a decent 8.6 anymore? What about "hardcore" server?

    Congratulations, you've worked out some of the mathematics of fun. I've said this of OT's usage of both an EXP formula and multipiler stages: Anyway. I'm targeting 8.6-esque protocl, and I've no idea of all the ways things have changed since I've been gone. Should be fun.
  2. Lessaire

    Client Editing [Ip,Port,Rsa]

    That's a completely different generation. Try this: opentibiabr/client-editor (https://github.com/opentibiabr/client-editor)
  3. Lessaire

    Do you want to make money during quarantine?

    All I'm saying is you are not qualified to be offering anybody any sort of paid service. That's not harassment, it's just a stone cold fact. I'm just making sure OP doesn't end up going into anything blind. Were it not the circumstance of this thread, I'd be happy to go on ignoring your...
  4. Lessaire

    Do you want to make money during quarantine?

    Good thread. Bad thread. So like, this guy PMs me. I'd reply back within 15 minutes... 3 days later he PMs me again.... I'd reply back within 15 minutes... 5 days later he PMs me again..... I hope you're getting the picture so far So then.. its like 11:35pm, I'm winding down about to...
  5. Lessaire

    TFS 1.X+ Is possible get NPC Pos?

    Yeah, I didn't see this tagged with TFS 1.x at first. I also like how I sat here with this thread open for hours waiting for a free moment to be able to answer it, even though it had been untouched for a day. But the moment I do, I have something else come up then everyone comes out the wood...
  6. Lessaire

    TFS 1.X+ Is possible get NPC Pos?

    Wait... TFS 1.x? It should just be this: Creature(getNpcCid()):getPosition()
  7. Lessaire

    Complaint Voting on dark theme

    I like the physical layout of this current theme, but preferred the palette of the previous.
  8. Lessaire

    TFS 1.X+ Is possible get NPC Pos?

    getThingPosition(getNpcId()
  9. Lessaire

    Theorizing a Modern Engine Design

    At which point it will be OpenUltima. The long game I've been playing this entire time.
  10. Lessaire

    Complaint Voting on dark theme

    So like.. was this thread the cause of the loss of the other theme option? What happened to the blue?
  11. Lessaire

    Theorizing a Modern Engine Design

    Yep... I thought about this a lot over the past few weeks (And I don't mean specific to OT's, I mean at a global scale) and really dug on the topic hard. It was quite a little tangent for me after having a discussion in PMs with Edubart about Lua and it's future, instigated by that thread about...
  12. Lessaire

    Theorizing a Modern Engine Design

    I'm 100% in Nekiro's camp with No Python. The role of "gluescript" is mutually incompatible with languages featuring enforced whitespace. If I was gonna spend any amount of effort replacing Lua, I'd be helping the Chakra team, so I could use an ECMAScript JIT instead. But if you guys are gonna...
  13. Lessaire

    TFS 0.X help auctionsystem GetItemIdByName

    Alright, so this may be a problem with your server source code / binary. I had a similar problem. Basically luaGetItemIdByName ends up not working correctly in certain releases. make this change around ~line 130 - local item = getItemIdByName(t[2], false) + local item =...
  14. Lessaire

    Theorizing a Modern Engine Design

    This has nothing to do with the software being unfriendly to Windows and everything to do with Windows being unfriendly to software. The developer toolchain is a 2nd class citizen on Windows. On Linux I can find an interesting syscall like this, find an example of it, and turn that example into...
  15. Lessaire

    TFS 0.X help auctionsystem GetItemIdByName

    local function sendMessage(color, message) return doPlayerSendTextMessage(cid, color, message) end local function problem(message) return sendMessage(MESSAGE_STATUS_CONSOLE_BLUE, message) end local function success(message) return...
  16. Lessaire

    TFS 0.X help auctionsystem GetItemIdByName

    oops. see the local sendMessage function? just move it above the problem function. then try again
  17. Lessaire

    Lua [TFS 0.4] 8.6 server character logout right after login

    you wut m8? you one cheeky cunt. there is no fixing that script By all appearance the code itself is fine. It's what it's trying to do. You're trying to grab a swath of area 32000 squares centered to the player's temple and then randomly teleport them somewhere in that. Maybe... just not...
  18. Lessaire

    [TFS 0.4] Looking for programmer

    Alright then.
  19. Lessaire

    TFS 0.X help auctionsystem GetItemIdByName

    --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.3 [ -- FIXED CLONE ITEMS BUG -- ] ~~ Lessaire best practices patch ~~ ]]-- local config = { levelRequiredToAdd = 1, maxOffersPerPlayer = 5...
  20. Lessaire

    TFS 0.X help auctionsystem GetItemIdByName

    I recall you haven't finished with this thread yet. If there is a problem with the script, tell me. Or mark it as best answer, because that was a pain in the ass to get completely working.
Back
Top