Jump to content

Hank

Inactive Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

About Hank

Informations

  • Gender
    Male

Recent Profile Visitors

874 profile views

Hank's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Conversation Starter
  • One Month Later
  • One Year In
  • Week One Done

Recent Badges

0

Reputation

  1. In the first two inventories can put items, but in the third and fourth nothing's the problem?
  2. Hi guys, I have a problem with the serverfile on the pc goes well, but when lam climbed the host gives me this error DB: SYSERR: Jun 26 17:57:48 :: pid_init: Start of pid: 1183 SYSERR: Jun 26 17:57:48 :: Start: TABLE_POSTFIX not configured use default SYSERR: Jun 26 17:57:48 :: InitializeTables: InitializeMobTable FAILED SYSERR: Jun 26 17:57:48 :: Initialize: Table Initialize FAILED SYSERR: Jun 26 17:57:48 :: pid_deinit: End of pid And (Putty) SYSERR: Jun 26 18:02:01 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:04 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:07 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:10 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:13 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:16 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:19 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:22 :: socket_connect: HOST localhost:60500, could not connect. SYSERR: Jun 26 18:02:25 :: socket_connect: HOST localhost:60500, could not connect.
  3. and client patch ? don't have ? xd
  4. When I make a new account on my website that goes erroare What can I do ..? "Unknown column 'coins' in 'field list'"
  5. How can I fix this erroare? Thanks Putty Syserr ch. LoadSetting: [iNIT_FORKED] Do not open file (locale/romania/forkedmapindex.txt)
  6. #!/bin/sh echo -e "033[31m Cate CH-uri vrei sa deschizi n 1 - 1 CHn 2 - 2 CHn 3 - 3 CHn 4 - 4 CHn Copyright 2014-2015 ByRiochun Echo para riochu033[0m" read anzahl case $anzahl in 1*) echo -e "033[31m Pornesc baza de date ..033[0m" cd data/db && env LD_PRELOAD="/home/game/share/libs/libdb_notxt.so" ./db & sleep 2 echo -e "033[31m Baza de date a fost pornita.033[0m" echo -e "033[31m Pornesc Login-ul ..033[0m" cd data/auth && ./auth & sleep 2 echo -e "033[31m Login-ul a fost pornit[0m" echo -e "033[31m Pornesc game99_1 ..033[0m" cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_2 ..033[0m" cd ./game99/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_3 ..033[0m" cd ./game99/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_4 ..033[0m" cd ./game99/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 2 echo -e "033[31m game99 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesc game99 Core 5 ..033[0m" cd ./game99/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 1 ..033[0m" cd ./channel1/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 2 ..033[0m" cd ./channel1/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 3 ..033[0m" cd ./channel1/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 4 ..033[0m" cd ./channel1/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 5 ..033[0m" cd ./channel1/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 5 a fost pornit.n n Metin2PlayOfStyle este online033[0m" cd .. clear ;; 2*) echo -e "033[31m Pornesc baza de date ..033[0m" cd data/db && env LD_PRELOAD="/home/game/share/libs/libdb_notxt.so" ./db & sleep 2 echo -e "033[31m Baza de date a fost pornita.033[0m" echo -e "033[31m Pornesct Channel 1 Core 1 ..033[0m" cd ./channel1/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 2 ..033[0m" cd ./channel1/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 3 ..033[0m" cd ./channel1/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 4 ..033[0m" cd ./channel1/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 5 ..033[0m" cd ./channel1/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 1 ..033[0m" cd ./channel2/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 2 ..033[0m" cd ./channel2/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 3 ..033[0m" cd ./channel2/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 4 ..033[0m" cd ./channel2/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 5 ..033[0m" cd ./channel2/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_1 ..033[0m" cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_2 ..033[0m" cd ./game99/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_3 ..033[0m" cd ./game99/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_4 ..033[0m" cd ./game99/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 2 echo -e "033[31m game99 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesc game99 Core 5 ..033[0m" cd ./game99/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc Login-ul ..033[0m" cd ./data/auth && ./auth & sleep 2 echo -e "033[31m Login-ul a fost pornit.n n Metin2PlayOfStyle este online033[0m" cd .. clear ;; 3*) echo -e "033[31m Pornesc baza de date ..033[0m" cd data/db && env LD_PRELOAD="/home/game/share/libs/libdb_notxt.so" ./db & sleep 2 echo -e "033[31m Baza de date a fost pornita.033[0m" echo -e "033[31m Pornesct Channel 1 Core 1 ..033[0m" cd ./channel1/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 2 ..033[0m" cd ./channel1/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 3 ..033[0m" cd ./channel1/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 4 ..033[0m" cd ./channel1/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 5 ..033[0m" cd ./channel1/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 1 ..033[0m" cd ./channel2/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 2 ..033[0m" cd ./channel2/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 3 ..033[0m" cd ./channel2/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 4 ..033[0m" cd ./channel2/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 5 ..033[0m" cd ./channel2/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 1 ..033[0m" cd ./channel3/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 2 ..033[0m" cd ./channel3/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 3 ..033[0m" cd ./channel3/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 4 ..033[0m" cd ./channel3/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 5 ..033[0m" cd ./channel3/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_1 ..033[0m" cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_2 ..033[0m" cd ./game99/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_3 ..033[0m" cd ./game99/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_4 ..033[0m" cd ./game99/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 2 echo -e "033[31m game99 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesc game99 Core 5 ..033[0m" cd ./game99/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc Login-ul ..033[0m" cd ./data/auth && ./auth & sleep 2 echo -e "033[31m Login-ul a fost pornit.n n Metin2PlayOfStyle este online033[0m" cd .. clear ;; 4*) echo -e "033[31m Pornesc baza de date ..033[0m" cd data/db && env LD_PRELOAD="/home/game/share/libs/libdb_notxt.so" ./db & sleep 2 echo -e "033[31m Baza de date a fost pornita.033[0m" echo -e "033[31m Pornesct Channel 1 Core 1 ..033[0m" cd ./channel1/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 2 ..033[0m" cd ./channel1/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 3 ..033[0m" cd ./channel1/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 4 ..033[0m" cd ./channel1/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 1 Core 5 ..033[0m" cd ./channel1/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 1 ..033[0m" cd ./channel2/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 2 ..033[0m" cd ./channel2/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 3 ..033[0m" cd ./channel2/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 4 ..033[0m" cd ./channel2/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 2 Core 5 ..033[0m" cd ./channel2/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 2 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 1 ..033[0m" cd ./channel3/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 2 ..033[0m" cd ./channel3/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 3 ..033[0m" cd ./channel3/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 4 ..033[0m" cd ./channel3/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 3 Core 5 ..033[0m" cd ./channel3/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 3 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 4 Core 1 ..033[0m" cd ./channel4/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 4 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 4 Core 2 ..033[0m" cd ./channel4/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 4 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 4 Core 3 ..033[0m" cd ./channel4/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 4 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 4 Core 4 ..033[0m" cd ./channel4/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 4 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesct Channel 4 Core 5 ..033[0m" cd ./channel4/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 4 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_1 ..033[0m" cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 1 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_2 ..033[0m" cd ./game99/core2 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 2 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_3 ..033[0m" cd ./game99/core3 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m game99 Core 3 a fost pornit.033[0m" echo -e "033[31m Pornesc game99_4 ..033[0m" cd ./game99/core4 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 2 echo -e "033[31m game99 Core 4 a fost pornit.033[0m" echo -e "033[31m Pornesc game99 Core 5 ..033[0m" cd ./game99/core5 && env LD_PRELOAD="/usr/home/game/share/libs/kickhackfix.so" ./game & sleep 5 echo -e "033[31m Channel 1 Core 5 a fost pornit.033[0m" echo -e "033[31m Pornesc Login-ul ..033[0m" cd ./data/auth && ./auth & sleep 2 echo -e "033[31m Login-ul a fost pornit.n n Metin2PlayOfStyle este online033[0m" cd .. clear ;; 5*) echo -e "033[31m LoginServer start ..033[0m" cd ./data/auth && ./auth & sleep 2 echo -e "033[31m The login server is Pornescd.n n Channel Pornescd033[0m" cd .. clear esac
  7. Hi guys I have and I need, and the rest of these costumes that appeared I am looking for but not found Thanks.
×
×
  • 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.