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

    AAC Znote Create Guild Problem

    im just thinking a bit and i think it could be becuse of this if (!defined('ZNOTE_OS')) { $isWindows = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'); define('ZNOTE_OS', ($isWindows) ? 'WINDOWS' : 'LINUX'); } becuse its working on windows but not on...
  2. dunnish

    AAC Znote Create Guild Problem

    @slawkens i deleted it as you said.
  3. dunnish

    AAC Znote Create Guild Problem

    @slawkens i did that but now i get string(106) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('SFDESF', '2', '1539598268', '');" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Field 'checkdata' doesn't have a default...
  4. dunnish

    Error when create guild: Guild list is empty. ~ Field 'checkdata' doesn't have a default value

    i laso get string(109) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('omg123', '7', '1539548781', '');" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Field 'checkdata' doesn't have a default value and dossnt...
  5. dunnish

    AAC Znote Create Guild Problem

    hello! im gettings this error when when im trying to create a guild. string(109) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('omg123', '7', '1539548781', '');" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Field...
  6. dunnish

    Linux Znote Shop !shop problem

    yeah but the thing is i dont get any in the console :/
  7. dunnish

    Linux Znote Shop !shop problem

    bump
  8. dunnish

    TFS 0.X "upgrade item" tfs 0.4

    Hello! if i remmber right this should be that one. <action itemid="8306" script="vip/upgrade.lua"/> local gain = { gainArmor='&p+1',loseArmor='&p-1', gainShield='&s+#',loseShield='&s-(#+1)', gainAttack='&a+(2*(#))',loseAttack='&a-(2*(#+1))', gainDefense='&d+(2*(#))',loseDefense='&d-(2*(#+1))'...
  9. dunnish

    Linux Znote Shop !shop problem

    hello! this script is working on windows. but when i move the db and the website only to ubuntu its dossnt work. -- Znote Shop v1.0 for Znote AAC on TFS 0.3.6+ Crying Damson. function onSay(cid, words, param) local storage = 54073 -- Make sure to select non-used storage. This is used to...
  10. dunnish

    TFS 0.X tfs 0.4 Banuta Shortcutt not working

    i changed <movevent event="StepIn" fromaid="50084" toaid="50086" script="others/deeperBanutaShortcutTeleports.lua" /> to <movevent type="StepIn" fromaid="50084" toaid="50086" script="others/deeperBanutaShortcutTeleports.lua" />
  11. dunnish

    TFS 0.X tfs 0.4 Banuta Shortcutt not working

    i didnt see this error massage when i use the egg of the many on the snaked head statue [18:39:28.394] [Error - Action Interface] [18:39:28.394] data/actions/scripts/other/deeperBanutaShortcut.lua:onUse [18:39:28.394] Description: [18:39:28.409] (LuaInterface::luaDoCreatureSetStorage) Creature...
  12. dunnish

    TFS 0.X tfs 0.4 Banuta Shortcutt not working

    thx alot. but <movevent event="StepIn" fromaid="50084" toaid="50086" script="others/deeperBanutaShortcutTeleports.lua" /> its dossnt work.
  13. dunnish

    TFS 0.X tfs 0.4 Banuta Shortcutt not working

    Thx alot but i just saw that its was 2 scripts and thats why its dossnt work. :/ movements to ofc. local config = { [50084] = Position(32857, 32667, 9), [50085] = Position(32892, 32632, 11), [50086] = Position(32886, 32632, 11) } function onStepIn(creature, item, position...
  14. dunnish

    TFS 0.X tfs 0.4 Banuta Shortcutt not working

    Hello! i got this code but its not working for tfs 0.4 function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target.actionid ~= 62378 then return false end if player:getStorageValue(Storage.DeeperBanutaShortcut) ~= 1 then...
  15. dunnish

    Webdesigner Looking for someone that can make a znote website

    Hello! im looking for someone that can make a znote website With donate system thats working (tibia layout) also its should be easy to add doantes. im paying 50 euro for that one that can fix it.
  16. dunnish

    AAC Znote paypal Not getting Donate points

    @Znote got time for help some with your paypal script? i have been checking Znote AAC - Paypal and dossnt get it to work... anyone got the same problem?
  17. dunnish

    AAC Znote paypal Not getting Donate points

    Ipn.php <?php if (gethostbyaddr($_SERVER['REMOTE_ADDR']) !== 'notify.paypal.com') { exit(); } // Require the functions to connect to database and fetch config values require 'config.php'; require 'engine/database/connect.php'; // Fetch and sanitize POST and...
  18. dunnish

    OTClient Compile problems.

    there is one of the of the libs that you have missed or took wrong libboost_thread-vc140-mt-s-x32-1_68.lib
  19. dunnish

    TFS 1.X+ Problem with DNS

    try to reach the sub domain (halmstadot.zapto.org) from your phone and you should not have wifi on ofc then you will be able to see if you can reach the website from other ip address like everyone and if thats works. you should just bee needed to open up the rest of the port in your...
Back
Top