Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monsters name problem of lastest version #3361

Closed
hubertyang88 opened this issue Feb 26, 2021 · 5 comments
Closed

monsters name problem of lastest version #3361

hubertyang88 opened this issue Feb 26, 2021 · 5 comments

Comments

@hubertyang88
Copy link

hubertyang88 commented Feb 26, 2021

------------------ Openkore Issues Template ------------------

  • Openkore version git:
    Latest
  • Server:
    cro
  • Bug Report / Feature Request:
    something wrong with mon name
    when set in mon_control
    1081 0 0 0
    kore will leave Yellow Plant alone
    but when set
    黄草 0 0 0 #“Yellow Plant 0 0 0”
    kore will attck Yellow Plant , monsters name don't work

this also affect attackSkillSlot when use monsters name , only monster ID works

attackSkillSlot skills {
lvl 2
dist 1
maxDist 3
whenStatusInactive status
monsters 1113,1009,1049
timeout 2
}

Strangely , name of some new event monster works , kore didn't read monsters.txt only read new monsters ?
#3299 is this same problem?

  • Summary:
@alisonrag
Copy link
Contributor

alisonrag commented Feb 26, 2021

just to have sure, can u delete the monsters.txt? should be at tables/cRO and tables folder

@alisonrag
Copy link
Contributor

alisonrag commented Feb 26, 2021

can u add this line at CoreLogic line 3076
message "we are trying to check : " . $monster->{name} . " \tlc: ".lc($monster->{name})." \tID: ".$monster->{nameID}." \tcontrol: ".$control->{attack_auto}."\n";

image

and send log here?

@alisonrag
Copy link
Contributor

alisonrag commented Feb 26, 2021

you will see messages like this:
image

@alisonrag
Copy link
Contributor

also send your mon_control here

@hubertyang88
Copy link
Author

hubertyang88 commented Feb 27, 2021

As your request , I remove monsters.txt , and run kore , this file is generated again , see zip file , console and mon_control included.
In console , same monster first check -1 and then check 1. As I set in mon_control, non of those mons should be killed twice.
For 2218 event monser , always check -1, kore seems ok with this one...
mon.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants