Jump to content

Thrall

P-Server Owner
  • Posts

    97
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About Thrall

  • Birthday 08/11/1994

Informations

  • Gender
    Male

Recent Profile Visitors

3380 profile views

Thrall's Achievements

Rising Star

Rising Star (9/16)

  • Very Popular Rare
  • Very Important Person Rare
  • Dedicated
  • Reacting Well
  • First Post

Recent Badges

421

Reputation

  1. Great ideea! Good job!
  2. Hello, i had a similar problem, but in my case, the items are not dissapearing from database, the bug is that you cannot see them visually in specific slots. When you open safebox and notice a item is gone, try moving some items around in safebox. Then re-open the safebox and see if the first gone item is back to confirm if this is your problem as well.
  3. For whoever wants to use with time consuming only when activated, here is what i did to achieve this. blend.txt [Hidden Content] char_item.cpp [Hidden Content] item.h [Hidden Content] item.cpp [Hidden Content]
  4. The P2P comunication and offline problem comes when server tries to send to server a packet that is unknown to him, so with this system added at least on martysama you also need to add: packet_info.cpp [Hidden Content] That would be all for me, works after. Now this logic, needs to change as well from party.cpp: [Hidden Content] 95% working except a few things like for example: - The Parameter packet, needs p2p adaption (When you change experience from level to equal, it only changes in that specific core) - In my files i dont want players to break the party if one of the members is in dungeon or if the dungeon is alive. - The "Join now" option from target need adaption to p2p - CHAT_TYPE_PARTY needs adaption as well for p2p
  5. Hungry little boy Hungry and Angry little boy
  6. #ifdef ENABLE_WEAPON_COSTUME_SYSTEM else if (GetSubType() == COSTUME_WEAPON) { toSetPart = PART_WEAPON; if (false == bAdd) { const CItem* pWeapon = m_pOwner->GetWear(WEAR_WEAPON); #if defined(__BL_TRANSMUTATION__) if (pWeapon) { const DWORD dwVnum = pWeapon->GetVnum(); const DWORD dwTransmutationVnum = pWeapon->GetTransmutationVnum(); toSetValue = dwTransmutationVnum != 0 ? dwTransmutationVnum : dwVnum; } else { toSetValue = m_pOwner->GetOriginalPart(PART_WEAPON); } #else toSetValue = (NULL != pWeapon) ? pWeapon->GetVnum() : m_pOwner->GetOriginalPart(PART_WEAPON); #endif } } #endif
  7. I want to remove this topic
  8. When creating a party and i teleport to other core, the p2p comunication stops working and i have the same offline problem like other users Tried differend code changes but failed. If anyone know how to fix please let me know.
  9. Works, thanks Mali! The only problem i found is as i am moving on the map, the minimap does not load the other chunk of minimap.dds from the map I fixed it by adding #if defined(ENABLE_NIGHT_SNOW_ATLAS_MINIMAP) CMapOutdoor& rkMap = rkBG.GetMapOutdoorRef(); const bool bIsNight = rkBG.GetDayMode() == CPythonBackground::DAY_MODE_DARK && rkBG.GetNightModeOption() && rkBG.IsBoomMap(rkBG.GetWarpMapName()); const bool bIsSnow = rkBG.GetXMasShowEvent() && rkBG.GetSnowTextureModeOption() && rkBG.IsSnowMap(rkBG.GetWarpMapName()); //Minimap rkMap.ReloadMinimapTexture(bIsNight, bIsSnow); #endif in the void CPythonMiniMap::Update function
  10. Those function are doing the same thing? bool CPythonPlayer::IsDead() { CInstanceBase* pMainInstance = CPythonCharacterManager::Instance().GetMainInstancePtr(); if (!pMainInstance) return false; return pMainInstance->IsDead(); } bool CPythonPlayer::IsPoly() { CInstanceBase* pMainInstance = CPythonCharacterManager::Instance().GetMainInstancePtr(); if (!pMainInstance) return false; return pMainInstance->IsPoly(); }
  11. I bring the beer if im coming.
  12. Thanks a lot for the system, really love it. Here are some improvements i made to avoid problems using do_purge, do_full, and item_expire_events [Hidden Content]
  13. @ Distraught, is there any way to make the camera distance to auto-adjust when you change fov values?
  14. Small Announcement Dear players, We have a few surprises for you. Today we decided to activate permanently the following features from iShop for all accounts: - Increased chance to gain experience - Increased chance to drop items With the ocasion of Back to School we introduce you the new Nazar Amulet! - Extremely powerfull, it will only be available on special ocasions or events - Everyone can claim it for free directly from ishop - Offer and amulet available until 01.10.2023
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.