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

    OTClient Prevent Player Movement

    Hi all, been a while. I have some custom windows in my server (OTC V8). I'm trying to accomplish one of two things: 1. When X window is open, player cannot move 2. When X window is open, and player moves, window closes (like with NPC trade windows) The problem I'm trying to solve, is that I...
  2. N

    TFS 1.X+ Some scripting questions (mainly creaturescripts)

    Hey, its me again.... hung up with yet another problem I can't seem to figure out. :D I just discovered an issue with my smelting system. I am using opcodes to communicate back and forth between Tfs 1.2 > Otclient This code works exactly as intended...... except for the fact that it only works...
  3. N

    OTClient Keep player from moving when window open

    Quick question(s) for you Otclient pros out there. I have created several custom windows. Is there a pre-existing function somewhere to keep the player from moving while the window is open? for instance, I know of: customWindow:lock() customWindow:unlock() This works all fine and dandy, and...
  4. N

    OTClient Functional windows, OTC

    Ok, so I've been delving into OTC for a while now, and I'm stuck again. Recently, thanks to shadowsong, I've learned how to properly send and receive opcodes from server to client and vice versa. Now, I'm trying to figure out how to connect the dots with some custom windows. I'm not really...
  5. N

    Help me understand skill experience

    I'm trying to perfect my crafting system. It is written entirely in lua (including the custom exp table). For simplicity's sake, take this example: Player has woodcutting level 1. Player chops tree, gains 10 experience, and advances to woodcutting level 2. Ok, so I am trying to make a...
  6. 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...
  7. 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...
  8. N

    Delete

    Delete
  9. N

    Help with modal window code

    Ok, so I've been trying to get modal windows to work for a crafting system I've been working on. For some reason I just can't seem to wrap my head around it and figure out why its not working properly. I've tried two approaches. I'm extremely confused, but I'll try not to confuse you. My first...
  10. N

    Asking for assistance with modal windows

    I am having a terrible time trying to wrap my head around modal windows. If someone would take a few minutes of their time to write a quick short example for me, I would be forever grateful. I am using this system: [TFS 1.2] Modal Window Helper Lib...
  11. N

    How to update all players in the database

    Hey everyone! So, in my quest for world domination, I started asking myself this question. This is all hypothetical, but I feel it would be good to know for the future, and surely I'm not the only one wondering this. Say that right now in my server knights gain 30 hp per level. 3 months from...
  12. N

    Othire 1.0 Premium days

    I am using the current othire from github: TwistedScorpio/OTHire In conjunction with Qwizer/rlmap740x And also, otclient Everything seems to be running fine(other than some database errors in the console), but im having trouble adding premium days. I have been messing around with it to no...
  13. N

    Othire flags

    Hey everyone, a noob question for you. What exactly are these flags located here: OTHire Flags Calculator How do I utilize them?
  14. N

    What's the best current route to creating a 7.72 server?

    Hey everyone. I've noticed lately that there are quite a few 7.72 servers popping up, and I have been kicking around working on one. As the title infers, what is currently the best route to take with the fewest pain points? I've found 2 different contenders in my search: otx3 and othire...
  15. N

    Looking for someone to teach me scripting.

    Hello everyone. I'll keep it short and sweet: I want to learn to write scripts for Ots. My primary usage is for Othire, but I figure learning the tfs engine will translate easily to writing scripts for othire also. I am fully aware that LUA is it's own thing, but I am really only...
  16. N

    Downgrading features from 10.98 > , 7.1

    Ok, so I'm really scratching my head here and looking for some guidance. Im currently working on a 10.98 server based on tfs 1.2 What I'm trying to do is keep the 10.98, but revert some things back. The main thing I am trying to do is to mimic the old (7.1) combat formulas, and hp/mana/spell...
  17. N

    Help with compiled OTCilent

    Ok, so this thing has been absolutely frustrating the crap out of me for a long time. I CANNOT get this to successfully compile. I have followed the windows tutorial to the letter, and I have also manually included/linked every single file from the official SDK. No matter what I do, VS...
  18. N

    Regarding Downgrading

    Hey all, I'm just getting back into the OT scene after a many year hiatus. I've been roaming around the past few days trying to play catch up. What I'm wanting to accomplish is to take tfs 1.x and make 7.72 files (spr, dat, items.xml, items.otb) work with it. I'm a little rusty on the...
Back
Top