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

    Mount for X killed monster

    Okay, sorry for not answer, i was busy, you will need fourth storage values make a npc file .xml an put this on his/her script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  2. Raiden

    Mount for X killed monster

    Okay mate i will help you, but be more specific, what monsters?, also, what mount?, what distro do you have? TFS 1.0?, and yes, its totally posible, i have this on my server just like you say, but a npc will give you the task?, or you will have it just for kill that monster?
  3. Raiden

    Solved Npc that tells histories TFS 1.0

    Oh, i didn't know that i can write messages in that way, thank you mate!
  4. Raiden

    Things you didn't know about TFS (A Series by Flatlander)

    Wow, i really like you job, i wish that some day i can have your knowledge in C++ to do modificatiosn and understand things, and you are right, is weird, i will change it, also i like the method to add it in config.lua, is softly to modify it
  5. Raiden

    Solved Npc that tells histories TFS 1.0

    Hello, i need some help, to make a npc to talk a lot i make something like this function talk() npcHandler:say("More and more words", cid) end function main(parameters) -- this is the body of the npc script -- functions -- npcHandler:say("bla bla bla, here is where the conversation starts"...
  6. Raiden

    Compile server from Windows to Linux?

    If you want to compile TFS in github you have some tutorials, if it any other else you need a configuration file and a makefile, checkout how in TFS they do and try to copy it but with your sources
  7. Raiden

    Make it impossible to use the Tibia Client

    in TFS search in otserv.cpp or in rsa.cpp for the key, and for OTC, there should be a file that have the RSA keys, why you don't make a question on github?, someone can tell you what file is
  8. Raiden

    Compiling Hi, i need some help about compiling.

    you don't like TFS 1.0?, is easier to compile that because it have no error in source code
  9. Raiden

    ObjectBuilder [10.32]

    Awesome, keep going mate, this going to be far, the best dat and spr editor ever made
  10. Raiden

    Lua There's anyway to make mounts not useable with some outfits?

    So toggleMoutn use different data type than the Opcodes?, i'm a little confused, i will try it too SOLVED! @tetra20 help me to make a new creatureevent to cehck when someone changes the outfit, is someone want it just replace this files: http://speedy*****malware.localhost/NcQ7r/outfit.rar here is an example...
  11. Raiden

    Lua There's anyway to make mounts not useable with some outfits?

    Yes, but i need to add that in the extendedopcode.lua from creaturescripts or i need to add that on sources too?, final question
  12. Raiden

    Lua There's anyway to make mounts not useable with some outfits?

    Sorry for not answer, and well i understand, but everything that i need to add to sources is that line in protocolgame.cpp?, just put case 0xD4: parseToggleMount(msg); parseExtendedOpcode(msg); break; and then i go to creaturescripts?
  13. Raiden

    Lua There's anyway to make mounts not useable with some outfits?

    Okay, let me check that, my problem is that i'm too lazy to make the mounted looktypes Edit: well, i don't know how exactly use this ExtendedOPcodes, i'm using OTC, but i don't get it, i have the code for use it on my server, but how i know what numbers are for what functions?, i know that 0x01...
  14. Raiden

    Lua There's anyway to make mounts not useable with some outfits?

    Hello, that's my question, i have read a little bit and mounts just have an .xml file, nothing else, and i'm adding some custom outfits without the mount animation so when i use mounts with those outfits they look really weird, so i was thinking if there is anyway to when someone tries to put a...
  15. Raiden

    ObjectBuilder [10.32]

    I like how this program is going on, keep it up! PD: but still it don't works for me =(, with any version, i will post a photo on github
  16. Raiden

    ObjectBuilder [10.32]

    Yes mate, i have reinstalled the client and it doesn't show me any kind of information when i select to load it
  17. Raiden

    ObjectBuilder [10.32]

    In github says "9.6 - 10.34"
  18. Raiden

    ObjectBuilder [10.32]

    Hey guys, what version of client are you using?, cuz i'm trying with 100.31 and it not works
  19. Raiden

    ObjectBuilder [10.32]

    Oh god, i love you man, lets see what i can do with this
  20. Raiden

    Necronia - Discussion

    Hope to see it online with at least 50 players, this kind of servers deserves the public, not RL maps
Back
Top