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

    Windows 0.2.11pl2 sample

    Come on
  2. H

    Players Suported

    We can't tell you right, test id and you'll see...
  3. H

    Windows 0.2.11pl2 sample

    Hello, can someone give me code for 0.2.11pl2 MySQL character samples? Gesior won't add them to DB..
  4. H

    Action id key in a chest

    OMG Use fucking search function!
  5. H

    Shop Admin system

    Why do u need "buypoints" page? I had same problem, used brain - guess what, copied the forum.php, renamed it to buypoints.php, rewrited, added some php functions which will redirect to etc paypal points buying
  6. H

    Linux Help paygol

    Too lazy to write problem here? You probably won't need to pay..
  7. H

    Shop Admin system

    Hmm, I'll give u tip - search function, and guess what, I FOUND it, strange, don't u think?
  8. H

    Lua getPlayerItemCount

    Thanks jose, remade my script and it works, rep + :)
  9. H

    Lua getPlayerItemCount

    function onSay(cid, words, param) if getPlayerItemCount(cid, 7634) >= 100 or getPlayerItemCount(cid, 7635) >= 100 or getPlayerItemCount(cid, 7636) >= 100 then doPlayerRemoveItem(cid, 7634, 100) or doPlayerRemoveItem(cid, 7635, 100) or doPlayerRemoveItem(cid, 7636, 100) end doPlayerAddItem(cid...
  10. H

    Lua getPlayerItemCount

    Hello, I've got a small problem, learning LUA right now.. I want, if the player have item X, or item Y, or item Z, then doPlayerAddItem XXXX I have got the script, working with one item, but if I want to only this, that or another item it don't work... if getPlayerItemCount(cid, XXXX) >= X I...
  11. H

    [Nicaw Acc] Running UniServer

    Bad database name, password, user? Just look at the error omg... Edit it in config.lua
  12. H

    Windows no-pvp outside temple!

    If you want to remove etc Non pvp zone, take non-pvp zone brush, hold CTRL and click on the non-pvp zone, you will remove it, works with all other brushes (like walls and so on)
  13. H

    create character problem

    Edit samples in database?
  14. H

    [][] Activate the Third Addon [][]

    You're working in CIP that u know they aren't planning it..? I'm sure not, then don't say it, we can't know future, just use brain.
  15. H

    Windows PlayerDeath problem

    bump
  16. H

    Lua Blessing Bug

    Script is good, I have same problem (TFS 0.2.11pl2), tried probably 5 scripts, no one of them worked, I think it's problem in PlayerDeath
  17. H

    Windows Can't move dead bodies

    SOLVED! Had to change corpse ID, now it works :)
  18. H

    Windows Can't move dead bodies

    Argh, nobody?
  19. H

    Windows PlayerDeath problem

    Still same, It's problem with the PlayerDeath that qanti posted to me
  20. H

    Windows Can't move dead bodies

    As topic name said, I cannot move dead bodies (not even after waiting 5 minutes) Tried probably half of all monsters and I'm not possible to move dead bodies (tested on GOD and normal account) TFS 0.2.11pl2
Back
Top