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

    Error when opening chest

    So this code for example will chose only one of the follow correct? {itemid = 2681, count = 1}, {itemid = 2682, count = 1}, {itemid = 2683, count = 1}
  2. Tyson12302

    Error when opening chest

    Thanks that worked perfectly with a normal player. 1 more question! If i want it to pick a random items between 4 items do i just put all the 4 items in one day and then put "math.random" next to it like this for example {itemid = 2674, count = math.random(1, 10)}, {itemid = 2675, count =...
  3. Tyson12302

    Error when opening chest

    Thanks that worked. Also when i open the chest instead of getting 1 item and then saying "the chest is empty" it just keeps giving me the items. How can i fix this
  4. Tyson12302

    Error when opening chest

    The older version should work then right? Sorry didn't see it was for TFS 1+ Sorry for the Double Post the "Edit" Button wasnt there. I'm getting this error now [11/06/2015 19:57:25] [Error - LuaScriptInterface::loadFile] data/actions/scripts/quests/dailyquest.lua:37: ')' expected near ']'...
  5. Tyson12302

    Error when opening chest

    I've taken a script which gives you a different reward every day. Heres the script. Whats causing the problem? I've choosen the UID 3004 and i put that in the actions.xml and also on the chest on RME. local config = { storage = 45392, exstorage = 40822, days = {...
  6. Tyson12302

    Why are my Website News Images soo large?

    That is for the codeing right. Thats not for the Admin news that is used on the site?
  7. Tyson12302

    Why are my Website News Images soo large?

    I'm talking about the admin news section that i use on the website. I use Znote AAC. Heres my URL http://neuofia.zapto.org/index.php
  8. Tyson12302

    Why are my Website News Images soo large?

    I've used images in my news section on my website, but it turns out very large. why is this?
  9. Tyson12302

    Is this Query in LUA correct?

    Fixed. My Query was wrong i changed it to db.executeQuery('UPDATE znote_accounts SET points=points+1 WHERE account_id='.. getPlayerAccountId(cid)) and it started to work.
  10. Tyson12302

    Shop system PAYPAL Option doesn't work!?

    I've already got a Business account and i activated my IPN on Paypal.
  11. Tyson12302

    Is this Query in LUA correct?

    Still doesn't work. I checked and my Shop points come from the column "points" and they are from "znote_accounts. What is the problem?
  12. Tyson12302

    Is this Query in LUA correct?

    local points = 10 -- amount of premium points function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) == TRUE then local Sql = "UPDATE `znote_accounts` SET `points` = `points` + "..points.." where id="..getPlayerAccountId(cid) db.executeQuery(Sql)...
  13. Tyson12302

    Error when i use an item

    I've made a Shop tokens which will give me Shop points and i click on it. But whenever i click on it i get an error on the console. [10/06/2015 16:48:15] [Error - Action Interface] [10/06/2015 16:48:15] data/actions/scripts/points.lua:onUse [10/06/2015 16:48:15] Description: [10/06/2015...
  14. Tyson12302

    Player Commands Widget not working

    Can anyone tell me why this code is not working. Im trying to make a widget that will show all the players commands. My website goes white when i click on the widgets whys that. Also how could i add skill rates,loot rates and magic rates? Here is my commands.php. <?php include...
  15. Tyson12302

    Shop system PAYPAL Option doesn't work!?

    Any good YouTube videos on how to do it? Never mind i set up my IPN on my Paypal anything else i should do? Just tried again and when ever i recivce a payment i have to accept it and when i do accept it, the account doesn't get the point please help asap.
  16. Tyson12302

    Shop system PAYPAL Option doesn't work!?

    That Gesior im using Znote AAC, I dont have a Paypal folder too
  17. Tyson12302

    Shop system PAYPAL Option doesn't work!?

    buypoints.php <?php require_once 'engine/init.php'; protect_page(); include 'layout/overall/header.php'; // Import from config: $paypal = $config['paypal']; $prices = $config['paypal_prices']; if ($paypal['enabled']) { ?> <h1>Buy Points</h1> <h2>Buy points using Paypal:</h2> <table...
  18. Tyson12302

    Shop system PAYPAL Option doesn't work!?

    I've been trying to make this Shop System work but i had no good luck since. I've tried the PayPal Option with a friends PayPal account. Everything went well i clicked on Purchase on the Website it send me to the PayPal page where you send the money. I accepted it on MY account. And i checked if...
  19. Tyson12302

    Looking for Helpers Tutors/GMS

    I had a account deletion on the database which means that i had to delete all accounts. For people that are still interested and for people that already signed up for it please create a account with the same name!!!
Back
Top