• 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

    Needed items for addons and outfits

    Gesior or Modern?
  2. LucasFerraz

    [Solved]getSecureMode

    It should be done in Sources, download newest revs
  3. LucasFerraz

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    My questlog <quest name="Killing in the Name of..." startstorageid="33150" startstoragevalue="1"> <mission name="Paw and Fur - Hunting Elite" storageid="33150" startvalue="0" endvalue="2"> <missionstate id="1-10" description="You joined the 'Paw and Fur - Hunting Elite'. Ask Grizzly Adams...
  4. LucasFerraz

    Feature [creatureEvent] onMove very advanced

    You can use this function to construct an antipush. This is an Anti-Antipush: http://otland.net/f35/fix-patch-exploit-bot-crash-lag-servers-clone-items-188430/#post1821167
  5. LucasFerraz

    [BUG] Killing in the name of.. - QuestLog 0.3

    I guess it is - - - Updated - - - http://otland.net/f35/parsing-storage-values-inside-quests-xml-167171/
  6. LucasFerraz

    Lua Save house (this house can be YOURS or not) [HELP]

    What about it: - OnMove before all, cancel addevent - OnMove after all, addevent(will save in 10 seconds) So it will save only the last move, dont it? - - - Updated - - - Error when moving an item inside or outside of a house - - - Updated - - - Solved. Changed fromPosition to formPosition...
  7. LucasFerraz

    Lua Save house (this house can be YOURS or not) [HELP]

    Omg perfect. So i just have to think about addevent(save). Thank you for your help! - - - Updated - - - What if it saves only after the LAST move inside of a house?
  8. LucasFerraz

    Lua Save house (this house can be YOURS or not) [HELP]

    It will save if player move ground to ground inside of a house right? What about: He moves an item from inventory/backpack to ground(house)? He moves an item from ground(house) to inventory/backpack? He moves an item from ground(outside) to inside? He moves an item from ground(inside) to...
  9. LucasFerraz

    Feature [creatureEvent] onMove very advanced

    The first is just explaining variables. The second is just an example of use.
  10. LucasFerraz

    Lua Save house (this house can be YOURS or not) [HELP]

    Hello guys :D, This script below is a feature(OnMove) posted here in OTLand and It's checking if player is moving something inside of a house. If inside a house then script must save PLAYER(doPlayerSave(cid)) and HOUSE(doSaveHouse({getHouseByPlayerGUID(getPlayerGUID(cid))} to save player's...
  11. LucasFerraz

    GlobalEvent Server Save [Optimized, less lag] v1.8

    You will have to use newest revs or add dosavehouse yourself. I cant help you because i couldnt add it too :/
  12. LucasFerraz

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    Thanks to Kito2. Thanks to Gesior.pl for optimizing this script. Thanks to Summ for adding check if player exist.
  13. LucasFerraz

    Lua Footprints in the snow are creating only from ID 670 and 6594

    <!-- Snow footprint tiles --> <movevent type="StepIn" itemid="670" event="script" value="snow.lua"/> <movevent type="StepIn" fromid="6580" toid="6594" event="script" value="snow.lua"/> TILE_SNOW = 670 TILE_FOOTPRINT_I = 6594 TILE_FOOTPRINT_II = 6598 function onStepIn(cid, item, position...
  14. LucasFerraz

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    I can't test it, can you do it RaikND?:D
  15. LucasFerraz

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA NOW I GOT IT OMG. HOW STUPID I'M! Can you help to fix it?:D
  16. LucasFerraz

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    I got it now but i didnt understand why she said it. This script will only work if a player move an item (to move an item player must be online lol)
  17. LucasFerraz

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    I still didnt understand why of it. Is possible to crash re-logging a million times?
Back
Top