benja98
Silver
Earned after your first post and comment.
Likes : 0
| #1Subject: Reparar todo en Blacksmith 5/31/2021, 5:49 am | |
| Hola , como estan? Alguien sabe como hacer para que en Blacksmith me repare todos los items de la bag de una? Porque sino tengo que arrastrar cada item para reparar. Saludos! |
|
LifeX
Diamond 1
Over 144 posts and comments.
10th Anniversary
Earned after being a member for 10 years.
Likes : 26
| #2Subject: Re: Reparar todo en Blacksmith 5/31/2021, 11:42 am | |
| There are codes in Centuu server, check it in the source. |
|
benja98
Silver
Earned after your first post and comment.
Likes : 0
| #3Subject: Re: Reparar todo en Blacksmith 5/31/2021, 6:14 pm | |
| hello LifeX. I have a problem compiling my client with centu's new repair all code. Game.obj : error LNK2001: unresolved external symbol "public: void __thiscall CGame::RequestRepairAllItemsConfirmHandler(int)" (?RequestRepairAllItemsConfirmHandler@CGame@@QAEXH@Z) Game.obj : error LNK2001: unresolved external symbol "public: void __thiscall CGame::RequestRepairAllItemsDeleteHandler(int,int)" (?RequestRepairAllItemsDeleteHandler@CGame@@QAEXHH@Z) Game.obj : error LNK2001: unresolved external symbol "public: void __thiscall CGame::RequestRepairAllItemsHandler(int)" (?RequestRepairAllItemsHandler@CGame@@QAEXH@Z) Release/HGserver.exe : fatal error LNK1120: 3 unresolved externals Error executing link.exe.
I await your message, cya! |
|
LifeX
Diamond 1
Over 144 posts and comments.
10th Anniversary
Earned after being a member for 10 years.
Likes : 26
| #4Subject: Re: Reparar todo en Blacksmith 6/22/2021, 9:33 am | |
| Check for all the functions. See if there is 3 time for each functions. RequestRepairAllItemsConfirmHandlerRequestRepairAllItemsDeleteHandlerRequestRepairAllItemsHandlerExample: - Code:
-
Game.h void RequestRepairAllItemsConfirmHandler(int iClientH);
Game.cpp RequestRepairAllItemsConfirmHandler(iClientH); RequestRepairAllItemsConfirmHandler(int iClientH)
|
|
Sponsored content
| #5Subject: Re: Reparar todo en Blacksmith | |
| |
|