SQL Mission Board Problem

schan

New member
Messages
60
Points
0
Github
xschan
Emulator
Hi,

I tried Annie's fix for Emistry's SQL Mission board found here: http://rathena.org/board/topic/91042-utility-sql-mission-board/page-3#entry243485

and I found these problems:

4tospv.png


1.) It is always 'incomplete' in Monster List even though I finished setting up a monster to kill.

208fj2d.png


2.) I tried Submitting a mission even though I haven't finished killing all the required number of monster and it let me continue thus giving me the reward.

2ir7xc8.png


3.) I checked my db and found out that mob_hunt was blank as seen above.

Can you help me fix these problems?

Thank you!

 
apparently, that script only works on latest rathena, and not working on latest hercules

but first, what is your server revision

I just setup back rathena test server because of this script <.<

screenrAthena036.jpg

screenrAthena037.jpg

cannot reproduce your problem

2.

the SQL table is only update when the player logout

as you can see them inside OnPCLogoutEvent

I also don't like this way though, my old script update the variable on the spot (but did not use SQL table)

 
Last edited by a moderator:
apparently, that script only works on latest rathena, and not working on latest hercules

but first, what is your server revision

I just setup back rathena test server because of this script <.<

attachicon.gif
screenrAthena036.jpg

attachicon.gif
screenrAthena037.jpg

cannot reproduce your problem

2.

the SQL table is only update when the player logout

as you can see them inside OnPCLogoutEvent

I also don't like this way though, my old script update the variable on the spot (but did not use SQL table)
I don't have this dispbottom message when killing monsters.

2mg8opt.jpg


Still incomplete even though I set it right:

2ep0zgi.jpg
 
4tospv.png


I'm currently using 2263dc4660. A little bit old too.
default_smile.png


Also, I had this error earlier:

 
jt9jeh.jpg


It says unmatched ')' , but it wasn't. 

 
I don't have this dispbottom message when killing monsters.

2mg8opt.jpg
type '@mission'and see the magic

but I don't think you can see it because your server doesn't support *strcmp

.

.

Also, I had this error earlier:

 
jt9jeh.jpg


It says unmatched ')' , but it wasn't.
I purposely put that as a test to know the user is using latest rathena or notbecause this script can only use in latest rathena

https://github.com/rathena/rathena/commit/d569d288bd73b9eb076e76302ecf4c17a0340d10

there are a few commands which are not compatible with hercules

however after developer fix this bug, I might consider fix this to use in hercules

 
I don't have this dispbottom message when killing monsters.

2mg8opt.jpg
type '@mission'and see the magic

but I don't think you can see it because your server doesn't support *strcmp

.

.

>Also, I had this error earlier:

 
jt9jeh.jpg


It says unmatched ')' , but it wasn't.
I purposely put that as a test to know the user is using latest rathena or notbecause this script can only use in latest rathena

https://github.com/rathena/rathena/commit/d569d288bd73b9eb076e76302ecf4c17a0340d10

there are a few commands which are not compatible with hercules

however after developer fix this bug, I might consider fix this to use in hercules
Yay! Great thing you're here in Hercules now.
default_smile.png


Thanks!
default_smile.png


 
Back
Top