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

    My first program, need help

    If you would like some help, I'd be interested in aiding you developing it. I feel like this is a fresh start for all the map editor programs, and you have the ability to fix all the nasty things inside SimOne and RME, and make the whole thing 100x better!
  2. Aelu

    Windows Setting up an 8.6 Server, as well as other general questions...

    Make sure you're using Xampp 1.6.8 and the Database you're using is for your new server.
  3. Aelu

    Lua Home Town does not exist

    Things you could try: 1. Make sure the TownID / Cords set correctly in Znote -Here there are two things you would need to set in your Znote config.php $config['towns'] = array( $config['available_towns'] = array( 2. Make sure the TownID / Cords set correctly in config.lua? -You don't really have...
  4. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    That's solid. Nice man! I'll break it down and figure out how you made that now! :)
  5. Aelu

    Windows Setting up an 8.6 Server, as well as other general questions...

    Yes, for beginners it's better to just download a pre-compiled rev other than trying to compile it yourself. Really, if you're not looking to do source edits, it's better to get a stable, pre-compiled server other than trying to do it yourself anyway. Xeraphus linked a good one;)
  6. Aelu

    Windows Setting up an 8.6 Server, as well as other general questions...

    Take a look here also: https://otland.net/threads/your-first-open-tibia-server.140934/ If you have any specific questions feel free to PM me!
  7. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    Ahh yes. Very very close. Although, is it possible to say like "A earned: x" etc? Without just printing the values. That's it tho!
  8. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    I know this program would be completely useless, and I'd be 100% better off reading values from a file or database, but I'm just wondering if it's even possible in C++. Like, somehow doing this.. 1. Defining the people [A, B, C, D, E] 2. Defining wage and hours as x,y 3. Array of wage/hours 4...
  9. Aelu

    First South Park Short

    This is the first episode created for South Park. Apparently, Cartmen was supposed to be the "Kenny" character, but it was changed. But, they do curse A FUCK LOAD MORE than in the TV or DVD episodes. Pretty funny still imo.
  10. Aelu

    [Code] Brainfuck Programming Language

    Hey guys, have you ever heard of the language "Brainfuck"? It's apparently ALMOST a machine language that's nearly impossible to understand and fully master. But the coding is super minimalist. If you were to master this, you could do a task that, in C, would take ages, in a matter of minutes or...
  11. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    Awesome man. That's exactly what I was looking for. Thanks for helping me, I'm still learning:) But one thing, is there a way to replace the "m['A]" etc. things where it tells the code A's, B's, C's, D's, and E's wage and hours all at one time, instead of in a table like it is? And yeah aha, I...
  12. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    Perhaps. Maybe there is a way to do it in an array? Here's a more simple version of the code. #include <iostream> using namespace std; //New Class: Money class Money { public: double x; //Hours double y; //Wage int main() Money A; Money B; Money C; Money D...
  13. Aelu

    My first program, need help

    Any way I could see how you used the function to render the map? I'm interested in this.
  14. Aelu

    Compiling [C++] How To Make A Simple Calculation?

    Basically, say that I have the following code snippet... #include <iostream> using namespace std; class Money { public: double hours; double wage; int main() Money A; Money B; Money C; Money D; Money E; double MoneyEarned = 0.0; A.hours = 43.6; A.wage =...
  15. Aelu

    Ping this IP please

    Off Topic: But, Run and Command Prompt are two different applications. Run: Command Prompt:
  16. Aelu

    Ping this IP please

    San Marcos, Texas, USA :) Seems that around 50000 bytes was the max I could ping from there. Also, here is a full report on your Domain! Report by Central Ops for 208.115.227.70 Pinging 208.115.227.70 with 32 bytes of data: Reply from 208.115.227.70: bytes=32 time=12ms TTL=49 Reply from...
  17. Aelu

    Tfs 1.2 help exaust

    <channel id="9" name="Help" logged="yes" muted="30" conditionId="4" conditionMessage="You may only place one message every 30 seconds."/> Something like that? In xml, instead of the script.
  18. Aelu

    ADHD Medication + Mircodosing Psilocybin

    Interesting response Neon. I do agree that ADHD is just something that doctors can give to your kids just to shut them up about them being inattentive. I mean, it does work, but medication is never the first goto for psych things. I've had really bad depression for a long time, been on several...
  19. Aelu

    ADHD Medication + Mircodosing Psilocybin

    Would really like to hear you guys opinions.
  20. Aelu

    Ban the user above you!

    Banned because you've played more than 5 days of Zaeros.net
Back
Top