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

item_upgrade.conf~BUG?? #576

Open
idamonli opened this issue Jan 11, 2020 · 0 comments
Open

item_upgrade.conf~BUG?? #576

idamonli opened this issue Jan 11, 2020 · 0 comments

Comments

@idamonli
Copy link

item_upgrade: (
{
Id: 23289 // ?????????, ?? ??? ??(??) (rdata.grf)
TargetItems: (
{
Item: 20842 //??????
??
}
)
Script: "
.@params[0] = 0;
callfunc("F_Lapine_Candy_Pouch_Blessing_Scroll_W", .@opts[0], .@vals[0], .@opts[1], .@vals[1]);
getitem3(@last_lapine_id,1,1,@last_lapine_refine,0,@last_lapine_card1,@last_lapine_card2,@last_lapine_card3,@last_lapine_card4,.@opts,.@vals,.@params);
"
},
{
Id: 23290 // ??????????, ?? ??? ??(???) (rdata.grf)
TargetItems: (
{
Item: 20843 //??????
???
}
)
Script: "
.@params[0] = 0;
callfunc("F_Lapine_Candy_Pouch_Blessing_Scroll_R", .@opts[0], .@vals[0], .@opts[1], .@vals[1]);
getitem3(@last_lapine_id,1,1,@last_lapine_refine,0,@last_lapine_card1,@last_lapine_card2,@last_lapine_card3,@last_lapine_card4,.@opts,.@vals,.@params);
"
}
)

script error in file 'db/re/item_upgrade.conf' line 23291
parse_simpleexpr: unexpected character
23289 :
23290 : .@params[0] = 0;
*23291 : callfunc(

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

1 participant