• 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!

Recent content by leoloves2

  1. leoloves2

    TFS 1.X+ Check how much item with weaponType have in bag.

    i will try, thanks for support
  2. leoloves2

    TFS 1.X+ Check how much item with weaponType have in bag.

    I would like to know if there is a function or way to check how many items with weaponType (sword, axe or club) are in the player's bag. On my server, my idea is that each weapon has its spells and cooldown, so that's why I want to limit the number of weapons that the player can have inside the...
  3. leoloves2

    TFS 8.60 with Cast System

    I already got a version for my server. thanks
  4. leoloves2

    TFS 8.60 with Cast System

    Does anyone know if this cast system is available separately?
  5. leoloves2

    Lua item:getWeaponType() not working

    Thanks, I fixed it to work correctly
  6. leoloves2

    Lua item:getWeaponType() not working

    try this local weaponId = getPlayerSlotItem(cid, CONST_SLOT_LEFT).itemid local weaponItem = ItemType(weaponId) local weaponType = weaponItem:getWeaponType() if weaponItem then print(weaponId) if weaponType == WEAPON_AXE then print("axe")...
  7. leoloves2

    How To make Spell Who hit 3 times in row

    I hadn't seen the comment talking about the cooldown. I was using the code to make my spell (because I understood the logic better) and to fix the cooldown problem I added the following line line 1 without any parameters: local combat = createCombatObject() and in onCastSpell simple add the...
  8. leoloves2

    Spell [TFS 1.X] Shield Bash

    very nice, thank you man. Im in love with your spell's kk
  9. leoloves2

    [LUA] How to make a simple spell script.

    hi, you know if it's possible make a spell with more than 1 effect? for example, in the player's sqm it is an effect and in the other sqm another effect. Or this example of create spell only works with 1 effect? edit: looking in the others script of spell i found one way function...
  10. leoloves2

    [MyAAC][Plugin] Gesior Shop System

    sorry, i know it already says whats i need to do... i use uniserverz, soooo i dont know is the same process, but i gonna see. Thank you for reply
  11. leoloves2

    [MyAAC][Plugin] Gesior Shop System

    anyone have this erros?
  12. leoloves2

    How To make Spell Who hit 3 times in row

    You are the best!
  13. leoloves2

    [10.98][TFS 1.2] Pokemon PokeDash Pota v1.0

    you have any way to contact you? email, discord or something?
Back
Top