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

    Another new map editor (WIP)

    Possible, yes. Currently scrolling is defaulted to zooming in/out, tho, but it is possible to make it select next/previous items on the palette/hotkey bar. The RAW-palette isn't customization (yet?) though, so you can not re-order those items to something preferred. Yes, but I will not release...
  2. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Well, the thing you wanted is a "bug" in the script generation, and isn't really supported yet. I will edit the application in such a way newly generated scripts will be correct, but this takes some time to test and code.
  3. TGYoshi

    GlobalEvent Stream Live From Your Website!

    HTML/JS is straight (or close to) copied from Masiyah's code written by me, it seems. Thanks for crediting. >_< Sadly the whole OT community is going downwards in tons of perspectives.
  4. TGYoshi

    Can't find direct3d!

    I hope you know it's very normal for any automatic update program to fuck those things up. Just re-install the nvidia drivers manually.
  5. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    I will test/fix this in about a week since I'm quite busy with others things at the moment, so just hold on for a bit. 9.60 supports will come then as well I guess.
  6. TGYoshi

    Another new map editor (WIP)

    Oh like that, pretty cool feature I'd say. I'll keep it in my mind, thanks.
  7. TGYoshi

    Another new map editor (WIP)

    There are no scheduled plans for a beta or whatever. Vital functions like creatures and housing are (partially) missing, for example. Whenever I'm ready? -- I don't know, all depends on how often I'd like to work on it and if I have time for it.
  8. TGYoshi

    How to reset character's level with every relog?

    data/creaturescripts/login.lua Add somewhere before the final 'end': doPlayerAddLevel(cid,getPlayerLevel(cid)*-1+8) (where 8 is the starting level)
  9. TGYoshi

    Another new map editor (WIP)

    The structure is different since I dislike the mess in RME's extension files, but I will very likely provide a simple command line converter to convert RME extentions to "the correct format" as this will make it a lot easier for myself as well. Can you elaborate on what "templates" are? I've...
  10. TGYoshi

    Random Map Generator

    A simple map generator may not be hard, but it really gets complicated to get any decent basic map. Could be fun to have, tho.
  11. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    I have no idea what "naxed" is, what TFS version is it based on?
  12. TGYoshi

    A MESSAGE To ALL OPEN TIBIA LOVERS and server Owners!

    I've never seen any neutral server being a serious target of ddos attacks.
  13. TGYoshi

    A MESSAGE To ALL OPEN TIBIA LOVERS and server Owners!

    I never played servers which had 1000 players, those servers are more likely to be targetted. I always played local servers from my own country which often have a lower amount of players, but the community is a lot stronger there. Those servers aren't a regular target for ddos attacks, even...
  14. TGYoshi

    A MESSAGE To ALL OPEN TIBIA LOVERS and server Owners!

    I would not pay to play any server. It's as simple as that for me. One of the reasons I came to OT is because it was totally free. I've never played servers with donations for more then a few hours. Servers with in-game account managers tend to be a lot of fun.
  15. TGYoshi

    Normal Player Broadcast

    function onSay(cid, words, param, channel) if not param or param == '' then return doPlayerSendCancel(cid, "Command requires param.") end local lenght = string.len(param) local totalMoney = lenght * 10 if doPlayerRemoveMoney(cid, totalMoney) then return doBroadcastMessage(param...
  16. TGYoshi

    Another new map editor (WIP)

    I do not have (use) twitter. Anyway, extended the lighting preview a bit. I've found a way to severely speed it up even more which allows live preview of lighting while editing, which I [might] add :P. Felt like it would be quite cool if it was possible. Also, it's now possible to export the...
  17. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Well, paste the whole script between [ code ] tags so I can try it myself, and the server you use.
  18. TGYoshi

    Client Signature

    If you'd like to obtain the signature of a spr/dat file, just read/check the first 4 bytes (int32), those represent the signature in both files.
  19. TGYoshi

    Solved Moving database to a new computer

    I'm using that way to transfer my own databases. Anyway, I recommend to copy your whole xampp folder tho, much easier and then you'll probably prevent several issues which can pop up thanks to this.
  20. TGYoshi

    Solved Moving database to a new computer

    For UniServer you can simply copy the C:\UniServer\usr\local\mysql\data folder to your new computer to copy your database, for Xampp there probably also is a mysql\data folder, just find it somewhere yourself.
Back
Top