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

    C++ You lose x mana blocking an attack by (null).

    Yeah, but when i lose HP, show You lose X hitpoits ... by PLAYERNAME, not (null).
  2. 115820

    C++ You lose x mana blocking an attack by (null).

    Version 0.4, i use that sources 8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE Server is my own.
  3. 115820

    C++ You lose x mana blocking an attack by (null).

    In my server when player use UTAMO VITA, description attack : You lose x mana blocking an attack by (null). dont show player name attacker.
  4. 115820

    One Weapon, but attack differents for each voc.

    Dont Work. I use TFS 0.4 How change for formula??? No Min and MAX
  5. 115820

    One Weapon, but attack differents for each voc.

    Hi everyone, i need a weapon script. The weapon works like: -When a Knight equip weapon, It attacks different in a way Y -When a Sorcerer equip weapon, It attacks different in a way X -When a Druid equip weapon, It attacks different in a way K -When a Paladin equip weapon, It attacks different...
  6. 115820

    8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE

    I cant understand. U can help me put 9223372036854775808 life ???
  7. 115820

    8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE

    When i put 9223372036854775808 in monster.xml, him respaw with -9223372036854775808 life????
  8. 115820

    Attribute key TFS 0.4 DONTWORK

    When i put <attribute key="maxManaPercent" value="12000"/> dont work, same i try make a script in moveevents with CONDITION_STAT_MAXMANAPERCENT, 12000 DONT WORK. * I use rev 3777 0.4 .
  9. 115820

    [Moveevents] Need storage for enter tp

    I FIXED. Thanks for Helping :)
  10. 115820

    [Moveevents] Need storage for enter tp

    Like that?? local storages = {12345, 12346, 12347, 12348} function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) if(not isPlayer(cid)) then return true end local x = 0 for i = 1, #storages do if getPlayerStorageValue(cid, storages[i]) < 0 then x = x + 1...
  11. 115820

    [Moveevents] Need storage for enter tp

    Don't work. Anyone can pass.
  12. 115820

    [Moveevents] Need storage for enter tp

    I make a quest for get acess to new area. But i want player got 4 storage for enter tp. If PLayer no have 4 storage he cant enter tp.
  13. 115820

    Monster no hit other monster

    Thanks so much. Muito obrigado mesmo Matheus. (so agora vi que e brasileiro) Serio. Mt Obrigado.
  14. 115820

    Monster no hit other monster

    I register in creatureevents, login.lua. i use that in login.lua registerCreatureEvent(cid, "noattack") and this <event type="statschange" name="noattack" event="script" value="noattack.lua"/> in xml. <?xml version="1.0" encoding="UTF-8"?> <monster name="Venom Spider" nameDescription="a Venom...
  15. 115820

    Monster no hit other monster

    Dont work. I already that script. Dont show ERROR, nothing in TFS. But monster continue attack eachother.
  16. 115820

    Monster no hit other monster

    I use demon like exemple. U create new monster. And the new monster have a spell kill area. I need him no kill other monster with that spell
  17. 115820

    Monster no hit other monster

    I use demon like exemple. Each monster have your spell.
  18. 115820

    Monster no hit other monster

    I want a script when Monster Spell no hit other Monster only THE PLAYER. Like : When Demon use UE dont hit other DEMON with UE. OtVersion : 8.6 TFS : 0.3.6
  19. 115820

    HELP TILE LEVEL

    I need a tile with LEVEL Permision. Only player with level 20 and 30 can pass, but if player have level 31 him cant pass in tile.
Back
Top