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

    remove creatures of area

    thx man help me a lot rep+
  2. foxkbt

    An stepin script

    i dont understand! O.o
  3. foxkbt

    remove creatures of area

    i need one function that remove creatures from certain area i try that but dosent work someone can help me? function removeRaid(fromPos, toPos) local pos = fromPos for x=0,getDistanceBetween(fromPos, {x = toPos.x,y = fromPos.y,z=fromPos.z}) do for y=0,getDistanceBetween(fromPos, {x =...
  4. foxkbt

    map mark

    i want one function that remove map mark exist?
  5. foxkbt

    Feature Creaturescript: onMoveItem(moveItem, frompos, position, cid)

    I have a question its works only for itens? or for creatures to?
  6. foxkbt

    creature in position

    I need a function that checks if a creature with the storage 5000 in this area below arr - { {111111111111111}, {111111111111111}, {011111111111110}, {001111111111100}, {000111111111000}, {000011111110000}, {000001111100000}, {000000030000000} } thx for advanced
  7. foxkbt

    request tutorial HOW TO EDIT SOUCERS

    you can make the tutorial only for premmy accounts...
  8. foxkbt

    request tutorial HOW TO EDIT SOUCERS

    bump!
  9. foxkbt

    pet system - change name

    bump! i see in other serv one pet system you can change the name of your pet with command !pet name "exemple in pokemon online you can change the name of your poke i think it need soucers edt i dont know to mutch of soucers if someone can give me a tutorial i will be really greatfull =) sr...
  10. foxkbt

    pet system - change name

    dont need i know that!
  11. foxkbt

    pet system - change name

    XD function onLove() if getPlayerTrueLove(cid, girlfriend) == RETURNVALUE_NOERROR then doPlayerBeHappy(cid, true) if getPlayerNerdStyle(cid) == false then doRemoveVirginity(cid) doRemove virginity(girlfriend) doAddSkillTry(cid, SKILL_FUCK, 1) else...
  12. foxkbt

    pet system - change name

    i have one pet system and i think its cool change the pet name but i do not know how plx help me to return pet id local pet = getPlayerPet(cid) if isCreature(pet) return true end
  13. foxkbt

    defense

    bump
  14. foxkbt

    defense

    i need function's like that setCreatureDefense and setCreatureShield
  15. foxkbt

    I need a function that returns the total value of def player

    thx a lot you are the best XD
  16. foxkbt

    I need a function that returns the total value of def player

    exemple armor - demon armor - 16 + feet - steel boots - 3 + helmet - demon helmet - 10 + legs - golden legs - 9 + shield - mastermind shield - 37 = return (75)
  17. foxkbt

    function problem

    i using one function to return one value to name of a item equiped in hands but dosent work i dont know why function getSuperAttack(cid) local weapon = {3963, 3964, 3965} local item = getPlayerItemById(cid, TRUE, weapon) local dir = getPlayerSlotItem(cid, CONST_SLOT_LEFT) local esq =...
  18. foxkbt

    break weapon

    thx help a lot rep +
  19. foxkbt

    break weapon

    good idea! ^ ^ but still have some things I would do, using this function I'm asking. searching on "L.U.A." I found a function that can solve my problem but not know how to use string.gsub if someone can teach me would be very grateful
  20. foxkbt

    break weapon

    I wonder if it is possible to use a number of the name of an item in a function if possible would like a function to return to this number My idea is to make a weapon that breaks I thought of using storage but there would only suffer damage to owner EX: 08:26 You see the sword of pain...
Back
Top