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

    TFS 1.X+ Drag Item to NPC start action?

    it is possible ?
  2. Gicu

    OTClient How to make width window example: Cooldowns or health Info l and separate the health bars?

    How to make cooldowns window more width and separate the bars Exp. HP mana? Where is line about width? Or i try width: 100 but nothing change? Some tips? :P
  3. Gicu

    TFS 1.X+ [TFS 1.3] Orc Attack Only Troll l Ignore player l Please help simple script :(

    I mean normal monsters, not mine summon. Like on respawn is Orc and Troll and they attack each other. Ignoring players.
  4. Gicu

    TFS 1.X+ [TFS 1.3] Orc Attack Only Troll l Ignore player l Please help simple script :(

    Help i spend 3 days on this script... I try this is spell for troll function onCastSpell(creature, var) local target = Creature(var:getNumber()) print(target) if isPlayer(target) then creature:setTarget("Orc") creature:setFollowCreature("Orc") creature:searchTarget() end if...
  5. Gicu

    TFS 1.X+ [TFS 1.3] Monster attack monster

    I find this. C++ - Enable Monster Friendly Fire [OTX3] (https://otland.net/threads/enable-monster-friendly-fire-otx3.250743/) And i try this scripts but working only when monster is my summon. My idea is like that. Lua - Monsters Attacking Other Monsters (How to?)...
  6. Gicu

    TFS 1.X+ [TFS 1.3] Monster attack monster

    Is there a lock on the server so that the monster can not attack another monster? Example: Orc only attacks a troll, ignores the player. Creaturescripts, login and add event on monster? Or maybe event creature?
  7. Gicu

    OTClient Transparent panel and full screen?

    Increase numer of ViewClientX and Y. And transparent panele on OTC use Control + .
  8. Gicu

    TFS 1.X+ [TFS 1.3] Monster attack monster

    I am looking for help with a script like in the subject. I would like the monster to attack other monsters. Simple and so difficult. Maybe some hints. Thank you for your help.
  9. Gicu

    OTClient Cancel Message wrong position

    On screen see where is white cancel message why? Only on viewMode 2 :/ function nextViewMode() setupViewMode((currentViewMode + 1) % 3) end function setupViewMode(mode) if mode == currentViewMode then return end if currentViewMode == 2 then gameMapPanel:addAnchor(AnchorLeft...
  10. Gicu

    TFS 1.X+ Weapon that skills Attack Speed (club fighting)

    local modifier = 1000 -- 100 ms attack speed increase function onEquip(player, item, slot) local as = player:getAttackSpeed() if player:getStorageValue(17000) == -1 then local slotItem = player:getSlotItem(slot) -- workaround for a bug in tfs, onEquip gets executed twice if slotItem...
  11. Gicu

    [OTClient] Mod, modules simple text on screen.

    I see that MOD on some xtibia or tibiaking but cannot find now :C
  12. Gicu

    Animated Text Support for OT Client 10.98/99 - TFS 1.3

    Can no stack text?
  13. Gicu

    Compiling OTClient 2019

    Try this. [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels. (https://otland.net/threads/otclient-10-98-tfs-1-3-and-otc-latest-compiling-l-otc-with-more-titles-and-transparent-panels.263089/)
  14. Gicu

    [OTClient] Mod, modules simple text on screen.

    left top corner plain text. The amount of gold in the bank or any character info. button that enables a window with information about the character. Level voc, HP, mana. This storage is important: / I can client and server changes. My idea is like button open modal window with info OK but the...
  15. Gicu

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    OTC IP is from you hosting IP. This is Linux version. Do you try open this on Windows???
  16. Gicu

    [OTClient] Mod, modules simple text on screen.

    I am looking for a simple script that will show information about the character on the screen. life, mane and storage value. I saw somewhere but I can not find it. Thanks Otlanders!
  17. Gicu

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    In OTC you put IP server? And server config.lua edit?
Back
Top