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

    [Ayuda] Se me cierra el cliente al tratar de usar BOT

    Deja un libro o algo presionando las teclas.
  2. J

    TalkAction Rainbow outfit

    if not isPlayer(cid) then return end and this slowly leaks
  3. J

    MoveEvent Updated Train System

    credits to? me ofc
  4. J

    1 Account 4 Vocations

    Maybe if you tell us, how the players will create an account, AAC (if yes wich one), ingame account manager (if yes tfs version). Also if the account is like 112233 they will called 112233 knight?
  5. J

    [REQUEST] WEBSITE Highscore with storages !!

    <?php $storage = 21275; $query = ' SELECT p.name AS name, p.online AS online, s.value AS value FROM players AS p INNER JOIN player_storage AS s ON s.player_id = p.id WHERE...
  6. J

    100% Bot automatic detection. Is it a bad idea?

    Is better if no, several persons got autoupdaters and got the same problem in mind than you, they havent released it during years, so why now?
  7. J

    @ Lua scripters

    AI is autoincrement, means the index autoincrement in each entry also should be unique to find a specific transaction if needed, that field must be linked to your table where the other information is hold (points_used, fromaccount, offer id, blah) # Ratser Im outdated too but show me an...
  8. J

    @ Lua scripters

    - guid (receiver id) - itemid (...) - count (...) if charges or stackable else 1 - status (delivered or not) - container (container id?) if type is cintainer this will be different than 0 and will contain itemid x subcount times with count charges example: a backpack with 10 UH runes of 5...
  9. J

    @ Lua scripters

    player->id
  10. J

    @ Lua scripters

    - id (AI, unique) and linked to the other table - guid - itemid - count - status - container - subcount - senderid (opt)
  11. J

    @ Lua scripters

    ^ item that adds premmy days?
  12. J

    @ Lua scripters

    There is no need to handle fields like account ids, from_player, to_player in Lua, well from_player maybe to know who sent you the gift. type (item or container) is useless, if there is container id means is container type :p Also as said before handling transaction information is not...
  13. J

    @ Lua scripters

    ^ because he is developing an AAC. -id -guid -itemid -count -status -container -subcount should be enough for Lua
  14. J

    CreatureEvent Trade logs

    Not much to say, this will create daily logs of every trade in your servers, making easier track items ... local servers = {[0] = 'server1', [1] = 'server2', [2] = 'server3'} local function getType(item) return (item.type > 0) and item.type or 1 end Log = {} Log.__index = Log function...
  15. J

    Solved Movements Problem

    ^ you know why aid is not the best option? local actionid = item.actionid - 100 if(getPlayerGUID(cid) ~= actionid) then there will be a big range of aids being used prolly
  16. J

    Solved Movements Problem

    <movevent type="onEquip" itemid="2160" event="script" value="SCRIPT.lua"/>
  17. J

    Solved Movements Problem

    aid wont work, link it to a itemid instead
  18. J

    who came first the chicken or the egg

    dino -> egg -> chicken
  19. J

    Buy donator status

    done, enjoy
Back
Top