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

    Feature [creatureEvent] onMove very advanced

    Oh, and could you give me an idea on how exactly would it detect that, when I'm moving a bag, the item that I don't want to be moved is inside this bag?! edit: Nvm, just did a function that does that checking :D
  2. Godely

    [C++]Wild monsters are not harmed by attacks from other wild monsters

    It's working ok, but it's still showing how much life it would have taken. Ex.: Frost Dragon and Dragon attacking me. Frost Dragon hits me with a ice ball. Dragon gets hitted by this ice ball; his health is not being removed (working okay), but it shows the health damage number as if the Dragon...
  3. Godely

    Sacrifice teleport script

    Add this to your actions.xml: <action actionid="XXXX" event="script" value="royalHelmetLever.lua"/> You have to replace this XXXX with an actionid of your own choice. Now, create a file inside the folder /scripts and rename it to royalHelmetLever.lua. Now, inside it you must paste: function...
  4. Godely

    Feature [creatureEvent] onMove very advanced

    It's working now, the only problem is that I can only compile on my laptop. When I try compiling on this desktop, I get the following error: no match for 'operator!=' in 'it != TileItemVector::rend()()' Here: for(ItemVector::const_reverse_iterator it = items->rbegin(); it != items->rend()...
  5. Godely

    Feature [creatureEvent] onMove very advanced

    I'm using TFS 0.4, which one did you use? Cuz it's not working here. I mean, it's compiling alright with that change I showed you above, but it ain't working. I'm making the example script you posted and it just doesn't do anything :/
  6. Godely

    Feature [creatureEvent] onMove very advanced

    I was just getting this error here: if(m_scriptData) scriptstream << *m_scriptData; so I just replaced it with: scriptstream << m_scriptData; Like all the other functions on creatureevent.cpp. Hope it works, compiled alright. Gonna test it now. Edit.: Am I doing it right? <event...
  7. Godely

    Tibia Dat Editor 8.6

    Did it really work for you? It isn't working for me though (It works for 8.61 and 8.62 when I "redirect", but not for 8.60 :S)
  8. Godely

    Tibia 8.60 and .dat editor Nightmare

    The question is: which dat editor is available for 8.6 client?
  9. Godely

    Tibia 8.60 and .dat editor Nightmare

    Bumping (I have the same question as him)
  10. Godely

    Merchant System showoff

    A sneak peek of how my Merchant System works... http://www.youtube.com/watch?v=AJHVr89lbfc Basically, you go to the NPC and deposit the items (max. quantity at a same time is 8) you want to sell. There are MANY exceptions, of course. -Stackable items count cannot be higher than 100; -Not...
  11. Godely

    Hogwarts Online - The World Of Witchcraft And Wizardy

    You better not take it. I made it and I hope you make yours. This wasn't even supposed to be posted here. Thanks.
  12. Godely

    Team Harry Potter Online - Applications Opened

    I won't write stories or anything like that. I'm just showing those 2 pictures and, if you wanna learn more and join our team, answer the following questions: Believe me: this server is going to work out as one of the best RPGs Online - but in order to do that, we need competent people. The...
  13. Godely

    Lobster Doll

    I was doing nothing, laying on my bed, hugging my lobster doll I got while I was in Maine, and then, suddenly, I got this wicked idea: make my first sprite as a lobster doll sprite. This is how my real lobster doll look like: And this is my Tibian lobster doll: Hope you like...
  14. Godely

    Benefits of Donations - Topic focused on 0.4 questions

    Hi. I just wanna know what are the benefits given to me if I donate to OtLand. I mean, I wanna have access to 0.4 sources, but will I be able to get support in my way of figuring out how to compile and run it? Can I believe that 0.4 is well enough stable so I can trust to run a serious server...
  15. Godely

    Action [ULTRA RELEASE] Addon Quest System

    Cykotitan, I don't mind about you trying to make it shorter - it seems that every single scripter in otland or otfans tries to do that - but that doesn't mean I'll change my main post. My work is shown up there, and your work seems to be also here, so anyone can decide which script to use...
  16. Godely

    Action [ULTRA RELEASE] Addon Quest System

    I just updated with more info
  17. Godely

    Action [ULTRA RELEASE] Addon Quest System

    Hi guys! I'll explain it fast cuz I don't have enough time. Question of the year: why would I use it? Answer: Well, by creating this function on the lib/actions.lua you'll be able to make really cool quests that when you open the chest/whatever it will send messages like "You need 10 dragon...
  18. Godely

    Aenearth Client

    Answering to my own topic, I would, because I know how great this project is being developed : - )
  19. Godely

    Aenearth Client

    Welcome, Open Tibia players, to another Aenearth poll to see your opinion/feedback about our project. Don't you know what's Aenearth? Take a look at here and here. Today's question is: if you were going to play on Aenearth, would you be willing to download our client? I mean, the use of Tibia...
Back
Top