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

    Trying to receive a storage value from Tfs > Otclient

    Ok, still a bit stuck, but making progress :) Now my server is sending the message over to the client, but the client is still not reading it properly. I am getting this error: ERROR: ProtocolGame parse message exception (1 bytes unread, last opcode is 50, prev opcode is -1): InputMessage eof...
  2. N

    Trying to receive a storage value from Tfs > Otclient

    Ahhh. I was making that way overcomplicated! Haha Thank you for taking the time to explain it. I'll try and plug it in when I get home from work today! (And yes, I got confused about that, but once again.... I just way overcomplicated it haha)
  3. N

    Trying to receive a storage value from Tfs > Otclient

    Ok, so how do I grab that value in otc then? If I get rid of this:packet:addU8(player:getStorageValue(player, 20020)) How do I declare that I want byte 0x37 to represent player storage value 20020?
  4. N

    Trying to receive a storage value from Tfs > Otclient

    Ok, so i am getting an error: "attempt to call method 'addU8' (a nil value)" Here is how I set it up.. I'm sure I'm misunderstanding something! :) In Tfs > Data > Creaturescripts > scripts: function onExtendedOpcode(cid, opcode, buffer) local player = Player(cid) local packet =...
  5. N

    Flags and custom flags generator

    What exactly are flags and how does one use them?
  6. N

    Nostalrius 7.7

    Ok. What do you mean by refreshable tiles? What is their purpose? How do you add/remove them? I never knew tooltips were a thing. How do you add new ones? I do not see an option anywhere.
  7. N

    Nostalrius 7.7

    I feel like I should know this......but I'm just getting around to using the map editor. What are these blue tiles covering each town? and what are these speech bubbles and how do I remove them?
  8. N

    Nostalrius 7.7

    I'm still having the crashing issues... I cant play for more than 5 minutes before the client crashes and wont let me log back into my character. Am I the only one??
  9. N

    Trying to receive a storage value from Tfs > Otclient

    Ok so I'm trying to create a new skill menu for OTclient for some custom skills. All of my skills work great, written in lua. The skill levels are using storage values. Now comes the time when I am trying to connect and display this information on Otclient. Holy crap I am confused. I have...
  10. N

    Nostalrius 7.7

    Still cant figure it out. Has anyone else had this problem?
  11. N

    Nostalrius 7.7

    Ok.. So i'm trying to figure this thing out. I went into protocolgameparse and changed line 827 to: if(g_game.getClientVersion() >= 772) So that SHOULD fix the stackbyte thing, right? and then I went into modules/game_things/things and added g_game.enableFeature(GameClientPing) in the load...
  12. N

    Questions about project complexity

    It would be pretty easy to implement all those things. All contained within lua/xml, unless you want to implement true fist fighting with weapons (like spiked gloves or something), but even then it's not that difficult. :)
  13. N

    Nostalrius 7.7

    I'm encountering some strange issues. I made a God character and was just teleporting around the map checking everything out. I'm currently on my phone at work, but I can provide some pics later if what I'm saying is not sufficient. 1. While teleporting around edron (north of town close to...
  14. N

    Nostalrius 7.7

    If anyone has this newest repo with outfits.xml, send me a PM and I'll buy it 👍
  15. N

    Nostalrius 7.7

    Would it be a big deal to change this so that you can actually easily modify outfits? How big a deal is it to re-implement the outfits.xml? Why remove that in the first place exactly?
  16. N

    OTClient Otclient customization

    Ok, so I've come a really long way on the tfs side of things in recent months, but now I'm delving into otclient. Oh man am I confused. I am trying to figure out how to create custom windows for different things(without using modal windows from tfs). Are there any good tutorials on this? For...
  17. N

    Delete

    Delete
  18. N

    Poll: 7.4 server, soul points yes or not?

    I'm against it. Regulate botters by gm. Harsh harsh punishments for getting caught cheating.
  19. N

    Nostalrius 7.7

    So excited for this, thank you for it! One disappointment I do have, that I'm not sure why you chose this route.... is outfits. I am no programmer, but why, in the process of downgrading, make it so that it requires a programmer to be able to easily add outfits again? Having said that, would...
  20. N

    OTUI editor - worth making?

    Absolutely!
Back
Top