Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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 ]...
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...
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...
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...
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"...
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...