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

    TFS 0.X Auto Loot onOpenCorpse

    bump
  2. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  3. fyalhed

    TFS 0.X Bless item not work

    thanks
  4. fyalhed

    TFS 0.X Bless item not work

    I wanna make a bless using by items, i tried it: <action itemid="11260;11259;11261;11262;11258" event="script" value="items_blesses.lua"/> function onUse(cid, item, fromPosition, itemEx, toPosition) if(item == 11260) then if getPlayerBlessing(cid, 1) == true then...
  5. fyalhed

    TFS 0.X Auto Loot onOpenCorpse

    I'm trying to make a script to auto loot stuffs on open the corpse on my 8.6 server (like on tibia 11)... I'm actually doing great, using this base: [Mod] Auto Loot But i have a few questions to help me to make better: 1- Is it safe to use? I mean, when i open the corpse i can still see the...
  6. fyalhed

    TFS 0.X Auto assassin star recharge

    I'm trying to do a auto recharge for my assassin star... Why it don't work? No errors, just do not work :( local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, 18) setCombatParam(combat, COMBAT_PARAM_TYPE...
  7. fyalhed

    Lua Adapt arrow script to hand wepon 0.4

    I found this script on forum made by Xikini. It auto recharge arrows. But i want to adapt this arrow script to a hand script (for small stones, assassin stars...) arrowautorecharge.lua local function autoRechargeAmmo(cid) local ammo_in_slot = getPlayerSlotItem(cid, CONST_SLOT_AMMO).uid...
  8. fyalhed

    How to use GDB?

    Something is wrong in my source code, when i open my server show me Segmentation fault and after close. If i use my clean code without modifications it still online without problems I need to open with GDB to know where is the problem I've apt-get install gbd, so created this script (like i...
  9. fyalhed

    C++ Create a new option in config.lua

    Ty, but... I just used stamina as a example, i wanna create new config.lua options and use it
  10. fyalhed

    C++ Create a new option in config.lua

    How to create a new option in config.lua on 0.4? Someone could help me to create my first new option in config.lua, just for example so i can create another ones... What i need to change here on line 165: 3777/player.h at master · Fir3element/3777 · GitHub #define STAMINA_MAX (42 * 60 * 60 *...
  11. fyalhed

    Auto recharge last arrow [0.4]

    Still not recharging :( No errors on console
  12. fyalhed

    Auto recharge last arrow [0.4]

    There is no way to detect where the small stone was before? Because i could put right, and shield was on right and unequip shield...
  13. fyalhed

    Auto recharge last arrow [0.4]

    What are u mean to change this line autoRechargeAmmo(cid, CONST_SLOT_AMMO) You mean change autoRechargeAmmo(cid) to autoRechargeAmmo(cid, CONST_SLOT_AMMO)? This is my small stone script: local function autoRechargeAmmo(cid, slot) local ammo_in_slot = getPlayerSlotItem(cid, slot).uid if...
  14. fyalhed

    Auto recharge last arrow [0.4]

    yep
  15. fyalhed

    Auto recharge last arrow [0.4]

    Not work, no error, just no recharging.
  16. fyalhed

    Auto recharge last arrow [0.4]

    How to adapt this function autoRechargeAmmo(cid) to weapons on hands, for example: small stone (it could be on left or right hands :S)
  17. fyalhed

    Segmentation fault

    with a clean source my server stays online, i need to know where is the bug so i can fix...
  18. fyalhed

    Segmentation fault

    bump
  19. fyalhed

    Segmentation fault

    bump
  20. fyalhed

    Segmentation fault

    It's creating a new file called: core But error.txt and output.txt is not creating, even if a create this before(empty) do not write anything...
Back
Top