Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Quote:
Originally Posted by
Chern0byl
There is no elite monsters there, only normal uniques lvl 20 - 105. And... please, show me your query directive, maybe, its just wrong :). Are you sure you are using 1.0.5 ?
ty for rep
I did not change anything in directive
because I do not know what I must change :(
here my
Quote:
[SQL]
sqlHost = MY-PC\SQLEXPRESS
sqlUser = MY
sqlPass = MY
accDB = SRO_VT_ACCOUNT
shdDB = SRO_VT_SHARD
[Rewards]
maxLevelDifference = 100
query = update SK_Silk set silk_own = (silk_own + {0}) where JID='{4}')
just change db info and maxLevelDifference
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
There is a ) symbol at end - remove it, accidently writen.
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
tyyyyy You are the best :)
working fine now
bro some time players get silk and another time got nothing !
if i want any lvl when kill any uniq get the gift?
what i must to do ?
some time players get silk and another time got nothing !
http://img138.imageshack.us/img138/3541/outosilkprb.jpg
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
chernobly i ask yo a noon question pls help . :)
there is logs in db_log and i want to see the logs unique kılls at db.
where must i should look to see that.
i think they are at _logeventchar but which event ids thanks.
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Missing some mobs in the code would be interesting and also records the names of the mob in a db so it would be possible to create a ranking on the site if necesite help implement the code send me an MP
http://img29.imageshack.us/img29/879...capture002.png
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Thx very much,worked for me too.
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Quote:
Originally Posted by
suicidy
Check CFG, that program cannot connect to your SQL server.
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Quote:
Originally Posted by
Chern0byl
So, here is a simple server log parser, which will search log files for every unique kill it can find, and run specific query which you can define by yourself.
WARNING: Before you execute this first time, better ensure there is no
logs from different server in your server folder.
cfg.ini contains common settings for mssql connection and such
rewards.ini file contains definitions for mob kill rewards
cfg.ini ->
maxLevelDifference = how much levels higher can character be than unique level
cfg.ini ->
query directive
basically, for writing custom query
function has 4 format arguments -
Code:
{0} - nPoints
{1} - Username
{2} - CharID
{3} - charName
{4} - userJID
means, you can use them in query this way (few examples):
query=UPDATE MYTABLE SET POINTS=(POINTS +
{0}) WHERE AccountName='
{1}'
query=UPDATE SK_Silk set silk_own = (silk_own +
{0}) where JID='
{4}'
pointAdder_1.0.5.rar - fixed (highest unique it supports is medusa)
Contents should be extracted and runned from the server folder.
Please, report all the issues you get (better, with exception text).
Thanks, great work!
Can you maybe share the source code of the exe file?
I would like to create a unique tracker to follow up deaths.
Thanks.
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
Hiho this tool its verry useful can you release this same tool for titan uniques pls :-)
Re: [Release] pointAdder 1.0.5 - give players reward points for killing uniques
I don't understand this tool much , sorry but can you explain me if i did not change the query
and leave it like this
query=UPDATE SK_Silk set silk_own = (silk_own + {0}) where JID='{4}'
how much silks the players will get if they killed a unique, and how i can change this amount of silks, waiting your answer .
THANKS
Re: pointAdder 1.0.5 - give players reward points for killing uniques
i want to make
if some body kill yano and jupiter and...............>>
take silk how can i do this >>>
Re: pointAdder 1.0.5 - give players reward points for killing uniques
And if a separate list of Unique is created. And the program find these uniques in the logs? I mean to work with custom uniques.