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

    Lua Check fields ladders to up

    bump
  2. zexus

    Lua Check fields ladders to up

    What u mean about pictures? I just press right button on the stair to try to get up, with a fire field on the stair and get up fine and print 3 It was a fire field on the stair
  3. zexus

    Lua Check fields ladders to up

    I've tried your script: local blockable_field_items = {1497, 1499, 1496, 1495, 1492, 1493, 1494} function onUse(cid, item, fromPosition, itemEx, toPosition) local ladder_destination = {x = toPosition.x, y = toPosition.y + 1, z = toPosition.z - 1} -- check for players if...
  4. zexus

    Lua Check fields ladders to up

    I wanna make something different in my pvp, i wanna check the ladders before player can get up. For example, if have fire field, mw the player can not get up on ladders I've tried it: function onUse(cid, item, fromPosition, itemEx, toPosition) -- there is MW or ELEMENTAL FIELDS in pos...
  5. zexus

    TFS 0.X Change Loot rates for a player

    The point is i can't recreate the loot system because of others systems There is no way to get loot rates and set in a 0.4?
  6. zexus

    TFS 0.X Change Loot rates for a player

    Thats exactly the script i told i had found here on forum I can't recreate the loot because i have anothers scripts using the real loot I have to change the loot rate for one player
  7. zexus

    TFS 0.X Change Loot rates for a player

    bump
  8. zexus

    TFS 0.X Change Loot rates for a player

    I'm sorry to be a fucking noob, but what are u mean?
  9. zexus

    TFS 0.X Change Loot rates for a player

    bump
  10. zexus

    TFS 0.X Change Loot rates for a player

    There is a way to change the loot rate for only one player? I do using this source code: Fir3element/3777 And i wanna make some items to add more loot chance. I've search a lot and the only thing i got was this mod with onKill event <?xml version="1.0" encoding="UTF-8"?> <mod name="Loot...
  11. zexus

    Delete from mysql when kill

    f5
  12. zexus

    Lua Auction system + bank

    THANK YOU!! sorry to this long, i trough no one know that, thank you a lot!!!!
  13. zexus

    Lua Auction system + bank

    f5
  14. zexus

    Delete from mysql when kill

    Why? If is better, anyone could help me to do? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  15. zexus

    Lua Auction system + bank

    f5
  16. zexus

    Delete from mysql when kill

    f5
  17. zexus

    Lua Auction system + bank

    f5
  18. zexus

    Lua Auction system + bank

    f5
  19. zexus

    Lua Auction system + bank

    f5
  20. zexus

    Lua Auction system + bank

    f5
Back
Top