Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 19:41

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

Advertisement



Revos DB with no Bugs everything fixed with vendor working

Discussion on Revos DB with no Bugs everything fixed with vendor working within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old 04/04/2011, 16:36   #61
 
S/W's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
How change start character level now after make new char level 130...
S/W is offline  
Old 04/05/2011, 16:40   #62
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
cq_user . right click . and try designtable



Regards
~Sword~Stalker~. is offline  
Thanks
1 User
Old 06/12/2011, 03:05   #63
 
Thorlon's Avatar
 
elite*gold: 100
Join Date: Mar 2011
Posts: 620
Received Thanks: 409
*Hello,

Can someone plz give me the code for 255+ gears

E.G /awarditem "id" "Name"

Thanks *

Nvm i found it
Thorlon is offline  
Old 06/12/2011, 09:51   #64
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
thats a newbie gift bag .

u can use querys as :
Code:
 update cq_item set eudemon_attack1=255 where player_id=" 1";
update cq_item set eudemon_attack2=255 where player_id="1";
update cq_item set eudemon_attack3=255 where player_id="1";
update cq_item set eudemon_attack4=255 where player_id="1";
update cq_item set gem1=21 where player_id=" 1";
update cq_item set gem2=24 where player_id=" 1";
update cq_item set warghostexp=1024 where player_id=" 1";
update cq_item set magic3=255 where player_id=" 1";
update cq_item set special_effect=255 where player_id="1";
update cq_item set forgename='Forgename' where player_id=" 1";

to just change the gears ur wearing :
Code:
update cq_item set eudemon_attack1=255 where player_id=14472927 and position=1;

update cq_item set eudemon_attack1=255 where player_id=14472927 and position=2;

update cq_item set eudemon_attack1=255 where player_id=14472927 and position=3;

update cq_item set eudemon_attack1=255 where player_id=14472927 and position=4;

update cq_item set eudemon_attack1=255 where player_id=14472927 and position=7;

update cq_item set eudemon_attack1=255 where player_id=14472927 and position=8;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=1;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=2;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=3;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=4;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=7;

update cq_item set eudemon_attack2=255 where player_id=14472927 and position=8;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=1;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=2;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=3;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=4;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=7;

update cq_item set eudemon_attack3=255 where player_id=14472927 and position=8;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=1;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=2;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=3;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=4;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=7;

update cq_item set eudemon_attack4=255 where player_id=14472927 and position=8;

update cq_item set magic3=255 where player_id=14472927 and position=1;

update cq_item set magic3=255 where player_id=14472927 and position=2;

update cq_item set magic3=255 where player_id=14472927 and position=3;

update cq_item set magic3=255 where player_id=14472927 and position=4;

update cq_item set magic3=255 where player_id=14472927 and position=7;

update cq_item set magic3=255 where player_id=14472927 and position=8;

update cq_item set special_effect=255 where player_id=14472927 and position=1;

update cq_item set special_effect=255 where player_id=14472927 and position=2;

update cq_item set special_effect=255 where player_id=14472927 and position=3;

update cq_item set special_effect=255 where player_id=14472927 and position=4;

update cq_item set special_effect=255 where player_id=14472927 and position=7;

update cq_item set special_effect=255 where player_id=14472927 and position=8;

update cq_item set magic3=255 where player_id=14472927 and position=1;

update cq_item set magic3=255 where player_id=14472927 and position=2;

update cq_item set magic3=255 where player_id=14472927 and position=3;

update cq_item set magic3=255 where player_id=14472927 and position=4;

update cq_item set magic3=255 where player_id=14472927 and position=7;

update cq_item set magic3=255 where player_id=14472927 and position=8;

update cq_item set amount=28800 where player_id=14472927 and position=1;

update cq_item set amount_limit=28800 where player_id=14472927 and position=1;

update cq_item set amount=28800 where player_id=14472927 and position=2;

update cq_item set amount_limit=28800 where player_id=14472927 and position=2;

update cq_item set amount=28800 where player_id=14472927 and position=3;

update cq_item set amount_limit=28800 where player_id=14472927 and position=3;

update cq_item set amount=28800 where player_id=14472927 and position=4;

update cq_item set amount_limit=28800 where player_id=14472927 and position=4;

update cq_item set amount=28800 where player_id=14472927 and position=7;

update cq_item set amount_limit=28800 where player_id=14472927 and position=7;

