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

    Delete this please

    i need to convert this talkaction so the player can buy items in znote acc shop only using ingame money, but im just a newbie in scripting dofile('./config.lua') function addPoints(playerName, amount) local accNum = getAccountNumberByPlayerName(playerName) if accNum == 0 or amount ==...
  2. zerghel

    Lua TFS 1.0 Spamming NPC error

    so we need to remove one by one?:confused:
  3. zerghel

    banker for tfs 0.2.15

    Bump
  4. zerghel

    Lua oldConditionAccuracy - what is it ?

    I wanna know too :/
  5. zerghel

    banker for tfs 0.2.15

    need a banker that works with row "balance" in "players" database instead of storage values so market system can work properly
  6. zerghel

    market system & banker problem tfs 0.2.15

    need a banker that works with row "balance" in "players" database
  7. zerghel

    ZnoteAcc Convert database (Fatal Error)

    ok that worked (thx) but i still having the same error executing convertoldshoppoints.php Fatal error: Call to undefined function elapsedTime() in C:\xampp\htdocs\engine\database\connect.php on line 287 im no t a coder myself but im trying to learn from you guys
  8. zerghel

    ZnoteAcc Convert database (Fatal Error)

    i get the same error: Fatal error: Call to undefined function elapsedTime() in C:\xampp\htdocs\engine\database\connect.php on line 287 when adding: require '../engine/init.php'; Warning: require_once(layout/sub.php): failed to open stream: No such file or directory in...
  9. zerghel

    In-Game Market not working

    i have the same problem in 0.2.15, i have money in the bank, could be my outdated bank npc? i see theres a "balance" row in players database
  10. zerghel

    NPC Bank script... Goodbye Cash Crashers!!

    "deposit all" function plax! ^^
  11. zerghel

    [TFS] 0.4 Bank NPC

    no working transfer on 0.2.14
  12. zerghel

    about characters after login on war server

    needing this too =/
  13. zerghel

    Level Limit to enter TP

    hello guys. I have a war Server and i've been seeing how HLvl players Abuse from LLvl players, and the newcomers get bored of dying again and again, so i had an idea, make a Low Level Zone for newcomers, so i'm needing a TP movement script that only teleport player with, lvl 100 to 150 for tfs...
  14. zerghel

    How to set table to NOT NULL?

    it worked =) i created a new account and is NOT NULL by default =D ty so much! rp+
  15. zerghel

    How to set table to NOT NULL?

    i'm not sure what you mean, but i think this is the query that created the table:ALTER TABLE `accounts` ADD `premium_points` int(11); i got it form dbschema.txt on htdocs/install folder
  16. zerghel

    How to set table to NOT NULL?

    the table premium_points is already created by modern acc, but it's NULL by default, so every time someone makes an account has it NULL by default
  17. zerghel

    How to set table to NOT NULL?

    im using this premium point by action local points = 1 function onUse(cid, item, frompos, item2, topos) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. points .. " WHERE `id` = " .. getPlayerAccountId(cid) .. ";") doRemoveItem(item.uid, 1)...
  18. zerghel

    Problem with reward chests

    You see a chest (Vol:15). ItemID: [1747], ActionID: [2000], UniqueID: [10310]. ppl can still move it or grab it into his bp :( tfs 0.3.6 plx help
  19. zerghel

    Solved problem with reward chest

    yeah but how?
  20. zerghel

    [Mod] Random Item Stats

    tested in my server (tfs 0.3.6) with a character with attackspeed 500ms then equip a legendary sword with attackspeed +38% and the attack speed is now like 1200ms more or less isn't supposed that should be faster?
Back
Top