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

    Lua One of my first scripts, please help me.

    you forgot to wrap the message inside the ""(Quotation Marks)
  2. Shinmaru

    Lua One of my first scripts, please help me.

    function onSay(cid, words, param) if getPlayerLevel(cid) >= 8 and getPlayerVocation(cid) == 0 then -- here we have to check if the player has a vocation. doPlayerSetVocation(cid, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Congratulations! You are now a...
  3. Shinmaru

    Pets

    We have a Golden Retriever(The big lovable Dope), a mix mut(she is my baby :P), a German Shepherd(As Pure as it can be, looks like a wolf), a Mix Rottweiler and a Shih Tzu(Miss Snaggle Tooth, most to all of these breed have bad teeths). I'll try get pictures up when I can.
  4. Shinmaru

    Any GUI otserv for Linux?

    Why would you want a GUI version of TFS? That's a waste of resource, TFS uses enough as it is. Having a GUI means having a DE running with all of its dependencies and runtimes(consumes alot), that's why serious hoster will prefer it headless.
  5. Shinmaru

    Lua Bad Script Structure

    it's better to do this "onKill" than "onDeath". - - - Updated - - - local storage = 6004 function onKill(cid, target) local monster = getCreatureName(target) local troll = getPlayerStorageValue(cid, storage) if ((monster:lower() == 'troll') and not troll == 20) then...
  6. Shinmaru

    [Applications] Simple Applications Form

    Care Package has been sent!
  7. Shinmaru

    Tibia Minecraft Remake

    "Use" is there, just not in the tibian way, it's all about perspective, "Right Click" = "Use" in tibia, there even is "Use with...", in Minecraft, we have the cross-hair, and that's not different than the cursor in Tibia. Example: The Record Player and the Record Disk are a good example of "Use...
  8. Shinmaru

    Tibia Minecraft Remake

    I need Pictures of Venore.
  9. Shinmaru

    Any GUI otserv for Linux?

    Nope, no one has ever bothered to make a back-end for it and tbh it does not need it. terminal is just fine.
  10. Shinmaru

    Call me maybe - Carly Rae Jensen (chatroulette version)

    "Shut up and take my Internetz!"
  11. Shinmaru

    Wth is up with this god damn lag?

    Y'all have weakNetZ! - - - Updated - - - or probably you guys have viruses and someone is kissing you backports!
  12. Shinmaru

    Sources 9.60 from compiled in linux

    Though it's possible, problem is it's best to compile for your system and you have to comply with all the dependencies.
  13. Shinmaru

    Tibia Minecraft Remake

    is anyone online? if not, get in here!
  14. Shinmaru

    Tibia Minecraft Remake

    Are you online? Anyways, it's located from the Spawnpoint going up from a big Sign I made.
  15. Shinmaru

    Tibia Minecraft Remake

    I went exploring a bit, since it's no good to make the cities near spawn point(we can't build there), so I moved up north from the point and have found a few suitable places, though the biome is always a problem. The main point is to capture the aspects of the cities even if we change up where...
  16. Shinmaru

    Tibia Minecraft Remake

    When I get out of work, I'll log in and give a hand. @Damon yes, Shinmaru is my mc nickname.
  17. Shinmaru

    Tibia Minecraft Remake

    damon, what site?
  18. Shinmaru

    Tibia Minecraft Remake

    first, if you want the best server to client and vice-versa interaction, then none contends better than Spoutcraft(client) and Spout(server-side Bukkit Plugin), the only draw back is that they will always be a little behind Vanilla client(one version of difference), right now they are at 1.2.5...
Back
Top