Jump to content
  • 0
Sign in to follow this  
schan

SQL Mission Board Problem

Question

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!

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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 <.<

post-4102-0-15904400-1392562536_thumb.jpg

post-4102-0-25053100-1392562550_thumb.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)

Share this post


Link to post
Share on other sites
  • 0

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.gifscreenrAthena036.jpg

attachicon.gifscreenrAthena037.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. :)

 

 

 

Also, I had this error earlier:

 jt9jeh.jpg

 

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

Share this post


Link to post
Share on other sites
  • 0

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 not

because 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

Share this post


Link to post
Share on other sites
  • 0

 

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 not

because 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. :)

Thanks! :)

Share this post


Link to post
Share on other sites
  • 0

@AnnieRuru Hmm, you could try this plugin.. I have converted the strcmp script command from rathena into plugin..

 

http://upaste.me/bf2e10664c663ecb4

yeah its working fine

thanks a lot

 

I just learn how to install a plugin because of this post lol

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.