• 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!

Recent content by Liryk

  1. L

    How to deal with the toxicity of players on the OTS

    Yea, I'm from Poland, thanks for putting forward these ideas
  2. L

    How to deal with the toxicity of players on the OTS

    Maybe in a different way, what to change in the statute? People challenge themselves because of the guild conflict on the server and hatred Here is statute: Dragon Ball Legend :: View topic - The Rules of Server
  3. L

    How to deal with the toxicity of players on the OTS

    The question is what ways do you use or have you used to deal with vulgar behaviour?
  4. L

    TFS 0.X Create spell with teleport

    Hey, i need create spells which I can use the right mouse button without any hotkeys this will teleport me to the title, like this
  5. L

    OTClient problem with effect 255+

    I changed in server side all uint8_t to uint16_t in " addMagicEffect " and " sendMagicEffect" i compile tfs and change otclient and compile too but when i enter game any effect do not display
  6. L

    Some sort of pixel gallery

    when he enters the dragon ball legend?
  7. L

    Compiling [Linker error] Dev-cpp

    Hey, i need to edit tfs 0.3.6 because i cant display magic effect 255+ and when i change uint8_t to uint16_t in " addMagicEffect " and " sendMagicEffect " i get this error:
  8. L

    OTClient LIMIT WITH MAGIC EFFECT

    How to remove OTClient magic effect 256+?
  9. L

    TFS 1.X+ How to display effect above character

    Oh its working hah thanks :D
  10. L

    TFS 1.X+ How to display effect above character

    Errors data/globalevents/scripts/efekty.lua:296: attempt to index global 'player' (a nil value)
  11. L

    TFS 1.X+ How to display effect above character

    Ok but i try all "in my opinion" and no results playerpos(y-1) = getPlayerPosition(pid) doSendMagicEffect(playerpos, CONST_ME_FIREAREA)
  12. L

    TFS 1.X+ How to display effect above character

    Yea on top of character because i create new magic effect something in the style of the admin string and I want to show it on to of my character like this: EDIT: Here is a small code local players = getPlayersOnline() for _, pid in ipairs(getPlayersOnline()) do if(getPlayerVocation(pid) ==...
  13. L

    TFS 1.X+ How to display effect above character

    But i have code: elseif(getPlayerVocation(pid) == 0) then playerpos = getPlayerPosition(pid) doSendMagicEffect(playerpos, CONST_ME_FIREAREA) and i need to send effect above my character
  14. L

    TFS 1.X+ How to display effect above character

    Hey i need help with magic effect, how i can display effect above character? I don't know how to use math in lua playerpos = getPlayerPosition(pid) doSendMagicEffect(playerpos, CONST_ME_FIREAREA)
  15. L

    C++ Compile TFS not start server

    Hey i compile TFS from source: https://github.com/otland/forgottenserver/archive/master.zip And when i compile i drag theforgottenserver-x64.exe to folder with my server files and when i turn on theforgottenserver-x64.exe this one appears for a second and then disappears.
Back
Top