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

    TFS 1.X+ ddos attack

    Because I cant bro what? Do you know abot what I can or simething u know my económic situation? O sorry mr rich 5-10 euro for me is alot even in my country money is double
  2. D

    TFS 1.X+ ddos attack

    yeah the only trouble is vps is not free, so i cant pay one 1621758448 im checking this router https://www.pcfactory.cl/producto/36904-tenda-router-dual-band-gigabit-ac2100-ac23#parentHorizontalTab1 it has: Firewall Forbid UDP flood attack Forbid TCP flood attack Forbid flood attack Forbid...
  3. D

    TFS 1.X+ ddos attack

    yeah on my pc, i use now anti ddos guardian, and i notice when i deactivate apache service, no attack is happening
  4. D

    TFS 1.X+ ddos attack

    my server is suffering against ddos attacks, my ip changes, and my ot falls down, my internet entire fall down, what can i do? please help me
  5. D

    TFS 1.X+ how to create a teleport?

    how to create a teleport in tfs 1,2 nostalrius 7.7? please help me bro
  6. D

    TFS 1.2 Crash

    try to go to a house, and put ***************************************************************************************************** in aleta sio, then try to enter with a char on another account (left the door open) and see what happen
  7. D

    Programmer c++ code issue pay on tibia coins.

    TwistedScorpio/Nostalrius (https://github.com/TwistedScorpio/Nostalrius) tell me how much
  8. D

    Programmer c++ code issue pay on tibia coins.

    i have a problem with this code. if (getID() != ITEM_QUIVER && item->getAmmoType() != AMMO_NONE){ return RETURNVALUE_THISISIMPOSSIBLE; } with that only allow me to put any item inside only on quiver, not on backpack. and what i want is that allow me to put only ammo on quiver...
  9. D

    C++ help whit this code please

    help please, bump
  10. D

    Nostalrius distro

    The problem is easy to solve you must compile it with visual sgudio 2017 sdk 141 tfs sdfk 2.3
  11. D

    C++ help whit this code please

    hello i making a code for cant put items on my quiver, i tried this and this if (getName() != "Quiver" && (!(item->getSlotPosition() & SLOTP_AMMO) || item->getName() != "Quiver")) { return RETURNVALUE_NOTENOUGHROOM; } if (getName() == "Quiver" && (!(item->getSlotPosition() &...
  12. D

    C++ help with this code, just to work with one id item

    Item* Player::getAmmunition() const { Item* item = inventory[CONST_SLOT_AMMO]; if(!item) return nullptr; if(Container *container = item->getContainer()) { if (item->getID() != ITEM_QUIVER) return nullptr; Item* weapon = getWeapon(); const...
  13. D

    C++ help with this code, just to work with one id item

    Bump help please bro
  14. D

    C++ help with this code, just to work with one id item

    please help me to edit this code for just work with container id 5089, please bros Item* Player::getAmmunition() const { Item* item = inventory[CONST_SLOT_AMMO]; if(!item) return nullptr; if(Container *container = item->getContainer()) { Item* weapon = getWeapon()...
  15. D

    TFS 1.X+ help with this script please

    thanks i already maked it myself look this function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerVocation(cid) == 0 and getPlayerLevel(cid) > 80 and Player(cid):removeMoney(100000) then doPlayerSetVocation(cid, 9) doCreatureSay(cid, "Rookstar Has Born."...
  16. D

    TFS 1.X+ help with this script please

    hey bros, please could you help me with this script im trying to do, its supposed when uuse a lever if ure level up to 80 or 80 and have 100.000 of money it changes ur vocation to voc 9 please help me bro local player = Player(cid) local cost = 100000 function onUse(player, item, fromPosition...
  17. D

    Lua movement help please

    I want to make house avaliable to attack Players and summon Players. Without no loss items on the ground on clean, I already could make house no Pz but on clean everything goes xd and I cant make summons go in
  18. D

    Lua movement help please

    hi i need help please to make a movement on item id, that when u step in for example you are in pz and in map is marked as pz the tile, but when player go in, mark it as non pz zone, please help me to do that bro
  19. D

    C++ help with this code modify please bros

    i already modified the tile on house, to not be pz, also the spell of summon for can be summoned on house. this was my line on tile.cpp allow walk monster walk in pz, but if(monster->getMaster()) return RETURNVALUE_NOERROR; im trying to add this now if(monster->getHouse())...
  20. D

    TFS 1.X+ creaturescript to not droploot under level 50

    im trying to make a script, that when u dies if u are under level 50, dont drop loot please help me bros
Back
Top