• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. GSMaster

    Logging without ip adress and port.

    http://otland.net/f494/how-i-can-do-player-only-use-my-version-otclient-my-server-180198/ ??
  2. GSMaster

    Problem z doPlayerSendChannelMessage

    -.- addEvent(doPlayerSendChannelMessage, 150, cid, getCreatureName(cid), "test.", TALKTYPE_CHANNEL_O, 10)
  3. GSMaster

    OTClient Sources

    https://github.com/edubart/otclient
  4. GSMaster

    Przedmioty którymi gracze nie mogą ruszać.

    jak ustwaisz UID to musi działać.
  5. GSMaster

    Delete Mount/Dismount & Set Outfit options & Compare versions on login

    addversion client: \modules\gamelib\game.lua but... the addition of new and try to log on because the problem is not connected .. otclient.log
  6. GSMaster

    Any plans to support 9.81 protocol?

    hmm i add version to game.lua, try connect: log:
  7. GSMaster

    Any plans to support 9.81 protocol?

    sory,other protocoll eg( 8.50, 8.40, 8.42...) will?
  8. GSMaster

    Change name - use item

    pewnie cos takiego, podaj skrypt na te change name... if getPlayerItemCount(cid, itemid) == 0 then return doPlayerSendCancel(cid, "you no have item czy cos podobnego") end wkelj to przed tym gdzie skrypt sprawdza np czy juz istnieje taka nazwa gracz...
  9. GSMaster

    Odpowiednik skryptu

    wycignij ją sobie... np z tad: Subversion pewnie bedziesz musial przerobic to i owo zeby dzialalo na twoich sourcach
  10. GSMaster

    Sprite

    a jak otworzysz ponownie ten zapisany .dat i .spr to masz to zapisane? bo jeśli masz to musi być go widać w grze...
  11. GSMaster

    Action More xx% exp for a time.

    Players get more experience in percentages for some time, it works well if you logout and log back on. (idea: http://otland.net/f28/exp-rate-box-20-a-159400/) Make file: \data\actions\scripts\expBox.lua paste: function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  12. GSMaster

    Edycja pliku

    cos tam w hexie chyba sie da ale wiadomo, nie to co źródła...
  13. GSMaster

    Exp rate box 20%

    masz bo miałem coś podobnego kiedys na sewerze: \data\actions\scripts\expBox.lua function onUse(cid, item, fromPosition, itemEx, toPosition) if exhaustion.check(cid, configExp.storageExh) then doPlayerSendCancel(cid, 'Your bonus experience is still active. (Left: ' .. exhaustion.get(cid...
  14. GSMaster

    Zmiana chargesów

    no to dobrze Ci napisał..
  15. GSMaster

    Fix/Patch Level instead of world name on character login (Help)

    paste your entire file protocollogin.cpp >> http://pastesite.com/
  16. GSMaster

    Fix/Patch Level instead of world name on character login (Help)

    protocollogin.cpp you paste: before ? or paste your protocollogin.cpp file.
  17. GSMaster

    Fix/Patch Level instead of world name on character login (Help)

    olny edit source. Ok, i check... fix: (complete code) iologindata.h find: uint32_t getAccountIdByName(const std::string& name) const; paste under: uint32_t getCheckPlayerLevel(const std::string& name) const; iologindata.cpp (paste end file..)...
  18. GSMaster

    UpDate klienta

    poszukaj na forum jest na 100% jak to zmienić coś kojarze ze jak masz 8.54 to w kliencie jest jakby 5408 oczywiście musisz prze konwertować to na hex
  19. GSMaster

    UpDate klienta

    a masz tak: ?? i zobacz czy w protocolgame.cpp masz takie cos bo to musi działać..
  20. GSMaster

    UpDate klienta

    a kompilowałeś cały projekt na nowo ?
Back
Top