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

Search results

  1. Elgenady

    Check number of VIP days when logging in

    in login add if not isPremium(cid) then setPlayerStorageValue (cid, 123456, 0) end
  2. Elgenady

    ༻》Welcome to Azakelis《༺

    this pic from tibia or different game ??
  3. Elgenady

    Loot channel

    change SPEAK_CHANNEL_Y for MSG_CHANNEL_HIGHLIGHT or choose what u want in const.h
  4. Elgenady

    Loot channel

    u compile it and give you error?
  5. Elgenady

    Loot channel

    yes you have to change this and will work with you
  6. Elgenady

    Loot channel

    what is full code? give me link for otx 2 source and i will try to make it for u i don't try in this source before
  7. Elgenady

    Solved Castle War [MOD] tables in the database Problem !

    i think this u ask about https://otland.net/threads/ots-materia-otsmateria-pl-data-mods-evolution-map-last-edition-2013-for-free.186025/#post-1801627
  8. Elgenady

    Leech imbuing system real tibia

    so if there 5-6 player in screen and i use exevo gran mas flam i will get 25% healing from damage for everyone in screen?
  9. Elgenady

    Leech imbuing system real tibia

    hello guys leech in imbuying system work for area spells ? like exevo gran mas (vis-flam-tera-frigo) or just weapon or target spells
  10. Elgenady

    Loot channel

    yes and add in lib/000-constant/CHANNEL_LOOT = 12
  11. Elgenady

    Loot channel

    maybe some one can explain it better than me because i not good enough with 1.x
  12. Elgenady

    player health in website

    /attr set maxhealthpoints 80 0.4
  13. Elgenady

    Loot channel

    this will help player use 0.3777 or 0.4 https://github.com/Fir3element/3777/tree/master/src in monsters.cpp change std::stringstream ss; ss << "Loot of " << nameDescription << ": " << corpse->getContentDescription() << "."; if(owner->getParty() && message > LOOTMSG_PLAYER)...
  14. Elgenady

    player health in website

    how i can do it any hint ? i checked database player health change when use items but player max health don't change
  15. Elgenady

    player health in website

    now show health / (maxhealth - maxhealthpoint) 2300/2220
  16. Elgenady

    player health in website

    now show health with out add maxhealthpoints this char in game health 2300
  17. Elgenady

    player health in website

    the line fixed but number still 2300/2220 its must be 2300/2300 right?
  18. Elgenady

    player health in website

    when use items with maxhealthpoints player health in website change to be like this and code from website $hp = ($player->getHealth() / $player->getHealthMax() * 100); $main_content .= '<td align=center ><table width=100%><tr><td align=center><table CELLSPACING="1"...
  19. Elgenady

    C++ Storage c++

    nice if i helped you mark it solved
  20. Elgenady

    C++ Storage c++

    remove old compile and compile again
Back
Top