• 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. Pedro B.

    [Request for devs] Creature Scripts...

    Heya. Well, I just noticed that TFS is missing something that exists on OTS: the onKill() event. onKill() is a creature event really useful, 'cause it is only executed when registered and you know which creatures the creature X killed, not which creatures died by X(there is a difference)...
  2. Pedro B.

    SQLite Using your SQLite database!

    Well, before all, I must tell you that this tutorial was made based on OTS and not on TFS. If any moderator/admin or whatever feels that it should be edited to fit TFS, do it, I don't really care. This is just a Copy-and-Paste from my tutorial on another forum. I found that many people have...
  3. Pedro B.

    [Functions] indexToPos() and posToIndex() - use a number for a whole position!

    Hello guys! Well, I almost never look at this forum, but since I was bored I decided to post here two simple functions. They are useful IMO, they are called indexToPos() and posToIndex(): they convert positions to numbers and numbers to positions! :o yeye, I released it on OpenLua also...
  4. Pedro B.

    Forum javachat link!

    as OTF has, OTLand should have an IRC Javachat link, since some people might not be able to download an IRC client from their home :p It could connect to irc.quakenet.org and open #forgottenserver directly, as it is done on OTF(but with #otserv) =O since OTF is down atm, it would be good...
  5. Pedro B.

    :blink:

    Where are the :blink: image?? This one >> I would also appreciate the :thumbup:, the ^_^, the <_< and the :huh: - smiles Of course, they could be done with different names Cya! Obs: CHANGE THE IMAGES LIMIT, 4 IMAGES ARE TOO LOW! >(
  6. Pedro B.

    Sub-titles!

    Heya guys! I've just saw one thing: we can't have sub-titles! :O I mean, the sub-title is the "Junior Member" right under my nickname, but we can't customize it! :( Enable sub-titles for nomral members please! :D They are really cool :( Hope you see this :p Cya!
  7. Pedro B.

    [TFS] GMs can see invisible creatures! - by the Black Onix Team.

    A small code that the BlackOnix Team made :p At player.h, public, add this: virtual bool canSeeInvisibility() const {return hasFlag(PlayerFlag_CanSenseInvisibility) || getAccountType() >= ACCOUNT_TYPE_GAMEMASTER;} Then, replace your function bool Player::canSeeCreature(const Creature*...
  8. Pedro B.

    [Brazil] BlackOnix test server - PVP Enforced

    [Brazil] BlackOnix test server - PVP Enforced(8.0) Welcome to the BlackOnix test server! Well, since it is a test server, you may see that some spells are strong, or that a few things are kinda bugged. I ask you to post all bugs you find on the server in this thread. Sometimes the server...
  9. Pedro B.

    [TFS] A "boost" in the GM Look!

    Heya guys! Well... some time ago I've made a "boost" in the GM Look of the TFS. So, I decided to share it :p First because it is cool, second because I made one of the most used GM Looks ever(It is on the Evolutions and on the Devland), and I decided to have it in forgotten also ;) Why not a...
  10. Pedro B.

    Gm Invis-> Perhaps a solution?

    Those who knows the old "GM Invisible" from YurOTS, or even the one that The Chaos(From OTF) made, you know that there is a bug there. If you were invisible, and there is some item under you, and someone move it, the item is normaly moved and recoganized by the server, but the client doesn't...
Back
Top