• 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!

Recent content by Neubbed

  1. N

    Chests don't give me what I put in...

    Okay, changed the system.lua actionid to 2002 instead. Changed all the chests actionids to 2002 as well. Open chest with first player 12:27 You have found 5 and 10 . So seems to work, except just showing numbers lol.]\ Also it comes in a bag, is this normal for every chest? Getting there...
  2. N

    Chests don't give me what I put in...

    Ah okay, well now it like, half works :S First chest which gives a spoon - gives me a spoon... but, then this 11:42 You have found . Second chest which gives 5cc and 10 hams - 11:43 You have found a reward weighing 0 oz. It is too heavy or you have not enough space. Third chest...
  3. N

    Chests don't give me what I put in...

    I get an error now? [23/01/2013 14:08:41] Lua Script Error: [Action Interface] [23/01/2013 14:08:41] data/actions/scripts/quests/system.lua:onUse [23/01/2013 14:08:41] data/actions/scripts/quests/system.lua:10: attempt to call global 'getPlayerCustomFlagValue' (a nil value) [23/01/2013...
  4. N

    Chests don't give me what I put in...

    Okay, added to actions.xml and made a new system.lua, I will check tomorrow if it works. Is this right for the actions.xml? <action uniqueid="2000" script="quests/system.lua"/>
  5. N

    Chests don't give me what I put in...

    None! D: <?xml version="1.0" encoding="UTF-8"?> <actions> <!-- Quests --> <action itemid="1740" script="quests/quests.lua"/> <action fromid="1747" toid="1749" script="quests/quests.lua"/> <action uniqueid="30015" script="quests/annihilator.lua"/> <!-- Tools --> <action...
  6. N

    Chests don't give me what I put in...

    I don't even have a system.lua I think... Where should I save this one?
  7. N

    Chests don't give me what I put in...

    Hm... it doesn't work for me though :( I tried this - changed the unique id, since I only have 1 unique ID for annihilator quest well.. yeh.. its not the same. Anyway, I got the items on my first character, I then logged out and changed characters and went to the same chest. The chest was...
  8. N

    Lua Welcome message

    My global.lua is different to yours: MESSAGE_STATUS_CONSOLE_BLUE = 4 MESSAGE_STATUS_CONSOLE_RED = 12 MESSAGE_STATUS_DEFAULT = 16 MESSAGE_STATUS_WARNING = 17 MESSAGE_EVENT_ADVANCE = 18 MESSAGE_STATUS_SMALL = 19 MESSAGE_INFO_DESCR = 20 MESSAGE_DAMAGE_DEALT = 21 MESSAGE_DAMAGE_RECEIVED =...
  9. N

    Lua Welcome message

    So... would I use number 19? I guess? So like this? function onLogin (cid) local MSG_TYPE = 19 local storage = 9798 local name = getCreatureName(cid) if getPlayerStorageValue (cid, storage) <= 0 and getPlayerLevel (cid) < 65 then doPlayerSendTextMessage(cid, MSG_TYPE, "Welcome to OT...
  10. N

    Lua Welcome message

    Ah... not that sort of popup... more like text in the middle of the screen? Like when a GM broadcasts a message to everyone, except its no GM name, just the text will be in the same spot? It says... "Welcome to blah blah blah" "You must get to level 65 before you can leave this...
  11. N

    Lua Welcome message

    Oh, I know why its bringing up firstitems.lua now, its cos I tried to add this welcome message into it lol... I deleted it and it doesnt get that error now. But still, it still says Welcome back? And I don't want in server log, I want it to pop up on screen?
  12. N

    Lua Welcome message

    I made a new character but it didn't work, it just sends me 'Welcome back' in the Server Log... I get this message through the console thing - [20/01/2013 17:31:57] Lua Script Error: [CreatureScript Interface] [20/01/2013 17:31:57] data/creaturescripts/scripts/firstitems.lua:onLogin...
  13. N

    Lua Welcome message

    I tried scripting this welcome message for people/new characters for first time logging in, it will tell them how to get off the starter island/information about the server... But it won't work?? local MSG_TYPE = MESSAGE_STATUS_CONSOLE_RED local storage = new local name =...
  14. N

    Chests don't give me what I put in...

    I checked movements/actions.xml for unique ids, there is only one and its for annihilator quest. Made sure the unique ids were not the same, now when I opened the chest, I received a letter to Markwin... :/ - - - Updated - - - Post before said about unique id being the item you want to give...
  15. N

    Can't unshrink tibia graphics options

    Hey, when I tick the options > graphics > advanced> Don't shrink My tibia closes and I get a client crash... Then when I go back on tibia, the graphics will be unticked and I have this error showing up: ' Can anyone help fix
Back
Top