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

    TFS 1.X+ Help with war system talkaction

    Hi! I think otx already have these modifications.. or am i wrong? Thank you bro.. I tested this script and got the same error. Using the command /war many times i got: Can only be executed once every 15 seconds. Remaining cooldown: 10 But, if i use /war invite, Test, 10, nothing happens...
  2. icekis

    TFS 1.X+ Help with war system talkaction

    Yes. <talkaction words="/war" script="war.lua"/> If i don't have a guild, the script tell me. if i have, nothing happens.
  3. icekis

    MyAAC v0.7.12

    How can i use war system in Tibia 10.00 using tfs 1.2?
  4. icekis

    TFS 1.X+ Help with war system talkaction

    I am trying to use this talkaction in my OTX 3. function onSay(cid, words, param) local player = Player(cid) local guild = player:getGuild() if(guild == nil) then player:sendCancelMessage("You need to be in a guild in order to execute this talkaction.")...
  5. icekis

    Lua Questions about Stamina TFS 0.4

    BUMP could someone explain what rateStaminaThresholdGain means?
  6. icekis

    Compiling Bonus Sharing EXP

    I'm sorry This is not going to happen again.
  7. icekis

    Compiling Bonus Sharing EXP

    Bump Could someone help me?
  8. icekis

    Compiling Bonus Sharing EXP

    I am trying to use the sharing exp bonus from this topic: Lua - Is possible check sharing exp @Mkalo was coded this feature and works perfect, but if i kill another player still gain exp Could someone help me? I am using TFS 0.4 REV 3777 player.cpp uint32_t Player::getBaseVoc() {...
  9. icekis

    Lua Little help with this system

    Thank you @Shadowsong ! Works like a charm :)
  10. icekis

    Lua Questions about Stamina TFS 0.4

    Could someone explain the real function of each line in the stamina system? rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal =...
  11. icekis

    C++ Change the Stamina System

    Hi to everyone! is it possible to make stamina system by level stages? example: until level 200 player lost 1 stamina per minute. while being offline recover 1 stamina per minute. Level 200 or above player lost 1 stamina per minute. while being offline recover 1 stamina per 2 minutes. I am...
  12. icekis

    Lua Little help with this system

    Good point. Some time ago i did it this way, but the player can remove his days of premium and save for many time. If i make this exchange imediatly he will spend his premium days, you know? Would it be possible create an item that if not used, go discounting premium days that were assigned to it?
  13. icekis

    Fargo's Mapping Emporium

    You have good mapping skills!! Beautiful work
  14. icekis

    Lua Little help with this system

    Hello @Xikini ! I've changed the topic saying that i use TFS 0.4. Well, I already expected an answer like yours for my my issue. I was testing some TFS 0.4 functions and i changed local addItem = doPlayerAddItem (cid, item, 1) to local addItem = doCreateItemEx (item) No item was...
  15. icekis

    Lua Little help with this system

    Hello to everyone! I am trying to make one trade premium days script using talkactions + creaturescripts with TFS 0.4 The script is working perfectly, but i got a problem and i would like your help. function onSay(cid, words, param, param2, channel) local t = string.explode(param, ",") local...
Back
Top