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

    TFS 0.X wyvern wrong poison

    why my wyvern is doing poison of 2 it should giving poison of 15 what is wrong? <?xml version="1.0" encoding="UTF-8"?> <monster name="Wyvern" nameDescription="a wyvern" race="blood" experience="515" speed="200" manacost="0"> <health now="795" max="795"/> <look type="239" corpse="6302"/>...
  2. samandriel

    TFS 0.X how to get one specific item on backpack

    how to get one specific item on backpack get it charges to store in a variable and delete it?
  3. samandriel

    TFS 0.X Auto recharge weapon with charge

    How to recharge weapon with charges? I did this: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) local function autoRechargeHandWeapon(cid) local itemID = 7424 --...
  4. samandriel

    TFS 0.X Server crashes with auto loot mod

    I recive this message on console: [17:15:17.744] [Error - CreatureScript Interface] [17:15:17.744] domodlib('Loot_func') [17:15:17.744] function onDeath(cid, corpse, deathList) [17:15:17.744] local killer,pos = deathList[1],getCreaturePosition(cid) [17:15:17.744] local lookCorpse =...
  5. samandriel

    TFS 0.X Auto recharge small stone

    How to auto recharge small stone in a ot 8.6? using 0.4 https://github.com/Fir3element/3777/blob/master/src/luascript.cpp I've tried this: <distance id="1294" unproperly="1" swing="true" event="script" value="distance_weapons/hands_autorecharge/small_stone.lua" /> small_stone.lua local...
  6. samandriel

    TFS 0.X How to remove the item from arrow slot

    I tried: local item = getPlayerSlotItem(cid, CONST_SLOT_AMMO).itemid local Item_Count = getPlayerSlotItem(cid, CONST_SLOT_AMMO).type if(tonumber(Item_Count) < 1) then Item_Count = 1 end doPlayerRemoveItem(cid, item, itemcount) But it is removing a random...
  7. samandriel

    TFS 0.X Auction system (Website Tradeoff) + Upgrade system (Refin Items)

    I have this upgrade system: /lib/upgradesystem.lua --PERFECT UPGRADE SYSTEM UpgradeHandler = { nameLv = { [1] = "[R]", [2] = "[G]", [3] = "[B]", [4] = "[W]", [5] = "[D]", }, completeNameLv = { [1] = "red", [2] =...
  8. samandriel

    Open server from my computer

    What do i need to open to host a server from my home? Site/OT was not working for my friends so i open ports: 7171 and 80 With 80 website starts to work, but even with 7171 my friends couldn't connect... What else do i need to do? I also put my external ip on config.lua on ip = " --- edit...
  9. samandriel

    TFS 0.X Auction system + upgrade system

    I got this upgrade system from @jacqen and @zabuzo TFS 0.X - Caracter [] bug on upgrade system (https://otland.net/threads/caracter-bug-on-upgrade-system.273485/#post-2634658) And i want to make it works with my auction system (trade off / market) script I'm already manage to store the...
  10. samandriel

    TFS 0.X How to set setPlayerStorageValue and doPlayerSetExtraAttackSpeed temporally?

    How to set setPlayerStorageValue and doPlayerSetExtraAttackSpeed temporally? I want to set 2 stats temporally like utito tempo.lua local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local...
  11. samandriel

    TFS 0.X How to set stats temporally

    I want to set 4 stats (-50%hp, +50%mp, +atkspeed, storage) Thats how to set: 1 hp to -50% hp deBuff = getCreatureMaxHealth(cid) setCreatureMaxHealth(cid, deBuff) 2 mp to +50% mp buff = getCreatureMana(cid) setCreatureMaxMana(cid, buff) 3 +atk speed (Lua Function -...
  12. samandriel

    TFS 0.X boost spell hp/mp/storage

    How to create a boost spell (like utito tempo) who sets temporally player hp to 50%, mp to 50% but set a storage for this time? Like utito tempo local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  13. samandriel

    TFS 0.X How to create a buff who change attackspeed temporally?

    Is anyone know how to create a utito tempo who change your atk speed to 100, then after some seconds set back to 500?
  14. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    I have to check if in the start there is a [RARE], [EPIC] or [LEGENDARY] How to? I tried this with some part of scripts i found here: function getRarity(str) print("starts getRarity") local value = 0 local n = str:match("%[(.-)%]") print("rarity:") print(n) if n ==...
  15. samandriel

    TFS 0.X getPlayerSlotItem(cid, CONST_SLOT_AMMO).???

    i can use: local item = getPlayerSlotItem(cid, CONST_SLOT_AMMO).itemid print(item) to get itemid right? there are others options? can i get Item_Name and Item_Count too by using this function?
  16. samandriel

    TFS 0.X cut/get a part of item name

    A old member @Xikini (don't enter here anymore) one time made a script to get a part of an description TFS 0.X - Imbuements System to 0.4 (8.60) (https://otland.net/threads/imbuements-system-to-0-4-8-60.262623/) i would like to know if it is possible to do on item name is anyone know how to? i...
  17. samandriel

    TFS 0.X Convert SKILLS/ML when change vocation Dawnport

    I'm trying to bring Dawnport to 8.6 on my 0.4 (https://github.com/Fir3element/3777/blob/master/src/luascript.cpp) It's already changing vocation, give items... But there is only one thing it not working: When players change vocation i want to convert skills, i mean a mage ml 10, change to...
  18. samandriel

    TFS 0.X Upgrade System + Auction System

    I have 2 systems who need to work together, but idk how to do I want to some how, players can put their upgraded items to sell and buy on auction system 1- auction system, its like a offline trade to 8.6, you can buy and sell items offline by using website and talkactions My version of this...
  19. samandriel

    TFS 0.X Upgrade System + Auction System

    I have 2 systems who need to work together, but idk how to do I want to some how, players can put their upgraded items to sell and buy on auction system 1- auction system, its like a offline trade to 8.6, you can buy and sell items offline by using website and talkactions My version of this...
  20. samandriel

    TFS 0.X Upgrade System + Auction System

    I have 2 systems who need to work together, but idk how to do I want to some how, players can put their upgraded items to sell and buy on auction system 1- auction system, its like a offline trade to 8.6, you can buy and sell items offline by using website and talkactions My version of this...
Back
Top