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

    Solved Frags page

    o.O I didn't think that would work lmfao thank you so much Ninja! And also, thank you Amino12 for trying! :) Rep to both of you!
  2. Aleada

    Solved Frags page

    Doesn't work with the table I'm trying to use though :/ That's why I tried to make my own but it didn't work out too well xD
  3. Aleada

    Solved Frags page

    Ermm well that made like 3 tables haha and it is like:
  4. Aleada

    Solved Frags page

    Heya everyone, I'm trying to make a frags page for my website but it's only showing 1 player (The player with the most frags) it's not showing more than 1 :/ it's probably something really simple but I can't seem to figure it out :/ Anyways... here's the scripts: <?php require_once...
  5. Aleada

    Website issue's

    Yeah :p That's probably the only way if it's obtaining the images from a website unless he finds a different website to obtain the images from
  6. Aleada

    Website issue's

    It's prolly getting it from some website so he'll probably have to change his items.otb :/
  7. Aleada

    outfits debug assertation

    What happens when you try to say "/newtype 324" and "/newtype 325" does it debug? And did it start happening after you added the Yalaharian outfit? Or did you add multiple then it stopped?
  8. Aleada

    Need help with mana rune for pally

    Here's mine :p
  9. Aleada

    outfits debug assertation

    Try this (No guarantees) <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list gender="1" lookType="128" name="Citizen"/> </outfit> <outfit id="2"> <list gender="0" lookType="137" name="Hunter"/>...
  10. Aleada

    Lua Start-skills Error

    ~Solved~
  11. Aleada

    Spellbook remove magic level!

    Yeah like Majster12 said you just have an extra Equip/DeEquip <movevent type="DeEquip" itemid="8981" slot="shield" event="function" value="onDeEquipItem"/> <movevent type="Equip" itemid="8981" slot="shield" event="function" value="onEquipItem"> <vocation id="1"/> <vocation...
  12. Aleada

    Lua Bless Problem

    It's either in your config.lua or vocations.xml post both of them here - Only post this part of your config.lua -- Blessings blessings = true blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 useFairfightReduction = true...
  13. Aleada

    Need help with mana rune for pally

    How won't it work? I just tried it and it works fine.. It's an actions script... local runes = { [2298] = { -- Put your rune/potion ID here voc = {3, 7, 11}, -- Put your vocation(s) here min = '(level * 1 + maglv * 5) * 5.90 - 500', max = '(level * 1 + maglv * 5) * 5.90', min2 =...
  14. Aleada

    Znote ACC

    ~ Bump ~ - - - Updated - - - Woooot!!!!!!! I'm so happy haha but I figured it out... if anyone needs help with something like this just message me! - P.S. Please close! :D
  15. Aleada

    Wrong item picture on my website!

    Are you using Znote or Gesior ACC?
  16. Aleada

    Need help with mana rune for pally

    Take out this part and try: - - - Updated - - - I think it's supposed to be i.min but I'm not really sure since I can't test it myself :/
  17. Aleada

    Windows How to fix GMP Bug?

    Might need a different distro if the items.otb change didn't work :/
  18. Aleada

    Windows How to fix GMP Bug?

    So.. it's when you use it on yourself or when you obtain it?
  19. Aleada

    Mysql error

    Try this... ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT...
  20. Aleada

    Windows How to fix GMP Bug?

    Post your script here - - - Updated - - - Or wait... is it when they use it or obtain it?
Back
Top