Jump to content

anton96

Inactive Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

About anton96

Informations

  • Gender
    Male

anton96's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Dedicated
  • Reacting Well
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Should this be placed under :? #ifdef __SEND_TARGET_INFO__ bool ITEM_MANAGER::CreateDropItemVector(LPCHARACTER pkChr, LPCHARACTER pkKiller, std::vector<LPITEM> & vec_item) { if (pkChr->IsPolymorphed() || pkChr->IsPC()) { return false; } int iLevel = pkKiller->GetLevel(); BYTE bRank = pkChr->GetMobRank(); LPITEM item = NULL; std::vector<CItemDropInfo>::iterator it = g_vec_pkCommonDropItem[bRank].begin(); Or does it go under :? bool ITEM_MANAGER::CreateDropItem(LPCHARACTER pkChr, LPCHARACTER pkKiller, std::vector<LPITEM> & vec_item) { int iLevel = pkKiller->GetLevel(); int iDeltaPercent, iRandRange; if (!GetDropPct(pkChr, pkKiller, iDeltaPercent, iRandRange)) return false; BYTE bRank = pkChr->GetMobRank(); LPITEM item = NULL; // Common Drop Items std::vector<CItemDropInfo>::iterator it = g_vec_pkCommonDropItem[bRank].begin(); I've gotten a bit confused as to what should calculate drop rate should replace...
  2. do those items from common drop item actually drop? I've never seen a lvl 61 weapon drop from a dog or wolf. How do I choose not to show the common_drop_item stuff? does it make any sense to show the drops from common_drop_item in the target information system?
  3. if ur getting error: add: under in sectree_manager.h
  4. I'm having exactly the same issue, can anyone help us fix this? should we remove everything in common_drop_item?
  5. 4 years and still trying to figure it out. That tutorial is not Very explicit
  6. Can someone give us some guidance on how to add permanent rates?
  7. Also I'd like to share php script which generate patchlist.txt (probably will be useful for someone): Best Regards Hi, I've done as indicated. After creating the patch list and using the patcher, everything downloads perfectly. If I close the patcher and open it up again, somehow it checks for the files and then redownloads all the files... anyone knows how to fix this?
  8. anyone knows any tutorial for this? :3
  9. getting " Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\inc\configurare.php:11 Stack trace: #0 C:\xampp\htdocs\index.php(7): include_once() #1 {main} thrown in C:\xampp\htdocs\inc\configurare.php on line 11" any ideea why? I've done the config properly (typed down correct ip and pass like on I did when I tried different homepages) and I'm getting that error, different webpages work with same config.
×
×
  • 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.