hi guys
My fields of valor isn't working?
I can access the menu, choose a page, set it to repeat but when I kill a mob it doesn't bring up the (1/x) in the log and the game server reads something ike
Error: lluautils: OnMobDeath: .\file path to fieldsofvalor and value=nil or something like that. any ideas?
Kind regards
DCJ
Issues with Fields Of Valor
Re: Issues with Fields Of Valor
Can you paste in the exact error? Sounds like you are missing a file maybe...
-- Whasf
Re: Issues with Fields Of Valor
apologies for the delay!
When cancelling, there is no message in the log, just a gap
When I set it training regime to repeat upon completion, there is 2 blank messages in the log
The error that comes up after I kill something in that log (page 1, east saratabaruta for example), when I kill a tiny mandy this comes up on game_server...
[Error} luautils::onMobDeath: .\scripts/global/fieldsofvalor.lua:434: attempt to call method 'checkValorCredit' (a nil value)
I can find the fieldsofvalor.lua file.... but I'm unsure what could be wrong, all looks ok?
When cancelling, there is no message in the log, just a gap
When I set it training regime to repeat upon completion, there is 2 blank messages in the log
The error that comes up after I kill something in that log (page 1, east saratabaruta for example), when I kill a tiny mandy this comes up on game_server...
[Error} luautils::onMobDeath: .\scripts/global/fieldsofvalor.lua:434: attempt to call method 'checkValorCredit' (a nil value)
I can find the fieldsofvalor.lua file.... but I'm unsure what could be wrong, all looks ok?
Re: Issues with Fields Of Valor
I don't see that file on GitHub, how long has it been since you've updated??
-- Whasf
Re: Issues with Fields Of Valor
few months ago I believe? Was a fresh install around feb/march time?
do I need to start again? /cry
do I need to start again? /cry
Re: Issues with Fields Of Valor
You should pull from master and update the SQL tables as necessary. There's been a lot of changes.
-- Whasf
Re: Issues with Fields Of Valor
Is there an easy way to do it? Last time i tried updating had to wipe.n do all over again.
GitHub > fork > download the lot/overwrite the files....
But what's best way to update the SQL? Noobie with sql. Im using mysql5.7
GitHub > fork > download the lot/overwrite the files....
But what's best way to update the SQL? Noobie with sql. Im using mysql5.7
Re: Issues with Fields Of Valor
Run the SQL files via HeidiSQL (or whatever you're using for running queries). For the character ones you'll want to compare the structure and add/delete the columns manually, because if you run those SQL files it drops and recreates the table and you loose all your data.
-- Whasf
Re: Issues with Fields Of Valor
I always check to see what changed in my pull (I keep my tortoise git update window open), then manually update those tables that updated, outside of critical.
You may have some issues with some critical tables though, since I believe some char data has been shifted a bit since your last pull.
You may have some issues with some critical tables though, since I believe some char data has been shifted a bit since your last pull.