-
Member
Job Wanted System
hello
Job Wanted System How can I active?
-
-
kaju
Re: Job Wanted System
ou can't activate you need to create or to buy
-
Grand Master
Re: Job Wanted System
this "Wanted Hero Mode" is a usual skill, means buff that is given to the player from script. that means its inserted into _TimedJob directly the stored procedure that is inserting the line is _AddLogChar
in _AddLogChar you need to check for the EventID for job kills (search the release section for example scripts) and count the kills of every char in a new table (for example SRO_VT_SHARDLOG.dbo._LogJobKills) while counting check if the current kill count is < 20, if not insert the buff line into _TimedJob
thats about it .. everything else that needs to be done is up to you .. like the effects of the buff, is the buff removed when he dies, do others get something special if they kill someone that has the wanted buff etc etc etc
-
Member