Jump to content

Lehel

Inactive Member
  • Posts

    107
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Lehel

  1. Old bug, Can Baran noticed him, but no fix at this moment I think. BTW, only 1x dammage. No , on my server x3 damage . I will make a vide .
  2. Hey,I noticed a very bad bug. When I am in a duel , I can attack whit a skill x3 times. Why ?
  3. Oh , yeah , an error . SYSERR: Aug 31 12:47:33 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_sg1.dat SYSERR: Aug 31 12:49:40 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'ragione' in 'field list' query: UPDATE account.account SET availDt = '0000-00-00 00:00:00', ragione = '', status = 'OK' WHERE id = (SELECT account_id FROM player.player WHERE name='Hey')
  4. Kroneees , your function is working ?
  5. Problem solved I had to download this : Http://onex.ws/libs.zip , and now works fine
  6. The problem is on my vps , I don't have virtual box , only ssh acces , ftp, mysql , etc ..
  7. Need I have the souce of metin2 on vps , because the source is on my vdi .
  8. Mysql is working , and right now I have installed the cd /usr/ports/graphics/devil/ . It is not working Can you help me please ?
  9. Thanks a lot . And the last error what I have . When I want to start the server on the vps , it gives me this error : Shared object "libIL.so.2" not found, required by "fk_x" fk_x is my game file .
  10. Now I have an another error /usr/bin/ld: cannot find -lmysqlclient
  11. MAKE = gmake CC = g++ INCDIR = LIBDIR = BINDIR = .. OBJDIR = .obj GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1) BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1) P4_VERSION = $(shell svnversion -n .) $(shell if [ ! -d $(OBJDIR) ]; then mkdir $(OBJDIR); fi) TARGET = $(BINDIR)/db_r$(P4_VERSION) CFLAGS = -g -Wall -O2 -pipe -fno-rtti -fno-exceptions -pthread -D_THREAD_SAFE ifeq ($(GCC_VERSION), 4) CFLAGS += -mtune=i686 else CFLAGS += -mcpu=i686 endif # boost INCDIR += -I../../boost LIBDIR += -L../../libthecore/lib -L../../libsql -L../../libpoly -L../../libgame/lib ifeq ($(BSD_VERSION), 7) INCDIR += -I../../libmysql/7.x-5.1.35 LIBDIR += -L../../libmysql/7.x-5.1.35 else INCDIR += -I../../libmysql/5.x-5.1.35 LIBDIR += -L../../libmysql/5.x-5.1.35 endif LIBS = -lthecore -lmysqlclient -lsql -lpoly -lgame -lm -lz SRCS = Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp AuctionManager.cpp ProtoReader.cpp CsvReader.cpp OBJS = $(SRCS:%.cpp=$(OBJDIR)/%.o) default: $(TARGET) $(TARGET): $(OBJS) @echo linking ... @$(CC) $(CFLAGS) $(LIBDIR) $(OBJS) $(LIBS) -o $(TARGET) @touch version.cpp $(OBJDIR)/%.o: %.cpp @echo compile $< @$(CC) $(CFLAGS) $(INCDIR) -c $< -o $@ $(OBJDIR)/version.o: version.cpp @$(CC) $(CFLAGS) -D__USER__="$(USER)" -D__HOSTNAME__="$(HOSTNAME)" -D__PWD__="$(PWD)" -D__P4_VERSION__="$(P4_VERSION)" -c $< -o $@ @echo compile $< $(OBJDIR): @mkdir $(OBJDIR) clean: @rm -f $(OBJS) $(BINDIR)/db_r* dep: @touch Depend makedepend -fDepend $(INCDIR) -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p$(OBJDIR)/ $(SRCS) 2> /dev/null sinclude Depend It's mainline_released . =D
  12. I tried to compile db/src , but gives me an error . <command-line>: warning: missing terminating " character version.cpp:11: error: missing terminating " character version.cpp: In function 'void WriteVersion()': version.cpp:11: error: expected primary-expression before ')' token compile CsvReader.cpp gmake: *** [.obj/version.o] Error 1 gmake: *** Waiting for unfinished jobs.... Why ?
  13. I tried to compile db/src , but gives me an error . <command-line>: warning: missing terminating " character version.cpp:11: error: missing terminating " character version.cpp: In function 'void WriteVersion()': version.cpp:11: error: expected primary-expression before ')' token compile CsvReader.cpp gmake: *** [.obj/version.o] Error 1 gmake: *** Waiting for unfinished jobs.... Why ?
  14. Not working for me . Is the function SELECT corectly ?
  15. Yes,but are that line is on 6 places.
  16. Hey,I made this tut : [Hidden Content] , but it is not working . I write for example !Hy everyone , but it appears normally.
  17. Not working for me , need I have in config.cpp this line ? bool g_bGlobalShoutEnable = true; ? I use mainline_released.
  18. this is only the the function were the warning/error is. (better then saying its a warning but you should be 100% right sence he is compling novaline game) we cant know till you give as full out-put (the last ones should be fine) Do you say it's not a problem ? Everyone mainline want to compile ?
  19. It's a warning not an error. Ok,I'll give you another " error " . shopEx.cpp: In member function 'virtual int CShopEx::Buy(CHARACTER*, BYTE)': and group_test_parse_tree.h: instantiated from 'bool CGroupNode::CGroupNode::CGroupNodeRow::Get And a question for you Denis , or a developer . Private 40k servers , aren't using novaline , only mainline ? Novaline is good ?
  20. For example , when I compile ( gmake in /usr/src/novaline/Srcs/Server ) : fdwatch.c:173: warning: comparison between signed and unsigned integer expressio ns
×
×
  • 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.