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

  1. N

    AttackSpeed limit?

    Sorry Four Magic, I don't quite understand what did you mean by that, tried commenting those lines and even commeting only the "if" and the result is the same, limit will be still 500ms. As far as I can understand from the code that part just initilalizes the "lastAttack" time incase it is 0...
  2. N

    AttackSpeed limit?

    Yea I know that's the thing, if I put 1000 it will work fine x2 faster, but if you put 500 it will still be x2 faster, cause limit is 1 second somehow. Just now I changed this line on creature.h: #define EVENT_CREATURE_THINK_INTERVAL 1000 to #define EVENT_CREATURE_THINK_INTERVAL 500 and...
  3. N

    Portforwarding

    use 7172 instead of 7272
  4. N

    AttackSpeed limit?

    First of all: distro OTserv 0.6.3 rev 6052 Attackspeeds of lower than 1 second won't work, tried to change on vocations.xml and then found this on sources but should work since attackspeed is the one at the xml: void Player::doAttacking(uint32_t interval) { if(lastAttack == 0){...
  5. N

    Outfits and Addons. Help!

    He is asking if you can get a different "addon 1" for the same outfit (kinda like assign two addons for the same spot), I am interested in this aswell, if anyone knows about this please do tell.
  6. N

    [8.00] Evolutions 0.7.9 [SQL] ( All BUG's Fixed )

    Monster kill monster = DEBUG BOOM BYE
  7. N

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    Hello Talaturen. First of all I want to say your all doing a great work with TFS and it's cool but I want to suggest some things, maybe some are fixed with the latest Rev or so but I get errors when compiling always so I don't know. My suggests are these: - Fix the ammo thingy in the TFS...
  8. N

    MySQL/SQLite

    OK, this may be a stupid question but I ran an OTServer with MySQL with no problems but there isn't .sql file on TFS so I made it SQLite and it's working without XAMPP and any program. I just want to know where do the accounts and characters save and how do I do a website with SQLite since I get...
  9. N

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    Can someone explain to me what do I have to do with the .s3db file? All tutorials I've seen about SQL says there should be a .sql file but it's not there.
  10. N

    MySQL How to setup a MySQL Database (screenshots included) - Last update: 16/7/2009

    There is no forgottenserver.sql on the newest one, I am getting mad with that .s3db file, dunno how it's used
Back
Top