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

    Lua YALAHARIGHOST effect on death

    function onKill(cid, target) if isPlayer(target) then doSendMagicEffect(getCreaturePosition(target), CONST_ME_YALAHARIGHOST) doSendAnimatedText(getCreaturePosition(target), "Own3d!", TEXTCOLOR_RED) end return true end
  2. F

    Help with an items that gives life to a player pls

    Sure return true could be used or no return true or no return false, but with return true in there, it's still technically going to use the item. Having return false in there prevents the use of the item or action. Best Way to demonstrate that is, put the same type of situation in a spell, what...
  3. F

    My Evo Temple

    It's an evo map so it doesn't particularly matter, although keep in mind that in the middle of your temple you have sandstone, so don't go to off base.
  4. F

    Lua YALAHARIGHOST effect on death

    function onKill(cid, target) doSendMagicEffect(getCreaturePosition(target), CONST_ME_YALAHARIGHOST) doSendAnimatedText(getCreaturePosition(cid), "Own3d!", math.random(1, 255)) return true end
  5. F

    Lua getTileInfo

    irrelevant
  6. F

    Lua getTileInfo

    Hi guys, i need something that makes it so if getTileInfo(getThingPos(cid)) Is not pvp tile then but i can't seem to figure out this code. i've tried if not getTileInfo(getThingPos(cid)).pvp and it doesn't work..
  7. F

    deleted thread

    Love it man, keep it up!
  8. F

    Paygol Error?

    Warning The amount specified is incorrect. Please contact the seller for more information. Anyone know how to fix this?
  9. F

    Wrong character start position (znote aac)

    After redoing it all with the new version, everything seem to checkout great. Thanks for bringing this problem to my attention guys.
  10. F

    Wrong character start position (znote aac)

    Sure i understand it should be in there by default but like i said, it's not in my config. And i know for a fact i didn't delete it. --Edit-- Just redownloaded the config, and it appears i was missing a lot of stuff from the config. not sure where the hell i got the version i have.
  11. F

    Wrong character start position (znote aac)

    I do not have that in my config.php ;o
  12. F

    RuggedMage Scripting thread.

    change doPlayerAddExperience(cid, 15694800) to doPlayerAddExperience(cid, (getExperienceForLevel(100) - getPlayerExperience(cid))) as well as Btw isn't else doPlayerSendTextMessage Supposed to be: else doPlayerSendCancel ? And add an effect to when it fails (pref. 2 the poofy cloud)...
  13. F

    Wrong character start position (znote aac)

    In Indeed they are
  14. F

    Wrong character start position (znote aac)

    Hi guys everytime i seem to make a character throth the website, the characters coordinates are x=5, y=5, z=7 although in the znote config i have the town set and the new character has this town set just not position. Any solution? Thanks ahead :)
  15. F

    Hoster _CorneX_ - Hosting service ( from 10€ )

    What is the location of your host?
  16. F

    Lua Character Level Set

    bump
  17. F

    Lua Character Level Set

    bump
  18. F

    Lua Character Level Set

    That would kinda work.
  19. F

    Lua Character Level Set

    Bump
  20. F

    Lua Character Level Set

    yea but somehow it needs to be temporary. Almost like utito tempo san for levels
Back
Top