• 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!

Recent content by tavax

  1. tavax

    OTClient OTClient Documentation ?

    I was reading your page right now, thanks At least we have something I was doing it but is a pain
  2. 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
  3. tavax

    Tibia 64x64

    We need this... Anyone have the files? Please share Thank you
  4. tavax

    Lua How to remove/transform Corpose after monster die?

    You know anythink about scrpit?! ^.-
  5. 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])...
  6. tavax

    Lua CreatureEvents -> Teleport Player after 15 seconds.

    Thanks for your help but still dont working =/ [17:36:12.990] [Error - CreatureScript Interface] [17:36:12.990] In a timer event called from: [17:36:12.991] data/creaturescripts/scripts/chest\chestdh.lua:onDeath [17:36:12.991] Description: [17:36:12.991] (luaDoTeleportThing) Thing not found I...
  7. 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...
  8. tavax

    Lua OnLogin if playerid = array

    Why i need setGameWorldType(1,2,3...?
  9. 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...
  10. 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...
  11. 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']...
  12. tavax

    PayGol Fixed to receive points STEP BY STEP [Noob Friendly]

    I have a question: If we are in testing mode we receive the points?! If "YES" my script dont work. I already checked my all private information. Some can help me?
  13. tavax

    PayGol - Automatic SMS Payment [System+Tutorial]

    In testting mode we recive the points? If "yes" i dont recive any think -.- i already checked my all private information Some have a same problem?
  14. tavax

    GlobalEvent 2.0 Database Cleaner - Inactive Players + The Players Child Data (skills, items, etc)

    Bad error here... i just copy your file... but my server send me a error.... can you try help me? [Error - GlobalEvent Interface] data/globalevents/scripts/dbcleaner.lua:onStartup Description: data/globalevents/scripts/dbcleaner.lua:88: attempt to call field 'executeQuery'(a nil value)...
Back
Top