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

onuse

  1. skovdoto

    onUse getstorage and remove item

    Hello, I'm making a script and I need some help, apparently it's not working. The function is when he uses an item X in loc X, Y, Z on a wall this item will be removed and he will gain a storage. Someone have idea? local bone = Action() function bone.onUse(player, item, fromPosition, target...
  2. czerwian

    TFS 1.X+ Teleport on use object

    Hello guys. I want to make something like when player use stone coffin he will be teleported to x,y,z. How should I do it? Please help.
  3. C

    TFS 1.X+ How to automatically use an object in BP on target?

    How can I make a function that makes X item in Backpack attack Y target (that is an object btw)? Basically, the same thing as you right click on the item and left click it on a object, but I want this as a code. Is it possible to do?
  4. J

    C++ (Action) Request SLOT MACHINE

    When I use the Item with actionid 5555 (Slot Machine) I can receive a random item between (10, 500, 600, 700, 855) or nothing. And the items have custom win % Item 500 is 10% win rate Item 10 is 80% win rate
  5. M

    Lua Item charges On use does not take charge!

    Hello yes I hope i am posting this in the right section. I need help fixing a script I am trying to make a book of blessings but with charges and no matter what i do i can't seem to make it use charges. I added charges in items.xml ive try the script with doremoveitem(item.uid) and it will...
  6. X

    Solved Use object on creature to disappear monster

    this script is for "Sin Devourer" creature from "Ferumbras Ascendant Quest" when you use a crystal life on him , he disappear and crystal life too, the problem is that when used crystal life in anywhere site, he disappears, for example if i use crystal life in Carlin and the monster are on...
Back
Top