Is it possible to make an NPC to sell items that you want with this tool (in players position)? I managed to do it though, but when I try to buy the item it wont appear in my bag. Is it all server sided?
hi there, at the same idea, i´d like to question if is it possble to become possible to a toon lv1 to use gears lv70 like rytir or tenacious? I guess tht it would be the same as lapis lv restriction.
When I open up the Item.Sdata file with Shaiya Studio, it doesnt allow me to change info on the " All Items " tab, however it lets me change on the " Light Armour " and " Fury Armour " tab, There is only 3 tabs. Most of the items are also called ??012 ??124 ??901 for example, is this the servers poor organisation, or have i done something wrong.
EDIT : Also, would it be possible using this to linked Craft Lv7 (for example) to acc. or even to Mufflers? Or Sonic's to Amulets, etc.
When I open up the Item.Sdata file with Shaiya Studio, it doesnt allow me to change info on the " All Items " tab, however it lets me change on the " Light Armour " and " Fury Armour " tab, There is only 3 tabs. Most of the items are also called ??012 ??124 ??901 for example, is this the servers poor organisation, or have i done something wrong.
Sounds like a verry Un-Orginized server. Try to re-configure the ShStudio and try again, might also be the Issue.
Quote:
Originally Posted by DeCoolGuy
EDIT : Also, would it be possible using this to linked Craft Lv7 (for example) to acc. or even to Mufflers? Or Sonic's to Amulets, etc.
No. What Lapis link's where is actually Server-Sided, even with these edits it won't work un-less they are set-up to go there in the Data Base.
I would like to suggest to ur private server (creation of shaiya) to make easier to get lv70 gears , i mean, the server is new and so few ppl yet and ALONE i cant farm the bosses to get these kind of gears. plz try to help me with it. Also to make easy and possible to get helms and capes aswell lv70´s.
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 ?
[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: