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

    I need Demon Oak Quest Complete! TFS 1.0

    Man, you are posting in the wrong section, use the section request for that kind of questions. Thx ;p
  2. D

    Is there any way to change door's description?

    use functionOnLook ;p
  3. D

    Using item depending on vocation

    :P if you want exact answer for your distro you should at least say which one you are using in your post ;)
  4. D

    Using item depending on vocation

    function onUse(player, cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) -- for mage -- local modal = ModalWindow(1, "Modal Title", "Make your choice:") modal:addChoice(1, "I want to live") modal:addChoice(2, "Pft, I don't give a f*ck") modal:addChoice(3, "Please... NO!")...
  5. D

    Using item depending on vocation

    If you need more help PM me
  6. D

    Using item depending on vocation

    First Local voc = getPlayerVocation(cid) If voc == 1 or voc == 5 then Your codes hère Elseif voc == 2 or voc == 6 then .... ..... .... Else Return true End Im on a cellpone cant edit the whole code for you but here's the structure ;)
  7. D

    Solved edite spell and need stun spell

    No im on m'y cellphone ;) and you should go in thé section requests if you dont want to work on your script ;)
  8. D

    Connection

    Yea its totaly possible ;) i used hamachi with my friend and it worked fine ;) i used hamachi 's IP as global IP and hé could connect :p
  9. D

    Solved edite spell and need stun spell

    Call your pos like this Local pos = getCreaturePosition(target) Then Pos.x or pos.y = pos.x +1 or pos.y + 1 DoTeleportThing(cid, pos) And you can also verify the look dir of the player and add some more function ;) i would do it like that
  10. D

    How to make roofs

    Well, keep trying haha! No one can try for you ;)
  11. D

    Remove Party

    If you are able to edit the sources goto party.cpp and replace the line "joinParty(this);" By return false ;p
  12. D

    What on wall?

    U can also use every hangable items such as lamp, blood, tapestry, trophy, or cracks. I also use some wooden buttress over framework or cobblestones wall and it looks fine! Dont forger to add windows and that you can use different kind of wall for one building :)
  13. D

    Solved Quest Chest does not work.

    local annihilatorReward = {1990, 2400, 2431, 2494} function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid > 1000 and item.uid < 10000 then local itemWeight = getItemWeight(item.uid, 1, FALSE) local playerCap = getPlayerFreeCap(cid) if...
  14. D

    Lua Great mana potion custom script

    What are the error you get?
  15. D

    an annoying window shows up in remers map editor very often how to remove it?

    Goto file/preferences/interface and disable Double click for proprieties! :p Solved!
  16. D

    Advanced Checkpoint System 0.4?

    Try getplayerstoragevalue instead of getcreature storage
  17. D

    Compiling [C++] Help with a little function,

    It did not work but i solved m'y problem :) thx for helping !
  18. D

    Cant login to game server

    What is in your creature event/script/ login.lua?
  19. D

    Paladin rune (heals both mana and hp)

    Local HP_Amount = xxx Local MP_Amount = xxx DoPlayerAddHealth(cid, HP_Amount) DoPlayerAddMana(cid, MP_Amount)
  20. D

    Need help Installation Website

    Same thing for the page 'step'
Back
Top