• 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

    Ban system OTX

    Hiho, I have problem with ban system on OTX 2.X.S When I'm trying to give ban or notation for someone I have information: Unable to perform action. or sometimes: This account has been banned. I tried all solutions from "search" but there aren't many things to do xD This is my error in...
  2. D

    Mapper TP with teleports to monsters

    Hi, I would like to buy from someone room with 1, 2 or 3 floors with teleports to monsters. There must be +50 teleports. 8.6 client ASAP
  3. D

    Lua Items don't work after dead

    Hi, I have big or for someone small problem with items. When you die (killed by monster/player) all of your items doesn't work with attributes. Like e ring, custom items, soft boots, firewalkers etc Here is my movements.lua <?xml version="1.0" encoding="UTF-8"?> <movements> <!-- God's...
  4. D

    Crash OTX 2.S.X

    Hi, I have very important question. Is it possible to find a reason of crash by code: OTX doesn't work.... Close program Find solution Problem signature: Problem Event Name: APPCRASH Application Name: TheOTXServer.exe Application Version: 0.0.0.0 Application Timestamp...
  5. D

    [France] Dexteria RPG Evolution Server 8.6 Start on 23 of June!

    Welcome! This is the first edition of Dexteria RPG! For more info visit dexteria.pl We'd like to surprise you with all the best :)) Server starts on 23rd June 2017 at 19:00 time GMT (20:00 PL) We create the RPG climate with a hint of evolution servers. You won't find here any special mana...
  6. D

    Lua Exhaust (cooldown) on this spell

    Hi, I tried add exhaust (like cooldown) here but I can still cast spell every 3s (as it set in spells.xml). after say "spelll XXX" I have 3s exhaust (spells.xml) then I couln't cast this for 27 seconds but I can) :< OTX 2.X.S --SCRIPT BY CHAVOZ local duration = 30 -- how long this spell...
  7. 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?
  8. 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...
  9. 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)...
  10. 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 =...
  11. 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...
  12. 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...
  13. D

    AAC ZNOTE Shop

    Hi, is it possible to add to shop: -name unlock -change name -remove frags for points?
  14. D

    Zombie Event MOD

    Hi, I have Zombie Event MOD and I tried to add command to run this event by GM,CM,GOD. Everything is working but... I can't run again this event. No errors in distro, no errors in game, nothing happened. My code: <?xml version='1.0' encoding='ISO-8859-1'?> <mod name='Zombie Event'...
  15. D

    C++ Rev 3884 MSVC files

    Hi, does someone have files .vcxproj for TFS 0.4 rev 3884? I need to compile this to x64 bit :< I was looking in google and a few BR sites and I can't get this : <
  16. D

    I'm looking for a few scripts TFS 0.4

    I'm looking for a few scripts for TFS 0.4 Evo RPG. -Upgrade system up to +12. First item can upgrade with 90% of chance 1-6 lvls Second item can upgrde with: 70% 7 lvl 60% 8 lvl 50% 9 lvl Third item can upgrade with: 40% 10 lvl 30% 11 lvl 20% 12 lvl if you have fail your item will be degraded...
  17. D

    Houses

    hi, I have another problem. My xml lokks like thast: <?xml version="1.0" encoding="UTF-8"?> <houses> <house name="Enigma #1" houseid="2299" entryx="1011" entryy="997" entryz="4" rent="1000" townid="1" size="51"/> </houses> my map in-game looks: and RME: I can't entry with a new...
  18. D

    Spell Effect each 2s

    Hi, I'm trying to add a new spell for ED/MS. I would like to do 40% resistance for death/psychical and after cast get effect every 2 seconds of setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) My script looks like that : local combat = createCombatObject() setCombatParam(combat...
Back
Top