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

    2 bugs ive found

    Ive found two bugs: I: Rookgaard: "A loose board" from where you get the doublet, is named "sand". It might be the same item as in Kosheii the Deathless Quest (where you get the amulet part from the sand tile). - Check it. II: Trolls are moving too fast i think. :P (not really a bug, but always...
  2. Erevius

    Remove item if dropped on a tile

    Welcome. I want a script that removes any item if dropped on a specific tile with action id 1000. What function should I use in movements? Is it even possible to do so?
  3. Erevius

    Anti-Bot Tricks for 7.72 server

    Hello guys. I wonder how to protect my server from botters. Do you think that making own client/server with own RSA key is enough? If not, tell me what are your tricks to avoid botters?
  4. Erevius

    Spawn File Cleaner by Erevius

    I developped a simple tool which removes all spawns with no creature inside in your spawnfile. I did it just for me but, who knows, maybe you will use it as well. It may be useful when removing the invalid monsters by RME. Hope you enjoy it. You don't have to make any backup as the program...
  5. Erevius

    Lua Get Item with desired actionID? - avesta

    I want my NPC to remove an item with action id (eg. 1000) from player. Avesta doesn't have getItemDescriptions(uid) function. I tried with smth like this: if(getPlayerItemById(cid, true, 1955) and getPlayerItemById(cid, true, 1955).actionid == 10018) then doPlayerRemoveItem(cid, 1955...
  6. Erevius

    TibiCam

    Znacie jakieś darmowe bądź zcrackowane programy do nagrywania z tibii 9.61? (na ots więc tibiacast odpada) #down chodziło mi bardziej o coś w stylu tibicam, bynacam ale dobra.
  7. Erevius

    Little help for sever's shop - imagepack

    I fixed some images to the shop (smoothy images like Crystal Wold mount). Here we go: Mounts Blazebringer: Crystal Wolf: Shadow Draptor:
  8. Erevius

    Simple question - NPC Sys

    Do you guys know how to make NPC say two delayed messages? I mean, if I use this: npcHandler:say("First sentence. ...", cid) npcHandler:say("Second sentence.", cid) Will it make npc say the second sentece delayed just after he says the first one? Maybe a bit stupid question, but I'm not using...
  9. Erevius

    NPC coś mówi gdy coś zrobimy (action)

    Siemka. Czy jest taka możliwość aby dany NPC coś powiedział gdy uruchomimy dźwignie? Jeśli tak to prosiłbym o jakiś przykład albo wytłumaczenie.
  10. Erevius

    NPC says something after we do any action. Possible?

    Is it possible to make the NPC say something (one sentence), or do any action after we eg. push the lever? If yes please give me an example, or a little tutorial.
  11. Erevius

    Avesta. Another Teleport item.

    I'd like to make another items work like magic forcefields (teleports). So, I set in my items.xml the same parameters for 5068-5070 items, like in all of my "magic forcefield". I use the same items.xml both for RME and OTS. In RME I set: But unfortunately when I step on my portal, nothing...
  12. Erevius

    Avesta772 Ban System ??

    The ban system in my avesta 7.7 doesn't work properly. When I choose a punnishment (action) which the player should receive (eg. Name Report) then the server doesn't kick the selected player. He can log in/out again and again. Moreover, server sets the type of the punishment as "4" (=a...
  13. Erevius

    Avesta Ban system

    PL: Ban system w mojej avescie 7.7 nie działa poprawnie. Gdy wybiorę GM'em karę (akcję) jaką gracz ma otrzymać (np. Name Report), to gracz nie zostaje wyrzucany z gry, może się wylogować, zalogować ponownie etc., a w bazie danych ustawia typ kary jako "4" - notation. W dodatku gdy uzbierze 3...
  14. Erevius

    [javascript] GoogleMaps na stronce

    Jak zrobić coś takiego? - ARMIA OTS - APO 7.6 - Mapa Slyszalem o Imapbuilder etc ale tam nie ma poziomów. Mógłby ktoś objaśnić?
  15. Erevius

    Avesta Outfit Bug

    Gdy zmieniam outfit na tym samym piętrze co inny gracz, to outfit normalnie się zmienia. Lecz jednak, gdy stoję niżej lub wyżej niż drugi gracz to outfit pozostaje taki sam. Outfit zmieni się dopiero gdy oddalę się od gracza aż straci mnie z ekranu i ponownie się pojawię :P. Przed zmianą...
  16. Erevius

    Solved [C++] Avesta 0.6.4

    I've got a problem with some C++ functions in my avesta 0.6.4. In which source file is it located? monster.cpp, monsters.cpp, creature.cpp, player.cpp?
  17. Erevius

    Solved The Newest Avesta Compilation

    Hello! I'd like to compile avesta (Avesta.7z - avesta74 - Avesta (9 april 2012) - A modified Open Tibia Server for the old tibia 7.4 - Google Project Hosting) with The Forgotten Dev-Cpp v2.2 but I'm getting errors. C++ Compiler -D__USE_MYSQL__ -D__SKULL_SYSTEM__ -D__PB_GMINVISIBLE__...
  18. Erevius

    Encryptions in avesta 7.6

    Do anybody know how to add RSA and Xtea to the newest Avesta (6.4)? What .cpp or .h files should I edit? - I tried to replace certain files with these of avesta77 and I still doesn't work...
  19. Erevius

    sendFYIBox(const std::string& message)

    My question is: Could anybody explain what the hell is: void Protocol76::sendFYIBox(const std::string& message) { NetworkMessage_ptr msg = getOutputBuffer(); if(msg) { TRACK_MESSAGE(msg); msg->AddByte(0x15); msg->AddString(message); } } in protocol76.cpp of avesta???
  20. Erevius

    [7.6-7.92-8.0] Ankieta o ots

    Jakiś czas temu rozpocząłem pracę nad OTSem. Prawdziwy OTS z klimatem RPG(nie mam na myśli tylko low rate i questów w stylu idź zabij i weź ze skrzynki). Aktualnie OTS bazuje na przerobionym (i wciąż edytowanym) silniku 7.6 Avesta. Jednak dręczy mnie wciąż pytanie: Gdyby OTS wystartował w trzech...
Back
Top