• 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

    Feature Anti Anti-Push bot | Works 100%

    working version TFS 0.3.5 // Anti-Push feature Prevention System by Xampy // if(g_config.getBool(ConfigManager::ANTI_PUSH)) { int16_t indexItem = toIndex; std::string antiPushItems = g_config.getString(ConfigManager::ANTI_PUSH_ITEMS); if(antiPushItems.size())...
  2. GSMaster

    Feature Anti Anti-Push bot | Works 100%

    the version 0.3.5 does not work, there are no errors, I can throw away non-stop and there is no fatigue ;/
  3. GSMaster

    Fix getClientVersion(cid)..

    how changed as the client version?
  4. GSMaster

    [Request] Mail.lua

    function onReceiveMail(cid, sender, item, openBox) if(openBox) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "New mail has arrived.") end return true end
  5. GSMaster

    source

    SourceForge.net Repository - [forgottenserver] Index of /forgottenserver/tags/0.2
  6. GSMaster

    Klonowanie items.

    nie wiem czy na każdym ale wiem ze na tych, na których jest "system aukcji" (System created by vDk.)
  7. GSMaster

    Klonowanie items.

    daj linka do otsa :>
  8. GSMaster

    updateBaseSpeed() in skill advanced

    Hi, I added a line code to "player.cpp" that for every increase in fishing again update basespeed player. Do you pasted the code will not crashed server ? So far it works without a problem, but wants to be sure. char advMsg[45]; sprintf(advMsg, "You advanced in %s%s."...
  9. GSMaster

    Błąd w Consoli / SD

    Wyczyść kolumnę 'server_motd'
  10. GSMaster

    TalkAction /namelock (for online players)

    This script allows you to change the name of a player who is online. Can be set to a particular player took up days PACC. The script also checks whether you are ONLINE, PACC is whether the new name is not already busy, name must contain 4 characters min. (explained in translate.google.pl)...
  11. GSMaster

    [War] Request Scripts (+200 ReP)

    most of the scripts on this forum >.<
  12. GSMaster

    [CREATURESCRIPTS] Killing Monsters Storage

    paste to login.lua: registerCreatureEvent(cid, "DiseasedDeaths")
  13. GSMaster

    Webdesign TheDarkRed (ACC)

    so, improving errors only.
  14. GSMaster

    [CREATURESCRIPTS] OnDeath 8.5 problem

    I do not have much time now; /
  15. GSMaster

    Script dont work - what wrong?

    ? result: You need to kill 546.66583333333 monsters called Vampire's. local ExpRate = getConfigInfo('rateExperience') function onSay(cid, words, param) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local t =...
  16. GSMaster

    Webdesign TheDarkRed (ACC)

    out of boredom I made styles, how you assess? (layout for Gesior ACC) SS:
  17. GSMaster

    Spell error

    getMonstersInArea3 charge to getMonstersInArea
  18. GSMaster

    [CREATURESCRIPTS] OnDeath 8.5 problem

    try Tournament.lua: function onStepIn(cid, item, pos, fromPosition) if(not isPlayer(cid)) then return true end doTransformItem(item.uid, 425) local PLAYERS_IN_ARENA = getGlobalStorageValue(AUTO_PVP_ARENA_CONFIG.PLAYERS_IN_ARENA_STORE) if(PLAYERS_IN_ARENA == -1) then...
  19. GSMaster

    An usable item which makes you lose all your frags

    try: <action itemid="9003" event="script" value="removeskull.lua"/> removeskull.lua : function onUse(cid, item, frompos, item2, topos) doCreatureSay(cid,"Frags Remove :)",TALKTYPE_ORANGE_1) db.executeQuery("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM...
  20. GSMaster

    [CREATURESCRIPTS] OnDeath 8.5 problem

    You must set PVP Zone the arenas remember: <event type="kill" name="PVPArenaDeaths" event="script" value="pvparena_deaths.lua"/>
Back
Top