• 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!

Search results

  1. M

    Solved 1 spell with a different effect for each vocation

    Okay, Since I'm getting more familiar with the scripts I was trying to get more advanced and create 1 spell but with a different effect for each vocation. So I tried this: local combat = createCombatObject() local playerVoc = getPlayerVocation(cid) if playerVoc == 1 then...
  2. M

    Solved Logout while in battle

    I got this little problem in my server. Players can still logout while in battle or on no logout tiles. Can't find what's wrong lol. login.lua local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) local loss =...
  3. M

    What about donation items?

    I was reading around the forum. I was actually trying to find out what a normal level was to kill orshabaal cuz i think my manarunes are a lil weak, so if someone can tell that it wou be great :P But now why I started this topic: I was reading a topic and I saw that you guys are pretty...
  4. M

    Solved Fire spell does death looks and damage

    Well, As the title says: my spell isn't working properly. In the server I downloaded were some custom spells allready. Because I like to be different I made changes into it. The spell as it was: local combat = createCombatObject() arr = { {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0...
  5. M

    Solved Problem with my login.lua file

    I'm fighting with my account manager for several days allready. Now when I started the server and read the log, it tells me there is an end expected in the lua code (line 6) Can any1 tell me where an end is missing since I can't manage to find it local config = { loginMessage =...
  6. M

    Solved removing vocational bindings to items

    I'm busy creating an 8.6 server. (I might be upgrading later but my editor doesn't support higher clients wich i found out when a hole lot of the map was done allready so to start i just downloaded an 8.6 server to test everything) I learned a lot from this site and many tutorials are very...
Back
Top