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

    Nostalrius 7.7

    Many bugs... and combat formula are incorrect
  2. J

    Nostalrius 7.7

    Anyone got problems using OTclient on windows with this server? Black screen, invalid ping, unread bytes etc...
  3. J

    Compiling Nostalrius Cast

    [7.7] RealOTS 7.7 Cipsoft files (virgin) (https://otland.net/threads/7-7-realots-7-7-cipsoft-files-virgin.244562/page-43#post-2538039) Anyone compiled this with sucess? I got problems compilling...
  4. J

    Nostalrius 7.7

    is normal many warning compilling ? 1>c:\users\server\desktop\nostalrius-master\src\combat.cpp(1036): warning C4018: '<=': signed/unsigned mismatch 1>c:\users\server\desktop\nostalrius-master\src\combat.cpp(1242): warning C4018: '<': signed/unsigned mismatch 1>commands.cpp 1>condition.cpp...
  5. J

    TFS 1.X+ Help with two codes c++

    up
  6. J

    Nostalrius 7.7

    there no have weapons folder, can this be added?
  7. J

    TFS 1.X+ Help with two codes c++

    Up!
  8. J

    TFS 1.X+ Help with two codes c++

    something like this !Player::lastHitIsPlayer(lastHitCreature) But in case last hit is a field damage?
  9. J

    TFS 1.X+ Help with two codes c++

    how could I add in the first code, to work in case if he kills himself with fire field on the floor for example? because have this in code... !Player::lastHitIsPlayer(lastHitCreature) this work only for players attack i think how could this code work with if the player tries to kill himself...
  10. J

    TFS 1.X+ Help with two codes c++

    worked ! thanks It was not working because I was killing myself with fields on the floor.
  11. J

    TFS 1.X+ Help with two codes c++

    How could I be adding ZONE_NOPVP in these two codes too? basically work the same thing with two zones ZONE_PVP and ZONE_NOPVP Code 1 bool Player::dropCorpse(Creature* lastHitCreature, Creature* mostDamageCreature, bool lastHitUnjustified, bool mostDamageUnjustified) { if (getZone() !=...
  12. J

    C++ Help with c++ code tfs 1.2

    i need ZONE_PVP and ZONE_NOPVP in same place
  13. J

    C++ Help with c++ code tfs 1.2

    bool Player::dropCorpse(Creature* lastHitCreature, Creature* mostDamageCreature, bool lastHitUnjustified, bool mostDamageUnjustified) { if (getZone() != ZONE_PVP || !Player::lastHitIsPlayer(lastHitCreature)) { return Creature::dropCorpse(lastHitCreature, mostDamageCreature...
  14. J

    Guild list znote problem

    string(159) "SELECT `id`, `name`, `creationdata`, `motd`, (SELECT COUNT('guild_id') FROM `guild_membership` WHERE `guild_id`=`id`) AS `total` FROM `guilds` ORDER BY `name`;" (query - SQL error) Type: select_multi (select multiple rows from database) Unknown column 'motd' in 'field list' this...
  15. J

    looking programmer c++

    Hello, im looking for a free lancer today work with tfs 1.2 Accept paypal payment. Send me pvt msg here, i can give details about work.
  16. J

    C++ Help TFS 1.2

    up
  17. J

    [France] Septera - Project Complete - Coming Soon

    what hidden bug?
  18. J

    TFS 1.X+ Help me , function Game.CreateMonster

    What effect?
  19. J

    C++ tfs 1.2 change code part

    Up, i found other code Called loginPosition, maybe i set position there and change templePosition to loginPosition
Back
Top