Arthur Ice
081192d29e
GetBotOwnerCharacterID converted to QueryDatabase
2014-09-03 18:24:30 -07:00
Arthur Ice
2429980fd5
CreatedBotCount converted to QueryDatabase
2014-09-03 18:21:17 -07:00
Arthur Ice
0ac238d762
AllowedBotSpawns converted to QueryDatabase
2014-09-03 18:16:22 -07:00
Arthur Ice
45320fd8ec
GetBotGroupLeaderIdByBotGroupName converted to QueryDatabase
2014-09-03 18:13:15 -07:00
Arthur Ice
6d33a13e23
GetBotGroupIdByBotGroupName converted to QueryDatabase
2014-09-03 18:09:53 -07:00
Arthur Ice
52d64d03a6
CanLoadBotGroup converted to QueryDatabase
2014-09-03 18:06:05 -07:00
Arthur Ice
fe6e289606
DoesBotGroupNameExist converted to QueryDatabase
2014-09-03 18:01:32 -07:00
Arthur Ice
26569ac51d
GetBotGroupListByBotOwnerCharacterId converted to QueryDatabase
2014-09-03 17:57:10 -07:00
Arthur Ice
38d04931ba
LoadBotGroup converted to QueryDatabase
2014-09-03 17:52:06 -07:00
Arthur Ice
96cf3d967f
DeleteBotGroup converted to QueryDatabase
2014-09-03 17:47:38 -07:00
Arthur Ice
36325226eb
SaveBotGroup converted to QueryDatabase
2014-09-03 17:43:18 -07:00
Arthur Ice
6410f52c9c
ListSpawnedBots converted to QueryDatabase
2014-09-03 17:36:59 -07:00
Arthur Ice
7ae14fffd0
GetBotList converted to QueryDatabase
2014-09-03 17:32:55 -07:00
Arthur Ice
d213e3b106
GetGroupedBotsByGroupID converted to QueryDatabase
2014-09-03 17:26:51 -07:00
Arthur Ice
ba612f91c7
LoadBot converted to QueryDatabase
2014-09-03 17:18:50 -07:00
Arthur Ice
8312a8cf3b
GetBotIDByBotName converted to QueryDatabase
2014-09-03 17:11:06 -07:00
Arthur Ice
390dcc9a88
GetBotItemsCount converted to QueryDatabase
2014-09-03 17:07:11 -07:00
Arthur Ice
cd1b45f0d6
GetBotItemBySlot converted to QueryDatabase
2014-09-03 17:04:21 -07:00
Arthur Ice
b8caa5dc31
GetBotItems converted to QueryDatabase
2014-09-03 16:52:18 -07:00
Arthur Ice
53572b4d13
RemoveBotItemBySlot converted to QueryDatabase
2014-09-03 16:43:59 -07:00
Arthur Ice
cf0c773002
SetBotItemInSlot converted to QueryDatabase
2014-09-03 16:40:31 -07:00
Arthur Ice
515fe8d9e5
DeleteBot converted to QueryDatabase
2014-09-03 16:31:08 -07:00
Arthur Ice
06d1bd632b
SaveTimers converted to QueryDatabase
2014-09-03 16:31:08 -07:00
Arthur Ice
89f34246f0
LoadTimers converted to QueryDatabase
2014-09-03 16:31:08 -07:00
Arthur Ice
7d8e128b5f
SaveStance converted to QueryDatabase
2014-09-03 16:31:08 -07:00
Arthur Ice
14c642a3f7
LoadStance converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
a67255475c
DeletePetStats converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
04045dfc27
DeletePetItems converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
510a51e564
DeletePetBuffs converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
54b2c50109
SavePetItems converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
fe753f05df
SavePetBuffs converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
ab76783f8b
SavePetStats converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
364a51b119
LoadPetItems converted to QueryDatabase
2014-09-03 16:31:07 -07:00
Arthur Ice
a486db5e95
LoadPetBuffs converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
c8e7d9e005
LoadPetStats converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
93aa690a6d
GetPetSaveId converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
87f1f78b67
LoadBuffs converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
0574a3db86
SaveBuffs converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
0178f3c9bb
Save converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
9eb3907d45
IsBotNameValid converted to QueryDatabase
2014-09-03 16:31:06 -07:00
Arthur Ice
118c2a9db9
LoadAAs converted to QueryDatabase
2014-09-03 13:49:04 -07:00
KimLS
07a2cbe9a5
Renamed zone files
2014-08-21 23:46:01 -07:00
KimLS
7fc21b9e3a
Tons of renames
2014-08-21 19:33:02 -07:00
Uleat
f7bb763aac
Reactivation of wear change updates in Bot::Spawn() until fix can be found.
2014-08-15 16:28:16 -04:00
Uleat
dc6e6fd05f
Fix for bot chest armor display glitch in SoF+ clients
2014-08-13 14:24:42 -04:00
Uleat
8b14c21a24
More numeric to constant conversions..should be most of them... Please report any inventory abnormalities.
2014-07-31 07:52:38 -04:00
Uleat
36a2d52f1c
More 'dictionary' updates..added 'constants' files to client translators..started replacement of hard-coded inventory values.
2014-07-27 20:35:43 -04:00
KayenEQ
089360a3a5
merge
2014-07-18 17:00:39 -04:00
Uleat
d7c2d6108f
Added the initial references for two new dictionaries - EmuConstants and EQLimits..more to come.
2014-07-16 21:23:16 -04:00
KayenEQ
965bb039be
Updates to npc_spells and npc_types table.
...
Implemented innate defensive and range procs
Implemented ability to fine tune AI casting behavior/timers
Global rules for AI casting behavior/timers
NPC Ranged attack updates, set skill and ammo type in npc_types
Various clean ups in attack related functions.
Other minor fixes.
See Change Log, +required, +optional SQL
2014-07-10 22:46:39 -04:00