Commit Graph

  • eb49707779 Changed conversion routine. At the end of conversion, character_ table will be renamed to character_old so that it does not get hit with trying to convert next world bootup Added some file logging during the initial conversion routine akkadius 2014-09-17 02:47:13 -05:00
  • 86c1420f6e Fix some effect value calcs and implement more Michael Cook (mackal) 2014-09-17 00:01:32 -04:00
  • 364ed921ce Fix for LoadBuffs() server crash Uleat 2014-09-16 22:57:15 -04:00
  • 85e1518856 Implement spell formula 137 Michael Cook (mackal) 2014-09-16 18:35:49 -04:00
  • 87bb5deb5c Added quest::crosszonesetentityvariablebynpctypeid(npctype_id, id, m_var) Added quest::crosszonesignalnpcbynpctypeid(npctype_id, data) Added $client->GetTaskActivityDoneCount(THIS, TaskID, ActivityID) akkadius 2014-09-16 16:03:27 -05:00
  • 11ce399e0d Mob::ProcessSpecialAbilities pass by reference Michael Cook (mackal) 2014-09-15 20:31:45 -04:00
  • ec0989454d QGlobalCache::LoadBy to pass by reference Michael Cook (mackal) 2014-09-15 20:11:56 -04:00
  • e9f6031936 Merge pull request #250 from KayenEQ/Development Michael Cook (mackal) 2014-09-15 18:57:47 -04:00
  • 03485ef1e0 Nimbus effects will now be reapplied after zoning. Nimbus effects will now fade when associated buff is removed. Fix for ReduceAllDamage function. #250 KayenEQ 2014-09-15 16:05:57 -04:00
  • e256175ce6 Style nits Michael Cook (mackal) 2014-09-14 16:00:18 -04:00
  • 0f662bf70c Fix ZoneDatabase::LoadTraderItem not returning anything valid Michael Cook (mackal) 2014-09-14 15:58:08 -04:00
  • 4c959159c2 Fix rogues not starting with Thieves' Cant Michael Cook (mackal) 2014-09-13 03:20:43 -04:00
  • d51241720a Fix attack_delay for real Michael Cook (mackal) 2014-09-12 13:10:03 -04:00
  • 873d343529 Fix ZoneDatabase::GetNPCType nuking attack_delay changes Michael Cook (mackal) 2014-09-12 11:57:09 -04:00
  • 95969ce67b Fix ZoneDatabase::GetZoneCFG for real Michael Cook (mackal) 2014-09-11 18:28:25 -04:00
  • bd5cdf502e Fix ZoneDatabase::GetZoneCFG errors Michael Cook (mackal) 2014-09-11 18:24:40 -04:00
  • c6a7d5a96c Revert "GetAccountInfoForLogin_result converted to MySQLRequestResult" Michael Cook (mackal) 2014-09-11 16:57:00 -04:00
  • 6bc4ecf390 Revert "LoadFactionValues converted to QueryDatabase" Michael Cook (mackal) 2014-09-11 16:56:15 -04:00
  • c94ceb5b1d Revert "LoadFactionValues_result converted to MySQLRequestResult" Michael Cook (mackal) 2014-09-11 16:55:58 -04:00
  • e390531dcd Initial character creation escape sequences Added initial skill/language/bind saves to character creation Akkadius 2014-09-11 03:14:34 -05:00
  • bb702335e8 Merge pull request #247 from KayenEQ/Development Alex 2014-09-11 00:21:45 -07:00
  • 863c0c5b58 Merge pull request #241 from addtheice/RunQueryToDatabaseQuery_zone_titles Alex 2014-09-11 00:21:00 -07:00
  • 76e280da4e Merge pull request #239 from addtheice/RunQueryToDatabaseQuery_zone_waypoints Alex 2014-09-11 00:19:43 -07:00
  • bcca35b7b7 Merge pull request #238 from addtheice/RunQueryToDatabaseQuery_zone_guild_mgr Alex 2014-09-11 00:18:57 -07:00
  • 65abaade88 Merge pull request #237 from addtheice/RunQueryToDatabaseQuery_zone_guild Alex 2014-09-11 00:18:21 -07:00
  • 8020e921aa Merge pull request #234 from addtheice/RunQueryToDatabaseQuery_queryserv_database Alex 2014-09-11 00:17:56 -07:00
  • f2f5b4c1ad Merge pull request #222 from addtheice/RunQueryToDatabaseQuery_zone_client Alex 2014-09-11 00:16:37 -07:00
  • 5c6f9fcdc4 Merge pull request #215 from addtheice/RunQueryToDatabaseQuery_zone_zonedb Alex 2014-09-11 00:16:15 -07:00
  • d7dc733480 Small db changes akkadius 2014-09-11 00:44:12 -05:00
  • 9e243a2426 bestz will no longer scale off of model size, also it adjusts up less extremely in general. Fixed super duper attack speed on command spawned npcs KimLS 2014-09-10 22:33:30 -07:00
  • 9a889802d3 merge upstream. yet again #215 Arthur Ice 2014-09-09 21:26:26 -07:00
  • 1420987c4c Fix copy paste error Michael Cook (mackal) 2014-09-10 00:07:16 -04:00
  • ed4d954ba8 Added attackdelay to #npcedit Michael Cook (mackal) 2014-09-10 00:05:00 -04:00
  • 881f937a35 Change scale of GetPermaHaste() Michael Cook (mackal) 2014-09-09 22:50:50 -04:00
  • ed4e762f03 Change NPCs to have their attack delay set in DB Michael Cook (mackal) 2014-09-09 22:42:54 -04:00
  • fa1e33783a Split Mob::SetAttackTimer into Client and NPC methods Michael Cook (mackal) 2014-09-09 22:13:30 -04:00
  • 0c38b46bf1 Remove namespace std akkadius 2014-09-09 16:15:25 -05:00
  • 899cf32e6b Added some DB logging to catch any potential query errors, this logs to eqemu_query_error_log.txt at the root folder, currently no rule toggling for this Corrected some character name reservation logic Adjusted telnet console so it does not throw 'Command Unknown' when simply hitting enter key Adjusted System MSG for worldshutdown to use minutes instead of seconds Added warning for when Shared platinum is disabled at the rule level for players to NOT put platinum in the shared bank when they insert platinum in the shared platinum slot Changed a place in the code where disciplines were trained, someone had uint16 allocated to CharacterID and this was causing issues for characters with large ID's in the database Added a fix for bind points getting overwritten with invalid zone data, setting everything to 0,0,0,0 - Since I've added this change I've had no issues for players Fixed some spell book swap logic in the code, removed swap function. Fixed issue with guild ranks not loading properly Commented out some of the non-working tell-que code Took out some of the auto increment settings in the auto database conversion that don't affect anything anyways Added some additional escape string sequences for queries that needed them Added ThrowDBError logging to catch any potential query issues with saves or load functions akkadius 2014-09-09 16:03:24 -05:00
  • 2fa31799f6 Port slow fixes to bots Michael Cook (mackal) 2014-09-09 17:02:05 -04:00
  • 6c3d5c713c Fix slow effect on NPC special attack reuse timers v1.1.1 v1.1.1 Michael Cook (mackal) 2014-09-09 15:34:30 -04:00
  • f16beddf6e Increase NPC bash/kick delay by 3 (8 total by default) Michael Cook (mackal) 2014-09-09 15:32:02 -04:00
  • 506b3ca4a0 Fix slow calculation Michael Cook (mackal) 2014-09-08 21:43:25 -04:00
  • 80242bd250 Strange crash hack/workaround that occured on peq KimLS 2014-09-08 17:02:37 -07:00
  • 7f7f99cbe3 BestZ will now adjust for model size when used to adjust movement z KimLS 2014-09-08 16:45:20 -07:00
  • 579294fbf0 Fixed many bugs with partial resist calculations, targets with higher resist should have a more natural curve when it comes to resisting spells v1.1.1-rc4 KimLS 2014-09-08 03:04:22 -07:00
  • a3b54e5cae Fix for forage crash KimLS 2014-09-07 22:41:42 -07:00
  • b392d16808 Fixed ROF Augment item dupe with not checking for available slots properly and adding items to the virtual instance akkadius 2014-09-07 05:43:37 -05:00
  • 1f9597a9e2 Fix for item dupe via RoF augmenting akkadius 2014-09-07 05:35:19 -05:00
  • 54c89d69f6 Merge remote-tracking branch 'remotes/origin/master' into blob_conversion akkadius 2014-09-07 04:11:09 -05:00
  • a14371ba5c Removed debugging Added player profile data loading safety net checking akkadius 2014-09-07 04:00:56 -05:00
  • 616e13acac Calc fix for spell power distance mod effect. #247 KayenEQ 2014-09-07 03:43:34 -04:00
  • b50f660339 Merge git://github.com/EQEmu/Server into Development KayenEQ 2014-09-07 03:40:12 -04:00
  • 4c12d31e4a Removed command character backup Changed all remaining references from the character_ table to the character_data Akkadius 2014-09-06 22:35:19 -05:00
  • e50cf5c4be - Ported inspect_messages to character_inspect_messages - Ported character leadership abilities to character_leadership_abilities - Removed player profile debug printing - Refactored total time entitled on account to load from the sum of time_played from all characters in character_data Akkadius 2014-09-06 21:50:29 -05:00
  • 84310ec8f0 Merge branch 'master' of github.com:EQEmu/Server KimLS 2014-09-06 17:09:33 -07:00
  • ffed5a9e22 SQL Injection fix on inspect message setting KimLS 2014-09-06 16:43:36 -07:00
  • 92c9ff6e53 Fix issue with hpregen in command_npcedit Michael Cook (mackal) 2014-09-06 17:58:42 -04:00
  • 986a424322 Fix for perl api illusion KimLS 2014-09-06 14:31:02 -07:00
  • c3e7c48939 Fix ItemTimerCheck() range criteria typo Uleat 2014-09-06 16:19:32 -04:00
  • b2aa3262a9 Update client.cpp #222 Arthur Ice 2014-09-06 12:56:35 -07:00
  • b1587f0326 Delete client.cpp.orig Arthur Ice 2014-09-06 12:51:50 -07:00
  • ca7dd7d741 - Improved speed of character database conversion x1000 by changing query style - Adjusted AA MySQL saves for 100x speed increase - Removed StoreCharacter lookup methods as they will no longer be necessary - Some other cleanup akkadius 2014-09-06 13:53:54 -05:00
  • 281b321237 Changed trade behavior to prioritize all main slots before sub slots Uleat 2014-09-06 12:45:45 -04:00
  • ba0e4bfc1d Bizarre issue reported with SendIllusionPacket corrupting size in lua, dunno if this fixes it but fingers crossed. KimLS 2014-09-05 21:18:35 -07:00
  • 3cda62acf4 Fix changelog [skip ci] Michael Cook (mackal) 2014-09-05 22:38:32 -04:00
  • 2ef43212e1 Fix size issue with Lua_Mob::SendIllusionPacket Michael Cook (mackal) 2014-09-05 22:36:44 -04:00
  • f69eccc42b Add missing QueryDatabase in ZoneDatabase::AddWPForSpawn Michael Cook (mackal) 2014-09-05 21:56:49 -04:00
  • a1e425f936 Fix indentation of ZoneDatabase::AddWPForSpawn Michael Cook (mackal) 2014-09-05 21:55:35 -04:00
  • 59618e0038 UnDelegateMarkNPC converted to QueryDatabase #245 Arthur Ice 2014-09-05 16:14:28 -07:00
  • ef1f1562f0 DelegateMarkNPC converted to QueryDatabase Arthur Ice 2014-09-05 16:13:50 -07:00
  • 31177b7dc7 UnDelegatePuller converted to QueryDatabase Arthur Ice 2014-09-05 16:04:34 -07:00
  • 5b7aaff150 UnDelegateMainAssist converted to QueryDatabase Arthur Ice 2014-09-05 15:58:21 -07:00
  • b525a32b6e UndelegateMainTank converted to QueryDatabase Arthur Ice 2014-09-05 15:54:07 -07:00
  • 99fe610f72 DelegatePuller converted to QueryDatabase Arthur Ice 2014-09-05 15:46:06 -07:00
  • b5ec35e672 DelegateMainTank converted to QueryDatabase Arthur Ice 2014-09-05 15:27:12 -07:00
  • 6186c3d866 Fix for gcc failure - Can't fix stupid! Uleat 2014-09-05 16:46:03 -04:00
  • 1d0a6bdc71 Fix for losing 2nd and 3rd cursor items after zoning Uleat 2014-09-05 16:16:56 -04:00
  • 15fa2b371c LearnMembers converted to QueryDatabase Arthur Ice 2014-09-05 10:45:36 -07:00
  • da121137e5 Fix logging macros v1.1.1-rc3 Michael Cook (mackal) 2014-09-05 13:26:44 -04:00
  • c953f1dee1 Merge pull request #244 from addtheice/merc_stance_fix Michael Cook (mackal) 2014-09-05 02:30:13 -04:00
  • 32b595afb4 Fix iterator on mercstance crash bug #244 Arthur Ice 2014-09-04 22:51:31 -07:00
  • 0799b47c9c AddSpawnFromSpawnGroup converted to QueryDatabase #243 Arthur Ice 2014-09-04 18:20:41 -07:00
  • a216672443 Moved add spawn from spawn group command case (5) from NPCSpawnDB into method AddSpawnFromSpawnGroup Arthur Ice 2014-09-04 18:13:23 -07:00
  • d755aa48bc DeleteSpawnRemoveFromNPCTypeTable converted to QueryDatabase Arthur Ice 2014-09-04 17:15:09 -07:00
  • f7ecfe7257 DeleteSpawnLeaveInNPCType converted to QueryDatabase Arthur Ice 2014-09-04 16:44:52 -07:00
  • 89a0bbb8bf Moved deleting npc spawn command case (3) from NPCSpawnDB into method DeleteSpawnLeaveInNPCTypeTable Arthur Ice 2014-09-04 16:28:03 -07:00
  • 822c8425bd UpdateNPCTypeAppearance converted to QueryDatabase Arthur Ice 2014-09-04 15:45:31 -07:00
  • a6b57a3423 Moved updating npc type appearance command case (2) from NPCSpawnDB into method UpdateNPCTypeAppearance Arthur Ice 2014-09-04 15:32:41 -07:00
  • 6d4f7413a5 AddNewNPCSpawnGroupCommand converted to QueryDatabase Arthur Ice 2014-09-04 14:53:55 -07:00
  • 3e041052ee Moved add new NPC spawngroup command case (1) from NPCSpawnDB into method AddNewNPCSpawnGroupCommand Arthur Ice 2014-09-04 12:38:11 -07:00
  • 444174ef57 CreateNewNPCCommand converted to QueryDatabase Arthur Ice 2014-09-04 12:26:05 -07:00
  • 970f7e01a9 Moved create new NPC command case (0) from NPCSpawnDB into method CreateNewNPCCommand Arthur Ice 2014-09-04 10:08:02 -07:00
  • 4432c07081 State of Commit: Testable if you ask me (Akkadius) what you need to do - Need to convert a list of functions and columns and should be ready to start intensive testing phase - All preliminary tests show things working great Akkadius 2014-09-04 07:24:17 -05:00
  • 221c667a23 saylink converted to QueryDatabase #242 Arthur Ice 2014-09-03 23:26:09 -07:00
  • b710c41c34 clearspawntimers converted to QueryDatabase Arthur Ice 2014-09-03 23:17:20 -07:00
  • 8825218361 showgrid converted to QueryDatabase Arthur Ice 2014-09-03 23:14:16 -07:00
  • 1bb5c4e0d8 delglobal converted to QueryDatabase Arthur Ice 2014-09-03 23:10:42 -07:00
  • 58343480ff InsertQuestGlobal converted to QueryDatabase Arthur Ice 2014-09-03 23:07:28 -07:00
  • 399bf96a0c RemoveTitle converted to QueryDatabase #241 Arthur Ice 2014-09-03 21:05:31 -07:00
  • b7c409e11b CheckTitle converted to QueryDatabase Arthur Ice 2014-09-03 21:03:00 -07:00