• 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

    Premium Point in Store Game Tfs 1.3

    I can add this to TFS 1.3 clean becouse i dont have commands.cpp in TFS 1.3???
  2. Gicu

    Spell [TFS 1.X] Thunder Storm

    If player die or logout while spell then exhast is infinity. I put player:storageValue() -1 for my login.lua
  3. Gicu

    Spell [TFS 1.X] Shield Bash

    Awesome. I love see spells from LoL :) Good Luck in future scripts :P
  4. Gicu

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    TFS 1.3 Simple attack speed on items.xml and fist skille increase attack speed.
  5. Gicu

    TFS 1.X+ [TFS 1.3] Attack Speed compile Error

    https://otland.net/threads/c-item-attack-speed-attr-key-not-recognized.262272/ I implement this Help :p 1604237543 Bump 1604250269 bump
  6. Gicu

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Why my items indifited with +9 level ? Why new item is +0?
  7. Gicu

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hello where i can add more atteibutes ? Like attack speed, mutishots, reflects, błocka and dodges? Some tips ? :)
  8. Gicu

    Spamming Error Creature not found

    Ohh sorry i work on TFS 1.3
  9. Gicu

    Spamming Error Creature not found

    Add this to you events/creatures.lu function Creature:onTargetCombat(target) target:registerEvent("NAME YOU SCRIPT") and change this <event class="Creature" method="onTargetCombat" enabled="1" /> --- if enabled="0" change to 1
  10. Gicu

    OTClient TFS 1.3 no creature found to move

    Like on SS TFS 1.3 latest i compiling with [Tutorial] Adding more tiles to game window - Updated 7/6/2018 (https://otland.net/threads/tutorial-adding-more-tiles-to-game-window-updated-7-6-2018.228243/) and OTClient i latest too Maybe here is error?
  11. Gicu

    CreatureEvent [TFS 1.3] Item Sets

    Great script, but i have problems with MONSTER LEVEL SYSTEM for 1.3 TFS. Damage is multipling like hell! :P
  12. Gicu

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

    Maybe 1.3 is other its old post
  13. Gicu

    Lua TFS 1.3 Attack Speed

    after that static int luaItemTypeGetAttack(lua_State* L); add this static int luaItemTypeGetAttackSpeed(lua_State* L); try add this to luascripts.H
  14. Gicu

    GlobalEvent [1.3] Metin Stone Event - Full auto

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/metin/metinhealth.lua:eek:nHealthChange data/lib/metin.lua:118: attempt to call method 'getStorageValue' (a nil value) TFS 1.3
  15. Gicu

    GlobalEvent [TFS1.3] Kick player after x log or disconnected check 5 min

    data/globalevents/globalevents.xml <globalevent name="Kick Check 5min" interval="300000" script="kick.lua"/> data/globalevents/kick.lua function onThink(interval, lastExecution) for _, player in pairs(Game.getPlayers()) do if not player then return false end local ip =...
  16. Gicu

    OTClient how to run linux file otcleint on windows? Convert?

    Like TOP!? I compiling otclient on linux Debian 8 and what now? How i can run this on Windows 7. If ja change to .exe show me error.
Back
Top