• 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!

Recent content by LucasFerraz

  1. LucasFerraz

    [0.4 / OTX 2] Barbarian Outfit Quest 99%

    Here is the Barbarian Outfit Quest almost 100%. What is missing? Only the correct lines of the NPCs are missing when the player does not have the item. I spent almost 2 hours to make it, hope it helps someone :) Ah, if you use TFS 1.0 or higher, I'm sure it will be simple to convert. PS.: I...
  2. LucasFerraz

    Lua need script torch

    <action itemid="2041;2042;2044;2045;2047;2048;2050-2055;9976-9979;1479;1480" event="script" value="custom/item/light.lua"/> local ITEM_IDS = { [2041] = 2042, [2042] = 2041, [2044] = 2045, [2045] = 2044, [2047] = 2048, [2048] = 2047, [2050] = 2051, [2051] = 2050...
  3. LucasFerraz

    [TFS 0.4~OTX2.0] BOAT LIB

    BOAT LIB V 2.1 Why should you use it? Easy to change prices Easy to change boat position to TP Easy to change messages Work with this vip system Vip accounts have % discount on all boats Use vip=true to restrict this city to vip accounts Enable and disable city access using active=true or...
  4. LucasFerraz

    Lua Function

    /\ PERFECT. Thank you. I'm working in a Skill Stages. Hey Summ, can you please help me with an issue in c++?
  5. LucasFerraz

    Lua Function

    OMG, thank you!
  6. LucasFerraz

    Lua Function

    Hello guys, can someone help me to create a function that: 1. Return the higher value of 4 params. OR 2. Check weaponTYPE in player's hand. Please
  7. LucasFerraz

    Lost connection to MySQL server during query

    Post your obsidian knife and blessed wooden stake scripts
  8. LucasFerraz

    Lua Channels.xml (Private Chat Channel Question)

    No way I can do it alone :/ Can someone help me please?
  9. LucasFerraz

    Lua Channels.xml (Private Chat Channel Question)

    Got it :/ Damn! Thank you very much
  10. LucasFerraz

    Lua Channels.xml (Private Chat Channel Question)

    :/ no solutions, thank you anyway, im looking in sources now
  11. LucasFerraz

    Lua Channels.xml (Private Chat Channel Question)

    I use it to open Player's "Private Chat Channel": doPlayerOpenChannel(cid, 65535) but it's not working idk why
Back
Top