• 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

    @Limos BUMB
  2. F

    Lua Need help with script

    this is the script with the edit and the error in the console. i dont see anything from print.....
  3. F

    Lua Need help with script

    @WibbenZ i dont think i follow you, what do you want me to do?
  4. F

    Lua Need help with script

    there is no difference, still got the same error [15/06/2015 16:00:02] [Error - CreatureScript Interface] [15/06/2015 16:00:02] In a timer event called from: [15/06/2015 16:00:02] mods/scripts/treasure_goblin/treasure_goblin.lua:onStatsChange [15/06/2015 16:00:02] Description: [15/06/2015...
  5. F

    Lua Need help with script

    oh, yeah you are right. i removed some lines above in the script. Error: [15/06/2015 14:42:41] [Error - CreatureScript Interface] [15/06/2015 14:42:41] In a timer event called from: [15/06/2015 14:42:41] mods/scripts/treasure_goblin/treasure_goblin.lua:onStatsChange [15/06/2015 14:42:41]...
  6. F

    Lua Need help with script

    https://otland.net/threads/treasure-goblin-script-v1-00-like-in-diablo-iii.163096/ can you help me out? BUMB
  7. 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...
  8. F

    4 vocations quest

    im sorry, i'm using cryingdamson 0.3.6 (8.60) V8.2
  9. 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...
  10. 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...
  11. F

    Vocation chest script

    worked tnx!
  12. F

    Vocation chest script

    all non-promoted and promoted get the same item Voc 1 7891 Magma Boots voc 2 11113 crystal boots voc 3 2645 steel boots voc 4 2646 Golden boots and can they get same starage value?
  13. 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
  14. F

    Solved [znote] custom vocations

    ~Solved!
  15. F

    Solved [znote] custom vocations

    in total i have 15 vocations and stat gain i don't know atm cuz i have to test some more, and i have tryed somthing by myself but when i changed it my server wont work anymore.
  16. 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...
  17. F

    New: What song are you listening to thread

    Disturbed - inside the fire
  18. F

    [MODERNAAC]Missing tables etc[Tutorial]

    i got an error like this in guild string(71) "SELECT `player_id` FROM `players_online` WHERE `player_id`='2' LIMIT 1;" (query - SQL error) Type: select_single (select single row from database) Table 'players_online' doesn't exist
  19. 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...
  20. F

    {help}Lever with timer

    so nou i does look like this? function onUse(cid, item, fromPosition, itemEx, toPosition) stonepos = {x=884, y=854, z=9, stackpos=1} getpos = getThingfromPos(stonepos) local function changeBack(pos, itemid, transformid) doTransformItem(getTileItemById(pos, transformid).uid, itemid)...
Back
Top