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

    Server accept accents, HOW TO?

    Hi guys! Well, i'm from Brazil and in portuguese, we have a lot of "á, ê, é, ô, ã, ç", etc.. I want to translate npcs, actions, movements, all lua scripts of my server but for this, I need to make some changes in my sources and I don't know how I will do it.. I search and found something...
  2. B

    SlotType of Equipments

    Hi guys... Someone knows one function that can return to me the slotType (feet, head, legs) of equipments? I need to edit armor of these equipments based in his types.. Thx
  3. B

    Compiling House - how to make non-movable items be saved

    I need to items like item with itemid = 8047 be saved in houses. Where I can change the save in source? Is there one way to make this without recompile? Thanks very much
  4. B

    Item with id 8047 doesn't save in houses

    If one house has item with id 8047, when I save, make shutdown and open server again, this item disappears. Can I fix this? If not, have another item with same proprieties(if u look, is the same to look first below item in tile)? Thanks
  5. B

    Lua How not to let the player drop item at a specific floor?

    Hello, I need to make one event, script, whatever, to prohibit a player to drop items in specifics tiles. These tiles has aids (5002, 5003, 5004 or 5005). How can I do this? Thanks
  6. B

    Solved Function to get position of tile ahead one player

    Have any function to take the first tile ahead of one character? Thanks
  7. B

    Need help with one script ;D

    Hello guys.. Have three items(A, B and C), and I need to do the following: 1 - Someone use one item(A) above the ground, (top item) in some item(B) on his backpack. 2- The item(B) is taken from him and appears on the ground(where the item(A) is), with all its attributes (I will change the...
  8. B

    Lua Help me with one script!

    Hello guys.. Have three items(A, B and C), and I need to do the following: Someone use one item(A) (top item in one ground position) in some item(B) on his backpack. The item(B) is taken from he and appears on the ground(where the item(A) is), with all its attributes (I will change the name...
  9. B

    [LUA and OTHERS] - Functions and attributes

    Hi.. First sorry for my fuc#%@$ bad english xD I have some questions, guys. Let's start with items: Have some simple way to make items normally not-stackable to be stackable? And usable? Not like foods, but like one rope for example. Well, you will understand.. Now with .lua functions: Is...
  10. B

    Solved [HELP] Add max life/mana bonus to equipment with item

    Hello. I want to make some item, when used in one equipment, adds life or mana max in bonus. Let me explain: Ex.: I use one item in my demon armor and now, my armor adds life or mana max (depending on my decision) when equiped. When I take off the armor my life/mana back to normal. Is there...
  11. B

    Lua Problem with enchanted weapons

    I do not know where is the place to post this, then I will post here. In my server, enchanted weapons works perfectly on normal monsters but when some player try to attack some ghost monster simply gives no hit, as if the monster was immune... some1 know what is happening? Thanks...
  12. B

    Lua War System (HELP!)

    Hello, I use this war system script: function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) < GUILDLEVEL_LEADER) then doPlayerSendChannelMessage(cid, "", "You cannot execute this talkaction.", TALKTYPE_CHANNEL_HIGHLIGHT...
  13. B

    Summon's corpse

    On my server, when I kill a summoned monster, he simply disappears, they doesn't have a corpse. How can I "fix" it?
  14. B

    Windows OT is refusing connections. HELP!

    Hello, my server is The OTX Server Version: (2.52 - 1557) 8.6. It is based on version 3.6.7 of crying damson, I think. After a while the server is open, the serer starts to refuse connections. People who are already playing, continue playing normally. If you die, can get back in the game...
  15. B

    HELP Addons NPC 8.6

    My script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  16. B

    Solved Sharpshooter(utito tempo san) and others spells

    Hi. I use The OTX Server, version 2.52 - 1557. I can't fix the spell Sharpshooter(utito tempo san) or other spells like Swift Foot(utamo tempo san). How I can add the exhaust for healing spells and how I can cancel all attacks after utamo tempo san? Utito tempo san - "While this spell is...
  17. B

    Need Help with 'canPlayerWearOutfit' function

    Can someone please tell me how this function works? I tryed all Evening but its still not working for me... Thanks
  18. B

    8.2 & 8.31 SadTeam Map

    Sad Team Map Edited Credits: breispodeu =p karmia, venore, desert city, inferna, tiquanda, premium island, liberty bay, folda. poi quest and more! gogo rep++ download: MEGAUPLOAD scan: Virustotal
Back
Top