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

    Lua Creature Storage - quite complex enquiry

    There is a spell that picks thing.uid Spell has two seconds cooldown/exhaust. When I cast first time one unit (thing.uid) gets nicely slowed, everything works fine, and so it remains slowed for 4 seconds. If I would wait for 4 seconds with casting same spell again it would normally restore it's...
  2. S

    Lua Creature Storage - quite complex enquiry

    local thing = getThingFromPos(cpos) if thing.uid > 0 and isCreature(thing.uid) and thing.uid ~= cid then doChangeSpeed(thing.uid, -130) doSendMagicEffect(getThingFromPos(cpos), 20) doCreatureSetStorage(thing.uid, 2000, 8) function run(left) if (left > 0) then...
  3. S

    Quite an advanced spell checking valid target.

    Thing is, that this is custom damage system and I use doTargetCombatHealth and a custom area; local pos = { [1] = {x=cpos.x-1, y=cpos.y, z=cpos.z, stackpos=253}, [2] = {x=cpos.x-1, y=cpos.y-1, z=cpos.z, stackpos=253}, [3] = {x=cpos.x, y=cpos.y-1, z=cpos.z...
  4. S

    Quite an advanced spell checking valid target.

    Okay, some time ago I made my own spellbook system with quite a few nice spells, like a custom fireball spell which is launched to the desired location, but explodes on the first valid target. My old hdd decided to follow it's own path that lead it to the drawer as it's likely not to ever work...
  5. S

    How to AddItem to specific slot?

    Stackpos worked, thanks. I'll need to figure out how to put this item in left hand side instead of right hand.
  6. S

    How to AddItem to specific slot?

    It's for 8.54, don't know if that matters at all, but it doesn't work, lemme show you. - - - Updated - - - [24/01/2013 21:36:59] [Error - Action Interface] [24/01/2013 21:36:59] data/actions/scripts/tools/picking.lua:onUse [24/01/2013 21:36:59] Description: [24/01/2013 21:36:59]...
  7. S

    How to AddItem to specific slot?

    I don't even need to try it, I am nearly positive it won't work since third integer is for amount. I'll try it just for a peace of mind later.
  8. S

    How to AddItem to specific slot?

    Doesn't seem to be working, says player is not found(?). - - - Updated - - - Also tried this, still no success. doPlayerAddItem(cid, 2377, count == 1, canDropOnMap == true, subtype == 1, CONST_SLOT_LEFT)
  9. S

    How to AddItem to specific slot?

    Nope, not like that. Just tried.
  10. S

    How to AddItem to specific slot?

    For some reason SLOT_LEFT is overridden by SLOT_RIGHT, so how do I add items to specific slots? Thanks/rep.
  11. S

    Windows OtitemEditor for 8.54

    -bump-
  12. S

    Contacting SimOne.

    Yet another bump, I need to contact him, someone must know any sort of contact.
  13. S

    Contacting SimOne.

    The what? I am not talking about map editor.
  14. S

    Windows OtitemEditor for 8.54

    -yet another bump-
  15. S

    Contacting SimOne.

    Nobody at all?
  16. S

    Windows OtitemEditor for 8.54

    What tibia editor? I only need to edit certain items in items.otb. Whatever editor does it, I don't care, as long as items.otb will remain readable.
  17. S

    Windows OtitemEditor for 8.54

    Nope, it's not. Effect is also the same. It was a nightmare to find it last time. That is why I am desperate to contact SimOne.
  18. S

    Windows OtitemEditor for 8.54

    It's basic 0.3.7 mate. Of course it will crash it. I need the fixed one, 0.3.7.1 [17/01/2013 21:26:09] [Error - Items::loadFromOtb] Another (client) version of items.otb is required. [17/01/2013 21:26:09] > ERROR: Unable to load items (OTB)!
  19. S

    Windows OtitemEditor for 8.54

    -hmm, and again-
  20. S

    Contacting SimOne.

    Nobody knows the way to contact him?
Back
Top