update cq_item set amount=28800 where player_id=14472927 and position=8;

update cq_item set amount_limit=28800 where player_id=14472927 and position=8;

update cq_item set gem1=18 where player_id=14472927 and position=1;

update cq_item set gem2=18 where player_id=14472927 and position=1;

update cq_item set gem1=18 where player_id=14472927 and position=2;

update cq_item set gem2=18 where player_id=14472927 and position=2;

update cq_item set gem1=18 where player_id=14472927 and position=3;

update cq_item set gem2=18 where player_id=14472927 and position=3;

update cq_item set gem1=18 where player_id=14472927 and position=4;

update cq_item set gem2=18 where player_id=14472927 and position=4;

update cq_item set gem1=18 where player_id=14472927 and position=7;

update cq_item set gem2=18 where player_id=14472927 and position=7;

update cq_item set gem1=18 where player_id=14472927 and position=8;

update cq_item set gem2=18 where player_id=14472927 and position=8;

update cq_item set warghostexp=1536 where player_id=14472927 and position=1;

update cq_item set warghostexp=1536 where player_id=14472927 and position=2;

update cq_item set warghostexp=1536 where player_id=14472927 and position=3;

update cq_item set warghostexp=1536 where player_id=14472927 and position=4;

update cq_item set warghostexp=1536 where player_id=14472927 and position=7;

update cq_item set warghostexp=1536 where player_id=14472927 and position=8;

update cq_item set warghostexp=1536 where player_id=14472927 and position=12;

update cq_item set forgename='lala_net' where player_id=14472927 and position=1;

update cq_item set forgename='lala_net' where player_id=14472927 and position=2;

update cq_item set forgename='lala_net' where player_id=14472927 and position=3;

update cq_item set forgename='lala_net' where player_id=14472927 and position=4;

update cq_item set forgename='lala_net' where player_id=14472927 and position=7;

update cq_item set forgename='lala_net' where player_id=14472927 and position=8;
~Sword~Stalker~. is offline  
Thanks
1 User
Old 06/12/2011, 10:00   #65
 
Thorlon's Avatar
 
elite*gold: 100
Join Date: Mar 2011
Posts: 620
Received Thanks: 409
Thanks mate, another question
1. How do i bot jail somone?
2. How do i change what you start with?
3. How do i get lvl 255 gears with command?

Thanks
Thorlon is offline  
Old 06/12/2011, 10:09   #66
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
1 - with the admin tool . let it connect to ur db by filling the connection it would be :

localhost
root
(ur DB pass)
and shade my .

there is a another way but i cant rememmber it yet ,
-------------------------------------------------------

2- u can take other guides here as a template .

i guess u need to use TYPES of action from 501 - 508 . ull use 510 , and 511 512 and 514 the 501 is the start and the 508 is the checks of the knapsack .


Regards
~Sword~Stalker~. is offline  
Thanks
1 User
Old 06/14/2011, 11:56   #67
 
elite*gold: 0
Join Date: Nov 2009
Posts: 232
Received Thanks: 61
if you lnew how to use the DB like i did then you wouldnt have to fix any bugs... the bugs you mentioned they were nowhere near BUGS they were made specifically for the server and only i knew how to use everything in it.
RevolutionEO is offline  
Old 06/16/2011, 14:12   #68
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
well i apologize if these words were to me ..

im still a noob . i didnt ever open a server before and i asked for help so ppl can do it for me . Oh i need to know what mysql is too and i cant fix bugs so i just copied a file from epvp and added to the server . i dont even know how to open configs and navicat ..

go ahead and sue me .

btw .. u forgot that i have a running server and u dont ,

have fun .
~Sword~Stalker~. is offline  
Old 06/16/2011, 14:46   #69
 
elite*gold: 0
Join Date: Nov 2010
Posts: 191
Received Thanks: 60
Quote:
Originally Posted by ~Sword~Stalker~. View Post
well i apologize if these words were to me ..

im still a noob . i didnt ever open a server before and i asked for help so ppl can do it for me . Oh i need to know what mysql is too and i cant fix bugs so i just copied a file from epvp and added to the server . i dont even know how to open configs and navicat ..

go ahead and sue me .

btw .. u forgot that i have a running server and u dont ,

have fun .
and u forgot that revo db is owned by him .
40z10Q is offline  
Old 06/20/2011, 19:47   #70
 
