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

    OTClient OTClient Documentation ?

    Hello, i was checking the OTClient but is f# hard to do something without Documentation, is there any documentation? At least for module? i have to guess all the methods and class... is so frustrating Regards
  2. tavax

    Lua How to remove/transform Corpose after monster die?

    My scripit local function removeTeleport(killer, Ppos) local Ppos2 = {x = 33313, y = 31592, z = 15} doTeleportThing(killer[1], Ppos) doCreateMonster("ChestDH",Ppos2) return TRUE end function onDeath(cid, corpse, killer) local playerid = getPlayerGUID(killer[1])...
  3. tavax

    Lua CreatureEvents -> Teleport Player after 15 seconds.

    Hello, This is my scripit \/ function onDeath(cid, corpse, killer) local Ppos = {x = 33327, y = 31589, z = 14} local time_to_pass = 15 -- in seconds local monstName = "Domnion" if isMonster(cid) then if...
  4. tavax

    Lua OnLogin if playerid = array

    Hello, i try make this script but when the first player login no one more can login in the server..... i don't found solution and i dont found problem.... function onLogin(cid) for i = 0, 3, 1 do Result2 = db.getResult("SELECT `level`,`id` FROM `players` ORDER BY...
  5. tavax

    MySQL id to array -> information

    Hiho, I have some doubts about a script... SELECT `level`,`id` FROM `players` ORDER BY `players`.`level` DESC LIMIT 2 , 5; well this work fine but `id` is array... because is 5 players... E.G. Table level id 93--------3 82--------9 70--------15 51--------12 49--------4 local...
  6. tavax

    Paygold SCRIPT ERROR ?!

    Hello, i tried use paygold but i dont know why i dont recive my points i use testing mode. and i recive e-mail and return to the page but i dont recive mt points. Scripts. <?php // check that the request comes from PayGol server if(!in_array($_SERVER['REMOTE_ADDR']...
  7. tavax

    [Problm] Gesior 0.3.6 ShopSystem

    Hello, I have a problem on my website Gesior 0.3.6 I'm using a server Yourts 0.3.6 The site works 99% Problem is ... players buy items by Shopsystem but the items never arrive at the player! the database is always in "Wait". I for Screnshot to see! I await answers! peopl...
Back
Top