• 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. 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?
  14. leoloves2

    Simple Auto Loot System [TFS 1.3]

    hey guys, i have this error in comp. Any idea how to fix it? Says 'player' is not defined.
  15. leoloves2

    AutoLoot System for tfs 1.x

    Guys, will it be possible to make the item go to the backpack that already has the same item? For example, a knight legs dropped and when another one drops, it goes to the same backpack as the first one.
  16. leoloves2

    [OTCLIENT] Error after compile.

    Hi guys, I've been trying to compile OTClient and it always ends up looking like this. Could someone help me with this bug? Sorry if it's something simple, I really didn't know how to look for this error. By the way, during the compilation no error is displayed. Sorry for the english, i...
  17. leoloves2

    NPC [TFS 1.3] Bank NPC

    Go to data/npc and create a new npc and rename. Open newNpc.lua and replace "script= .lua" to "script=bank".
  18. leoloves2

    Compiling is it possible to compile otlcient in ubuntu to use in windows?

    Hmmm thank's for replied. I will continue trying to fix the errors in windows.
Back
Top