• 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

    [11.49] Hovera Custom OT Map

    Nice Map! I have a questions do you can give me links for map editor for 11.49 version? :) Rep ++
  2. Gicu

    Spell TFS 1.2 Spell Attack Twice/Double

    addEvent(function() combat:execute(creature, var) end, 300) addEvent(function() combat:execute(creature, var) end,600) addEvent(function() combat:execute(creature, var) end, 900) addEvent(function() combat:execute(creature, var) end, 1200) Add many you want. 300,600 is MS.
  3. Gicu

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Why 1 guys compiling for windows this and Upload? I cant compiling becouse i dont have files and cant download. Please make 1 windows .exe for all.
  4. Gicu

    Spell IMMORTAL SPELL

    HI If not working please write errors! -add line spells.xml <instant group="support" spellid="144" name="Immortal" words="Immortal" lvl="1" mana="1" aggressive="0" selftarget="1" cooldown="1000" groupcooldown="1000" needlearn="0" script="immortal.lua"> </instant> ---create lua...
  5. Gicu

    Spell TFS 1.2 Invisibility, Ghost Spell, Hide.

    -----------------START-------------- Hello ;) I see many question about this spell i make this for all. can crash so make copies! English LOW ALERT! -add line to spells.xml <instant group="support" spellid="144" name="INV" words="INV" lvl="1" mana="1" aggressive="0" selftarget="1"...
  6. Gicu

    GlobalEvent [TFS 1.2] Zombie Arena

    Nice! I only change death to preparedeath players no lose exp and items :)
  7. Gicu

    GlobalEvent Last Man Standing Event [TFS 1.X [1.0/1.1]]

    Add to global.lua This line: dofile('data/lmsLib.lua') Maybe correct errors.
  8. Gicu

    AutoLoot System for tfs 1.x

    SORRY WRONG SCRIPT :D Now is correct! i ADD MEssade LooT! local function scanContainer(cid, position) local player = Player(cid) if not player then return end local corpse = Tile(position):getTopDownItem() if not corpse or not corpse:isContainer() then return...
  9. Gicu

    AutoLoot System for tfs 1.x

    I edit script. Add gold to balance Bank if PACC send +10% more GOLD!!! local function scanContainer(cid, position) local player = Player(cid) if not player then return end local corpse = Tile(position):getTopDownItem() if not corpse or not corpse:isContainer() then...
  10. Gicu

    TFS 1.0 player:getTotalArm()

    I add 2 other TotalDefense and TotalAttack. I use this scripts on my server. GET VALUE? local arm = player:getTotalArmor() local def = player:getTotalDefense() local atk = player:getTotalAttack() TFS 1.2 10.98 Working perfect! Thanks @Ninja function Player.getTotalDefense(self) local...
  11. Gicu

    Spell TFS 1.2 10.98 Party Healing and Buff Spell % of you skills!!!

    Hello and let's go! TFS 1.2 10.98 This spell give a buff to ALL PARTY MEMBERS! Here is for SHIELDING 50% of you skill add other! And Party Healing! ( Yes Regeneration no Heal ;) ) U can set longer duration and make regeneration buff too. Sorry for that mess. Low English Detected! add line...
  12. Gicu

    Homepay dla Modern/GesiorAAC

    Jak na homepay.pl nie mozna otworzyć konta w PRZELEWY. NIe mam takiej opcji nawet o co kaman?
  13. Gicu

    Serwer Testowy jak i co???

    Każdy kiedyś zaczynał i uczył się od początku :) Lokalnie to już coś ;)
  14. Gicu

    Serwer Testowy jak i co???

    Więc jak mam to zrobić?
  15. Gicu

    Serwer Testowy jak i co???

    Witam mam własny serwer Raxandor.pl i robię częste aktualizacje lecz nie chce co chwilę resetować serwera aby nie zniechęcić ludzi do gry i tu pojawia się moje pytanie mogę testować moje wprowadzane skrypty na tym samym wykupionym serwerze czy muszę wykupić 2 zmienić nazwę i na nim testowac czy...
  16. Gicu

    SMS SHOP kilka pytań.

    Potrzebuje kilka odpowiedz. Caly system dziala ale nie chca mi zaakceptowac na Homepay.pl moich smsow powie mi ktos dlaczego? Oto przyklad jednego.
  17. Gicu

    Buy Points on my site. Have questions.

    Hello i'm form Poland and i need help with buy points on my site. Homepay.pl dont havva accept my orders. And i dont not why. Please contact with me for more details.
  18. Gicu

    GlobalEvent [TFS 1.0/1.1] TP room text/effects

    I used this on my server! Rep +
  19. Gicu

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    Awesome i try this on my server! :D
  20. Gicu

    Spell [TFS 1.x] Summon Explosion Spell

    Like kamikaze ghost attack form dragon ball :D
Back
Top