- 0
-
Activity
-
57
-
1
-
9
-
9
-
9
-
9
-
-
5
boss victim calculation problem
GameLib/ActorInstanceBattle.cpp: 1. #include "../UserInterface/PythonNonPlayer.h" at the top under the other includes. 2. Look for: Below add: This will fix the problem with bosses, which are using skills. If you're talking about player sync delay this is the only solution: -
2
Unwear/swap weapon/armor with costume on [c++]
hello, is there a solution for that?
-
-
Recently Browsing
- No registered users viewing this page.
Question
ic3 0
Hello. I have a problem when i try to close my server. Yesterday i tryed to install a quest but I received this error:
This is the quest that i wanted to install when i received core dumped.
Resolved. A moderator can close the topic xD
Link to comment
Share on other sites
Top Posters For This Question
3
1
1
1
Popular Days
Mar 16
6
Top Posters For This Question
ic3 3 posts
DevChuckNorris 1 post
Yiv 1 post
Aveline™ 1 post
Popular Days
Mar 16 2014
6 posts
Popular Posts
DevChuckNorris
You have a state in a state. Just add one end after line 39 and remove one in live 43. Kind regards Chuck
Yiv
That you have a problem with closing your server is not caused by the quest. Your close.sh tries to kill the wrong process which is not running. Regards P.S: Because of the "socket_connect" error I think it will close your db core but not the game cores.
Aveline™
quest welcome begin state start begin when login begin if(pc.getqf("metin2") == 0) then pc.setqf("metin2",1) if(pc.job == 0) then pc.give_item2(19,1) pc.give_item2(11209,1) pc.give_item2(12209,1) elseif(pc.job == 1) then pc.give_item2(1009,1) pc.give_item2(11409,1) pc.give_item2(12349,1) elseif(pc.job == 2) then pc.give_item2(19,1) pc.give_item2(11609,1) pc.give_item2(12489,1) elseif(pc.job == 3) then pc.give_item2(7009,
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now