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

    Lua Moveitem function

    I've replaced your code, but nothing changed, sorry. What did you edit, if I may ask?
  2. G

    Lua Moveitem function

    Ok, there it is. Had to change the extension to .txt because cpp seems not to be allowed.
  3. G

    Lua Moveitem function

    Thanks for you support, Summ, but... I ain't got that much experience to try editing that cpp file, I'll do my best to do something about that tho. Besides, I was thinking, could there be a way to edit the dirt wall entry in the items.xml file so that the blocking attribute gets active? I...
  4. G

    Lua Moveitem function

    Of course. <item id="356-367" article="a" name="dirt wall"> I used otitemeditor version 0.3.9, here's the screenshot of how it looked before: But after looking another wall attributes, I edited it and now it looks like this:
  5. G

    Lua Moveitem function

    I'm using The OTX Server Version: (2.100 - 6000) Client 7.6 Well, the main problem is that it is possible to put items on dirt walls (any other wall works totally fine), but since I've already tried to edit the items.otb file and check the "blocking" attribute and that didn't work, the next...
  6. G

    Lua Moveitem function

    Hello. Does anyone know any way to check whether the item was thrown from a player's inventory or from the ground? I was hoping there was a LUA function for that, but I couldn't find it. What I want to do is a move event that when a player throws an item, the script will check if the item was...
  7. G

    Solved afk script talkaction

    I've got this script. Perhaps it works for you. !afk on / !afk off local time = 5 local say_events = {} local function SayText(cid) if isPlayer(cid) == TRUE then if say_events[getPlayerGUID(cid)] ~= nil then if isPlayer(cid) == TRUE then...
  8. G

    Dirt Wall Error

    Yes, it seemed normal, as if it had the blocking attribute active, but when I load the server with the new items.otb file it's still bugged.
  9. G

    Dirt Wall Error

    Greetings. See, I got a problem with dirt walls. The thing is that it is possible to put items over dirt walls, which is strange because any other wall works totally fine. I've already tried to edit the items.otb file using the otitemeditor version 0.3.9 as well as the version 0.2.2. and...
Back
Top