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

    [Znote Acc]v1.5 paygol dont send point

    yes look
  2. samuelav3

    [Znote Acc]v1.5 paygol dont send point

    i change it <form name="pg_frm" method="post" action="https://www.paygol.com/pay" > <input type="hidden" name="pg_serviceid" value="104926"> <-------------------- <input type="hidden" name="pg_currency" value="EUR"> <input type="hidden" name="pg_name" value="xxxx"> <-------------...
  3. samuelav3

    [Znote Acc]v1.5 paygol dont send point

    can you be more specific please i use windowns
  4. samuelav3

    [Znote Acc]v1.5 paygol dont send point

    paygol_ipn.php if ($your_service_id == $service_id) { //Connect to Database $conn = mysql_connect($dbhost, $dbuser, $dbpassword); mysql_select_db($db); $sql = "UPDATE accounts SET premium_points = premium_points+'".mysql_real_escape_string($points)."' WHERE name =...
  5. samuelav3

    [Znote Acc]v1.5 paygol dont send point

    Hey friend when someone sends me a message reaches them money per point did not come help me please config.php ////////////////// /// SMS /// ////////////////// // !!! Paygol takes 60%~ of the money, and send aprox 40% to your paypal. // You can configure paygol to...
  6. samuelav3

    [TFS 1.0]NPC Dorian error

    now work but i get a new error
  7. samuelav3

    [TFS 1.0]NPC Dorian error

    <quest name="The Thieves Guild" startstorageid="12501" startstoragevalue="1"> is it?
  8. samuelav3

    [TFS 1.0]NPC Dorian error

    in that folder is it??
  9. samuelav3

    [TFS 1.0]NPC Dorian error

    Hey friend help me pls when i say "mission" or "thieves" i get this error dorian.lua line:7 function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end dorian.lua line:174 if player:getStorageValue(Storage.thievesGuild.Quest) < 1 then...
  10. samuelav3

    [TFS 1.0]protection between guild

    what folder is this?
  11. samuelav3

    [TFS 1.0]protection between guild

    can you be more specific please data/?
  12. samuelav3

    [Znote ACC]v1.5 Last Joined Help

    hey friends i have a problem with this script someone help me please Error Script echo '<table border="0" cellspacing="0"><tr class="yellow"><td><center>Server Information</center></td></tr> <tr><td>'; $getshit11 = mysql_query("SELECT `id`, `name` FROM `players` ORDER BY `id` DESC LIMIT 1")...
  13. samuelav3

    [TFS 1.0]protection between guild

    hey friends as I do for players of the same guild not get damaged
  14. samuelav3

    [TFS 1.0] Vip system ( exp extra)

    yes
  15. samuelav3

    [TFS 1.0] Vip system ( exp extra)

    help me pls how put it my player.lua function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if self:getGroup():getAccess() then if thing:isItem() then...
  16. samuelav3

    [TFS 1.0] Vip system ( exp extra)

    Here? function getPlayerVip(cid) local resultId = db.storeQuery("SELECT `id`, `vip_time` FROM `accounts` WHERE `id` = '".. getPlayerAccount(cid) .."';") if resultId ~= false then return result.getDataInt(resultId, "vip_time") else error('Account not found.') end end
  17. samuelav3

    Lua Frags times Red and black skull

    hey friends someone tells me how to change red and black skull times I want the red skull lasts 3 days and 5 black skull
  18. samuelav3

    Znote 1.5 serverinfo.php error

    you need to put the address of your otserver my addres // Check if server stages are enabled $stages_path = simplexml_load_file($config['server_path'].'C:\Users\davidabraham\Desktop\Realx64 Datapack\data\XML\stages.xml'); $lua_path =...
  19. samuelav3

    [TFS 1.0] Vip system ( exp extra)

    where i put it? function Player:onGainExperience(source, exp, rawExp) if something then exp = exp * 1.2 end return exp end i are using it vip system http://otland.net/threads/tfs-1-0-vip-system-based-on-mocks.197560/#post-2039442
Back
Top