Jump to content

Lycan [WE NEED YOU]


Syron

Recommended Posts

  • Bronze

 

 

 

 

I get connection refused.

Verify if item_proto & mob_proto are loaded from MySQL. ( message input when start db.sh ) 

or check if db is opened ( type 'ps' ) 

Try to restart db , or restart mysql-server and try again.

 

I needed to start db first.

Thanks.

 

Edit: Where or how can I choose the skills?

 

Btw, thank you very much Syron for your support!!

I really appreciated!

 

 

Make a quest like the Skill-Teachers , and set Skill_Group to (1) :)

 

I forgot about the quests. facepalm.png

Thanks. 

 

Edit: When compiling the game

start_position.cpp:17: error: conflicting declaration 'long int g_start_map [4]'
start_position.h:8: error: 'g_start_map' has a previous declaration as 'long int g_start_map [7]'
start_position.cpp:25: error: conflicting declaration 'DWORD g_start_position [4][2]'
start_position.h:7: error: 'g_start_position' has a previous declaration as 'DWORD g_start_position [7][2]'
start_position.cpp:43: error: conflicting declaration 'DWORD g_create_position [4][2]'
start_position.h:9: error: 'g_create_position' has a previous declaration as 'DWORD g_create_position [7][2]'
start_position.cpp:51: error: conflicting declaration 'DWORD g_create_position_canada [4][2]'
start_position.h:10: error: 'g_create_position_canada' has a previous declaration as 'DWORD g_create_position_canada [7][2]'
gmake: *** [OBJDIR/start_position.o] Error 1

Probably my mistake...

I edited the link to the new start position in Main Post.

Thanks for reporting this error :D

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

  • Premium

Bug 3:

 

After walking/mount for senconds the class going to back (all characters)

6vLge.png

 

Bug 4:

All characters have at login in the map the shaman buff and when attacking something (other skills from other characters appear)

Ce9vh.png

 

Bug 5:

all characters can't see the effects of skills after doing it

ex: show making aura, don't show the aura working

 

FU76h.png

 

nYfjg.png

 

 

Fix?   :rolleyes:

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

if (!NewPlayerTable2(&player_create_packet.player_table, pinfo->name, pinfo->job, pinfo->shape, d->GetEmpire()))

to

if (!NewPlayerTable2(&player_create_packet.player_table, pinfo->name, pinfo->job, pinfo->shape, (pinfo->job == 8 ? 4 : d->GetEmpire())))

at file input_login.cpp and the only thing you need to do is to add the new coords to start_position without creating extra functions like @Tasho did.

 

Thanks.

Link to comment
Share on other sites

Ok last thing, I hope...

Do I need to change start scripts?

 

When I do

sh start.sh

472Tc.png

 

Thanks so far.  :)

 

 

 

Just create that user in MySQL

create user 'mt2user'@'localhost' identified by 'password_from_config';
grant all privileges on * . * to 'mt2user'@'localhost';
flush privileges;

62f7a454c2.pngdbe5cab8a3.png

 

Solution?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Bronze

 

Warez warez warez....
cmd_general.cpp 
ACMD(do_dice) 
{
	ch->ChatPacket(CHAT_TYPE_INFO, "You can't do that. Maxmi "); //You can edit the text 
}
Maxmi source  and metin2 rage client = bug bug bug
Novices you :D

 

I just merged some wolf files from the internet into my source , you can't call that "Warez"

I'm working on a new version of this source , updated for everyone. 

Just report here all bugs :P i'm checking everything.

 

 

48d4cce485.png

 

 

already edited serverinfo.py.. Any suggestions? If I enter a wrong password it says accountname or password wrong.

 
You have already started the server ( or something ) on the same port.
Do these commands in order:
1. killall game
2. killall db
3. 'ps' - do multiple times to check if game is still opened. ( it will close in a few seconds ) 
4. cd /usr/home/game && sh db.sh
5. sh auth.sh then sh start.sh
Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 3
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.