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

    Buy Points Bonus

    Did you mean that? // Configure the "buy now" buttons prices, first write price, then how many points you get. // Giving some bonus points for higher donations will tempt users to donate more. $config['paypal_prices'] = array( // price => points, 30 => 30, // 0...
  2. D

    Buy Points Bonus

    $config['paypal'] = array( 'enabled' => true, 'email' => '[email protected]', // Example: [email protected] 'currency' => 'PLN', 'points_per_currency' => 5, // 1 currency = ? points? [ONLY used to calculate bonuses] // I tried all numbers here and always...
  3. D

    Buy Points Bonus

    Thanks mate but nobody answered how to fix this. I used "SEARCH" before I added post here. if you found solution show me a topic .
  4. D

    Buy Points Bonus

    Hiho, what's wrong? ZNOTE 1.5 OTX 2.X.S http://dexteria.pl/buypoints.php I tried everything -.- how to set this correctly?
  5. D

    [Znote AAC] Simple serverinfo

    Kills to red skull Notice: Undefined index: fragsToRedSkull in C:\xampp\htdocs\serverinfo.php on line 296 Kills to black skull Notice: Undefined index: fragsToBlackSkull in C:\xampp\htdocs\serverinfo.php on line 300
  6. D

    [Znote AAC] Simple serverinfo

    Kills to red skull Notice: Undefined index: killsToRedSkull in C:\xampp\htdocs\serverinfo.php on line 296 Kills to black skull Notice: Undefined index: killsToBlackSkull in C:\xampp\htdocs\serverinfo.php on line 300 serverinfo 296 and 300: <tr> <td>Kills to red...
  7. D

    Scripter Looking for someone who can help me change a few values in buypoints

    Hi, I'm using ZNOTE and I changed structure for premium points. ZNOTE is using znote_accounts > points. I have already accounts > premium_points I need someone who can help me prepare PayPal system on my website. Of course I will pay for this :) I can buy points by PayPal but player didn't get...
  8. D

    Lua PoI Last Door OTX 2.5- doors doesn't work

    okey, changed pos and works! rep for ond!
  9. D

    Lua PoI Last Door OTX 2.5- doors doesn't work

    @ond >>> Loading actions... [Error - LuaInterface::loadFile] data/actions/scripts/doo rs/poi_last.lua:5: 'do' expected near 'pairs' [Warning - Event::loadScript] Cannot load script (data/actions/scripts/doors/poi _last.lua) data/actions/scripts/doors/poi_last.lua:5: 'do' expected near 'pairs'...
  10. D

    Lua PoI Last Door OTX 2.5- doors doesn't work

    still nothing, I tried change last_poi.lua to: function onUse(cid, item, frompos, item2, topos) item.uid == 10281 and item.itemid == 1223 and pos == {x=5372, y=5484, z=5} then if getPlayerStorageValue(cid,10274) == -1 or getPlayerStorageValue(cid,10275) == -1 or...
  11. D

    Lua PoI Last Door OTX 2.5- doors doesn't work

    Hi, I'm trying to fix this about a hour but I can't do this by my self. This is code for AllThrones: function onStepIn(cid, item, pos) if item.uid == 10274 then if getPlayerStorageValue(cid,10274) == -1 then setPlayerStorageValue(cid,10274,1)...
  12. D

    AAC Paypal & HomePay ZNOTE

    bump &?
  13. D

    AAC Paypal & HomePay ZNOTE

    Same I have problem with guildwars.php: Notice: Undefined index: killerguild in C:\xampp\htdocs\guildwar.php on line 175 Notice: Undefined index: killerguild in C:\xampp\htdocs\guildwar.php on line 175 Notice: Undefined index: killerguild in C:\xampp\htdocs\guildwar.php on line 175 Notice...
  14. D

    AAC Paypal & HomePay ZNOTE

    Hi, I'm stucked :/ I don't know what I'm doing wrong now. about PayPal: I have a business account. I set these files: buypoints.php <?php require_once 'engine/init.php'; protect_page(); include 'layout/overall/header.php'; // Import from config: $pagseguro = $config['pagseguro']; $paypal =...
  15. D

    Znote PayPal

    Witajcie, właśnie ustawiam PayPal pod ZNOTE. Ustawiłem cenę próbną 1zł za 30 pkt.: // Write your paypal address here, and what currency you want to recieve money in. $config['paypal'] = array( 'enabled' => true, 'email' => '[email protected]', // Example...
  16. D

    AAC ZNOTE Shop

    Bump
  17. D

    Webdesigner Znote layout RPG

    BUMP
  18. D

    Mapper Maps of order.

    Ile kosztowały by unikalne dość duże expowiska na które można było by się dostać za pomocą npc i wrócić stamtąd za pomocą npc? Mam na myśli np, który teleportuje, żadnych łodzi etc więc expowiskami mogą być podziemia jak i otwarta przestrzeń.
  19. D

    Webdesigner Znote layout RPG

    Hi, I'm looking for someone who can create a layout for my server. Must have: Account login/register -Support List -couple blank pages for info about events, enchanting etc -Top 10 players on the right/left/top -Shop -Buy points -Character market -Logo (Dexteria RPG) -Background (something about...
Back
Top