Is there any way to "shift" the percentage of connection or a lapis? For example, lapis level 6, has the rate of 22% using OP's house guild. There are changing these 22% to 50% which is the maximum chance?
Thank you.
Google Translator u.u
Are there other things that aren't stored server-side?
Such as the lvl req of lapis...
No. All the important stuff is 'server sided'. Only way to modify is via an exploit/glitch in the game, which if made public, will be usually be patched straight away.
[Guide] Changing broadcast message 09/19/2011 - EO PServer Guides & Releases - 5 Replies Okay ill show you all how to change the bc message shown below
http://i494.photobucket.com/albums/rr310/shDeatha waitsu/bc.jpg
first open your client folder
then open ini folder
located within the ini folder find a file named StrRes then open it
then hit CTRL F
then enter this into it: 127046=Input the message.
then save the edited file
then change it to what you see fit and your done close your client restart it and your done
[Guide] Just changing the drops of VIP maps without changing of its place 10/08/2010 - EO PServer Guides & Releases - 2 Replies in revo's DB when u add the VIP tele it apears on the old market ..
some ppl dont know how to change its place thats why i made this query for them
delete from cq_generator where id >= 0113 and id <= 0128;
INSERT INTO `cq_generator` VALUES ('0113', '8900', '0062', '0033', '0001', '0001', '0001', '0025', '0001', '0110', '0000', '0000', '0000', '0000', '0000');
INSERT INTO `cq_generator` VALUES ('0114', '8900', '0072', '0037', '0001', '0001', '0001', '0025', '0001', '0110', '0000',...
[GUIDE] Changing the Opening Music 12/04/2009 - CO2 Guides & Templates - 8 Replies Since the website insists that I post something as I haven't in several weeks, (well, years really, but still...) I thought I would share with you a simple edit to get rid of the annoying start up music and replace it with something cool.
The opening music is in .mp3 format, and is a simple file called music.mp3. So take any mp3 you have on your computer, make a copy of it so you don't lose it in case of a patch, and rename it music. Then cut and paste that to C:/Program Files/Conquer...
[Guide] Changing Your IP 10/20/2009 - Mabinogi Hacks, Bots, Cheats & Exploits - 2 Replies Alright well, I like to share some information that may or may not help people. I have posted this before on this website a year or so ago but alot of people dont use search/think to search here or never leave this games forum area so Here is the Tut.
'****Must be Directly Connected to the Modem, You howe*ver can connect to a modem directly, Change your IP then reconnect to the router****
The following is a guide on how to change your IP in 30 seconds or less. This can be used if your IP...
[GUIDE]Changing Max Level(With Pictures!) 08/01/2009 - CO2 PServer Guides & Releases - 10 Replies THIS IS FOR LOTF!!!!!!!!!!!!!
Ok I always see people asking how to change max level so im making a picture guide of it!
Step one:
Go to Character.cs and Search(Ctrl+F)
if (Exp > DataBase.NeededXP(Level) && Level
The whole code should look like this
if (Exp > DataBase.NeededXP(Level) && Level < SOMENUMBER)
Somewhere under that should be:
while (Exp > DataBase.NeededXP(Level) && Level < SOMENUMBER)
Heres what mine looks like: