Jump to content

Stillhard

Members
  • Posts

    47
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Stillhard's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Mangos Version: 10600 Custom Patches: none How it SHOULD work: Enchanted item will still get it's enchanted status changed after closing the trade window How it DOESN'T work: Enchanted item DOESN'T get it's enchanted status changed after closing the trade window. I hope i made my bug report correctly. Thank you
  2. Will do m8, sorry about that Thank you
  3. * What bug does the patch fix? What features does the patch add? Typo * For which repository revision was the patch created? 10523 (5c04687d47) * Who has been writing this patch? Please include either forum user names or email addresses. Stillhard commit c6c3d54c51291c99e025d03c2ed1c19d752f6ae7 Author: Stillhard <[email protected]> Date: Fri Sep 24 00:21:32 2010 +0700 Signed-off-by: Stillhard <[email protected]> diff --git a/sql/mangos.sql b/sql/mangos.sql index 4043f38..d72a0e5 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -488,7 +488,7 @@ LOCK TABLES `command` WRITE; /*!40000 ALTER TABLE `command` DISABLE KEYS */; INSERT INTO `command` VALUES ('account',0,'Syntax: .account\\r\\n\\r\\nDisplay the access level of your account.'), -('account characters',3,'Syntax: .account characters [#accountId|$accountName]\\r\\n\\r\\nShow list all characters for account seelcted by provided #accountId or $accountName, or for selected player in game.'), +('account characters',3,'Syntax: .account characters [#accountId|$accountName]\\r\\n\\r\\nShow list all characters for account selected by provided #accountId or $accountName, or for selected player in game.'), ('account create',4,'Syntax: .account create $account $password\\r\\n\\r\\nCreate account and set password to it.'), ('account delete',4,'Syntax: .account delete $account\\r\\n\\r\\nDelete account with all characters.'), ('account lock',0,'Syntax: .account lock [on|off]\\r\\n\\r\\nAllow login from account only from current used IP or remove this requirement.'),
  4. Maybe this can correct it? - InstanceTemplate const* temp = ObjectMgr::GetInstanceTemplate(event.mapid); + MapDifficulty const* temp = GetMapDifficultyData(event.mapid,event.difficulty); uint32 diff = sWorld.getConfig(CONFIG_UINT32_INSTANCE_RESET_TIME_HOUR) * HOUR; uint32 period = InstanceResetScheduler::GetMaxResetTimeFor(temp);
  5. I'll try to bump this. - BUMP -
  6. Perhaps Siegels must updates his first post again since the forum's database corrupted.
  7. Thanks to both of you I'll inform here if i have them fixed too
  8. Thx traponinet, but you can't switch/change seat in this patch.
  9. Well SilverIce, i guess you have to fix another merge error introduced in [9775] Thx
  10. Look at the codes and you'll see... Example: [9749] MaNGOS::MessageDeliverer post_man(*player, msg, to_self); - Cell::VisitWorldObjects(player, post_man, GetVisibilityDistance()); + TypeContainerVisitor<MaNGOS::MessageDeliverer, WorldTypeMapContainer > message(post_man); + cell.Visit(p, message, *this, *player, GetVisibilityDistance()); Will make the patch invalid: *************** *** 491,497 **** void Map::MessageBroadcast(Player *player, WorldPacket *msg, bool to_self) { MaNGOS::MessageDeliverer post_man(*player, msg, to_self); - Cell::VisitWorldObjects(player, post_man, GetVisibilityDistance()); } void Map::MessageBroadcast(WorldObject *obj, WorldPacket *msg) --- 454,460 ---- void Map::MessageBroadcast(Player *player, WorldPacket *msg, bool to_self) { MaNGOS::MessageDeliverer post_man(*player, msg, to_self); + Cell::VisitCameras(player, post_man, GetVisibilityDistance()); }
  11. Camera patch is not valid after [9749]. Please update it SilverIce. Thx
  12. Duplicate entry '0-5-18014398509481984-0--1--1--1-2--1--1-Spell::EffectSchoolDMG' for key 'PRIMARY' ( 0, 5,0x0040000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shadow Bite', 'Spell::EffectSchoolDMG'), ( 0, 5,0x0040000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shadow Bite', 'Spell::EffectSchoolDMG'), ( 0, 5,0x0040000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shadow Bite', 'Spell::EffectSchoolDMG'), ( 0, 5,0x0040000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shadow Bite', 'Spell::EffectSchoolDMG'), ( 0, 5,0x0040000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shadow Bite', 'Spell::EffectSchoolDMG'), Mistake?
  13. Use Insider42's patch. or if you want, use Tasssadar's too but with modification, because if you're not, the option will not show in trainers. Tasssadar's sql patch is wrong too, change 19 to 18. And don't forget to remove the if condition: - if(GetSpecsCount() == 1 && !(getLevel() < 40)) //Level added manually, in original patch it was in config ! - { ... - } Thx to both author
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use