elite*gold: 0
Join Date: Nov 2009
Posts: 232
Received Thanks: 61
Quote:
Originally Posted by ~Sword~Stalker~. View Post
well i apologize if these words were to me ..

im still a noob . i didnt ever open a server before and i asked for help so ppl can do it for me . Oh i need to know what mysql is too and i cant fix bugs so i just copied a file from epvp and added to the server . i dont even know how to open configs and navicat ..

go ahead and sue me .

btw .. u forgot that i have a running server and u dont ,

have fun .
this is too funny to read....honestly if you don't know how to fix bugs then leave Pservers alone or just carry on being lost in the unknown... you're a noob, not many people over here who knows me or knew me would tell something like that about me...

a lot of people played my server they seen what it was like and if ure using my db for your server.... and people playing on it... make a poll asking people which server do they like or liked more...

Was it the original RevolutionEO by ME or the one that you made using my db?
RevolutionEO is offline  
Old 06/20/2011, 19:57   #71
 
Eurion's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
Lets get all the fighting stopped please.


On topic, I'm not sure about the true RevoDb that ran the Revo Server, but what I do know is that the databases released, have had multiple bugs in them. Bugs that could be easily fixed but none the less, they did contain bugs.
Eurion is offline  
Old 06/20/2011, 21:23   #72
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
ya well . Revolution or what ever . im a noob so ? .. u dont even know me .

and u really think i am gonna run a server with ur DB lol .

at least u should respect that Deadpool asked me to name it Heroes Eo . check his comment ..

i refused so U can take the credits ..
~Sword~Stalker~. is offline  
Old 06/21/2011, 07:13   #73
 
Marcus*'s Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 614
Received Thanks: 1,242
lol i dont see what the issue is this db has been out for almost a year now most people have used it and most still do. its out there now and has been for awhile so no need to start fights about it
Marcus* is offline  
Thanks
2 Users
Old 06/26/2011, 06:19   #74
 
imranfrost's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 82
Received Thanks: 5
wht the db psw???
imranfrost is offline  
Old 06/26/2011, 11:17   #75
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
can u try to Search its written in post 8 - 40 . try to Search for it in this thread .

its [*Epvp]~Sword~Stalker~[PM]
~Sword~Stalker~. is offline  
Reply


Similar Threads Similar Threads
Flyff Bugs/Errors Fixed By Lovefree
06/12/2011 - Flyff Private Server - 4 Replies
Bevor ich hallo sage (xD) HIER EIN SCREENHOT VON DEM INHALT http://flyforfearless.de.tl/Inhalt-von-der-T.ue.t e-by-Lovefree.htm Hallo, ich hab mal alle mob ids gm commands udw.... aus thread und so raus genommen .... so 1.Item ids 2.Gm commands 3.Monster ids
ToxicSYS [21.09.10] [UL. Ammo/WTW/WUW] All Bugs Fixed Works Better 100%
09/22/2010 - WarRock Hacks, Bots, Cheats & Exploits - 18 Replies
http://www.abload.de/img/pubyph47pfx.png >>>Download<<< >>>VirusTotal<<< >>>VirusTotal<<<
[GUIDE]How to make your own [Much-fixed-Bugs!] Zero Server.
02/16/2010 - Zero - 68 Replies
Hello since I'm closing Alpha-0nline The first Zero-0nline Private server I found that creating a guide won't harm any one. Let's Begin : 1.You need to get these 3 files. Wamp 0.5 ZO Server Files Navicat Lite 8.0 2.now Install wamp and navicat 3.go to windows and delete my.ini if you don't find it its okay but make sure you delete it if you found it. 4.now go to C://Wamp/mysql/data 5.Extract Alpha-0nlineFiles.rar in C://ZOFiles
[request] fixed skill bugs
01/02/2010 - Dekaron Private Server - 3 Replies
Anyone encounter some skill bugs like for example, Summoner's summon skill Selaime has low attack only 90+ damage, How to fix it?. Other summoning like bregon and anadema do not attack, why? Could you list all known bugs that are also happen to others? Can it be fix? And if possible can you share your fixed or less buggy skill folder? Thanks!
Check the NewBinrays 3.o Fixed non bugs
08/01/2009 - CO2 Private Server - 3 Replies
hey guys cheak this link it's has usefull things :mofo: remove Space



All times are GMT +2. The time now is 19:41.


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.