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

    [Poland][8.5] Inferno PVP

    English version: Inferno PVP - Latest News (news) For moderators: It's not old Inferno War, it's new server, so don't delete or close this thread. Polish version: Witaj na naszym serwerze. Nowości Inferno PVP: - typ gry pvp-enforced - system czaszek: żółta czaszka = 70-149 zabić, biała...
  2. G

    [Poland/Multi Language][8.5] Inferno War

    English version Welcome on our server. Server started 11.08.2009, created by Gelio and Rakos (mapper). Inferno War features: - full pvp-enforced/war game type - skulls system: yellow skull = 35-79 frags, white skull = 80-129 frags, red skull = 130-219 frags, black skull 220-infinity frags -...
  3. G

    Linux [TFS 0.3.5] MySQL

    Hello. I got a problem: when I type 'mysql' in sqlType my server is still using sqlite. At first to compile I used this command: ./autogen.sh && ./configure --enable-sqlite --enable-server-diag && make After this server was still using sqlite, so I changed command to this: ./autogen.sh &&...
  4. G

    Compiling lboost_filesystem - cannot find

    While I was compiling TFS 0.3.5 I got error: cannot find -lboost_filesystem I have got TFS Dev-cpp 2.4. Please help me to fix it. Gelio
  5. G

    Compiling [TFS 0.2.4] Error while linking.

    Hello. I was compiling TFS and when it was linking I got error: So I typed in google: luasql And I entered this site: LuaSQL: Database connectivity for the Lua programming language I've downloaded package: And I've pasted into dir with Dev-Cpp and I started compiling. I got this error once...
  6. G

    Action [8.2+] House documents.

    Player on your OTS are bored with buying house with !buyhouse? Do you want to add something new? Now buying house with commands is old! Now are house documents! Try it and check that you will get new players, and RPG level on your server will be much better. Script House documents is placed...
  7. G

    Feature Level ranks

    Hello. I've made this code. It's 100 & by me (Gelio). If you look on other player you will see near his nick and level: Rank will be one of ranks you set. Ranks change if you got level up. Ok: In: player.cpp: Above: std::string Player::getDescription(int32_t lookDistance) const Add...
  8. G

    Feature [8.31+] Party attack protection

    I've made this code for my war. This code make a blocade when you want to attack another player in your party. It run for spells too. Ok, let's go: In configmanager.cpp: Under: m_confNumber[MAX_PLAYER_SUMMONS] = getGlobalNumber(L, "maxPlayerSummons", 2); Add...
  9. G

    When player dead he don't have promotion.

    Hello. I got tfs 0.3b3 and I've imported old player list from tfs 0.2. Everything was ok until one player with promotion dead. He lost promotion (his vocation was knigth, not elite knight). I saw in database there is column promotion. When I set 1 there to player with promotion he can login, but...
  10. G

    Fix/Patch [TFS 0.3b3] Change health if ghost.

    Hello. I've written code for my ot server, because I didn't known when I was ghost. On TFS 0.3b3 if you are ghost nothing except message you can't see about it. So to know when I'm ghost I've written this code. It change your hp to 1 when you are ghost, and when ghost are disable your health...
  11. G

    Feature No damage to same colors

    Hello. It's my first C++ code. I've tested it and it run. Ok, now: In configmanager.cpp: Under: m_confNumber[ALLOW_CLONES] = getGlobalNumber(L, "allowClones", 0); Add: m_confNumber[NO_DAMAGE_TO_SAME_COLORS] = getGlobalNumber(L, "noDamageToSameColors", 0); In configmanager.h: Under...
  12. G

    TalkAction Set player vocation to ...

    Hello. Script sets player vocation to any you want. You need to say this: /setVoc "Name of player,Voc Voc can be: promote give player promotion if he/she is not promoted (if vocation is lower that 5) Script: data/talkactions/scripts/promote player.lua: function onSay(cid, words, param)...
  13. G

    How player can't move in script?

    Hello. How to make, to player can't move in mine script. I've found out something, about doPlayerSetNoMove(cid, cannotMove) and mayNotMove(cid, x) functions, but when I put it into a script I get that errors: Mine script: function onUse(cid, item, frompos, item2, topos) doPlayerPopupFYI(cid...
Back
Top