• 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. Sir Bananas

    Which one would you vote for?

    I'd vote Whovian.
  2. Sir Bananas

    Lua NPC quest problem

    Can anyone tell me whats wrong with this script? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  3. Sir Bananas

    Selling 2 accs! Buy one, get two!

    I'm selling 2 accs, a level 73 Elite Knight, and a 47 Master Sorcerer (almost 48). You can buy one, and get both of them for just one great price! Both of them are in Secura. Details: Here is the elite knight's Skills and Quest Log: And as a bonus, it also has a few outfits: Here is the...
  4. Sir Bananas

    Team Fellwood RPG

    Fellwood-RPG Information About a month ago, my 2 friends (Verasath and Chestnutz) were staff members in the same Open Tibia Server. It was a realmap. The three of us always worked like crazy on maps, scripts and sprites, but the owner of the server never implemented the things we...
  5. Sir Bananas

    Lua Sending player 1 tile forward

    How can i send the player one tile forward? In lua :p Is there something like getPlayerPos(cid).y? I need this now, I'll rep++ whoever gives me right answer
  6. Sir Bananas

    Lua StepOut

    Is there any way to use the onStepOut function with a position instead of a tile? Like, I have a door script for locked doors, and i need them to close like quest doors, after the player exits...
  7. Sir Bananas

    Skills

    Where could i add another skill, like Sword Fighting and Shielding.... Would this be in sources, and if so, then where?
  8. Sir Bananas

    Adding Sprites Into Your Server

    I've seen soooo many people ask this question, and SOOOO many more people giving the wrong anwsers, and ruining a spriters career :I So i decided to make everyone's life easier. So here is my .spr and .dat editing tutorial! What is .dat and .spr? The .dat and .spr are the files that hold...
  9. Sir Bananas

    Lua Whats wrong with this script

    function onUse(cid, item, frompos, item2, topos) pos1 = {x=1014, y=1023, z=9, stackpos=253} pos2 = {x=1013, y=1023, z=9} if item.itemid == 1945 then if getGlobalStorageValue == 0 then setGlobalStorageValue(40003, 1) doTransformItem(item.uid, item.itemid + 1) elseif getGlobalStorageValue...
  10. Sir Bananas

    Lua 2 questios

    I have two questions... One, how is the doSetItemActionId(uid, actionid) function used? And the second, how can i create a teleport, like you pull a lever and a teleport appears... I mean like, how do i set the destination of the teleport
  11. Sir Bananas

    Lua Look

    How can i edit the Look, like "You see blabla, He is a knight."
  12. Sir Bananas

    Lua Timing

    Does anyone know how i can add a timer to my action script? Like, something will happen 30 seconds after the player pulled the lever
  13. Sir Bananas

    Signature Request

    I dont really care about the size, but i want something with dragons and elves... just that ^^
  14. Sir Bananas

    Avatar Request

    Well as the title says, im requesting an avatar XD It should have a banana, and say Sir Bananas Thanks in advance ^^
  15. Sir Bananas

    Sir Banana's Sprite Gallery

    So these are my sprites... To be clear, NONE of these are from scratch, all edits from Tibia's Sprites... Also, im a begginer spriter, so be nice
  16. Sir Bananas

    Lua OnUse Sewer Grate

    So i have a really simple OnUse .lua script function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 40001) == 0 then doPlayerSendTextMessage(cid,25,"You've entered the sewers, now you must find the statues Terence told you about.")...
  17. Sir Bananas

    Intel HD 3000

    So I'm buying a new laptop with 6bg RAM, Intel i-5 and Intel HD 3000, and i was just wondering if i could run games such as Skyrim or Assassin's Creed.
  18. Sir Bananas

    Mapping error

    So I made something really cool in Remere's Map Editor, well, at least i like it ^^ Here it is Beautiful eh? But then i save my map, and load it onto my server, and we get this Can anyone explain to me what the problem is, and how to fix it? Urgently!
  19. Sir Bananas

    [Lua] Fireball

    I think this should be very simple.. I just want when i say "/fireball playername" it sends the fireball effect (6) to the player thanks :D
  20. Sir Bananas

    Help with Creature Events

    I don't know if this is possible, but is there any way to put a OnUse script on a monster? Im trying to make a script where you use an item an a monster is summoned to you, and when you use it something happens.
Back
Top