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

    TFS 1.X+ Help with war system talkaction

    You already saw in talkactions.xml If exist this actions??
  2. Helliot1

    TFS 0.X Exauth from Sudden Death interferes in heal / potions

    This error is only when use Sudden death or other rune?? If only Sudden Death ,post here the script from Sudden death and the spells.xml
  3. Helliot1

    OTClient Minimize Button Don't Work

    BUMP
  4. Helliot1

    OTClient Minimize Button Don't Work

    BUMP
  5. Helliot1

    OTClient Minimize Button Don't Work

    What's wrong with my code ?? The minimize button don't work :( actions.Otmod Module name: game_actions description: Manage actions window author: Helliot website: http://www.thelastempire.net sandboxed: true autoload: true autoload-priority: 1000 scripts: [ actions ] @onLoad...
  6. Helliot1

    OTClient Otc New window

    Somebody can help me with this? I'm trying to create a new simple window from the beginning but the window does not work Otmod Module name: game_actions description: Manage actions window author: Helliot website: www.thelastempire.net sandboxed: true scripts: [ actions ]...
  7. Helliot1

    OTClient Increase the width from chat button

    If somebody show me, how me "writing this" i'll be so grateful :)
  8. Helliot1

    OTClient Increase the width from chat button

    Thanks for the beginning!! I should then start with this formula, how I wanna put a fixed amount on the width, I should delete this part "(tab:getTextSize().width + tab:getPaddingLeft() + tab:getPaddingRight())" and put something like this ? tab:setWidth({ 100 }) I tried this too, but it...
  9. Helliot1

    OTClient Create Button

    I'm creating a button, and how I don't have so much knowledge in OTC, I need some help. This is my button, the question is when I click on the button i get the $pressed image, but after being clicked, I wanted it to go back to a certain image-clip. I tested $unpressed and others "variables" but...
  10. Helliot1

    OTClient Increase the width from chat button

    How I said in the title, I was trying to increase the width, but I tried a lot of ways to make it, but I don't have any other idea. Somebody can help me? This seems that only increase the width with how many letter have the "name of tab", but I need put it to "width: 100" Have a way to do it...
  11. Helliot1

    OTClient Column Alignment

    Yes bro, thanks!! I got it :) Now I'm just looking how to put a margin to top.
  12. Helliot1

    OTClient Column Alignment

    Yea!! I found it, But if I put " text-align: topCenter" it don't work
  13. Helliot1

    OTClient Column Alignment

    Somebody know how to change the column alignment ? I would like to change the name "Skills" to center, but I don't found the this code.
  14. Helliot1

    C++ Defense/Armor value formulas

    Thanks Guys!! I got it. I make a test, and if I set in vocations.xml the armor to "0.01" it works!! <vocation id="0" clientid="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1"...
  15. Helliot1

    C++ Defense/Armor value formulas

    Hello, in my server, the equipments and shields, have a defense like example: "arm: 172" "arm: 202", and I'm trying to reduce the defense and armor values for 10. To the real value be with a comma Like "arm: 17,2" "arm: 20,2" I'm not trying to put a comma, But I'm trying to reduce the armor and...
Back
Top