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

    Windows Znote queststatus.php

    Hello! I found this .php page and I wonder how to use it properly with znote aac: <table id="questTable"> <?php $completed = '<font color="green">[Completed]</font>'; $notstarted = ''; function Progress($min, $max, $design = '<font color="orange">[x%]</font>') { $design...
  2. Swiff

    Broadcast rare lottey win

    Hello! I have a lottery system that you can play on my ot. I got the idea that if a player get something that is good, and rare to get through lottery, it should be broadcasted like so: "playername just won gold nugget in lottery!" I would like some kind of table to configure what items are...
  3. Swiff

    Lua MOD random item stats

    Anyone know how I can get the attackspeed attribute to work? I can get the stat and everything. but it doesen't give me any boost in attackspeed when equipped. crossbow = legendary crossbow (Range:5, Hit% +53). [Attack Speed: +45%] [Hit Chance: +53%] No difference in attackspeed compared with...
  4. Swiff

    Windows Simone's - RME

    So I've been working on same map for.. well, since client 8.0 and 8.1 was hot. I've been using simone's map editor for all these years, and my map is now 39 mb and i have 200 custom monsters in it, + some npcs. I now feel like I'm missing out on a few features that would make my mapping life...
  5. Swiff

    Monster "absorb" player spell

    Hello! Monsters can hurt eachother with their AoE spells, I am trying to make a monster that heals it nearby monsters. I've tried puting element resist to above 100 percent but it does nothing. For example: This mosnter does ice wave, if another monster stands in it, it will be healed instead...
  6. Swiff

    Compiling damage owner?

    I'm not sure how to describe it. after I've implemented a number of source changes, namely: http://otland.net/threads/increase-player-damage.177331/#post-1991331 <- fault http://otland.net/threads/level-and-vocation-instead-of-world-name-on-character-login.158447/...
  7. Swiff

    Compiling "was not declared in this scope"

    Hello! I'm trying to compile the extraMagicDamage by Erikas; http://otland.net/threads/increase-player-damage.177331/#post-1990779 But I'm getting this error: Compiler: Default compiler Building Makefile: "C:\Users\Dan\Documents\The Wild\NYTFS0.3.6\dev-cpp\Makefile.win" Executing make...
  8. Swiff

    Monster Spell damage formula

    Hello! I've been trying from time to time to create a monster spell with more than 1 animation. Such spells I created with Minrage's spellmaker and most recently with SpellCreator by TGYoshi. My problem is the same everytime, the spell wil lnot do any damage, or it will do damage on all...
  9. Swiff

    Looking for 1 more tester to complete team

    Hello! I welcome you to test play my server The Wild My name is Dan, I live in Sweden. I have been working on this same OT for a couple of years, as a hobby project. I have only "launched" it once for a duration over a month. But it has been played on alot of different occasions over the...
  10. Swiff

    software version - malformed file

    It has been a while since I devled into open tibia, but I felt the yearly itch again. I wanted to try out my server a little and I found a new error that I haven't seen before! checking software version... failed checking - malformed file. It doesen't seem to make any impact as of yet. But due...
  11. Swiff

    Random item spawnpoint

    Hello! I got an idea the other day, but I will need a script like this for it. Such a script may be used in alot of various ways. Anyways here goes: Description: Simply a few spots where there will spawn a seemingly random item. Details: *number of items that the "random generator"...
  12. Swiff

    Onuse with vocation req

    So I got this script from http://otland.net/f81/catch-summon-monster-vial-157760/ Virrages, I would like to use this for my custom vocation, thus I'd need to make a "ifNot" vocation id 18 then "sorry, only master ultra giga super sayajains (with green hats) can use this" ~ I thought for sure...
  13. Swiff

    Can I check what storages I used?

    As the title says, is there any way to see what storage values I have used without going through all scripts? I have been working on a project for a long time and it would help me alot if I knew what storages I have alredy used. From now on I am writing them down and puting notes to them..
  14. Swiff

    Players forcing raid with item

    I just had an idea to go about when server is crowded and raids have a long delay before being launched. How about an item that forces a certain raid to start? This was players that are looking for those rare raid spawns can (by hardships ofc) force a certain raid with a certain item. I would...
  15. Swiff

    Lua phase based monster attack- random dmg? TFS3.6pl1

    So, I've made a phased monster attack spell. Now, I'm not sure how it counts damage, so Iv'te set some low numbers, and one high at the last phase. However, sometimes it will damage the player for 10k on each phase, and sometimes it won't dmg on any phase. Sometimes it'll damage for low dmg...
  16. Swiff

    Create monster item when onpos

    So I had an idea, but I had to make some restrictions to make use of it. I can't get it to work, I've tried alot, but I guess it's because I don't really know what I am doing :P function onUse(cid, item, frompos, item2, itemEx, topos) player1pos = getCreaturePosition(cid) player1 =...
  17. Swiff

    Lua why spell doesen't do damage

    -----------------This Spell was made with Mindrage's Spell Maker v0.56b --------- --Do not post the spells in any forum without this line or you will be caught!--- --This Software is free to use and can't be for for real-life values!------------ local combat1 = createCombatObject()...
  18. Swiff

    Creaturescript - monster portal (tweak)

    I saw Azzkabans post, but it was about a monster having half hp, so I thought instead of bumping it I'll make another. I just started using this script, it creates a portal for x seconds when I kill a monster. function onKill(cid, target, lastHit) local m = { ["Angry Snowman"] = { time =...
  19. Swiff

    Windows Server crashing on another host. DEMON?!

    So, first of all.. It seems to only happen when many players are around a monster that has the looktype of a demon. So far it happend about 15 times in a row when testing. First it happend alot when doing an anihilator like quest. Then it happend while doing some team hunting on custom demon...
  20. Swiff

    [SWEDEN] The Wild 8.54 TFS Highrate (Custom)

    The Wild shall welcome you To a world where people lived in horror for many decades, terrorized by the evil creatures from the wilderness that were led by the many lords of different realms and dimensions. The most known lord "The dark knight" had ruled over the hometown of the wild, untill...
Back
Top