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

    getItemType is weapon.

    Depending on what is trying to be accomplished, what about a simple "isWeapon()"?
  2. D

    [spell] Magic Wall Creator

    local removeTime = 3 * 1000 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {0, 1, 0}, {0, 2, 0}, {0, 0, 0} } local area = createCombatArea(arr) setCombatArea(combat, area) function onCastSpell(cid, var) area.stackpos = 254 local...
  3. D

    getItemType is weapon.

    If you still require assistance with this you need to specify better as to what you are trying to accomplish. Do you want a script that returns the weaponType or an if sequence that checks the weaponType?
  4. D

    Team Looking for Tutors to Rexonia.net

    About you: I like long walks on the beach, candle lit dinners and.... OH WAIT wrong forum. Right, about myself, uhm, I've been a Tibia player since Scale Armor looked hideous Studded Shields were ugly. Yes, I've been around for a while. Why should we pick you: Well, I have experience in every...
  5. D

    Team Im for hire!!!

    Sorry for being on topic (everyone is enjoying blowing the insults out of proportion), but is Zombiegod still searching for a job? .-.
  6. D

    Scripter Mapping Works

    Amazing feedback Petracyus. You are right! I should totally change the borders, and fix up the water and... wait, you said 2 words, and neither of them actually told me what I should fix... Never mind. Thanks for wasting both yours and my time.
  7. D

    Scripter Mapping Works

    I wonder where it leads... It seems old and worn... Although the fishing nets tell a different story... A settlement. Everything is built into the cave itself, I wonder what kind of creatures live here...
  8. D

    Scripter Mapping Works

    Ya, it was the best tiles I could find. x3
  9. D

    Scripter Mapping Works

    One more fix to the boat, along with the surroundings: More cave work with a try at something new and different: (Everything is on one floor)
  10. D

    Team Unknown project

    To everyone who can not tell the difference between the two. Both jobs are very similar, but one tells the story, while the other writes the story... Should have been rather obvious. Anyways, on topic, I support anything custom, so take this as a bump. ^-^
  11. D

    Scripter Mapping Works

    Who? All my work is original, I keep it in a creative writing book. If you go to the link in my signature there is a genesis to my game, I'm also writing a story based on the genesis which I may or may not get published, all depends on if I can stomach the thought of an ending.
  12. D

    Mute command!

    http://otland.net/f132/mute-46094/#post464613 http://otland.net/f81/mute-target-57373/ Simple searching.
  13. D

    Scripter Mapping Works

    Used a different floor, also, I'm 8.54 mapping. So I do not believe I have Vengoth tiles.
  14. D

    Scripter Mapping Works

    Ya, I'm going to look into the floor, I'm trying to give it the appearance of complete destruction. Thus I used those borders since it appears broken. Edit: Took your advice, changed the floor and added more trash.
  15. D

    Scripter Mapping Works

    Crash site, as you can see, the culprit is a dragon, thus the flames. This was done 100% in RAW.
  16. D

    Scripter Mapping Works

    Oh, I know that much, I'm just notifying why my skills are not on the same caliber as Neon. I expect to be rated just as harshly, but so people won't be smart asses, I've taken the opportunity to point out that my scripting is much better. As for the first one, it's meant to be an entrance to a...
  17. D

    Scripter Mapping Works

    Fixed up the first map a bit more Second bit, that leads into the first map. Constructive criticism is all I will reply to. >.> Keep in mind, I am a scripter, not a mapper.
  18. D

    Scripter Mapping Works

    Well, I'm giving mapping a shot, and I will start off by stating the obvious... I'm a scripter, so I have no idea how to map... at all, this is my first try at a cave, so constructive criticism is needed. Note: Not for showoff, meant to show what I can do and further my mapping.
  19. D

    Can Some one fix this .lua

    Lemme know. ^-^
  20. D

    Can Some one fix this .lua

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
Back
Top