mycard / srvpro

A server for YGOPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何将预发行卡添加到服务器?How can I add prereleased cards to server?

KraadVV opened this issue · comments

感谢您的工作,我在 Google Cloud Platform 上运行服务器与我的朋友一起玩。

但由于 docker 有 1 月的 lflist,所以我在扩展文件夹中添加了 4 月版本的 lflist。

它运作良好。

我还将 POTE 预发布的卡 cdb 文件添加到扩展文件夹中,似乎服务器接受使用 POTE 卡的用户。

但是当游戏开始时,它会显示如下错误消息:

[Server]: "CallCardFunction"(c101109047.initial_effect): attempt to call an error function

我怎样才能解决这个问题?

ENG:

Thanks to your work, I'm running server on Google Cloud Platform to play with my friends.

but since the docker has january lflists, so I added april version lflist in expansion folder.

It worked well.

I also added POTE prereleased card cdb files to expansions folder, and it seems like the server accepts user with decks using POTE cards.

But when the game starts, It shows error message like this:

[Server]: "CallCardFunction"(c101109047.initial_effect): attempt to call an error function

How can I fix this?

expansions/script/c*.lua

Still some of the cards have no effect, printing another error message saying that it failed to call functions...

Screenshot_20220425-154333_YGOMobile.jpg

This is the image when error occurs.

You're the best :)
Thx!!

just one more question:
put those .cdb files in expansion folders, right?

just one more question: put those .cdb files in expansion folders, right?

yes

You can't use edopro scripts in ygopro server Should use databases from https://mercury233.coding.net/p/ygopro-pre-data/d/ygopro-pre-data/git/raw/master/expansions/pre-release.cdb, pre-update.cdb and scripts from https://github.com/Fluorohydride/ygopro-pre-script

is it not allowed to others? i can not enter and get the .cdb?

thank you for your work.I know how to place the expansion.
image