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

    Lua Kosheei the ancient amulet

    Enough of this nonesense. Ray Boh Dash.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Ray Boh Dash" script="kosheisancientamulet.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="128" head="17" body="54" legs="114" feet="0" addons="2"/> <parameters>...
  2. Ratser

    Action Fortune Cookie

    Forgot a very important one:
  3. Ratser

    Monster Target Dummy

    If the HP == 0 then the monster will die. What the script does is take the rest of the HP of the monster in the final blow and inmediatly add 1HP. Last answer (I wasn't thinking): Yeah that's what I was thinking too but I didn't have time to test it out.
  4. Ratser

    Monster Target Dummy

    >>973624 Now...I remember sometimes it made the monster stop attacking for a brief moment. Haven't tested it lately, but I will soon.
  5. Ratser

    puedo spammear?

    http://www.youtube.com/watch?v=PaJPN0-oODU China enseña su tesoro nacional: doce pandas bebes | El Comercio Perú Los llame a todos Bogart no se porque, aunque Bogart y Bogart tienen mas cara de Bob o Larry. Me dio risa cuando levantaron a Bogart, parece que penso que iban a levantar a Bogart o a...
  6. Ratser

    dolls.lua

    "Only" lol :D. Learning something new every day. :ninja: Try placing the table AFTER the function or go here: http://otland.net/project.php?issueid=1508 and use and edit the script from Rev 20101225. That's the original and un-'Elf'ied version of the script.
  7. Ratser

    dolls.lua

    EDIT: ^Yep. That's what I was talking about... :rolleyes: Yeah but you used it before, that's why I asked :p
  8. Ratser

    dolls.lua

    Usually it returned "Player could not be found" for me and the only way to make it work was to put it AFTER declaring the function. Kinda odd...
  9. Ratser

    dolls.lua

    Supossedly I made it so it would be very easy to edit...bah nvm. Oh wait---since when "cid" can be called in a table?
  10. Ratser

    Switch system II

    Well it seems I do remember :p Already saw the missing ". Meh...blame it on Notepad++.
  11. Ratser

    Switch system II

    Try now. And post the errors.
  12. Ratser

    Switch system II

    Long time I since I last scripted anything...let's see now if I still remember... vip_uh_switch.lua: local VIP_UH_SWITCH = { object = {5887, 1} -- Piece of royal steel/Pieces to be removed uh = {2300, 1} -- VIP UH/Amount text = {"UH"} -- Text } function onUse(cid, item, fromPosition...
  13. Ratser

    [9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

    Eeyup. If this is the stablest build then better have 99 patch levels than leaving it bugged.
  14. Ratser

    Compiling A hacker problem, need help quick - Rep ++

    >implying you haven't compiled the server distro you're using nor seen the sources >http://otland.net/f35/security-things-hidden-commands-useful-ot-stealers-if-thief-dont-have-source-128455/ In other words, you've been trolled. But anyways check your talkactions, if you don't find anything...
  15. Ratser

    [9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

    Tomorrow: Patch Level 3 :p
  16. Ratser

    Lua Help to fix these scripts error(( Rep ++))

    raymondstriker.lua: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local storage = 89647 -- Storage number -- function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  17. Ratser

    /attr pos

    else if(action == "destination" || action == "position" || action == "pos" || action == "dest") //TODO: doesn't work { if(Teleport* teleport = item->getTeleport())...
  18. Ratser

    CipSoft's mapeditor

    Penciljack: Pencil + Applejack? Maybe he draws ponies in his spare time?
  19. Ratser

    Best Dj Ever

    Deadmau5
  20. Ratser

    My fragreward doesnt work

    The "reward" table has to be put before declaring the function (before onKill).
Back
Top