• 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

    Lua Diablo 2 teleport

    function onUse(cid, item, frompos, item2, topos) local temple = getPlayerMasterPos(cid) local graczpos = getPlayerPosition(cid) if hasCondition(cid, CONDITION_INFIGHT) == false then if ((getPlayerStorageValue(cid, 80000) == 0) or (getPlayerStorageValue(cid, 80000) == -1)) then...
  2. beliar34

    AAC Paypal problem

    I use old gesior becouse of anime server and many custom scripts i dont want to move to new gesior :) i tried my script on new maked account still same problem :(
  3. beliar34

    AAC Paypal problem

    Bleach Warriors Online - PayPal < you can test this bug here <?php if ($_REQUEST['debug']) { ini_set("display_errors", True); error_reporting(E_ALL); } $mysql_host = 'localhost'; //Leave at localhost $mysql_user = 'XXXXXXX'; //DB User - for paypal support - i deleted these for my data...
  4. beliar34

    Poll: Tibia's Report System in an OTS?

    i use tfs 0.3 :) @WibbenZ
  5. beliar34

    AAC Paypal problem

    i already accept all curriences :p i contacted support via phone they told me to mail them with my scripts, 2 weeks ago i mailed them and still no answer ...
  6. beliar34

    LUA script Translation from 1.0 to 0.3

    refresh !
  7. beliar34

    Poll: Tibia's Report System in an OTS?

    refresh old post @J.Dre did you made this system?
  8. beliar34

    PaySafeCard to Gesior ACC?

    refresh ? :D
  9. beliar34

    C++ Global Bank system TFS 0.3

    update
  10. beliar34

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Thanks for answer but i did task system by myself :) and tag me next time :D
  11. beliar34

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    data/npc/scripts/killinginthenameof.lua:96: attempt to call global 'getCreatureStorage' (a nil value) stack traceback: data/npc/scripts/killinginthenameof.lua:96: in function 'callback' data/npc/lib/npcsystem/npchandler.lua:383: in function 'onCreatureSay'...
  12. beliar34

    C++ Global Bank system TFS 0.3

    Hello, anyone got global bank system? player money = money from eq + money from bank :)
  13. beliar34

    Lua Absorb barrier

    I repeat again what i want to do here : function onStatsChange(cid, attacker, type, combat, value) if isPlayer(cid) and getPlayerStorageValue(cid, storage) > 0 then if isInArray(vocations, getPlayerVocation(cid)) and combat ~= COMBAT_HEALING and isCreature(attacker) then...
  14. beliar34

    Lua Absorb barrier

    i dont see why this should work ? XD did you read my whole post?
  15. beliar34

    Lua Absorb barrier

    Not this distro my friend, TFS 0.3.5 :) i just need to change this code : domodlib('shield_setup') function onStatsChange(cid, attacker, type, combat, value) if isPlayer(cid) and getPlayerStorageValue(cid, storage) > 0 then if isInArray(vocations...
  16. beliar34

    LUA script Translation from 1.0 to 0.3

    "other person script" what do you mean ? yup this is cript writed by @Thexamx for my request but he writed for tfs 1.x cuz i didnt say which version i use :( :D Can be writed for tfs 0.3.6-0.4 (i can remake these script cuz they look very similiar to my 0.3.5) i call every text in lua "script"...
  17. beliar34

    LUA script Translation from 1.0 to 0.3

    Can somebody translate this script from tfs 1.x to tfs 0.3.x ? :) :* local monsterName, monsterCount = "demon", 4 -- time is in seconds local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)...
  18. beliar34

    Spell [TFS 1.x] Summon Explosion Spell

    function onCastSpell(creature, variant) for i = 1, monsterCount do local summon = Game.createMonster(monsterName, creature:getPosition(), true, false) if summon then creature:addSummon(summon) addEvent(checkPosition, 2 * 1000, summon.uid, variant) How...
  19. beliar34

    AAC Paypal problem

    Hello, my paypal stopped working 0.o strange, do you know something about changes in paypal system ? error : This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency. i accept all...
  20. beliar34

    C++ Damage absorb

    Done, working in raw, thread can be closed REP+
Back
Top