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

    How would a non-grind dependant, RPG OT server should look like?

    That's what I've been thinking too, I guess once you get like lvl 20-30 you begin getting less exp from bears, wolves and the like. Don't know if that'll be hard to code. That's quite nifty!
  2. Azze19

    How would a non-grind dependant, RPG OT server should look like?

    Hi OTland, I'm doing this just for fun, please leave your comments here :D
  3. Azze19

    [LUA][TFS 1.x] Printer's Free Coding Help and Request Service

    @Printer by any chance, have you been able to work on this one? :P Thanks!
  4. Azze19

    Peroxide's Mapping Thread

    dat waterfall <3
  5. Azze19

    [LUA][TFS 1.x] Printer's Free Coding Help and Request Service

    @Printer I don't want to seem pushy, but is there any chance you could've worked on my request? :p
  6. Azze19

    [LUA][TFS 1.x] Printer's Free Coding Help and Request Service

    @Printer I use TFS 1.1 1. I'd like that the NPC gives a custom greet depending on the players vocation (that's what the first 'if' in the creatureSayCallback function is for). 2. If the player doesn't have a vocation that the NPC offers him/her to join the NPC's faction (The Guard in this case)...
  7. Azze19

    [LUA][TFS 1.x] Printer's Free Coding Help and Request Service

    Yes! finally! I have the following script for an oracleish NPC, he only assigns 2 vocations, Squire and Archer, but the script is now working, could you please help me? I've added some notes for clarifying purposes local keywordHandler = KeywordHandler:new() local npcHandler =...
  8. Azze19

    Lua Oracleish NPC not working

    @Mackan™, it isn't it, I added a greet in the lua and the NPC isn't using it :/
  9. Azze19

    Lua Oracleish NPC not working

    @Slavi Dodo that's the problem, the server's console shows no error when running the script, the only way I know it's not working is because the NPC is not doing what is intended.
  10. Azze19

    Lua Oracleish NPC not working

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  11. Azze19

    Scripter Scripter teacher

    Because I've been messing around for some time now but I just can't get it right, besides, some tutorials are outdated already :/
  12. Azze19

    Scripter Scripter teacher

    Hi, I am looking for someone to teach me how to script spells and npc's on TFS 1.1, I have prior programing experience on C++ and VBA, but I'm sort of rusty; I am willing to pay depending on the proficiency. Thanks!
  13. Azze19

    Help with Mysql! Xampp

    It's for Tibia 9.6 but works just as well for newer TFS/Tibia versions; as Webo said, use UniServerZ.
  14. Azze19

    Macedoon's grandcorner

    I do! I was messing with the forest floor sprite an hour ago wondering if it'll look any good, thanks!
  15. Azze19

    Lua Add two things into my spells

    @Limos Not sure if I am necroposting, but I want to do something similar. On the second point I think he means that when the spell is casted it deals damage, then after a short delay it hits again simulating a combo, but also giving the target a chance to get out of the spell area, like this...
  16. Azze19

    Sword Art Online 2/Gun Gale Online - Official Discussion Thread

    Just a troll pal, nevermind him. I'm developing an OT with a similar spell system, I call them physical moves (to spice up the game for non magic users), although not as nice as the one you've got there :P If you need help translating your ideas to english I can help, I'm a native spanish...
  17. Azze19

    Windows [Windows 10, 64bit] TFS 1.1 boots and closes itself in under 1 second.

    Would you mind to elaborate? I am not looking at the lua atm :P Thanks!
  18. Azze19

    Windows [Windows 10, 64bit] TFS 1.1 boots and closes itself in under 1 second.

    Yep, that's the one I am using.
  19. Azze19

    Windows [Windows 10, 64bit] TFS 1.1 boots and closes itself in under 1 second.

    Hello, I am trying to develop a custom server but I want to run some spell scripts while I take a break from mapping; however, when I try to boot up the TFS 1.1 application it opens and closes immediatly, so I don't get to see the prompt command window. I've already set up the mysql database...
  20. Azze19

    back on antica

    You should check House Redd, it's from the TibiaMMO sub, you will find a very amicable group ;)
Back
Top