Register for your free account! | Forgot your password?

You last visited: Today at 15:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Partner/Dev gesucht.

Discussion on Partner/Dev gesucht. within the Last Chaos Private Server forum part of the Last Chaos category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2011
Posts: 8
Received Thanks: 0
Partner/Dev gesucht.

Tag zusammen.


Ich suche einen Partner (Eher gesagt Dev) der mir bei paar Kleinigkeiten (Wirklich Kleinigkeiten) hilft. Dies natürlich mit Gegenleistung.
Einfach Skype-Addy hier im Thread schicken.


Mit freundlichen Grüßen.
lasttenebre is offline  
Old 08/30/2012, 18:52   #2

 
elite*gold: 4186
Join Date: Jul 2012
Posts: 274
Received Thanks: 2,037
DrFapMax

Öffentliche Arbeit bei EPVP :
FapMax is offline  
Thanks
1 User
Old 08/30/2012, 18:52   #3


 
The-Apple's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,507
Received Thanks: 814
karolis3301
The-Apple is offline  
Old 09/01/2012, 19:36   #4
 
elite*gold: 0
Join Date: Jun 2011
Posts: 8
Received Thanks: 0
~push~?
lasttenebre is offline  
Old 09/01/2012, 21:19   #5
 
elite*gold: 1
Join Date: Aug 2012
Posts: 742
Received Thanks: 85
Mein Skype: justBuy.epvp
Aber nur adden wenn du einen Root hast
justBuy is offline  
Old 09/01/2012, 22:57   #6
 
elite*gold: 0
Join Date: Aug 2012
Posts: 35
Received Thanks: 25
What jobs are looking to get done, and how much are you offering to do them?
WarmongerTM is offline  
Old 09/01/2012, 23:25   #7

 
elite*gold: 4186
Join Date: Jul 2012
Posts: 274
Received Thanks: 2,037
Quote:
Originally Posted by WarmongerTM View Post
What jobs are looking to get done, and how much are you offering to do them?
he is offering nothing and have simple questions like "can you fix my SQL Command ?"

his question
Quote:
[30.08.2012 19:09:57] lasttenebre | EPVP: UPDATE t_item SET a_flag =60 WHERE a_flag = 62;
UPDATE t_item SET a_flag =89 WHERE a_flag = 91;
UPDATE t_item SET a_flag =25 WHERE a_flag = 27;
UPDATE t_item SET a_flag =124 WHERE a_flag = 126;
UPDATE t_item SET a_flag =24 WHERE a_flag = 26;
UPDATE t_item SET a_flag =2172 WHERE a_flag = 2174;
UPDATE t_item SET a_flag =40 WHERE a_flag = 42;
UPDATE t_item SET a_flag =265 WHERE a_flag = 267;
UPDATE t_item SET a_flag =281 WHERE a_flag = 283;
UPDATE t_item SET a_flag =9 WHERE a_flag = 11;
UPDATE t_item SET a_flag =40 WHERE a_flag = 42;
UPDATE t_item SET a_flag =3132 WHERE a_flag = 3134;
UPDATE t_item SET a_flag =60 WHERE a_flag = 134742078;

my fix
Quote:
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '60' WHERE `t_item`.`a_flag` = '62';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '89' WHERE `t_item`.`a_flag` = '91';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '25' WHERE `t_item`.`a_flag` = '27';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '124' WHERE `t_item`.`a_flag` = '126';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '24' WHERE `t_item`.`a_flag` = '26';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '2172' WHERE `t_item`.`a_flag` = '2174';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '40' WHERE `t_item`.`a_flag` = '42';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '265' WHERE `t_item`.`a_flag` = '267';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '281' WHERE `t_item`.`a_flag` = '283';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '9' WHERE `t_item`.`a_flag` = '11';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '40' WHERE `t_item`.`a_flag` = '42';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '3132' WHERE `t_item`.`a_flag` = '3134';
UPDATE `newproject_data`.`t_item` SET `t_item`.`a_flag` = '60' WHERE `t_item`.`a_flag` = '134742078';
FapMax is offline  
Thanks
1 User
Old 09/02/2012, 00:05   #8
 
elite*gold: 0
Join Date: Aug 2012
Posts: 35
Received Thanks: 25
Quote:
Originally Posted by FapMax View Post
he is offering nothing and have simple questions like "can you fix my SQL Command ?"

