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

    Compiling Creating books with text by script or item editor?

    Thanks, brother!!! Now I can do it. Thanks. I hope this can help any other people. Bye!
  2. FilipeJF

    Compiling Creating books with text by script or item editor?

    I want to write books in my server but it isn't possible because I need to use accentuation. And now I have a question: if it's possible, can I make a book by an item editor or by script? I don't care if it's hard to do, but I need this. Into my server, RPG is all; and what is RPG without books...
  3. FilipeJF

    accentuation on the map editor

    Bump!
  4. FilipeJF

    Solved How to make an Exura Sword

    In the spell at function getminmaxvalues add: local skill = getPlayerSkillLevel(cid, SKILL_SWORD) local min = (skill * 3 + level/3) local max = min * math.random(500, 1000) / 100 return min, max And into "function onCastSpell" add: doPlayerAddSkillTry(cid, 2, 10) Here's...
  5. FilipeJF

    accentuation on the map editor

    I want to use accentuation into my signs and books. Like "é", "à", "ão" and others. If it isn't possible, would be a way to create a book of script by action or something like this, that when the player uses it appears like a normal book but the accents would appear right; since I would be...
  6. FilipeJF

    Solved How to make an Exura Sword

    Solved ... Remove plz
  7. FilipeJF

    Solved How to make an Exura Sword

    I want to make exura healing according the Exura Sword. I have this script, but isn't working: function getMinMaxValues(cid, level, magiclevel) local skill = getPlayerSkillLevel(cid, SKILL_SWORD) local min = (skill * 1 + level/2) local max = min * math.random(105, 125) / 100 return min, max...
  8. FilipeJF

    spell hit according to the fishing

    I want to make a spell hiting according to the fishing. I made an spell but her doesn't works, the monster don't take any hit. For example, I want to make Exori Flam hits according to the fishing. How can I do that?
  9. FilipeJF

    Editing the skill name in OTC

    Well, man, i had a problem. I deleted this part: SkillButton id: magiclevel SkillNameLabel !text: tr('Magic Level') SkillValueLabel But, when I log-in in the game, the client startup music don't stop. I want only to delete "magic level" of client, but how can I do...
  10. FilipeJF

    How to disable Magic Level?

    I want to disable the Magic Level functions in the source. Someone had ideas how to do it? I'm using tfs 0.3.6.
  11. FilipeJF

    Lua Making two types of magic skill, how can I do it?

    Well, I get it with: doPlayerAddSkillTry(cid, SKILL_FISH, 1) But, now, I want know: how can I disable the Magic Level into the sources? I don't need it anymore.
  12. FilipeJF

    Lua Making two types of magic skill, how can I do it?

    But, how can I add it? Sorry, I'm newbie. I'm using TFS 0.3.6 crying damson.
  13. FilipeJF

    Lua Making two types of magic skill, how can I do it?

    How could I do to, depending on the magic that I use to train "fist fight". The problem is that, when the magic spends her mana her increases magic level, and I would like to make 2 different types of magic, and one of it I want makes increases fist fight, for example.
  14. FilipeJF

    Editing the skill name in OTC

    Leveraging the topic... How could I do to, depending on the magic that I use to train "fist fight". The problem is that when she spends her mana increases magic level, and I would like to make 2 different types of magic.
  15. FilipeJF

    Editing the skill name in OTC

    Hello, everybody!! I want to change the skill name of magic level, sword, club, axe, fishing, fist, shielding and distance. And I want to know: where can I change that?
  16. FilipeJF

    How to change the "You see yourself. You are knight".

    I found it! A script with frag config was the problem. Thank you, EvilSkillz and Summ, and the others, for trying to help. Thanks to suggest that, Summ, and you, EvilSkillz, to say it's into creaturescripts and not creatureevents. Saved my ATS!
  17. FilipeJF

    How to change the "You see yourself. You are knight".

    Where can I find Creature events?
  18. FilipeJF

    How to change the "You see yourself. You are knight".

    I know that. But the problem is, this part doesn't modify ingame. Only the others (when I look another player, I see that in portuguese, but when I look at myself, I see that in english). I think I need to modify in another location, not only into the sources. Or my source is with problem.
  19. FilipeJF

    How to change the "You see yourself. You are knight".

    I think I'm not missing anything. I search in all open files of my project and all it's portuguese. Strange...
Back
Top