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

    Solved How to kill a "boss" and make a teleport appear?

    Thanks for this script it works for me!! I have a question. If I want to make another 2 of this script. All I have to do is change the name to like createteleport2 and in creaturescripts just say the name is createteleport2 or do i also have to add a new registerCreatureEvent(cid...
  2. eardrums

    Lava walking with ring and boots

    Thanks Limos! It finally works but I had to edit a small part local condition = createConditionObject(CONDITION_FIRE) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -450) setConditionParam(condition, CONDITION_PARAM_TICKINTERVAL, 3000) setConditionParam(condition...
  3. eardrums

    Lava walking with ring and boots

    Hey Limos! I just tried the script but theres still an issue. This is what happens V 1.Without Ring or Boots= I get damaged -450 for 20 seconds ticking each second. Now it actually ticks with ur script but I dont understand why I get damaged 450. It should be 99999 2.With Ring= With the ring...
  4. eardrums

    Lava walking with ring and boots

    Hey :D So I made this script local condition = createConditionObject(CONDITION_FIRE) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -99999) setConditionParam(condition, CONDITION_PARAM_TICKINTERVAL, 20000) local condition2 = createConditionObject(CONDITION_FIRE)...
  5. eardrums

    Solved Step in and summon

    Thank you Limos :D Sorry for the trouble
  6. eardrums

    Solved Step in and summon

    Okay so Im currently using this script local storage = 34537 function onStepIn(cid, item, pos) if getPlayerStorageValue(cid, storage) >= os.time() then doSummonCreature("rotten meat giant", {x= 955, y= 727, z= 1}) setPlayerStorageValue(cid, storage, os.time() + 60) end return true end It doesnt...
  7. eardrums

    Solved Step in and summon

    Hey Limos! I did the code exactly as you said but it gives me an error saying in main chunk. local storage = 34537 function onStepIn(cid, item, pos) if getPlayerStorageValue(cid, storage) >= os.time() then return true end doSummonCreature("rotten meat giant", {x= 955, y= 727, z= 1})...
  8. eardrums

    Solved Step in and summon

    I dont really have a problem with a script but I just dont know how to do the addevent thing or adding time to things :) thanks anyways forgot to say :D 0.2.13 is my tfs version
  9. eardrums

    Solved Step in and summon

    Hi! So I made this very simple script of stepping on a tile and summoning monster. function onStepIn(cid, item, pos) doSummonCreature("giant", {x= 955, y= 727, z= 1}) return TRUE end I need help making it so you cant summon the creature even if you step again except...
  10. eardrums

    Map Editor

    Hey guys! I have a question!>!>! How do I add my sprites into rem.map editor.? :D
  11. eardrums

    Sprites help!

    bump
  12. eardrums

    Sprites help!

    any cropping/slicing tutorials out there? hey guys i really need some help! I have no idea how to crop or slice.. im not even sure which one i should use.. bump
  13. eardrums

    Sprites help!

    thanks shadow :) how do i crop them or slice them? u got skype so i can share my screen? gonna only take a sec :) I dont want to ruin the rock :D
  14. eardrums

    Photoshop

    So I made my first sprite using photoshop! I read a tutorial on a rock and made my own rock. I made it 64x64 and I want to know how to save the canvas? like how do i take the image out and do i put it in my server the same i put items?
  15. eardrums

    Sprites help!

    hey so i got photoshop and just made a rock by using ur tutorial :D how do i add something like that into my server. like something that has 4 parts
  16. eardrums

    Sprites help!

    Thanks Spookie! but i made my own grid on paint :D getting photoshop soon i hope
  17. eardrums

    Sprites help!

    Thanks bro :D I got it!!! I just started so im starting with paint but im going to get photoshop :) is there a way on paint to tell which part is the exact middle? to make it symmetric. like the grid thing on photoshop
  18. eardrums

    Sprites help!

    So I just got started with sprites and I have a problem. I made a helmet using paint and i made the pixels 32x32. Then i put it in objectbuilder and give it attributes. then i went on to itemeditor and added it there. when i made the helmet ingame it gave me a debug. then when i logged in a gain...
  19. eardrums

    Last errors in gui :)

    okay thanks limos :D
  20. eardrums

    Last errors in gui :)

    Well I downloaded the V1 tfs and protocol 1041 and my server was 9.54 tfs 2.0.13 i copy pasted the data folder except for the items, mounts, outfits, some some other certain scripts. i fixed the highscore book error just this one left.. [Error - mysql_real_query] Query: INSERT INTO...
Back
Top