Quote:
Originally Posted by Vxo
begin
update _char where hwanlevel = 0 or oldhwanlevel (instead of slayer title)
begin
update _char set hwanlevel = (slayer title no.) (don't forget u must take oldhwanlevel before updating new hwan)
end
end
bla bla bla.
|
That is not even near helpful.
First of all, you need a table, which records the kills on each character (similar to the Academy ranking table), next you need to check the kill logs, which player killed what unique, and update the respective player with it's kill count on that new table. Another query should monitor the kill count on that table and update the title automatically set by a specific time period (same like the Academy stuff...). The hard part will be: which ID is fetching from "player killed unique xyz", if you have no clue about the eventID stuff.
Good luck figuring it out and creating your own custom title service.