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

    Lua Adding Magic Level to items [INGAME]

    Well I was wondering if there is ANY way to add magic level to items directly from the game, the same way you can do: doItemSetAttribute(uid,"defense",1) How could it be done to get the same effect that this code would cause if it existed? doItemSetAttribute(uid,"magiclevelpoints",1)...
  2. angelobodj

    Edit Version in Tibia.cfg

    Hiho, Anyone would know how to edit the client version inside the Tibia.cfg file? I guess it can be done somehow because I saw a server who managed to change it, but I can't find the version number inside the .exe throught hex editor. Any help would be really appreciated :)
  3. angelobodj

    Adding spells.php to Gesior 1.0

    Hiho, How can I add spells.php to my Gesior 1.0 site? It would be something like this: GunzOT - Spells I already got a spells.php file, but it is trying to retrieve spells info from a table that doesn't exists in database (belongs to Znote AAC I guess). Whats the best way to do it?
  4. angelobodj

    Solved Tibia Client "Premium Account (X days left)" data handling

    Hello OTLand, I want to ask you how can I know where does the client take the Premium Account "X days left" number from, and how can I change it, so making it show another number that is not the one shown in "premdays" in database. I've looked around iologindata.cpp and I've tried...
  5. angelobodj

    Lua doPlayerAddDialog() is crashing the server .exe

    Well, I'm just trying to test the example code of doPlayerAddDialog but when I execute it, my server gets crashed (process closes instantly). This is the code I am using: modaldialog = { title = "title", message = "message", buttons = { { id = 1, value = "okay" }, { id = 2, value =...
  6. angelobodj

    Windows Pack dat/pic/spr files into exe

    Hello guys, I have seen some servers that use a "custom" client, where there is just a .exe file, no dat, no pic, no spr files at all, just a .exe. Anyone knows how can be dat/pic/spr files packed into a single exe? Here is a server which uses one of these packed clients: SpiderOT...
  7. angelobodj

    Lua VERY easy question about conditions (CONDITION_XXXXX)

    Hello OTLand, I'm playing around with conditions and I can't understand what I'm doing wrong. I set this code to a talkaction: function onSay(cid, words, param, channel) local condition = createConditionObject(CONDITION_INFIGHT) setConditionParam(condition...
  8. angelobodj

    Carmageddon for Android & iPhone [FREE DOWNLOAD] only during 10th May 2013!

    Some of you will remember that I brought to OTLand the iPhone version of Carmageddon on October 2012, since it was downloadable for free during the first day. Well, 6 months later, today is a very important day for all Android device users... ________________________________________...
  9. angelobodj

    Nukleus Labs (My New Game - Work In Progress)

    Well, as Damon encouraged me, I will show you what I have been making for 1 or 2 months. Nukleus Labs is my first attempt to make a full game just by myself. It was actually a project for the university, so it has some drawbacks: 1- The game is short as hell (you finish it in 2-3 minutes...
  10. angelobodj

    Tibia / World of Warcraft / MU Online / Ultima Online?

    - Which one do you prefer? - Have you played any/all of them? - Do you still play any of them? - Do you want to say something about them? :p Tibia: _________________________________________________ World of Warcraft: _________________________________________________ MU...
  11. angelobodj

    Carmageddon for iOS is available NOW!

    Good afternoon OtLanders! Today I bring you kinda one of the best news within the last 10~ years... ________________________________________ ________________________________________ The legendary CARMAGEDDON is now on sale for iPhone & iPad at iTunes, and yes, for the first 24 hours...
Back
Top