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

    Lua Need help with script

    hey there, i found a script here on otland, but i have an error in it and i dont know the error. so if some1 want to take a look at it? i use cryingdamson 0.3.6 (8.60) V8.2 and this is the error [14/06/2015 15:54:28] [Error - CreatureScript Interface] [14/06/2015 15:54:28] In a timer event...
  2. F

    4 vocations quest

    Hey there, i'm looking for a script for a quest thats need all vocations ( druid, sorcerer, paladin and knight) so they need to stand all on a special tile, and when the right vocations stand on his place one player use the lever and they teleport in a quest map, and when they all die or enter...
  3. F

    Storage value

    Hey guys i got a script that tp`s player when have a item on them, is it possoble to add storage value to it so when the quest is done u dont need the item but you can always enter? this is my script: function onStepIn(cid, item, pos) local position = {x=1634, y=1117, z=9} local...
  4. F

    Vocation chest script

    Hey there, i need a script for 1 chest for each vocation, so voc 1 get item voc 2 get another items and so on. it also need StorageValue who can help me with this? i use cryingdamson 0.3.6 (8.60) V8.2 tnx for your time
  5. F

    Solved [znote] custom vocations

    Dear all, i have a question about znote aac. i use atm 1.5 the lastest version. for my ot i'm gonna use an extra vocation and we changed some name`s. at the moment i have a working site but when i edit and add the new vocations my website stop working. do someone know how to edit this? this is...
  6. F

    missing tabs, where?

    i have a few questions and maby you guys can find it better urself, on my acc site i got allot of errors. i miss allot of tabs in phpmyadmin and some stuff dont work for me. my site ip is. booyah860.ddns.net could you or are you able to check for me? i really want it working. i even use xammp...
  7. F

    {help}Lever with timer

    hello there is it possible to add with this script a times that will set the wall back after 10 minutes? function onUse(cid, item, fromPosition, itemEx, toPosition) stonepos = {x=884, y=854, z=9, stackpos=1} getpos = getThingfromPos(stonepos) if item.uid == 20010 and item.itemid == 1945 and...
  8. F

    Lua [Help] NPC dont use talkback on sell

    [13/06/2014 00:21:06] [Error - Npc interface] [13/06/2014 00:21:06] (Unknown script file) [13/06/2014 00:21:06] Description: [13/06/2014 00:21:06] data/npc/lib/npcsystem/modules.lua:1234: bad argument #2 to 'error' (number expected, got string) [13/06/2014 00:21:06] stack traceback...
Back
Top