his question



my fix
You don't need to specify the table name in the where statement, and it saves a lot of time typing if you just specify which database to use at the start. Other then that seems to me he should of just made a support thread.

Code:
USE newproject_data;
UPDATE t_item SET a_flag = '60' WHERE a_flag = '62';
UPDATE t_item SET a_flag = '89' WHERE a_flag = '91';
UPDATE t_item SET a_flag = '25' WHERE a_flag = '27';
UPDATE t_item SET a_flag = '124' WHERE a_flag = '126';
UPDATE t_item SET a_flag = '24' WHERE a_flag = '26';
UPDATE t_item SET a_flag = '2172' WHERE a_flag = '2174';
UPDATE t_item SET a_flag = '40' WHERE a_flag = '42';
UPDATE t_item SET a_flag = '265' WHERE a_flag = '267';
UPDATE t_item SET a_flag = '281' WHERE a_flag = '283';
UPDATE t_item SET a_flag = '9' WHERE a_flag = '11';
UPDATE t_item SET a_flag = '40' WHERE a_flag = '42';
UPDATE t_item SET a_flag = '3132' WHERE a_flag = '3134';
UPDATE t_item SET a_flag = '60' WHERE a_flag = '134742078';
WarmongerTM is offline  
Old 09/02/2012, 00:12   #9

 
elite*gold: 4186
Join Date: Jul 2012
Posts: 274
Received Thanks: 2,037
Quote:
Originally Posted by WarmongerTM View Post
You don't need to specify the table name in the where statement, and it saves a lot of time typing if you just specify which database to use at the start. Other then that seems to me he should of just made a support thread.
I would have done this like that but how shoud i know that someone like him isnt executing every single Line by itself ?

PS: i dont even had to use the apostrophe to seperate the Integer from the Command :P
FapMax is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Partner gesucht
02/23/2012 - WoW Private Server - 1 Replies
Tag, ich suche einen Partner der mit mir auf einen Privat Server 3.3.5a spielt. Und zwar ist es ein 255 Fun Server. Es wird gefarmt, PvE und PvP gemacht. Er sollte Skype/MSN ( Österreich - Mobil erreichbar ) haben. / Es können auch mehrere sein. Weiteres wird besprochen. Interessen per PN.- Nicht Skype! Mfg
P*lvl partner gesucht !
05/16/2011 - WarRock - 5 Replies
Suche lvl partner der heute nacht auf deberan base geht ! morgen nacht gehe ich dann auf deberan base ! Biete für beide nächte 10 euro psc !!! Also meldet euch schnell! Ihr braucht nur den Sirosix 9.2 !!! Special release !! addet mich bei skype oder schreibt mir hier!
*** ~~Partner gesucht~~ ***
12/20/2010 - WarRock - 1 Replies
Hallo , Ich suche einen Partner zum Powerlvln . Wer lust dadrauf hat einfach per PN melden oder in Skype Gee-Ru Adden . - Danke ;)
Partner gesucht!
11/16/2010 - World of Warcraft - 4 Replies
Grüße! Ich wollte vor Cata nochmal einen Char anfangen, er soll auf dem Realm Rajaxx anfangen. (völliger Neubeginn für mich auf dem Realm. ;) ) Ich spiele Allianz und würde gerne um Mitspieler hoffen, die meine Priesterin unterstützen wollen im Levelbereich. Ich bin ein Erfolgsjukie und mache jeden Erfolg mit. :D Wenn jemand interesse hat, so kann er mich via ICQ oder InGame erreichen. InGame einfach in den Channel Leveln (/join leveln) wechseln.
S14 lvl partner gesucht...
01/09/2009 - Metin2 - 3 Replies
Hi all, Suche wen der auch auf s14 angefangen hat im blauen Reich. Ich hab dort als Nah-Ninja angefangen und bin mittlerweile lvl 41. Jetzt wäre nen lvl Partner gleiches lvl oder höher genau das richtige. Mk für otm oder so =D aber andere klassen sind auch ok. Vorraussetzungen: -Am besten 16Jahre oder älter (nicht unbedingt notwendig) -Erfahrung auf anderen Servern



All times are GMT +2. The time now is 15:47.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.