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

    Lua SLEEP implementation

    Exaktly what does this script do? :P
  2. Exmortis

    MoveEvent + Action + Npc 'Kill boss'

    Looks awesome mate, does it work for 0.2.7?
  3. Exmortis

    Skillup Effects Req

    Yes i did. I added OLD_LEVELS[cid] = getPlayerLevel(cid) OLD_MAGLEVELS[cid] = getPlayerMagLevel(cid) OLD_FIST[cid] = getPlayerSkill(cid,SKILL_FIST) OLD_CLUB[cid] = getPlayerSkill(cid,SKILL_CLUB) OLD_AXE[cid] = getPlayerSkill(cid,SKILL_AXE) OLD_SWORD[cid] =...
  4. Exmortis

    [release] onAdvance

    You guys are crap at explaining -.-
  5. Exmortis

    Solved

    I decided to use cykotitans code and remove the teleportthing, so now it works. local t = { storage = 32000, monster = {"Demon", {x=100, y=100, z=7}}, msg = "It's too quiet here..." } function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, t.storage) < 1...
  6. Exmortis

    Solved

    I don't get it, what the hell is wrong with my server.. how can it NOT summon monsters? :S I've tried with both capital and small characters, and i've tried it with different monsters..
  7. Exmortis

    Skillup Effects Req

  8. Exmortis

    Solved

    With your script I get the error "docreatemonster" a nil value, are you sure this is for 0.2.7? :P
  9. Exmortis

    Step on tile - player loses 90% max mana and health..

    I can agree with cykotitan, i actually thought it would temporarily remove 90% of the players MAX mana and health. Well, thanks for this either way, rep for you.
  10. Exmortis

    Solved

    Dont apologize mate, at least you tried! :D
  11. Exmortis

    Solved

    I have no idea, but it just doesnt teleport or spawn any creatures. This is what I put in movements.xml: <movevent event="StepIn" uniqueid="46145" script="aoltrap.lua" /> This is what I put in aoltrap.lua: local pos = {x=1144, y=1279, Z=8} ---- Where tp will tp you. local pos1 =...
  12. Exmortis

    Skillup Effects Req

    So there's no way i can fix it?
  13. Exmortis

    Solved

    Neither the summons or teleport works, only the effects. The summons give me a message like "luadosummon creature<> cannot summon monster: demon" and the teleportscript doesnt give me any errors. Im going to look for the error to see if i can solve it, thank you mate. This is how my script...
  14. Exmortis

    Solved

    That wasn't really what I was after.. since I then have to script a NPC to make the storage to 35000 and I'm such newb. I meant that you step on the tile, get teleported In and kill all the monsters that spawns simultaneously and then talk to the NPC to buy aols. But If you or anyone could make...
  15. Exmortis

    Solved

    I'm creating a quest and I've come to a stop where you're supposed to be teleported to a certain location when you step on a tile. And at the same time, 6 monsters spawns around you. optional: (either when all monsters are dead, a teleport will be created or some kind of way to get back before...
  16. Exmortis

    Solved

    Thanks mate, rep added. Thread solved.
  17. Exmortis

    [release] onAdvance

    Does this script work for 0.2.7 TFS? Because I cant get it to work and it's getting me real pissed :/ I get the following error:
  18. Exmortis

    [NPC] Broadcaster <WILL REP++>

    Those scripts didnt work for me, im useing TFS 0.2.7
  19. Exmortis

    Skillup Effects Req

    Still havent found anyone that works for me.. or im just to much of a noob to get it working right. bump
Back
Top