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

Recent content by pips

  1. P

    [USA][7.4] TibiaScape - NO-PVP SERVER LIVE NOW

    wtf means "rules: full-pve"? if you go pvp u'll be banned?
  2. P

    Anyone ever done outfit based on EQ?

    it's called "paper doll system"
  3. P

    [TFS1.2]Set master password via lua?

    you just have to create an entry in config.lua for your 'masterPassword' instead of a static value in source.
  4. P

    Lua [TFS 1.5] Downgrade Nekiro - Add Effects Spells

    i did not tested it local config = { duration = 1 * 15 * 1000, } local effect = { id = CONST_ME_SOUND_BLUE, interval = 500, } local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local condition =...
  5. P

    Lua [TFS 1.5] Downgrade Nekiro - Add Effects Spells

    local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local condition = Condition(CONDITION_REGENERATION) condition:setParameter(CONDITION_PARAM_SUBID, 1) -- SUB_ID must be unique among other CONDITION_REGENERATION...
  6. P

    Lua Limit object desintegrate rune

    local dead_human = { 3058, 3059, 3060, 3061, 3064, 3065, 3066 } local removeLimit = 10 function onCastSpell(creature, var, isHotkey) local position = Variant.getPosition(var) local tile = position:getTile() local object = tile and tile:getTopVisibleThing() if object and not...
  7. P

    Why TFS 1.2 removing conditions onDeath

    +- 5 seconds searching and....
  8. P

    Autoloot TFS 1.5 problem

    search for this msg in all your files and see where it's been sent to the player.. because it's not on this script..
  9. P

    TFS 1.X+ tfs 1.2 bug outfit

    ok, solved ^^
  10. P

    Faruk showoff

    put some green over the rocks. but. awesome work
  11. P

    [TFS 1.5] ⚡ Bounce Spell ⚡

    it's not only a spell, it's a coding class ^^ thanks
  12. P

    C++ Party shared experience issue

    no, i think it should keep in lua. the problem is that i dont remember much of what resources you have in tfs1.2 to make it better.. my recommendation would be: use a newer tfs version, there's a lot of improvements with event callbacks that should solve your problem easily. but.. if you have...
  13. P

    Database problem

    it's just a warning. no relation with your problem.
  14. P

    C++ Party shared experience issue

    @Rodrigo Tolomeo any news?
Back
Top