View Single Post
  #9  
Old 02-20-2016, 06:24 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

That should be fine..INT(10) is large enough to an unsigned 32-bit integer.


Make sure that you have these four tables (views):
Quote:
vw_bot_character_mobs
vw_bot_groups
vw_groups
vw_guild_members
and these two functions:
Quote:
GetMobType
GetMobTypeById
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote