• 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. El Man

    /Ghost & Warlock invisible

    ghostModeInvisibleEffect = true ghostModeSpellEffects = true change it to ghostModeInvisibleEffect = false ghostModeSpellEffects = false
  2. El Man

    otservlist it's not loading everything

    so i think this problem from your browser check another browser
  3. El Man

    playerRequestTrade { evolution } bug

    as you said in the top. disabled his trade ! bool Game::playerRequestTrade(Player* player, const Position& pos, uint8_t stackPos, uint32_t playerId, uint16_t spriteId) { } bool Game::internalStartTrade(Player* player, Player* tradePartner, Item* tradeItem) { if(player->tradeState !=...
  4. El Man

    playerRequestTrade { evolution } bug

    multi account lol.. i dont intersted about your post + i wont your help. i solved it ! 1649019758 Close thread SOLVED !
  5. El Man

    playerRequestTrade { evolution } bug

    you are right
  6. El Man

    TFS 0.X TFS 0.3.7 storage [time]

    try this exhaustion.set(cid, 4570, 3600) < -- = 1 hours.
  7. El Man

    playerRequestTrade { evolution } bug

    someone use code in botng and he make trade fast by 2 player after do this the server was crashing
  8. El Man

    playerRequestTrade { evolution } bug

    in my opnion or as i see on another source its need add exhausted only in request trade
  9. El Man

    playerRequestTrade { evolution } bug

    3) Apparently if you trade request fast? Crash. // that problem i have. how i fix it ? i can upload the code or source
  10. El Man

    playerRequestTrade { evolution } bug

    @Man Joker
  11. El Man

    playerRequestTrade { evolution } bug

    now i put the words on code c++ 1648935111 evolution 0.8.0
  12. El Man

    playerRequestTrade { evolution } bug

    I havent solved it yet : in my opnion need someone add exhausted code to solve it
  13. El Man

    playerRequestTrade { evolution } bug

  14. El Man

    New Otservlist

    Keep working your work is good
  15. El Man

    C++ monster spawn in different place not on players

    HELP ! i have problem when monster spawn he goes down in the same place where the player is standing .. all just i need when the monster comes down it descends in a different place than the place in which the player stands I turn : allowBlockSpawn = false : to spawn and there are people in...
  16. El Man

    Myaac Data Online Problem

    SOLVED !
  17. El Man

    Myaac Data Online Problem

    no its empty . i will change it but what ip i will add ip database or ip website?
  18. El Man

    Myaac Data Online Problem

    I changed the location of the website to another IP, for example, the website works on the IP of 12.44.55.77 and the server works on another IP and the database works on the IP of the server :: My problem is website can't read number of player online in server Example : Who is online :-...
  19. El Man

    TFS 0.X TFS 0.4 remove full health and mana on level up

    yeah after level up mana and health get full 1636536148 void Player::addExperience(uint64_t exp) { uint32_t prevLevel = level; uint64_t nextLevelExp = Player::getExpForLevel(level + 1); if(Player::getExpForLevel(level) > nextLevelExp) { //player has reached max level...
  20. El Man

    TFS 0.X TFS 0.4 remove full health and mana on level up

    How do I remove full health and mana on level up system? tfs 0.4 Note: I do not have any advance script for it in creatures folder
Back
Top