• 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

    Lua Muted script Help :D

    Thats going to be significantly hard to do, if not impossible
  2. Sir Bananas

    How popular are you?

    5/10 How can it be 2/10? You post on my threads all the time >.>
  3. Sir Bananas

    How popular are you?

    4/10
  4. Sir Bananas

    Sir Banana's Sprite Gallery

    So my friend helped me out on the wand sprite, and it looks preety good now ^^
  5. Sir Bananas

    verasath's spriting thread

    Is that the Buster Sword? :O
  6. Sir Bananas

    Sir Banana's Sprite Gallery

    And its Zack :@ Squall will NEVER be on my signature
  7. Sir Bananas

    Lua Whats wrong with this script

    Yea, it's just supposed to set the storage value, but i figured it out ^^ elseif getGlobalStorageValue == 0 then I didnt have the key for the storage value
  8. Sir Bananas

    How popular are you?

    3/10
  9. Sir Bananas

    Quest door starts a timer

    Need the map to do it :p But i can prolly do it
  10. 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...
  11. Sir Bananas

    Sir Banana's Sprite Gallery

    Thanks ^^
  12. Sir Bananas

    Lua 2 questios

    Figured out the actionid thing, but how do i make a teleport inside a script? >.>
  13. Sir Bananas

    What song are you listening NOW!

    http://www.youtube.com/watch?v=DqeTUyoSBIs
  14. Sir Bananas

    Sir Banana's Sprite Gallery

    :O I didnt know... Thanks for telling me ^^ But forsaken, can you please comment on the sprites? I want your opinion
  15. Sir Bananas

    How to set ActionID doors in lua script on 0

    How did you solve it? --'
  16. 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
  17. Sir Bananas

    Door teleport help (Easy Script help)

    Its quest door, not exp door
  18. Sir Bananas

    NPC Who change Temple

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  19. Sir Bananas

    Door teleport help (Easy Script help)

    >.> Just use a Quest door, and set the AID to 63111
  20. Sir Bananas

    NPC Who change Temple

    <?xml version="1.0"?> <npc name="Temple" script="templenpc.lua" lookdir="2" walkinterval="2000"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="57" corpse="6080"/> <parameters> <parameter key="message_greet" value="Hi! Would you like to change your home town for...
Back
Top