• 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!

Recent content by arbuzzo

  1. A

    Official Oldschool'er Real Map Discussion

    I also believe that there is no reason to use 4.0 sprites. 7.6 sprites are just fine and using older ones, mixing it all together is just a waste of time. No reason to do so.
  2. A

    Official Oldschool'er Real Map Discussion

    Wow! I love it! :D Where will u host the server? Hope somewhere in Europe so civilized part of players can enjoy it :D p.s. If you need some more support, I'm in ! :)
  3. A

    Is there any decent war server released to public?

    thank you guys, @Flatlander I've already hosted a server(tfs) but setting up all the configs (skills/exp rate/ etc blabblbalba) is in my eyes the most difficult thing ;d @Peonso thanks for the research :P Ill try to do it on my own then, I mean I've downloaded NoobWaria datapack and I have to...
  4. A

    Is there any decent war server released to public?

    Hi, I'd like to know if I can find here some ready to host war server (<= 8.6) . I've checked up distribution forum but i couldnt find anything in there. I saw there is some paid area on this forum, will I find such OT after getting premium account here? Back then, there were planty of war...
  5. A

    Feature How to data spoof your server. Simple example.

    First of all, I'd like to say that I've read OTLand forum's rules carefully and I'm sure this thread is not against them. You can find them here: rules Having knife doesn't mean you are going to kill someone. How do OT server browsers work? They are checking server's status. Where do they...
  6. A

    How to data spoof your server. Simple example.

    First of all, I'd like to say that I've read OTLand forum's rules carefully and I'm sure this thread is not against them. You can find them here: rules Having knife doesn't mean you are going to kill someone. How do OT server browsers work? They are checking server's status. Where do they...
  7. A

    Solved TLS 0.3.6. How to disable auto-kicking players using mc?

    Thanks, it was there in a AntiMagebomb file, I've been looking for something with mc in name :P I've removed this function from scripts.xml and it's very OK now. Thanks once again! :)
  8. A

    Solved TLS 0.3.6. How to disable auto-kicking players using mc?

    Just like the tittle says. I'm having problems on finding that.
  9. A

    [POLAND] Rook-war.pl (70x exp) (24/7) (war server) (8.60)

    rook-war.pl (70x exp) (24/7) (war server) port: 7171 client's version: 8.60 map: rook-war uptime: 24/7 exp rate (from players): 70x frag limit: no limit game's type: free for all level at the begining: 130 I've been recently looking for an OT that I could fight together...
  10. A

    Selling My Offer to players who want fully working server!

    might be offtopic, but what are you doing in Sweden? arent you muslim? lol
  11. A

    Is there any way to eliminate FREEZ while using doPlayerAddMagLevel/doPlayerAddSkill?

    Just like the tittle says. I've got two those functions working, however they lag. They lag because If I want to add 60 ml to some1, its using loop from 1 to 60 and it's retarded. Isn't there some simpler way to do that? doPlayerAddLevel is not lagging at all because it's just a 1 command...
  12. A

    Solved doPlayerAddMagLevel(cid, getPlayerMagLevel(cid) * (-1) + 70) is not working...

    ur my hero, thank You very much :) I've just replied the lua functions :D rep+
  13. A

    Solved doPlayerAddMagLevel(cid, getPlayerMagLevel(cid) * (-1) + 70) is not working...

    Hi, I'm wondering why is my lua script not working, more precisely, this part: doPlayerAddMagLevel(cid, getPlayerMagLevel(cid) * (-1) + 70) I'm using very similar formula in order to change character's level and it works fine doPlayerAddLevel(cid, getPlayerLevel(cid) * (-1) + 120, 1)...
  14. A

    Lua What's the function to change/equip player's item in equipement slot?

    I couldn't find it nowhere. I want to setup player's starting eq depending on vocation. I couldn't find it in any config file therefore I'm trying to do that by adding some lua code into onlogin script. Thanks:)
Back
Top