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

    help script item give promotion but need level 20+

    help script item give promotion but need level 20+ Thanks alot !
  2. G

    Port Forwarding and Connection

    Hello sorry for my "english" i got all ports open i was checked on website etc.. firework all same with you and ppl check character but cant loggin :S i was used NoIP
  3. G

    Lua Scroll Premium Points in WebsiteShop

    local points = 30 -- amount of premium points function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) == TRUE then local Sql = "UPDATE `accounts` SET `premium_points` = `premium_points` + "..points.." where id="..getPlayerAccountId(cid)...
Back
Top