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

    Co tam?

    zabawne :D
  2. zakius

    Displaying/handling creature names

    Is it able to handle resent creature name without removing that creature from known list? I think that it can be nice feature
  3. zakius

    Simple template system

    Hello, I would like to use some template system in my web project. But I don't feel like using smarty and the way gesior made it doesn't look too good also. After googling a bit I found mtemplate. But still I'd like o know if you know any better way?(something fast, not too hard to implement and...
  4. zakius

    Strange thing with facebook

    Well, I just reinstalled ModernAAC at my home pc, created new news and... Already 4 people like it, I wonder who ^^ (note that noone have my ip atm cause it changes from time to time)
  5. zakius

    Feature Vampiric weapons 0.2

    Vampiric weapons 0.3 updated again, now supports lifesteal attribute in any eq part Well, cause I and probably more people wanted to have lifestealing weapons, here it comes: code allowing you to make it easy! in items.h findint32_t attack, extraAttack,and go to first ; after that, add...
  6. zakius

    problem with useWith

    Hiho guys, actually its a question: Do you know any way of making useable item the use with item WITHOUT client edit? If so could you share it with me please? ok, I already figured out that it for 99.9% needs client edit, but not edited one wont debug so its not that bad(edited tibia.dat will...
  7. zakius

    Weather effects?!

    Picture from tibia.com;o what do you think about that? :peace: better?:d
  8. zakius

    Help in getting item attributes from db

    Sorry if its wrong section, but I have no idea where to put it. So, I'd like to get item attributes directly from db(to allow getting changed attributes too) and show it on site. Well, displaying this blob isnt hard, but the data in it looks some kind encrypted. I can read only attribute...
  9. zakius

    Start, kill and shutdown server from website(tfs0.63.6 windows tested)

    DAMN, my pc restarted before I posted it -.- Ok, last version was for total dumbs, but I wont write it again so try to understand all bu yourself so lets start first, in your htdocs create restarter.php <?PHP $path = $config['site']['server_path']; $exename = "theforgottenserver.exe"...
  10. zakius

    GlobalEvent Move players to temple after update

    It was requested few times, so I post it if you have not edited your start.lua replace it with this one dofile("config.lua") function onStartup() db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";") if (updated) then...
  11. zakius

    Lua Editing file in lua

    How I can edit text file in lua to: delete first line and then write sth in this first line?
  12. zakius

    MoveEvent Inq portals(with orange text, storages to use main room and creating boss portals)

    This script sets player storage after entering boss portal, you can use portal in main room only if you have storage, all portals shows orange text. Its best if you use only one id of portals in all inq and boss creaturescript so it wont collide with other portals. local config = {...
  13. zakius

    Need change in NPC system(including sources I guess)

    I need to make NPCsystem accept shopModule:addBuyableItem({'rusty armor'}, {9808, 9809, 9810}, 150, 'rusty armor')format, with table instead of just one itemid. It should show sprite of first item in table And when you buy this item id is randomized from the table(when you buy, not when...
  14. zakius

    New FORMULA_LEVELMAGIC help

    Can anyone tell me how works the new formula? In old one was 4 numbers, and in the new one there are 6. Can anyone explain me which one does what?(btw now its setAttackFormlula instead of setCombatFormula,(and setHealingFormula in healing spells) does it matter which one I use?) EDIt: some...
  15. zakius

    NPC selling random item

    I'm wondering if is there any easy way to make NPC selling (in trade window) one of three items with same id and name(for example rusty armors) chosen randomly(one item on list, you can get any of the three, will be good if chance for one can be bigger than for the second and third one)
  16. zakius

    MoveEvent Firewalker boots

    Not tested with many players, kito2 says that it crashes his serv, noone more told so, but it is possible that movements are too slow and thats the reason Based on script written by Cykotitan (I guess...) No link cause some days ago was small rollback or sth on otland and that script(and some...
  17. zakius

    Compiling RME problem

    Guys, can someone tell me what I need to compile RME? I downloaded even a wxDev c++ but it still needs libxml, but I don't know how to get and instal it, and maybe something more also, but I don't know what Tried even with msvc...
  18. zakius

    problem with variables and addEvent

    Hello guys, I want to use in second function(the one called with addEvent) variables getting value in the first one. But dunno how to make it Can anyoune help me with it? Tried even making these variables global... EDIT, ok its almost done, just don't want to remove item local monsters = {...
  19. zakius

    [Gesior]How to put new line in news? ;d

    Hiho guys, I have little question, as you can see in title when I put Return in edit box it looks good, but after submitting all is as it would be without using it. Is there any way to make new line without spamming space?
  20. zakius

    NPC problem

    Hiho guys, I have little question: Is there any way to get uid of NPC you are talking too?
Back
Top