• 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

    OnPush [ Help Please ]

    function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if actor ~= cid then doTeleportThing(cid, lastPosition, true) end return true end
  2. D

    Request manarune for 0.3+

    function onUse(cid, item, fromPosition, itemEx, toPosition) return doPlayerAddMana(cid, 200 + (math.random(getPlayerLevel(cid) * 2, getPlayerLevel(cid) *3)) end
  3. D

    Level degrade mana problem.;

    It has to do with your vocations. You'll need to make an onDeath script that checks the loss.
  4. D

    [Nicaw ACC] Major edits

    Thank you very much for your input, I fixed the bug you were talking about. ^-^
  5. D

    Megaupload closed/4-ever

    You know, the only thing that bothers me in the shutdown of MegaUpload is the fact that it was >HONG KONG< based. This just proves that SOPA and PIPA are simply bills to help feed America's Power Starved mouths. Seriously, if they just shutdown the websites and were like "Those websites are...
  6. D

    Lithera Project - Development Thread!

    Although a great idea, I did consider an idea similar to this before, but much more DoTA/LoL/HoN like, but at the end of the day it would be much too complex to be up to par with the games. Not saying give up the project, I'd love to see how it plays out, but just keep in mind that even with...
  7. D

    [Nicaw ACC] Major edits

    Alright, so I was reading through the forums and I realized there was no tutorial on sorting .xml files through PHP. So I spent about 2 days straight working on these 2 pages: Monsters - Mystic Storm Spells - Mystic Storm (NOTE: To everyone who thinks I'm publicizing my server, 1. It's...
  8. D

    Team Mystic Storm is searching for Theta Testers

    Only bump so I don't get negative publicity. Just so people know the basics; this will be a purely custom RPG server, filled with new never before seen features. To list a few: unlimited quests (Similar to Skyrim), near every current system turned into an NPC; including banker, real estate and...
  9. D

    Team Mystic Storm is searching for Theta Testers

    I know I have restarted this project countless times, but for once I actually have a solid custom computer I built 2 weeks back that has motivated me to finally follow through with this project. At this moment all I require are a few "Theta" testers. Basically pre-beta testers who will only...
  10. D

    Request Template Or Script For Npc That Is Depot Box.

    Honestly, if I did figure it out, I probably wouldn't release it just because there's way too many freebies given out nowadays on OTLand. I can lead you in the right direction, but I won't give you the code. Basically, I was told you want to be looking through the containers.cpp/.h and the...
  11. D

    [HALF SOLVED] need help with source editing to...

    Glad you got a working script. ^-^
  12. D

    [actions] Vip Rune don't remove

    What distro? And I'm assuming it's an action instead of a spell? Also, do you have "removeCharges = false" in config?
  13. D

    vip stamina

    Source, or a simple onThink script. Might as well just use premmy for that instead of VIP anyway since that's already an implemented option in your config
  14. D

    [HALF SOLVED] need help with source editing to...

    If you spent two seconds using your brain, rather than complaining, you'd realize there are scripts out there such as the "Arena" scripts where death only TPs you. So, using that logic: 1. Go grab that script 2. Change around like 2 lines of code 3. ???? 4. Profit
  15. D

    Request Template Or Script For Npc That Is Depot Box.

    Sorry to say, but from what I've experimented, it's not possible. I've used every possible idea to create such an NPC, but there is next to no way. If you are using OTServ it may be possible, but with TFS it's not "barebones" enough. I actually confronted a professional coder about this very...
  16. D

    Best SMS company...

    Honestly, if I were to implement donations I'd make it through credit cards and for those who are too young, why not an ad service? >.> You make revenue and it doesn't cost them anything but a few clicks of a picture. How do you think Youtubers make so much money? >ADS< I'm blanking on what site...
  17. D

    CreatureEvent Addon "Bonus System"

    To every person who thinks this is bugged, I would like your proof of you testing this system on a >>>>>>>>REGULAR<<<<<<<<< player account, not your GOD/GM/CM accounts and showing where the bugs are considering I've tested every accusation and have not been able to remake it.
  18. D

    Modern Injection for Guilds view -> Show your own video.

    Can you elaborate? Are you talking about an injection into the client? Or an injection into the website? You were extremely vague with your description.
  19. D

    totally invisible players

    Why not just add it to the creature attributes? So much simpler. Chuck it in under hpMax or mana or wherever you want, and then you won't have to worry about any complex scenarios. Then just copying that style create an isInvisible() check, and in Lua get/setCreatureInvisible()
  20. D

    Attacking levels

    onCombat(cid, target) >.>
Back
Top