look at this pseudo code
string package_name_data, package_name_db, item_name;
vector<Items> item_data;
if (some loop) {
package_name_data == loop;
return item_name;
}
Type: Posts; User: IMOS
look at this pseudo code
string package_name_data, package_name_db, item_name;
vector<Items> item_data;
if (some loop) {
package_name_data == loop;
return item_name;
}
A few suggestions,
create a data file with item, shop names. (can be obtained from Media) and display that instead of ITEM_% SHOP_% etc.
remove 'Shop' column, already know what shop we are in...
I'll trade you a key for MS SQL Server 2012 Enterprise Edition 64x
Why is my MachineManager trying to certify with some other IP?
Error:
Server.vfg:
In _RefObjItem or _RefObjCommon you should have a column that can change the level. Make sure to make changes in your client files too.
Edit: ReqLevel1 in _RefObjCommon
You can run this query...
"failed to build reference data from this [_REFSHOP] table" is returned when one of the SlotIndex for a specific shop is non unique. Make sure they are not repeated.
One of your slots is repeated.
You're making things complicated. You should have just changed the RefItemID to match your 13D _RefObjItem IDs.
Really? I don't think it can get any simpler than this, anything else is the same.
Automatic downloads for patches were working and then they stopped. The client on the server machine patches through but anyone else can't download a patch and are presented with the error.
Any...
Show us ShopApp.cpp :D
I'm not 100% on this but this may be happening because there may be existing duplicate values on that column. SQL Server Management gets confused and then just throws up new stuff at the top, either...
Count the number of columns, each tab space is a column.
Your SlotIndex in _RefShopGoods are not unique.
I did not call you dumb, don't allow me to think otherwise.
Fine my rules are my rules. You are going to have a bad time. You heard it from me first.
First rule of thumb, don't take anyone's "released database." Trust me do not do it. They are all buggy and you will have a bad time trying to figure out what needs fixing because the person that...
Has anyone managed to make 13D items drop from monsters? (Gear and Stones/Tablets)
I added the 13D item IDs to _RefDropItemAssign but I see that SR_GameServer.exe returns a fatal error saying it...
Why cant you just post it inside [code] tags?
Look in skilleffect.txt and find the lines for the Bonelord and then just add them below the warrior shout.
Guy who said they had it working there was helplessly advertising his own server.
Find the width of the tooltip. Thanks!
Stop using Statiics DB and make your own, that's what's wrong. Nothing hard about turning the Service column from 0 to 1 in all the Jupiter data.
I'm sure there is nothing client dependent on this avatar...Are you all using ALL the files that were included in yesterday's patch?
Seems that the model is split into many files (head, _n, _1,...
Check that your module version in your database matches that of the version in the Media.pk2
Are you sure you installed the right one? Try this one:
NVIDIA Texture Tools for Adobe Photoshop | NVIDIA Developer Zone
A simple and easy to use converter from .dds to .ddj or back and forth:...
This just changes a value in the database which does nothing to the visual effect...
To change the visual effects of items or skills you need to edit your Media.pk2's skilleffect.txt file. Play...
Install the dds plugin for Photoshop, use the ddj to dds converter and edit in Photoshop and convert back to dds.
Delete the backup table Statiic left in there and see if that helps.
Thanks. I hate manually cleaning these "super" cleaned db releases.
I've come to the conclusion that this has to do with that db, try using the original one.
Add the name to the ban list?
Atleast give it a name... and you called it MOB_CH_TEST?
1 SN_MOB_CH_TEST 스파이더맨 蜘蛛俠 0 0 0 0 Spider-Man 0 0 0 Spider-Man Hombre Ara¤a الرجل العنكبوت Spinne-Man
-Use IPInput
-Uniques won't show if you kill them, a GM account.
-Modify the stored procedure for SMC_ADD_ITEM and SMC_MODIFY_ITEM
-Change CanPickUp to 1.
Anyone know how to add items in here, I'm trying to add some stuff and every time I do the client crashes at the start, well it doesn't it just never shows up, I can still see it running in my...
the gameserver edits should of done it, try textui_system in the media, although i doubt, look for the textstring with a hex editor and try that too
You did not do the textdata_object properly.
That is the ID, change it yourself.
Kill your Download manager.
I'm sure teleport links go by the area name they teleport to.
Well the files were obviously obtained in an illegal way. However by the looks of it Joymax does not intend to do anything about it, yet. You do not have to pay any tax money to use the files. Any...
I'm sure your poor sentence structure and gibberish will make him turn away from helping you. I can't understand any of what you are requesting. Please fix it and if you can't speak English properly...
All you need to compile the certification server is Microsoft's .NET 4.0 redistributable. Download it from their site, and just run the compile batch.
The settings will be saved when you delete your 'setting' folder. Either make a new one called Settings or the game will make one itself.
The degree of a weapon is changed in the database....
you can check the table dependencies.
check your billing, you cant make eu chars if you only have Jangan opened, unless you modify the newchar stored procedure
A voice over on the video would be nice.
if you make it awesome enough people will buy silk
Awesome, no cert one? And it seems to open a ton of invisible tray icons...
$check = odbc_exec($connect, "SELECT * FROM TB_User WHERE reg_ip = '".$ip."'");
if (odbc_num_rows($check) > 0) {
$error[] = "Only one account per IP allowed.";...