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

    [FRANCE] [7.4] Tibianus [TIBIJKA/ELOTH TEAM] - HARDCORE WARS 18.05.2018

    @GOD Wille Why did Tibianus team decide to drop XTEA encryption and checksums of outgoing client packets?
  2. zygzagZ

    Stackowanie itemów z 8.54 do 8.60 (temat do zamknięcia)

    A to przypadkiem nie zależy również od klienta? W tibia.dat jest zapisane, czy dany item się stackuje, czy nie. Chcesz "oszukać" klienta wysyłając pakiety w taki sposób, że jak 8.6 próbuje zestackować item, to żeby go nie stackowało? Rozumiem potiony, bo w 8.6 dodano opcję ich stackowania (w...
  3. zygzagZ

    Stackowanie itemów z 8.54 do 8.60 (temat do zamknięcia)

    Co rozumiesz przez "skasowanie stackowania itemów"?
  4. zygzagZ

    Feature [creatureEvent] onMove very advanced

    The 0.3.6 code can crash the server: Cylinder* fromCylinder = internalGetCylinder(player, fromPos); //custom move Item* fromItem = NULL; Item* fromGround = NULL; Player* fromPlayer= 0; // uint8_t fromIndex = 0; if(fromPos.x == 0xFFFF) { if(fromPos.y & 0x40) { fromIndex =...
  5. zygzagZ

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

    If you still need link, here's one uploaded to mega (just downloaded from 4shared) stian's 0.2 x64 https://mega.co.nz/#!xAwxzYwC!BD-AYThEqXYctOvCu8youQP85v9zq3VhGzLgcIPD6Wk
  6. zygzagZ

    What country would you like to eliminate with a bomb?

    Of course Poland. The politicians here are dumbasses.
  7. zygzagZ

    ~ Server is attacking by DDoS ~ help ~ Jacolas ~

    Strange conversations r made on help channel ;> Found this when I was cleaning ScreenShu images ;) Enjoy! :D Sometimes English is more important to learn :d (Did not intend to hurt anybody with this thread ;) )
  8. zygzagZ

    Linux How to fix this script?

    Well, this can happen when you fail upgrading item with level 0, since there is no entry [0] for conf[level].
  9. zygzagZ

    Lua Owner of fresh killed monster. How it works?

    if (getItemAttribute(corpse.uid, "corpseowner") == cid) then This should work :)
  10. zygzagZ

    Tv system - centering on old char

    Anyone? :)
  11. zygzagZ

    Solved Problem with my login.lua file

    Well, the problem was you had there two "return true" lines :) registerCreatureEvent(cid, "AdvanceSave") return true -- you should had removed this line local mposx = getConfigInfo('newPlayerSpawnPosX') Btw. why did you have there two onLogin functions?
  12. zygzagZ

    Type The Name Above Without Looking At The Keyboard

    walkingdragon ;p
  13. zygzagZ

    Lua Script killing. Killed by unidentified

    Well, you can always add them in Player.cpp in function Player::createCorpse. : )
  14. zygzagZ

    Lua Script killing. Killed by unidentified

    Well, you can add creatureevent on death, and set corpse's description to "He has chosen wrong.". Tfs on kill sets corpse's description to "You recognize [...]" so try to change it on yourself : ] Remember you also have to add "You recognize <name>. He/She has" :)
  15. zygzagZ

    Count to 10!

    Five ;]
  16. zygzagZ

    Lua Script killing. Killed by unidentified

    I think you should add a condition for player, but you have to figure out which. The one i gave was taken from movements script "drown.lua". I think you can take one matching for fire from "exori flam" spell. :) # OK, U can use CONDITION_FIRE :)
  17. zygzagZ

    Lua Script killing. Killed by unidentified

    Well, you can just add something like this: local condition = createConditionObject(CONDITION_DROWN) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -999) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition, CONDITION_PARAM_TICKINTERVAL, 50) It...
  18. zygzagZ

    Tv system - centering on old char

    Hello everyone, i have a trouble making my own tv system :) I already got: Setting position, sending map, map is centering on and chasing the caster etc But my problem is, whenever on screen appears old char(the viewer's one) the client centers the map on it. When it disappears, its...
  19. zygzagZ

    Updated Shop System [Modern Acc]

    Hey everyone. Is there a way to change "http://localhost//index.php/p/v/shop" to simple "http://localhost//index.php/shop"? How can i manage to do this?
  20. zygzagZ

    Windows Crashes

    in config enable banning unknown packets. this may help.
Back
Top