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

    Points Scripttt

    show full script ..
  2. LucasFerraz

    Solved Remove PZ block

    if (not isPlayerPzLocked(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'You aren\'t PZ Blocked.') else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'Your PZ Blocked was removed.') doRemoveCondition(cid, CONDITION_INFIGHT) end
  3. LucasFerraz

    Solved Add description to player [HOW?]

    Thank you anyway
  4. LucasFerraz

    Lua About Storages

    What is the smallest and largest number that I can use in Storages?
  5. LucasFerraz

    CreatureEvent Reset System [No Source Edit Needed]

    Ah, the unique problem is to construct the rank in web page. In my case, I'm using MAAC and I don't know how to do an select (RANK) of storages :w00t:
  6. LucasFerraz

    CreatureEvent Reset System [No Source Edit Needed]

    How can I do not use queries? :( - - - Updated - - - It's max optimized as possible, dont it?
  7. LucasFerraz

    Solved Add description to player [HOW?]

    I've used search of OTLand. Words: adddescription, adddescr, description, player decription, add player description ...
  8. LucasFerraz

    Solved Add description to player [HOW?]

    How to add a description to a player.
  9. LucasFerraz

    CreatureEvent Reset System [No Source Edit Needed]

    Check first post - - - Updated - - - Fixed a bug if player is PZ Locked
  10. LucasFerraz

    Solved Add description to player [HOW?]

    As title says :p
  11. LucasFerraz

    Lua Function like doPlayerAddExperience

    doPlayerAddExperience(cid, X)
  12. LucasFerraz

    Answer only yes or no

    You can use uniform, wampp, xampp ...
  13. LucasFerraz

    Search a script (Rebirth)

    Is it like Resets?
  14. LucasFerraz

    GlobalEvent Server saves (optimized version with less lags)

    <globalevent name="save" interval="600000" event="script" value="save.lua"/> I removed log. local config = { delay = 5000 -- in milliseconds } function onTime(time) local function do_save_player(pid) local start = os.clock() doPlayerSave(pid) local guid = getPlayerGUID(pid)...
  15. LucasFerraz

    CreatureEvent Reset System [No Source Edit Needed]

    The most part of OTs reset because of players reaching higher levels. This way they will still have their power because of ML and skills intact. The unique disadvantage of reset to players will be level for using spells. But it will be a great advantage to your OT because it will create a new...
Back
Top