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

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    This server worked normally in production, with cast. The only discouraging problem I had was the lack of players. All the errors I tracked and bugs that players were aware of and hid, I discovered through the log and fixed them for the next server save. I'll pass on the otclient i used without...
  2. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I already tried to make it for a version like sabrehaven, but it requires a lot of work and time, something interferes! 1714361950 yes https://github.com/RCP91/TibiaCore/blob/10e0e001701ed80c8b345be395e783501bd85639/tibiacore-empty.sql#L1144
  3. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Modifications must be made to protocolgame.cpp where there are cast system packages. in bool function startLiveCast sendChannel(CHANNEL_CAST, LIVE_CAST_CHAT_NAME); to open channel! this get a erro de with tibria! //player->sendToChannel(nullptr, TALKTYPE_CHANNEL_O, "Welcome " +...
  4. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    https://otland.net/threads/myaac-plugin-template-old-school-layout.282309/ or https://otland.net/threads/myaac-tibiana-template.269000/ but sometimes it will give an error regarding the php version or database. Install php-7.2 above.
  5. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I believe you need to implement a config to time reduction. By default it doesn't.
  6. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    QuestValue(506)>= 1 <repeat here! ,"scorpion" -> "You have already done this task 1 times. Ask for a different one." In order for the party to share the target count, it is necessary change in src related to lastkill. -- Skull System? banLength = 7 * 24 * 60 * 60 whiteSkullTime = 15 * 60...
  7. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Is this just to pick up the item in shop? if you just transfer shop.lua to talkaction and change some entries, just change the name of the table and the column. queries with db are universal regardless of the type of website.
  8. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Works on both, otclient works normally here.
  9. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I believe it is a problem with a version higher than 772 or with the otclient module. I adjusted this cast system for the client like tibianic.dll
  10. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Follow the same example as the scrolls items that i put .dat and follow the id, and in items.srv copy the attributes.
  11. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Did you try to reduce the time and compile? I've already tested this, but it takes a lot of time to increase little mana. Don't forget that you have to eat before bed. improve: Bed regen config and change dlls. · RCP91/TibiaCore@59d4aee...
  12. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    yes but very little, you have to change the time in beds.cpp void BedItem::regeneratePlayer(Player* player) const { const uint32_t sleptTime = time(nullptr) - sleepStart; Condition* condition = player->getCondition(CONDITION_REGENERATION, CONDITIONID_DEFAULT); if (condition) {...
  13. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    <flag hostile="1" /> <flag hitback="0" />
  14. chucky91

    Miracle 7.4 - A New Nostalgic Experience

    The truth is that it doesn't matter if the server is p2w or not, I already created a 2x server, it only depended on donations of premium scrolls, djinn scrolls, rashid scrolls, postman scrolls and change gold scrolls. I think version 7.4 is already dead!
  15. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    same data? \data\lib\core\creature.lua function Creature.getPlayer(self) return self:isPlayer() and self or nil end use scroll like a rune!
  16. chucky91

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    This custom table for events. Each week the top 3 finishers receive items, the first one is silenced for 1 week. CREATE TABLE `top_player_week` ( `event_time` int(11) DEFAULT 0, `name` varchar(21) NOT NULL, `start_experience` int(11) NOT NULL, `current_experience` int(11) NOT NULL...
  17. chucky91

    TFS 0.X [HELP PLEASE] Monster does not turn into a dead body crashes the server and gives ocnsole errors

    Monster not found I think your events onKill dont find monster because name is empty string!
  18. chucky91

    TFS 0.X [HELP PLEASE] Monster does not turn into a dead body crashes the server and gives ocnsole errors

    How many zeros! 🤣 You enter a higher value than normal. the chance is 1000, which is equivalent to 100% depending on the script that was created, but the default is 1000. i believe it is still int32.
  19. chucky91

    liblzma is vulnerable!

    Recent news that discovering that libs like liblzma are with binary that compromises ssh access, microsoft's vcpkg reversed! https://hackaday.com/2024/03/29/security-alert-potential-ssh-backdoor-via-liblzma/
Back
Top