• 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. Bruce Leal

    Change item for itemUID

    I will try, thanks @Xikini
  2. Bruce Leal

    Change item for itemUID

    Xikini, this script I got here in the forum, in year of 2010, I use tfs 0.3 but I do not know if this script will work .. I need something that ... The player collects the item, and npc picks up the item and delivers some item with UniqueID to the player ...
  3. Bruce Leal

    Change item for itemUID

    When npc give: doPlayerAddItem(cid, 2649, 1) Player get a item, but... how to get with UNIQUE ID ! How can i insert UID here? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} function...
  4. Bruce Leal

    Hide Name / Health Bar

    How can i do for work?
  5. Bruce Leal

    Hide Name / Health Bar

    Haail ! Someone help-me To hide name of character in chat/character, and hide health bar in head of character, can i use some script, or only in source?
  6. Bruce Leal

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Great, working !
  7. Bruce Leal

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Hail @Xikini i have a script, to 1 vocation pass the door, but i need 2, 3 , 4 or more vocations passing the door, how can i add? see my script please: function onUse(cid, item, frompos, item2, topos) local VOCNAME = Knight -- NOME DA VOC local Vocid = 4 if item.uid == 7070 then status1 =...
  8. Bruce Leal

    Lua 02 Vocations using same door

    Thanks.
  9. Bruce Leal

    Lua 02 Vocations using same door

    Not working. function onUse(cid, item, frompos, item2, topos) local VOCNAME = Knight -- NOME DA VOC local Vocid = {4,8,10,11,12,13,14,15,16} -- Id da vocacao if isInArray(Vocid, getPlayerVocation(cid)) == true then --this will check if the player's vocation match one of the vocations listed...
  10. Bruce Leal

    Lua 02 Vocations using same door

    This script was made so that only one vocation goes through the door, however I would like 3 or more Vocations to pass. function onUse(cid, item, frompos, item2, topos) local VOCNAME = Knight -- NOME DA VOCAçÃO local Vocid = 4 -- Id da vocacao if item.uid == 7070 then status1 =...
  11. Bruce Leal

    Lua About Storage

    I apologize, it's hard for me, I do not understand your language very well, I have to try harder, but I will not give up.
  12. Bruce Leal

    Lua About Storage

    Wow ... but it's the ID system I really want, storage is VERY annoying ... But I think I understand now ... Now a question to finish: If the player get storage 4001, can he return to the 4000? or is it just recorded as a bau quest situation?
  13. Bruce Leal

    Lua About Storage

    I understand, but how will I know the storage of a player with a vocation? I need to know the sorcerer / druid / paladin / knight storage in order to use the getPlayerstorage
  14. Bruce Leal

    Lua About Storage

    In fact you've confused me a bit with this: setPlayerStorageValue (cid, 1,1). Let me give an example of the current situation: There are players sorcerer, druid, knight and paladin, I do not know storage because they have these vocations, however ... each vocation has a respective npc that...
  15. Bruce Leal

    Lua About Storage

    Is there any storage limit? Is there any beginning? I could start with getPlayerstorage 1 and setPlayerstorage 2? I used next to one that already existed, example: getPlayerstorage 40112 and setPlayerstorage 40113
  16. Bruce Leal

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Haail, can help-me do a script? I will send some informations: Example: The player can destroy or build using the command to create items and destroy obstacles, however ... he will only be able to do this in the area that is in the script, otherwise he can destroy or build everything on the...
  17. Bruce Leal

    Actions, as... build and mine

    And i say "This is not a f**king min**raft" hahahahaha' I've been thinking of some way to adapt the command "/ r " to player, with a limited extent, or something of the genre ...
  18. Bruce Leal

    Actions, as... build and mine

    Haail. Anyway to player open holes, walls, build structures? This is not a f**king min**raft, just a idea to guilds leader do in your guild. I was able to adapt so that it is possible for leaders to invoke specific monsters and npcs that sell items and buy at different prices within their...
  19. Bruce Leal

    Map Freeze tfs 0.4 3777-master

    I decided to rent the otmanager services because they already rented the machine with 15 servers to choose from with Source OTX without bugs ... totally compile with no problems .... Because I was angry already with this situation of server freezing
Back
Top