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

    TFS 0.X Exiva only players with frags

    I found this topic here: TFS 0.X - Exiva only in PKs (find person) (https://otland.net/threads/exiva-only-in-pks-find-person.276701/) It blocks exiva only for white,red,black and yellow skull... Amazing idea, players can train/hunt in peace if they are not in pk teams, wars... But it break the...
  2. kennyubuntu

    TFS 0.X Arena quest temporary

    I have this arena quest script (mod): hastebin (https://hastebin.com/itazofihak.lua) And on line 369 i'm trying to make this quest temporary... But it is not working, it should printing wait 5 min, but it is showing this: 03:05 It is empty, you must wait -27073805 minutes to do it again...
  3. kennyubuntu

    TFS 0.X utana vid invisible adjusts

    With the help of @heba i have the so wanted invisible spell (utana vid but invisible for other players, just like warlocks do) source changes: replace functions: void Player::sendCreatureChangeVisible(const Creature* creature, Visible_t visible) { if(!client) return; const...
  4. kennyubuntu

    TFS 0.X Orange skull - Yellow skull - 8.60

    New tibia comes with an amazing skull, the orange one... This is a revenge kill chance I would love to have this in my future 8.6 project but not only in my one, in every 8.60 server... I always like the idea of Cipsoft that u can make a revenge kill on who injust kill you, but never think...
  5. kennyubuntu

    TFS 0.X Character auction for Znote 0.4

    I would like to use Znote AAC in my server.. I also would like to have a character auction system But i found this: https://github.com/Znote/ZnoteAAC/blob/master/auctionChar.php#L39-L43 I'm using 0.4 for my server :( Did so many modifications and didn't want to change (at least for now and a...
  6. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    I would like to have 2 spells but idk how to do: 1- party heal 2- guild heal Those spells should heal everyone on screen in your party or in your guild Is it easy to do?
  7. kennyubuntu

    TFS 0.X 3 bugs summon rune

    i tried to make a rune to summon a monk but i got 3 errors: 1- not convicing creature (the monk is attacking the summoner) 2- not removing the rune 3- not removing mana local mana = 500 function onCastSpell(cid, var) local maxSummons = getConfigValue('maxPlayerSummons') if...
  8. kennyubuntu

    AAC Error leave guild Znote AAC

    When i try to leave guild show me this: string(75) "UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=5 LIMIT 1;" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Column 'guildnick' cannot be null And i cant leave on znote... Why?
  9. kennyubuntu

    AAC Error leave guild Znote AAC

    When i try to leave guild show me this: string(75) "UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=5 LIMIT 1;" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Column 'guildnick' cannot be null And i cant leave on znote...
  10. kennyubuntu

    Lua omnivora.xml

    Anybody has this omnivora.xml ? [Spawn::addMonster] Cannot find "omnivora"
  11. kennyubuntu

    Compiling Help to add Auto Recharge Ammo in 0.4

    I trying to use this function: Feature - Auto recharge ammo From @Joe Rod that when you hit your last bolt,arrow... And if u have more ammo it auto recharge I love the idea and tried to use in my source code, but its not compiling... What i'm doing wrong? weapons.cpp: In member function...
  12. kennyubuntu

    Help to compile RME Ubuntu 16.04

    I'm following the same tutorial i did before, idk witch ubuntu version i was using for, what matter is it was working... But now i'm trying to back to edit my otserver and i tried to compile RME and did not work Install what needed: sudo apt-get install git libboost-system-dev...
  13. kennyubuntu

    Compiling Orange Skull in 8.6 (0.4)

    I would like to set low frags like in a 10.98 i played in my server 8.6... But in that server there were Orange Skull to revenge kill and let pvp work... Is that possible to create a orange skull (with yellow skull) in a 8.6 server, i mean 0.4 GitHub - Fir3element/3777 A lot people would use it...
  14. kennyubuntu

    Linux Problem to ./rme ubuntu 16.04

    Anybody know what i need to install, i tried to open ./rme downloaded, but show this up: ./rme ./rme: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: cannot open shared object file: No such file or directory The only thing i found about it was Ubuntu 16 Rme But with no answer
  15. kennyubuntu

    Website help

    I need a help to write on this box <a href="tradeoff.php" width="147" height="24" border="0" />Market</a> <img src="layout/images/menubuttonnothing.png" width="147" height="24" border="0" /> It's not work, first showing the menubutton and after showing the link I want...
  16. kennyubuntu

    Market INGAME 8.60 - is possible?

    My ideia is make a market in game manageable in a 8.60 server This item like market open: 14:44 You see a depot chest (Vol:30). ItemID: [2594]. With this system: https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ When player click on depot chest Show to...
  17. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    I'm tryng to when player use this item 14:44 You see a depot chest (Vol:30). ItemID: [2594]. Item inside depot, show the options to market based on this script https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ Someone could help me? @DangerII make this...
  18. kennyubuntu

    Whats is this font name?

    What is this font name? I want make somethings like in GIMP To add in my web layout https://imgur.com/a/t6DMT
  19. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    I'm tryng to when player use this item 14:44 You see a depot chest (Vol:30). ItemID: [2594]. Item inside depot, show the options to market based on this script https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ Someone could help me? [14:41:05.436] [Error...
  20. kennyubuntu

    Close and ReOpen

    Someone could help me to my my first script on lua otserver? I tried: <globalevent name="full ss" time="06:00" event="script" value="fullserversave.lua"/> function onTime() doPlayerBroadcastMessage(cid, 'Server is going down for a global save within 5 minutes. Please logout.')...
Back
Top