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

    NPC Module Trade otclient

    Also would like to know i did uncomment everything with containing "ShopWindow" in npc.h/cpp player.h/cpp game.cpp. Still when being ingame once i say trade to the npc he says "Of course, just browse through my wares." however it doesnt open the trading window.
  2. Landera

    Programmer Hire me Programmer Job C++/Lua+PHP+JAVA

    Don't know if I recommend the guy, after contacting him and told him what I wanted. I asked him what this would cost, after he told me the pricing I've agreed and he told me he'd work on it. Ofcourse I didn't payed a single cent because that as the agreement he would send a video of the working...
  3. Landera

    New water borders

    Your water edges are a bit to pointy in my opinion. But looking good continue!
  4. Landera

    Clickz Spriting Showcase

    Giving me 7.x vibes and I love it!
  5. Landera

    Gallery of Dreams by Weto

    Why so cool?
  6. Landera

    Daeron - Pixel Art

    Great sprites overall!! I really like your guardian shield and armor, due the shading the legs don't seem to fit in my eyes.. proper shading could fix that. Also the boots design look a bit "big"? Furthermore I do like the complete mage set you nailed that one for sure! Keep going it looks good
  7. Landera

    Ice floor not successful

  8. Landera

    Bye

    Best of luck :D
  9. Landera

    OTClient 1.0 (Release)

    Cant open the latest zip file or is that just me?
  10. Landera

    OTClient Making new vocation

    Why do you need item editor for vocation stuff? I'm confused. You make your vocation like the previous post. If you want to make items voc based you need. Items folder Movement folder
  11. Landera

    TFS 1.X+ Reverse Oracle

    Alright I found away around it if I do -1000 on all skills they end up at skill 10, wont go below it. Only magic level do not work that way so i repeated the magic level line 100 times xD, its ugly but it works.
  12. Landera

    TFS 1.X+ Reverse Oracle

    Yea this lowers the skills, but the (10) is the skill i want players to get :p
  13. Landera

    TFS 1.X+ Reverse Oracle

    Alright I've found the issue I did need to put ", cid)" behind the npcHandler. However now im bumping into another issue. This add +10 skill instead of reseting it to 10 doPlayerSetSkillLevel(cid, SKILL_SHIELD, 10)
  14. Landera

    TFS 1.X+ Reverse Oracle

    Thank you for your reply, i've tried thescript and I'm getting this error. Lua Script Error: [Npc interface] data/npc/scripts/The Oracle.lua:onCreatureSay data/npc/lib/npcsystem/npchandler.lua:633: table index is nil stack traceback: [C]: in function '__newindex'...
  15. Landera

    TFS 1.X+ Reverse Oracle

    Hello guys, I'd tried creating an reverse oracle npc basically, and came up with some kind of base. But no clue how to get this into a working script. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  16. Landera

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    Thanks :) however having a few bugs Lua Script Error: [Npc interface] data/npc/scripts/The Oracle.lua:onCreatureSay data/npc/scripts/The Oracle.lua:117: attempt to index global 'town' (a nil value) stack traceback: [C]: in function '__newindex' data/npc/scripts/The...
  17. Landera

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    Tfs 1.5 Like to have a reverse oracle, I did already made a concept. It basically reset all skills and send you to rook without a vocation at lvl 1. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  18. Landera

    Tibia Classic PRE 7.0

    @Dark Gladir might have have pictures of that
  19. Landera

    Orc merged with Cyclops?

    Is that Hulk?!
  20. Landera

    Problem with borders sprite!

    You have to edit the sprites
Back
Top