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

    OpenTibia SharpSpriteCutter - a tool for fast cutting spritesheets!

    Hello, I've made a lil' app which may help some of you :) Easy to use, just start it, click "Load" button then choose spritesheet. If you are not sure how it will look after cut then double click on image preview. If everything is as you want click "Cut them!" and after cutting there will be...
  2. Renusek

    [Function] isSpell(spell, lower) returns true or false

    Hello, I've wrote some time ago a function and just found it inside my fapfolder(don't ask...). So I'm posting it, maybe someone will find it usefull. local XML = '' do local o = io.open('spells.xml','r') XML = o:read('*a') o:close() end --isSpell(string spell[, bool lower =...
  3. Renusek

    Tibia Autumn Patch

    Hello, On tibia.com there is a ticker: What do you think about new features? Rox or Sux? And dev team will have a lot of work again ;d
  4. Renusek

    Coke Live Music Festival!

    Em, cześć, jedzie ktoś? :P
  5. Renusek

    [LIB] Achievements Lib - 075-achievement.lua

    Hi, I've made an Achievement Lib :D:D. If you want to install it, you must simply put it into data/lib/ folder And the name 075-achievement.lua - I named it like that, because other files in lib folder are similarly named. To TFS Developers: If you only want - you may add this lib into TFS...
  6. Renusek

    Creatureevent onCast

    Hello. How do works creatureevent onCast(cid, target) ? I don't know that, so I'm requesting some script(s), please?
  7. Renusek

    Clonning player function! Need help.

    Hello, I've made(with friend) a code which clone player(name, speed, outfit etc.), but there is a bug and first clone is without correct speed, outfit. Next clones are ok, but when another character make a clone, it have outfit and speed from previous character ;/. There is a code: Wklej.to...
  8. Renusek

    Question :P.

    Hi, Will TFS Team update Lua 5.1 to Lua 5.2 when it'll be finished? Only wants to know that, tfs will have lua 5.2 or revscriptsys/python ;p.
  9. Renusek

    Check player's ping.

    Hello. Is this possible to check ping via talkaction? For example I say '!ping' and script will show me text message 'Your ping: xxxx'. I was searching in sources, and found something with ping but I am not sure that I can use this in script... so help please :P.
  10. Renusek

    Folder bez nazwy >.<

    Eloszka, otóż mam pewien problem. Stworzyłem sobie na pulpicie folder bez nazwy(poprzez: alt+0160). Nie mogę go nigdzie przenieść, zmienić mu nazwy, ani go skasować... jak można się tego gówna pozbyć? XD. Mam Windowsa Viste jeśli to pomoże... Plxior help, zaśmieca mi pulpit XD.
  11. Renusek

    [Mods] Help with mods!

    Hello :P. I'm now rewritting my scripts to mod system :P. And I have few problems :(. Help plx and fix that... <?xml version="1.0" encoding="UTF-8"?> <mod name="Deaths Channel" version="1.0" author="Renusek and Zonet" contact="otland.net" enabled="no"> <description> This mod will add new...
  12. Renusek

    Samples in higscores.

    Hi.. I'm noob and tell me please how to hide Samples(druid sample, knight sample etc.) in highscores page? :wub:
  13. Renusek

    [GESIOR AAC] experiencetable.php all levels

    Hello, I've made experiencetables.php like here: Tibia - Free Multiplayer Online Role Playing Game - Library because many servers havent it ;p. experiencetable.php : <?PHP if($action == "") { $main_content .= ' This is a list of the experience points that are required to advance to the various...
  14. Renusek

    Arcade wtf?

    I've played in tournament I've got good score. After I lose the game I've got this message: blahblah yuor score was not saved plz? And tell me why ? ;/. My score was too big or what ?! :D. Here ss before accepting:
  15. Renusek

    Effects not working...

    Hello. I have question: How to add new effects to tibia client 8.40?! I've added 3 effects and 4 distance effect to client by dateditor(BlackDemon) and add lines in constant.lua with names and number of effect... but it still not working... what should I do?
  16. Renusek

    Help with storage value monster

    Hello. Is it possible to add storage value to monster? I mean, for example when I'll kill DRAGON then I'll get storage value (cid, 4001, 1). How I can do it?
  17. Renusek

    Shielding without shield.

    Hello, I am noob in c++, could you tell me how can I do in sources shielding advance without shield? Tell me pleaseee!
  18. Renusek

    Raibow Outfit

    Is that possible to do in lua 'rainbow outfits' ? I mean random colors outfit like this(global tibia xD): YouTube - Rainbow Outfit Only colors changing, not addons, not outfit. Is that possible? Would be great. :P. Or in c++, to config.lua line: randomOutfitColors = "yes" then talkactions...
  19. Renusek

    Mystic Spirit i nowa mapka...

    Jak mam podmienić mapke w tym tfsie? bo jak zmieniam na swoją, to pisze, Wrong temple position... nawet juz probwalem zrobic temple w miejscu gdzie bylo na starej mapce ;/. w configu tez zmieniam x,y,z i nazwe mapki. Pomocy.
  20. Renusek

    [Request] Problem with Spell ;/.

    Hi. I have problem with spell.. It's not working for me(tfs 0.2 23 patch) local drunk = createConditionObject(CONDITION_DRUNK) setConditionParam(drunk, CONDITION_PARAM_TICKS, 24*60*1000) function statup(cid) local ppos = getPlayerPosition(cid) doCreatureAddHealth(cid,(getPlayerLevel(cid)...
Back
Top