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

    [8.62] The Forgotten Server v0.2.8 (Mystic Spirit)

    1st of all sorry for my english I'm seeing this error when i click "OK" on an NPC Trade Window [09/12/2010 22:35:06] Lua Script Error: [Npc interface] [09/12/2010 22:35:06] (Unknown scriptfile) [09/12/2010 22:35:06] data/npc/lib/npcsystem/npchandler.lua:251: bad argument #1 to 'unpack'...
  2. zerghel

    Releasedates!

    Release something baby, then you can update the release as always! ^^
  3. zerghel

    One Man Raid-Spawn Chain, Can be done?

    pffff i see everyone is to much bussy to help here
  4. zerghel

    One Man Raid-Spawn Chain, Can be done?

    Bump Plx? nobody?
  5. zerghel

    One Man Raid-Spawn Chain, Can be done?

    hello OtLanders i'm here to brought you an idea as it says in title One Man Raid-Spawn Chain i think it can be done via Creaturescripts but i'm not that experienced scripter to do it so i'm asking for you'r knowledge what i mean with spawn chain? u kill a monster then 2 diferent...
  6. zerghel

    Vip Remove

    Well i have an action (i can't remember the owner but is not mine(oviously xD)) for VIP status on use but i don't know how to make a creaturescript(i suppose) to remove VIP status when the 30 day period finishes. then here's the action script local days = 30 local levelToBeVIP = 1...
  7. zerghel

    idea for premium shop item

    would be nice if someone of you guys culd realize it, i mean if it's possible i was thinking a scroll that teleports you to a character by name the scroll can't be used in PZ the scroll can't be used in Battle the scroll may be casted for 30 secs before the TP and then dissappear if player goes...
  8. zerghel

    Gesior shop unban not work

    i get this error while trying to buy "unban" at gesior shop Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\shopsystem.php on line 461 this is my shopsystem shopsystem php thx in advance
  9. zerghel

    Add Premium point to acc by action (mystic spirit)

    Nevermind, Solve it
  10. zerghel

    Add Premium point to acc by action (mystic spirit)

    As good as allways ty so much Cykotitan u rok! Rep+
  11. zerghel

    Add Premium point to acc by action (mystic spirit)

    i'm using Colandus Function for DB
  12. zerghel

    Add Premium point to acc by action (mystic spirit)

    local cfg = { points = 100, effect = CONST_ME_GIFT_WRAPS } dofile('./config.lua') function addPoints(playerName, amount) local accNum = getAccountNumberByPlayerName(playerName) if accNum == 0 or amount == 0 then return end local env = assert(luasql.mysql()) local...
  13. zerghel

    Add Premium point to acc by action (mystic spirit)

    for mystic spirit 0.2.7 i did function onUse(cid, item, fromPosition, itemEx, toPosition) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + 1 WHERE `id` = ".. getAccountNumberByPlayerName(name) ..";") doRemoveItem(item.uid) return TRUE end ok the item dissapear...
  14. zerghel

    [Request] Premium Points [IN-GAME]

    function onUse(cid, item, fromPosition, itemEx, toPosition) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + 1 WHERE `id` = ".. getPlayerAccountId(cid) ..";") doRemoveItem(item.uid) return true end
  15. zerghel

    Add Premium point to acc by action (mystic spirit)

    ok but that one is for crying damson i'm looking for mystic spirit =S
  16. zerghel

    Add Premium point to acc by action (mystic spirit)

    as the title says i would like to use a book and earn 1 premium point(book dissapear) i had it for crying damnson bout i'm using now mystic spirit for stability but i can't figure how to execute an sql query via lua script, im not a scripter myself but i've been looking this mystic spirit...
  17. zerghel

    molinero's death curse spells help

    Hello guy's FIRST OF ALL, SORRY FOR MY POOR ENGLISH this is molinero's death curse spell i was wondering if someone can make to cast JUST ON PLAYERS i don't want ppl to kill my monsters that easy but is good foor puszies that are just making stair jumps to keep themselves alive -- >> Small...
  18. zerghel

    shopsystem.php

    so in this server when you kill someone else you get 1 soul point ingame when you kill monsters u won't get soul points it's preconf now so i was wondering if someone can make shopsystem to read soulpoints of a certain character instead of premium points from accounts, 'cause this server is...
  19. zerghel

    Map problems!

    if you want to change the name change "untitled" to your ots name in all files
Back
Top