• 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. Sir Islam

    TalkAction Shop System Gesior talkaction tfs 1.x

    this site for learn language or for chat ? this for scripts tibia so don't reply in my threads again or don't open it :)
  2. Sir Islam

    TalkAction Shop System Gesior talkaction tfs 1.x

    legacy functions work or no ? ha ? if yes work so why you Reply about tab i forget to tab it i just want to help ppl not to make beautiful script any one don't like my scripts so no reply in my threads :D
  3. Sir Islam

    TalkAction Shop System Gesior talkaction tfs 1.x

    just test it and u will know it work or no :p then if u see this not good can you tell us right script ? lol # WibbenZ i know how to tab iam not new here to give me a learn :p and i will not tab it i will let it with out tab for you :) or you can take this photo if u want this script with tab...
  4. Sir Islam

    TalkAction Shop System Gesior talkaction tfs 1.x

    have fun :D i just Conversion it to work with 1.x <talkaction words="/addshop" separator=" " script="add_shop_talkaction.lua"/> add_shop_talkaction.lua function onSay(cid, words, param, channel) local params = param:split(",") local price = params[1] table.remove(params, 1) local desc =...
  5. Sir Islam

    [Request] Vip get double xp ?

    ok ok open file player.lua from folder events then in function Player:onGainExperience(source, exp, rawExp) add this if self:getVipDays() > 0 and self:getStamina() > 2400 and self:isPremium() then exp = exp * 3.5 end if self:getVipDays() > 0 and self:getStamina() <= 840 and...
  6. Sir Islam

    Solved Blessing talkaction tfs 1.1

    you are welcome bro hope you like it :)
  7. Sir Islam

    Solved Blessing talkaction tfs 1.1

    u can change this id of item any way u can use if(doPlayerRemoveMoney(cid,50000) == TRUE) then yes will be good
  8. Sir Islam

    Solved Blessing talkaction tfs 1.1

    use my code
  9. Sir Islam

    Solved Blessing talkaction tfs 1.1

    have fun this will work good function onSay(cid, words, param) if getPlayerBlessing(cid, 1) or getPlayerBlessing(cid, 2) or getPlayerBlessing(cid, 3) or getPlayerBlessing(cid, 4) or getPlayerBlessing(cid, 5) then doPlayerSendCancel(cid,'You have already got one or more blessings!')...
  10. Sir Islam

    points

    yes but this not from 20 to 50 just will get prize in this level to add more [20] = {count = 3}, [50] = {count = 5}, [60] = {count = 3}, [70] = {count = 5},
  11. Sir Islam

    Solved Blessing talkaction tfs 1.1

    for i = 1, table.maxn(bless) do this make loop 1 to 5 from local bless
  12. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    i like to script like a game :P no problem you are welcome hope you like it
  13. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    in this line or player:getVocation():getId() == VOCATION_NONE make VOCATION_NONE no lost any loot just remove it
  14. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    update change it from droploot.lua to if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot) then return true end bye bye fix now i go sleep :P
  15. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    omg lol this no lost any loot to edit it from here if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot) or player:getVocation():getId() == VOCATION_NONE then return true end to if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot) then return true end
  16. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    show me creaturescripts.xml i don't like to give up :P
  17. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    if you true it they will true too self:setGroup(Group(deathGroupId)) self:setHiddenHealth(true) self:setGhostMode(true) nope :)
  18. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    so u have other script make no loot when u die because i run with this script and ur file loot.lua test with out revive-system just unregisterEvent("deathMW") and unregisterEvent("modalDeath")
  19. Sir Islam

    CreatureEvent [TFS 1.1] Revive System

    you get any problem in exe ? # dkangel83
Back
Top