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

    Change something in reset system

    Hail - It is understood that this system works as follows: The player reaches the level to reset (minlevel = 150), and pays 10,000 more, for reset ... (priceByReset = 10000). However ... I wish it was that way: When reset, the player needs 3 items: 2 small stone, 2 ruby, and 2 carlin sword...
  2. Bruce Leal

    C++ urgent source for 8.60

    Hello everyone, I was trying to work with source 3777-master, 0.3.6, however ... it froze the world, the screen of characters appeared but did not connect to the world, freezing happened when I tried to mark a monster to attack... Now I'm looking for some TFS or OTX for global 8.60, URGENT
  3. Bruce Leal

    Add uniqueid on this script

    local levelReward = { [30] = 3, [50] = 5, [100] = 10 } function onAdvance(cid, skill, oldLevel, newLevel) doCreatureAddHealth(cid, getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMana(cid)) for k, v in pairs(levelReward) do if newLevel == k and...
  4. Bruce Leal

    On look, temporary name

    Is it possible for a script to add a temporary name that disappears in seconds in the player's look? (example command: /changelookname John, Protector of thais) You see a John, he is a sorcerer, PROTECTOR OF THAIS The PROTECTOR OF THAIS, will disappear in 10 seconds.
  5. Bruce Leal

    Lua About Spells: Formula -HELP

    can someone explain how the formula works? I get something here, but ... where i can see the hit, how much the player will cause... ? COMBAT_FORMULA_UNDEFINED = 0 COMBAT_FORMULA_LEVELMAGIC = 1 COMBAT_FORMULA_SKILL = 2 COMBAT_FORMULA_DAMAGE = 3
  6. 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...
  7. 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?
  8. 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 =...
  9. 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
  10. 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...
  11. Bruce Leal

    Lua Make this script take time

    Hail, Hello, this script causes the player to use the "Scroll" item, write the name of the monster, and make it appear. How can I adapt it to the monster disappear in 24 hours function onUse(cid, item, fromPos) local cont = getItemAttribute(item.uid, "text") -- nao precisa mexer...
  12. Bruce Leal

    Linux Server Freeze without errors, HIGH SKILL

    Haail, My server is simply freezing, it stays online but it blocks players from leaving or entering the account, no error. I did a training with training monks, when I entered my skills were tripled ... were 250 of club fighting ... (because with / addskill also gave problem so I tried to...
  13. Bruce Leal

    Map Freeze tfs 0.4 3777-master

    Hello, I use TFS 0.4 on a 8.60 server, my problem is that when I attack a monster the map freezes, the only thing that appears on the screen is "sorry not possible" when I try to move the character, but otherwise it gets stuck, and impossible to connect another character.
  14. Bruce Leal

    Source TFS 0.2 | 0.3 or 0.4

    Haail, any source for tfs 0.2 , 0.3 or 0.4 ? I'm use global 8.54 full server.
Back
Top