• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. beliar34

    Creaturescripts lua

    Sorry for late asnwer i just back to home, you'r script dosent work Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/AntiAOE.lua:onStatsChange luaGetCreatureTarget(). Creature not found
  2. beliar34

    Lua Anti AOE Error "sorry not possible"

    Hello. I'm using an Anti-AOE creatureevent script by Erexo that's supposed to only deal damage to players you are targeting using AOE spells. When i want mark player i get message "sorry not possible" The script: function onStatsChange(cid, attacker, type, combat, value) if(attacker and...
  3. beliar34

    Solved [Lua] Anti-AOE Error. Any help appreciated.

    bump "Sorry not possible"
  4. beliar34

    Creaturescripts lua

    creatureevent script that's supposed to only deal damage to players you are targeting using AOE spells. Jeżeli nie zaznaczę gracza nie udeze go z ue, chodzi o to ze jak ktoś siedzi na expie to ludzie mu wbiegają specjalnie pod spelle i nabijają rs, chce troszkę także zmienić pvp aby spelle...
  5. beliar34

    Creaturescripts lua

    Nope, i got this script i got problem with aoe spells i DONT WANT hit player if i dont mark him, BUT when i mark him i hit only him I dont care about party script i post my version for help scripters i just show sample :p
  6. beliar34

    Creaturescripts lua

    did you read what i write ? First script is my old script, and he is working perfectly but i am looking for script where we can't hit people by aoe spells ! i post first script for some help with functions xd second script is working too but i cant mark players in pvp :(
  7. beliar34

    Compiling Debian 8 Error

    Becouse he got bad sources as you can see :D, old tfs 0.3 and 0.4 needs squeeze sources and old libs i post my sources for you deb http://ftp.debian.org/debian/ squeeze main deb http://security.debian.org/ squeeze/updates main deb http://ftp.debian.org/debian squeeze-lts main Then type in...
  8. beliar34

    Compiling Debian 8 Error

    use Debian 6 (Squeeze) (64 bits) @edit change wheezy to squeeze xd
  9. beliar34

    Lua Haste no effect

    post you xml and lua men
  10. beliar34

    Lua Anti-AOE Error cant mark player.

    I was looking for anti aoe script i make my own what works but with bugs and then i make this one: function onStatsChange(cid, attacker, type, combat, value) if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and...
  11. beliar34

    Creaturescripts lua

    function onStatsChange(cid, attacker, type, combat, value) if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid)) then if combat ~= COMBAT_HEALING then...
  12. beliar34

    Creaturescript target player

    co niezmienia faktu ze nie moge zaznaczyc gracza xd function onStatsChange(cid, attacker, type, combat, value) if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid))...
  13. beliar34

    Creaturescript target player

    Not exactly function onStatsChange(cid, attacker, type, combat, value) if(isPlayer(cid) and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid)) then if combat ~= COMBAT_HEALING then...
  14. beliar34

    Creaturescript target player

    function onStatsChange(cid, attacker, type, combat, value) if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid)) then if combat ~= COMBAT_HEALING then return false end end...
  15. beliar34

    Linux Problem with sms shop

    ok i fixed itd, thx stellow for posting error was in database ;p
  16. beliar34

    Creaturescript target player

    Witam panów, mam prośbę otóż bardzo dawno temu przestałem skryptować LUE pod TFs'a no i zapomnialo sie to i owo :( Potrzebuje skrypt który działa następująco, jezeli nie zaznacze danego gracza nie udeze go tzn Expie sobie na expie bije moby przybiega ktos wbiega w obszar moich spelli i nie...
  17. beliar34

    Creaturescripts lua

    i am looking for script to creaturescripts, with rule "if i dont mark somebody i dont hit him by aoe spell's, if i target somebody i hit only him by aoe spells" this is great script for anime servers and i cant find it i got tfs 0.3.5 I know that script can be real becose 2 years ago when i was...
  18. beliar34

    Linux Problem with sms shop

    When i click confirm transaciton and click "give" i see only White screen, i get item on character but system dont delete points and when we refresh page we can cheat and get xxxx items for free :( shopsystem.php : https://code.google.com/p/gesior-aac/source/browse/trunk/AAC/shopsystem.php?r=162
  19. beliar34

    highscores.php with special function's

    i am looking for highscores where we can see basic functions like biggest level,magic level etc and player who have best account balance, best health, best mana, best online time, best expriencie today if somebody got it please upload :D
Back
Top