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!
There is containers size set for every container. Or do you mean recursive calculation including subcontainers?(that would slow down server he you set too high limit and someone wants to cause that loop)
I'm not sure if this will work at all, but try it incase it does . This is my first time trying to make a C++ script for tibia.
Code:
#include <iostream>
using namespace std;
int main()
{
int a, b;
int result;
backpack1 = 20
backpack2 = 80
result = backpack1 + backpack2
cout << result;
return 0;
}
also if people know what I did wrong, if it is wrong, please tell me so i can get better /