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

    Every vocation receive ITEMS at level 45,

    local voc = 0 function onAdvance(cid, skill, oldlevel, newlevel) local config = { 1 = { [2187] = 1 -- [itemid] = count }, 2 = { [2183] = 1 -- [itemid] = count }, 3 = { [7367] = 1 -- [itemid] = count }, 4 = { [2430] = 1 -- [itemid] = count [2392] = 1 -- [itemid] = count [2436]...
  2. Zonet

    Webdesign Tibia Arts

    Nice color, but the shadow under the menu texts makes the website ugly!
  3. Zonet

    Archez AAC

    Will you do it with a framework? If so, I'd suggest you create your own simple MVC Framework as the others has so many useless things for an aac ... Good luck anyway ;)
  4. Zonet

    [Modern ACC] Auction System (Page)

    He is just using that variable once so the .= isn't needed :p $content = '<TD><center>'.$auction['id'].'</center></TD><TD><center><img src="/public/images/items/'.$auction['item_id'].'.gif"/></center></TD><TD><center>'.$auction['item_name'].'</center></TD><TD><center><a...
  5. Zonet

    Tibia Talaturen's IP Changer

    I'm using it and it's great but you should make an auto client detector as Asprates ;). To bad that I just need to use Asprates one for 8.6 clients.
  6. Zonet

    Automatic Reward System

    Then simply make a query instead in phpmyadmin top 1-10 players(sorted by level) gains 80 "premium_points" UPDATE `players` SET `premium_points` = 80 LIMIT 0, 10; top 11-30 players(sorted by level) gains 60 "premium_points" UPDATE `players` SET `premium_points` = 60 LIMIT 11, 20; etc...
  7. Zonet

    [Modern AAC][Using the MVC] Support list

    What do you mean why? Maybe you have other group names in your server? Just change the groups.xml and it'll be edited in the website too. This way, you'll have to edited both the php(view) and groups.xml. It doesn't really matter, but it was just me idea.
  8. Zonet

    [Modern AAC][Using the MVC] Support list

    Good, but would be better if you load them groups from "groups.xml", yeah the website would load slower :)
  9. Zonet

    Windows ModernAAC - daopay script in IPACC!

    Use my DaoPay script ...
  10. Zonet

    Lua zombie event

    Try to add return true before the last ends in all functions.
  11. Zonet

    Continue The Last Letter

    not
  12. Zonet

    CreatureEvent Logins counter

    Shorter version ;p local loginsCounterStorage = 12345 function onLogin(cid) local loginsCount = getCreatureStorage(cid, loginsCounterStorage) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ORANGE, loginsCount == -1 and "Welcome this is your first login! Enjoy" or "You have logged in "...
  13. Zonet

    Complaint OtLand Statistics

    I'm not talking about this, above users online there was another table where you could see statistics about threads and more ...
  14. Zonet

    Complaint OtLand Statistics

    Hello. What happened to the statistic of popular threads, top posters etc? I haven't seen them since the update of vBulletin 4.0 would be nice to implement them again. ;)
  15. Zonet

    [PHP] Modern AAC character_view injection, making an spoiler? - $5 USD

    Chris, instead of slideUp and slideDown why not using slideToggle()?
  16. Zonet

    How popular are you?

    0/10
  17. Zonet

    Who / What does the person above's name remind you off?

    you from china :ninja:
  18. Zonet

    How popular are you?

    9/10 ;d
Back
Top