• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. D

    Linux znote account error database (znote_account)

    Hello in database table ( znote_account ) all account have id 0 ;/ how fix it ?
  2. D

    ZNOTE AAC - CONVERTED TO 7.6 SERVERS

    createguild problem : string(132) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('test', '88', '1405160602', 'The guild has been created!');" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Cannot add or update a...
  3. D

    Linux Command /B and /bc error ( broadcast )

    Hello i cant use command /B and /bc ;/ Error in console : Lua Script Error: [TalkAction Interface] data/talkactions/scripts/broadcast.lua:onSay data/talkactions/scripts/broadcast.lua:4: attempt to call global 'getPlayerGroupId' (a nil value) stack traceback...
  4. D

    Linux Znote acc guilds and deaths problem

    Hello i have problem in znote acc : Guilds : Can't create guild ;/ error : string(132) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('test', '88', '1405160602', 'The guild has been created!');" (query - SQL error) Type: voidQuery (voidQuery is used for update...
  5. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @rafig78 you have wrong version otbm :)
  6. D

    ZNOTE AAC - CONVERTED TO 7.6 SERVERS

    any one have good shop system for this acc ? i buy item and no have in bp ;/
  7. D

    ZNOTE AAC - CONVERTED TO 7.6 SERVERS

    @Nottinghster this website work in othire :)
  8. D

    Sms shop nicaw acc

    Hello ! I look for sms shop nicaw acc Any one have ?
  9. D

    SMS Shop(item/player) + show EQ + my skin for nicaw acc

    You succesfully bought your item! it was now added to your backpack, have fun! and no have in backpack ;/
  10. D

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster or @Ezzz or others :d Now i can use utani gran hur + exura vita how to do that on all spells and runes was one exhausted ?
  11. D

    NPC Mission

    work :d aslo now i can take 3 missions at one time :D will do the trick so that could grab only one mission and first you have to finish it to make a second?
  12. D

    NPC Mission

    now work also i say hi / mission / dragons / yes next i kill 10 dragons back to npc and say hi/mission/yes he give me reward i say hi/dragons/yes and have second reward for each mission ;/ how change for make only each once mission ?
  13. D

    NPC Mission

    02:06 GOD: hi 02:06 Task: Welcome, GOD! I have been expecting you. 02:06 GOD: mission and next npc not write message for me ;/ no have errors in console ;/
  14. D

    NPC Mission

    i can make more missions but in order to not have to do one after the other? Example : Hello i have a several tasks for you to kill ( 10 dragons ) , ( 10 dragon lords ) (10 heros ) (10 dward guard ), do you accept? Next i say : Dragons Npc give me this task and i must finish this mission...
  15. D

    NPC Mission

    13:09 Task: Good job, here is your reward. i fix it ;) how i can add new monster for this npc ? my creaturescript ['dragon'] = {amount = 5, storage = 19000, startstorage = 5002, startvalue = 1}, ['dragon lord'] = {amount = 3, storage = 19001, startstorage = 5002, startvalue = 1}...
  16. D

    NPC Mission

    this is my creaturescripts.lub function checkStageChange(cid) local playerLevel = getPlayerLevel(cid) if (playerLevel > stages[#stages].maxLevel) then setExperienceRate(cid, stages[#stages].multiplier) return true end for i = 1, #stages do if...
  17. D

    NPC Mission

    how add this function to lib ?
  18. D

    NPC Mission

    local config = { ['dragon'] = {amount = 5, storage = 19000, startstorage = 5002, startvalue = 1}, ['dragon lord'] = {amount = 3, storage = 19001, startstorage = 5002, startvalue = 1} } function isSummon(cid) return (isCreature(cid) == TRUE and (getCreatureMaster(cid) ~= cid)) and...
  19. D

    NPC Mission

    where i must paste this lines ? it seems to me that something was wrong changed :D : Loading CreatureEvents ...Warning: [Event::loadScript] Can not load script. data/creaturescripts/scripts/dragons.lua data/creaturescripts/scripts/dragons.lua:18: '' expected near 'end'
  20. D

    NPC Mission

    now i have error in console : Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/dragons.lua:onKill data/creaturescripts/scripts/dragons.lua:7: attempt to call global 'isSummon' (a nil value) stack traceback: data/creaturescripts/scripts/dragons.lua:7: in function
Back
Top