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

    Very important - Rules change on otservlist.org

    Nice idea 4 per IP, now me and my brothers can not play a server together here XD The guys who want fake players will use virtual machines to do it You site is to big, you should think more before create things like that Really good idea -.-
  2. newby

    Hover-Mouse Item Information

    I play all servers using my otclient (yes, i'm linux desktop user) Would you share it? I really like this feature XD But it's okey if it is for only your project, i just wanted like a user :D
  3. newby

    Lua Diablo loot script help

    Did I forgotten something? I'm trying to use this script (from: https://otland.net/threads/mod-random-item-stats.130295/) /mods/DiabloLoot.xml <?xml version="1.0" encoding="UTF-8"?> <mod name="Random Item Stats" enabled="1"> <config name="itemstats_conf"><![CDATA[ -- // extra_loot_key = 123...
  4. newby

    archlightonline.com SPOOFING PROOF V

    I said the topic author is crying, not you... MC's or not MC's it's count, if it's not xlogged, why not count... The only thing xinn can make is a limit to count per IP For example, per IP can could 1-10 on
  5. newby

    archlightonline.com SPOOFING PROOF V

    What's the point? I login on medivia everyday to make runes, i shouldnt count like a player online? Ignore this guy, it's just a cryer
  6. newby

    Compiling Unfair Fight 8.60 0.4

    Thanks @MatheusMkalo, you are the best XD
  7. newby

    Delete from mysql when kill

    Lol, is that possible to make a list of wanteds using a system based in storage system? Anyone experient could aswer this question?
  8. newby

    Compiling Unfair Fight 8.60 0.4

    I didn't know cipsoft have this feature... It's really good to block power abuse, all servers should have it But i don't like your config, using your config a fight 45 vs 30 have reduction, and 45 vs 30 is a fair combat... I would change to: if killerLVL is 5x killedLVL ...
  9. newby

    [ZNOTE] Help Show Marriage on character proffile

    if you do it, you will fix in web and break in game...
  10. newby

    Lua How to check if player is only in PVE and not in PVP?

    It's not this: if getCreatureCondition(cid, CONDITION_INFIGHT) then Is this: Right? How to make this if if isPlayerPzLocked(cid) then
  11. newby

    Lua How to check if player is only in PVE and not in PVP?

    I'm need to check if player is not in PVP To make a protect script (to if player got internet down he don't die to monster... but i don't wan't nobody abusing it in PVP) function onThink(interval, lastExecution) if playerGetLastPing(cid) > 2000 then -- if player is only in PVE (not in...
  12. newby

    Lua How to show bounty hunt list in NPC?

    He know the way... doShowTextDialog(cid, 2175, table.concat(wantedlist)) Better in my opinion to make it.... He just don't know how to do
  13. newby

    Lua How to show bounty hunt list in NPC?

    It is so different
  14. newby

    Compiling Help to add this func on my sources

    Did you read the topic?
  15. newby

    [Znote AAC] Live Cast Page

    bump
  16. newby

    [Znote AAC] Live Cast Page

    bump
  17. newby

    [Znote AAC] Live Cast Page

    What changes guys? There is no ioplayer.cpp in my sources... I'm using 0.4 (3777)
  18. newby

    [Znote AAC] Live Cast Page

    string(73) "SELECT * FROM players WHERE online = 1 AND broadcasting = 1 ORDER BY name" (query - SQL error) Type: select_multi (select multiple rows from database) Unknown column 'broadcasting' in 'where clause'
  19. newby

    [Znote AAC] Live Cast Page

    bump
  20. newby

    [Znote AAC] Live Cast Page

    ???????????
Back
Top