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

    Am I a terrible person?

    then you are not canadians like you think
  2. RazorBlade

    Am I a terrible person?

    BECAUSE CANADA
  3. RazorBlade

    Mapping

    okay
  4. RazorBlade

    Lua How to send all depot items from another city?

    It won't register until after they've logged out and then logged back in, which is why I had suggested you could put the register in the oracle as well, but on their second logout it should remove their depot items
  5. RazorBlade

    Lets make script for tfs (1 post = max 3 line of code)

    lmao whatchu makin' global variables for
  6. RazorBlade

    Lua How to send all depot items from another city?

    I'd register it in login and the oracle script but just login is fine assuming they logout more than once ever xD
  7. RazorBlade

    [Prank] Let's go to develop any script

    yeah but that doesn't matter because I broke everything
  8. RazorBlade

    [Prank] Let's go to develop any script

    repeat print("Life is futile") until 1 ~= 1 :'D
  9. RazorBlade

    Am I a terrible person?

    I imagine I appear on some ignore lists but I don't have anyone ignored
  10. RazorBlade

    Lua Getting the primaryType from onManaChange

    that, I'm not sure about. I don't typically test my code since I don't typically have a server running xD In the source, when magic shield intervenes, it executes a manaChange through creaturescript, so combating mana instead could definitely convert to manadrain but I don't know for sure...
  11. RazorBlade

    Lua How to send all depot items from another city?

    yep, it'll need to be registered, after doCreatureSetStorage(cid, 36361, 1) in your oracle just register it right there as you wrote it above (but with correct event name of course)
  12. RazorBlade

    Am I a terrible person?

    been there, done that.
  13. RazorBlade

    Am I a terrible person?

    for making a joke with a fellow canadian? what are you, some sort of american?
  14. RazorBlade

    Am I a terrible person?

    Sorry
  15. RazorBlade

    Am I a terrible person?

    what are you, some sort of canadian? sorry
  16. RazorBlade

    Windows Issue while compiling ForgottenServer 1.2

    Happy to help :p
  17. RazorBlade

    Windows Issue while compiling ForgottenServer 1.2

    Build->Configuration Manager Change configuration to release and platform to x64 on theforgottenserver
  18. RazorBlade

    Lua How to send all depot items from another city?

    It was made quite clear that it isn't possible in lua the way he wants, I simply offered a method that's used by another server that works quite well, my knowledge of SQL is limited but what I offered at least works and isn't terribly different from the other suggestions, other than it allows...
  19. RazorBlade

    Lua How to send all depot items from another city?

    Check my edit on my last post that I just made.
Back
Top