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

    Lua primaryDamage * 2 doesn't work correctly with attacks?

    function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) primaryDamage = primaryDamage * 10 return primaryDamage, primaryType, secondaryDamage, secondaryType end I have this code, whenever I attack with a spell or a wand the damage...
  2. Y

    CreatureEvent Passive Spells tfs 1.2

    sholdnt the script "return true" somewhere after it has executed? im thinking else it wil case lagg?
  3. Y

    gesior acc outfits on hightscores

    PUMP IM need this too ! @slawkens u can fix for myacc ?
  4. Y

    How update critical hit chance in skilll windows TFS 1.3 ?

    Ok,. I have aded custom crytical system to my server. Now my only question is, how can I update the "critical hit chance" in skillwindow? What function I need to use? networkMessage:addByte(number) Is it this? And how I USE HIM ? :eek:
  5. Y

    Very important - Rules change on otservlist.org

    PUMP does it also fix isue of counting people that are X logged in the training arema ?
  6. Y

    TFS 1.0 Exit Logging in Trainers

    BUMP is it fixed? can im put no log out zone in tibia 1.2 and still be safe ? or i need protect myself ?
  7. Y

    How to NOT count x-logged players?

    i was thinking, in TFS 1.2 is this implamanted in default? or if I make trainers no log out zone I will get banad ? How it work ? Does Any1 Even Know?
  8. Y

    [MyAAC][Plugin] Gesior Shop System

    omg wow thanks man! u are a beauty BYT is it suposed to add points automagically ? and how i make him do it ? does it stil work automatic $paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations' if i change to _click to _donations ? omg its amazing system if it automatic...
  9. Y

    [MyAAC][Plugin] Gesior Shop System

    How to add more than 1 deal for paypal?
  10. Y

    [NEW][MODULE]Store_module

    Hello sir! How does this work, if a server has a regular tibia coin shop, and I just add this module into otclient will I be able to see their items like in the regular client? Nevermind! This seems to work completely different from the store in the original tibia client. :(
  11. Y

    Taking a screenshot function? OTCLIENT!

    Hello. I was trying to make otclient automatically take screenshots when you level up, I managed to do everything and tested it, right now I just made it type "Level up" in default chat when the character levels up since there doesn't seem to be a function to take a screenshot of the whole...
  12. Y

    How to remove condition?

    took 2min to write all these stupid threads, solved all of them by myself just writing here to check if somebody can help but aprprently not, only if it's regarding retarded easy shit
  13. Y

    How to remove condition?

    ¨ because all "help" u get here is obvious replies only actual help u can get in this section is regarding retarded easy shit like changing regen on softboots all 5 threads i made in this dumb section actually resulted in zero help, and i even think wibbenz commented in all of them but yet none...
  14. Y

    How to remove condition?

    ' reported
  15. Y

    How to remove condition?

    Hello. I was wondering how to remove a condition like this one? local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_ATTRIBUTES)...
  16. Y

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I'm trying to use coredumpctl too, when I try it it says the "command not found" same as it did for @imkingran Using ubuntu 16.04.3 I have been tryign to google a fix but with no success, does someone know how I can get it to work or see a debug log another way with this system? @Don Daniello
  17. Y

    Castro AAC

    Amazing man! I'm definitely going to use castro and my ot will hopefully launch soon too :D
  18. Y

    C++ Adjusting sources so that creatures don't add pz lock to players?

    Hello I was looking into the sources and trying to figure out how to make so that if a player has killed or attacked a player, he can still lose skull and pz lock even if there's creatures attackiing him, but still if a player attacks him his pz lock will stay.
  19. Y

    MyAAC v0.7.12

    How to update? When I check for updates it says "MyAAC latest version is 0.3.0. You're using the latest version. " Should I reinstall it ? :/
Back
Top