Ich habe es jetzt rausbekommen, aber :
1. kann ich nur light und dark gear stats ändern und nicht von items wie lapisen
2. kommt wenn ich gear stats ändere: Das ein Fehler beim Laden des Charackters aufgetreten ist(oder etwas in die Richtung)
3. geht das Programm überhaupt auf Shaiyaner.de ?
Danke im Vorraus und
MfG:Enrico
a) du musst die .sdata encrypten, sonst bekommt man einen error.
b) wenn du stats von rüstungen änderst sind diese nur visuell, ich hab das programm nur genutzt damit ich zb. Lapis lv7 in 15er gear linken kann.
okey, das mit dem encrypten geht jetzt und das ich mich wieder einloggen kann,
allerdings kann ich keine lapise ändern, wenn ich doppelklickk auf sie mache öffnet sich nichts, nur bei Light und Dark Gear öffnet sich das Fenster.
Bei mir sieht es im shStudio auch anderst aus als bei dir, es gibt im Menü nur die Punkte "Light Gear", "Dark Gear" und "All Items". In letzterem öffnet sich bei doppelklick auf ein Gegenstand kein Fenster.
hat es schon auf Shaiyaner.de probiert? auf der Light seite gibt es immerwieder Leute die 7er in der Gear haben, allerdings weis ich nicht ob auf diese Weise.
After making the level changes in Item.Data and trying to Import it this message pops up :
"The file you are attemping to import is larger than the file that already exhists or is a new file. Do you want to append it to the bottom of the data.saf file?"
Clicking yes it will give me the Character load error when trying to log ingame. So what is the correct way to do it? Thank you.
I wanted to say something, I reported a problem with the initial setup XD.
When I open for the first time shStudio not figure out what to choose in "location of Client Data." I put the folder directory of Shaiya where there is the file "Data.saf"?? and as for the "Location to save on server" I have to select the folder I want???
Hello,
Iv Changed the lapis succefuly and so on , i had a cape on a server , and its untradble well i tryed to make it tradable using the shStudio , but when i press OK , it says that i need to choose a valid model , but there are no modelss to choose the list is clean all white any clues or anything to make this works ? thanks.
[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: