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

    Tibia 1231 server game packet decompression

    Hey folks. Do any of you have the idea how to decompress deflated XTEA decoded server packet? The packet structure is: 2 byte packet length (standard) 2 byte sequence number (each packet has this number incremented) 2 byte (or two 1 byte) indicator about compression - 0x00 and 0x00 for...
  2. QuaS

    French -> Translate to?

    I need a french guy to translate this sentence: "Brave stories for brave people" Thanks
  3. QuaS

    isTrapped(cid), getThingsFromPos(pos [,except]), isTileBlocking(pos)

    I didn't relase anything last time so here we go. It's example of using my lua function : http://otland.net/f35/gettimesincelastmove-103625/ PLAYER_NO_MOVE_MAX_TIME_TRAPPED = 5; -- example time, seconds. function isTrapped(cid) local timee = getTimeSinceLastMove(cid); local bool = true...
  4. QuaS

    Lua Function getTimeSinceLastMove

    I didn't relase anything last time, so here we go. luascript.h static int32_t luaGetTimeSinceLastMove(lua_State* L); luascript.cpp //getTimeSinceLastMove(cid) ms lua_register(m_luaState, "getTimeSinceLastMove", LuaInterface::luaGetTimeSinceLastMove); [...] int32_t...
  5. QuaS

    [Poland] Avisio 8.6 Custom Map/Sprites [International] [HIGH RATE]

    START 15 September 6:00 CET Website: Avisio Basic Informations: IP: avisio.pl Port: 7171 Client: 8.6
  6. QuaS

    Wondering If Soemone is Able to Encode IT:

    Hi There, Here is Encoded txt and i am wondering if someone if able to encode it: ×çŕÔćŰŕŕ’ŕŕÇäךÔŰÖť’Űĺ×ßť’ŘăáßÁáĺÚćŰŕŕž‘ŰćÖß·éž’ĺáÂŕĺŰĺŰáß› zä×ĺçäß’ÖŕÂŢŇë×ăĹ×ßÖĆÖęćľ×ĺäÓŮÖšŐÚÖž‘ż·ÄĹł¸·ŃÄĆłĹÇĹеÁżĹÁ˝·ŃłľÇ¶ž’“˝ÁµÁɲŔ»¶’¶Ë»ł˝ł““›* ÖŕÖ This is Working Lua Script. if you do, then post decrypt...
  7. QuaS

    NPC Long Stories System.

    You need to replace 2 functions in npc/lib/npcsystem/npchandler.lua function NpcHandler:say(message, focus, delay) local delay = delay or 0; if(NPCHANDLER_TALKDELAY == TALKDELAY_NONE or delay==0) then if(NPCHANDLER_CONVBEHAVIOR ~= CONVERSATION_DEFAULT) then selfSay(message, focus)...
  8. QuaS

    Programmer [Cheap] QuaS' C++/Lua/PHP Service

    Hi There. My name's Greg, i am from poland, and i want to offer you my skills. I can code c++, make scripts in Lua for Open Tibia (mainly actions and movements, through creatureevents, globalevents and at talkactions ending. I am not doing spells), and code PHP. I speak fluently english, i...
  9. QuaS

    [Creativity] Quas need your's help [Make ur Own Items!]

    Otland users are not clewer. delete thread.
  10. QuaS

    Fix/Patch Parsing Storage Values Inside of Quest.xml

    Hi Otlanders. I'll give you quest system which parse storage values from players questlog. Here We go: Replace whole std::string Mission::getDescription(Player* player) from quests.cpp to std::string Mission::getDescription(Player* player) { std::string value; int32_t find_storage...
  11. QuaS

    MoveEvent Tomb Scarab Coin Teleport.

    function onAddItem(moveitem, tileitem, pos, cid) local coins = { [13100] = {frompos = {x= 33276,y= 32553,z = 13}, topos = {x= 33271,y= 32553,z = 13}}, [13101] = {frompos = {x= 33234,y= 32692,z = 13}, topos = {x= 33234,y= 32688,z = 13}}, [13102] = {frompos = {x= 33293,y= 32742,z = 13}...
  12. QuaS

    MoveEvent [PHP][NPC][GlobalEvent] Auction System [Beta]

    Attention (8 Juny) DO NOT USE IT! IT'S SQL VUNERABLE! Attention (28 June) Don't use this system. There is bug with a item u are trying to add ( i mean a blocked one) They back to a owner but stats are changed (try to puut soft boots 16 mins left, and there back wih a parcel bran new one, etc.)...
  13. QuaS

    doSetItemActionId

    in newer version of TFS than 0.3.5pl1 function doSetItemActionId is depreaced. If someone has written a lot of scripts with function is would be a pain in ass to change them all. just add to lib/050-function.lua this: HF&GL function doSetItemActionId(lols, actionid) return...
  14. QuaS

    Action [QuestSystem] Chest: Getting Items in Container.

    Hello There. I want to show you one of my old scripts. Take It: local items = { --[item_uid] = {items = { {ITEM_ID,COUNT_OF ITEM}, {ITEM_ID,COUNT_OF ITEM} ... }, container = CONTAINER_ID}, [49009] = {itemss = {{2273,2}, {2480,4},{2361,3}}, container = 2365} } function onUse(cid, item...
  15. QuaS

    Minesweeper!

    I always lol'd when watching it! xD Minesweeper! Don't tell that it is old as an internet! This is epic movie, worths to post (even again!) xD
  16. QuaS

    NPC Rookgard NPC's 100% real. (will be updated)

    Hello. I would like to relase you my work. This time this are NPC's from rookgard. I decided to relase it cuz i have written funny php script that convert normal tibia conversation to lua script. I hope that they Are 100% real. If not then "ALMOST". Now will post 2 npc's. In future will be...
  17. QuaS

    Solved NPC problem -- How To UnFocus?

    Hello Otlanders! Can anybody tell me how to unfocus npc to Player (end of conversation)?? It it matter then Crying Damnson Latest Rev.
  18. QuaS

    Action RookGard Rats Lever

    Relasing cuz i am bored. And this clock in windows mineswepper reaches 999, i just suck. rats.lua -- rook lever by QuaS~ local posi3 = {x=301, y=287, z=8} -- poss = { [1] = {x=159, y=108, z=7}, [2] = {x=160, y=108, z=7}, [3] = {x=161, y=108, z=7} } local lever = { [1] = {x=158, y=107, z=7}...
  19. QuaS

    Lua onRemoveItem// OnAddItem

    Nobody is perfect and knows everything, so my questtion is, how does those functions: onRemoveItem OnAddItem works. I searched forum for this, and found something. But i exactly don't know few things. Get an example: local cos = { [1] = {x=3,y=4,z=5}, [2] = {x=5,y=3,z=3} }...
  20. QuaS

    Hey TFS Team!

    Can You tell whose community how deathList in onDeath function works?! i am tellin about 0.3.5
Back
Top