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

    [MOD] Kekox "The best VIP system ever!" rewritten to MOD!

    Removed "Vip Check", it caused players to be unable to login if the server had been on for a while. (the one that told you how many days you have left)
  2. Pheenix

    unashammed scammer three times!

    It's like doing a job irl, if your employer is wasting your time he is wasting his own money. Time = money. If i get paid 180€ to do something (im a electrician), i would expect it to last approx 10 hours (18€/h seems fair) with instant contact at all times. If i cant get a hold of my...
  3. Pheenix

    Lua Scripts Outdated

    I dont really understand but in your scripts, anywhere where the storage 47061 is called you can use the function getPlayerAttrStorage(cid) or setPlayerAttrStorage(cid, param) instead.. i can rewrite it all if you post it. btw, what version of TFS are you using?
  4. Pheenix

    Linux Extracting big size files doesnt works. ex(world.zip)

    Then contact don or just transfer unarchived files
  5. Pheenix

    Lua Scripts Outdated

    updated it, read again :) - - - Updated - - - This is what ive finnished so far, dont use it yet.. it wont work. (im building in a mod file.. easier to edit and test that way. SQL Query: ALTER TABLE `players` ADD `attrstorage` bigint(20) NOT NULL DEFAULT 0; Functions: <lib...
  6. Pheenix

    Lua Scripts Outdated

    im building some functions for you.. will get back later when its finnished, ill rebuild your script.. if i can.
  7. Pheenix

    Linux helps choose q would be better used to open my map with my vps

    id go with debian-6.0-x86_64
  8. Pheenix

    Lua Scripts Outdated

    tonumber (e [, base]) Tries to convert its argument to a number. If the argument is already a number or a string convertible to a number, then tonumber returns this number; otherwise, it returns nil. number1 = "10" number2 = "5" print (number1, " + ", number2, " = ", tonumber (number1) +...
  9. Pheenix

    Linux Extracting big size files doesnt works. ex(world.zip)

    you need root access to add sudoers.. if you have a root account type: visudo to add otsmanager to the sudoers list username ALL=(ALL) ALL buuuuuut.. if otsmanager has all permissions in the otserv folder you dont need to use "sudo"
  10. Pheenix

    Lua Scripts Outdated

    its because storage 47061 is nil
  11. Pheenix

    Lua Scripts Outdated

    local addattribute = tonumber(getPlayerStorageValue(cid, 47061)) + (newlevel - oldlevel) * 2 --- this is the line that corrupts the database and this is error that show in console "attempt to perform arithmetic on a nil value" addattribute = numeric value of storage 47061 + (newlevel-oldlevel)...
  12. Pheenix

    Lua Npc bug saying i don't have enough money

    post the npc script
  13. Pheenix

    Linux Extracting big size files doesnt works. ex(world.zip)

    what are you using to archive your files? I use winrar --> add to archive select Archive Format: .Zip and on Compression method i choose Best quality, dont split the files and dont archive archived files. on my server i use zip sudo unzip archivename.zip
  14. Pheenix

    TalkAction Perfect Bounty Hunters System with PHP for M-AAC (TFS 0.4)

    Henceforth pelase post requests about this system in this thread: http://otland.net/f163/mod-perfect-bounty-hunter-system-rewritten-mod-177403/
  15. Pheenix

    [MOD] Perfect Bounty Hunter System rewritten to MOD!

    The original thread can be found here: http://otland.net/f81/perfect-bounty-hunters-system-php-m-aac-forgotten-server-0-4-a-127706/ Talkactions: !hunt [gold],[playername] /hunt [gold],[playername] !bounty [gold],[playername] /bounty [gold],[playername] Example: !hunt 10000,Testcharacter...
  16. Pheenix

    [MOD] Kekox "The best VIP system ever!" rewritten to MOD!

    Didnt i post it in "Mods & Lua Functions" ?? - - - Updated - - - In your TFS database with phpmyadmin :) check first post for clearance (updated it)
  17. Pheenix

    Zombie event

    I do, PM me, im swedish.
  18. Pheenix

    All mods

    Just remade Kekox Vip system to MOD ^^ Here: http://otland.net/f163/mod-kekox-best-vip-system-ever-rewritten-mod-177079/
  19. Pheenix

    [MOD] Kekox "The best VIP system ever!" rewritten to MOD!

    So i took my time to rewrite this awesome VIP system to a single mod file! Awesome right? All you need to do is a sql query and check that your actionids/itemids is not in use/or change them in the mod. Functions of the original script included: VIP Tile Pheenix edition (actionId: 4445) VIP...
Back
Top