• 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

    Mysql error

    Hmm... well that's not the problem... I'm not really sure :/
  2. Aleada

    Mysql error

    What are your computer specs?
  3. Aleada

    Wrong item picture on my website!

    You're probably going to have to change your items.otb (Which will probably cause you to redo the items.xml) since you're receiving the images from a website :p
  4. Aleada

    Mysql error

    Execute this into your database CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3`...
  5. Aleada

    Need help with mana rune for pally

    I tried making it but haven't tested it... anyways here it is: 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 = '(level * 5) + (maglv *...
  6. Aleada

    Znote ACC

    Well, I've gotten this far by myself: if ($character_data['vocation'] === '1') { $import_data['level'] = $cnf['slevel']; $import_data['experience'] = level_to_experience($cnf['slevel']); $import_data['health'] = $cnf['sHealth']; $import_data['healthmax'] = $cnf['sHealth']...
  7. Aleada

    Znote ACC

    ~ Solved ~
  8. Aleada

    Auto magic level up

    I'm using this one and it's working just fine: function onLogin(cid) local playerVoc = getPlayerVocation(cid) local reqTries = getPlayerRequiredSkillTries local skillStor = 56364 local gotSkills = getPlayerStorageValue(cid, 56364) if playerVoc == 5 and gotSkills == -1 or playerVoc == 1 and...
  9. Aleada

    ..::[prevent drop script request]::..

    Heya, how'd you solve the problem for the corpse/body?
  10. Aleada

    Your Dreams

    I like that one and could agree :)
  11. Aleada

    Solved "Charge"

    Thank you! It works :D
  12. Aleada

    Your Dreams

    Well, I'm pretty bored so I decided to make a thread basically to let you tell what goes through your creative brains! The point: If you could make anything, anything at all (Without any problems)... What would it be? Post below your answers! :D P.S. ~ Might be a dumb one but I'm...
  13. Aleada

    Compiling Account Manger

    If it's not that big of a deal... just use your website and disable the account manager :P
  14. Aleada

    Solved "Charge"

    Heya everyone, I've made a "Charge" spell like World of Warcraft and it works fine but sometimes I get random errors when the monster dies since the server can't find it when trying to send a magic effect or something... and does anyone have any ideas on how to make it better? local combat =...
  15. Aleada

    Error SQL

    What's your Skype? I'll try to help...
  16. Aleada

    Windows Windows 8 Problem with Uniform Server.. Is there a way round it?

    I used to have the same problem... the way how I fixed it was went to the Command Prompt (Administrator) then type "net stop was /y" Hopefully it fixes it for you too!
  17. Aleada

    Lua Spell Idea Error

    Thank you very much :D That fixed the second error :) I still can't figure this one out though :/ [29/7/2013 11:48:45] >>> Loading spells... [29/7/2013 11:48:45] [Error - Test Interface] [29/7/2013 11:48:45] data/spells/scripts/Archer/Attack/Quick Shot.lua [29/7/2013 11:48:45] Description...
  18. Aleada

    Lua Spell Idea Error

    Well, I finally figured it out after hours of searching :o Thank you so very much tetra20! -- Close please --
  19. Aleada

    Lua New vocation starting items

    Are you making the character with a website or with the account manager?
  20. Aleada

    Position after death

    Have you mapped the Town in your map editor? For example, Map -> Edit Towns?
Back
Top