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

    Rethinking Tibia (Or ignoring sucess tips and diving straight into madness)

    Well I like overly ambiguous new developers. I didn't understand your goal but if your goal is to simply test your ideas and put them in game and see where it leads to. I have offer for you. If you interested PM me. Brief description and important notes of the offer: Joining a Whi World team as...
  2. whitevo

    Fair distribution of profits (4 people)

    I'm sorry but being part of this community has proven me that only handful of developers actually are capable of doing entire engine. I just think you did few scripts and some changes to configurations. Besides why you ask this from us? Shouldn't you have discussed the profit distribution with...
  3. whitevo

    Fair distribution of profits (4 people)

    why not split 80% between yourself and team and then 20% back on project?
  4. whitevo

    Whi World - Open Source Server with Configurable Features

    Whi World PATCH 0.1.6.0.9 - npcs with spells! Naicu desu! entire actions folder is now organized and ALL the onUse scripts go trough central system NPC's: NPC's now have combat AI, which means NPC's can now cast spells or attack nearby enemies. All NPC's in town now help you fight with...
  5. whitevo

    artificial intelligence in a monster?

    Nice I like this community also likes to think about deep learning. Currently I'm testing teaching AI how to code with speech recognition. Would be awesome to code by speaking in my own terms. In regards of monsterAI, we don't need that complicated AI for monsters. Just for every spell what...
  6. whitevo

    Whi World - Open Source Server with Configurable Features

    Well I updated live server again and added in the npc's who cast spells. They are not perfect, but I'm not sure will I have time to bring them online anywhere later this week. So if someone does get online a checks out those npc's I will see if I get any errors already, which I fix next week...
  7. whitevo

    github tutorial

    My friend suggested me this, but I myself haven't taken time to do it myself. Learn Git
  8. whitevo

    Scripter LUA Scripting service for TFS 1.x

    I see almost all developers bump their service threads. I will be joining the wagon then :D
  9. whitevo

    Conroling projectile speed

    no need to think "can it be done", because we can, even if missile follows creature.
  10. whitevo

    Whi World - Open Source Server with Configurable Features

    Refactored npc system startups and conversation functions. Hopefully the npc chat and shop still work xD also can you guess what does the below picture mean :P?
  11. whitevo

    Whi World - Open Source Server with Configurable Features

    Whi World PATCH 0.1.6.0.3 - 5 new gems Lel xD With this patch so many file changes came at once I cant even see it from log, because its too long and console doesn't show the full review. Well anyway, lets hope things still work :D Upgrade items: Several regular gem shield effects got...
  12. whitevo

    Team [5€] every finished job for OTS + place in team

    Its not that easy. takes 60+ hours to convert entire default data folder and lot of extra time for every single custom feature or module. watching sql base xD? ok whatever But it will be very hard to find, if not nearly impossible a person who can do all the tasks above. Your best case is to...
  13. whitevo

    Team [5€] every finished job for OTS + place in team

    because all 4 of you are too lazy to check back to OTLand? ok xD there is a huge difference between 8.6 servers, most are run on TFS 0.3.6, but most new developers prefer TFS 1.2 Which is it for you?
  14. whitevo

    Whi World - Open Source Server with Configurable Features

    Gems are ready, systems and scripts around them are done. Improved the regular gem shield effects (easier to get the effects in first place, + of course counts the new gems into formulas too)' Later today or tomorrow before I update live server I will test all the gem effects and shield gem...
  15. whitevo

    onBlock/blockHit function?

    nothing is happening there, hence I didn't post it. function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) return damageSystem_onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) end I...
  16. whitevo

    onBlock/blockHit function?

    I got default TFS 1.3 combat.cpp You confirmed what? That monster needs to deal more than 0 damage? well DUH!! Or the fact that if you deal 1 damage with Combat constructor and you have more than 2 armor onHealthChange creatureScript wont trigger? If the confirmation was for the second one...
  17. whitevo

    Whi World - Open Source Server with Configurable Features

    Rip plans. Left home Friday and just got back home today. Today just going to set up the coding environment so that tomorrow I can finish rest of the gems. I don't see myself leaving anywhere this week and have completed all scripting requests. If all goes as planned 17th I will update the...
  18. whitevo

    onBlock/blockHit function?

    if monster deals 0 damage in first place, can be considered a block or just a bugged monster? xD Idk none of my monsters deal 0 damage. (ye they can end up doing no damage, but the combat starts with some kind of damage) But then again my source doesn't do armor nor defence calculations instead...
  19. whitevo

    onBlock/blockHit function?

    I think it can be done with Lua register onHealthChange() creaturecript on a player. in this function get player shield. if he has one, get shield defence then do your algorithm on the damage passed by function. if damage goes 0 or below (or 0 and above, in default TFS negaitve value healed i...
  20. whitevo

    bloodstone a brazilian mmorpg "like" tibia

    Just because you cant vision a future game, doesn't mean nobody can. Even if you make up false facts to satisfy yourself it doesn't make them true. But well everyone has their own opinion. As for Bloodstone, graphics sure are nice, expect the last underground picture. It gives off pretty empty...
Back
Top