This guide is intended for the people who don't know how to add items to your newly created EP8 server or think that calculating them manually is too hard (getting item option codes etc.).
There is actually a very easy way - using Balq's Gm tool to generate the ItemID and OptionID.
What you need for this guide: Java and MS SQL Server 2008 R2 or 2012 with working cabal SQL databases.
You can download Java from here: Download Free Java Software.
1) First, dowload this CabalToolsBalq.rar or Multiupload.nl - upload your files to multiple file hosting sites!.
^(source: http://forum.ragezone.com/f451/someo...-tools-906959/)
2) Unpack the rar file and open CabalTools.jar.
After opening it, this is the window you should get:
3) Don't enter any kind of information - just ignore it because you are not going to use it to add items (just the stuff you need - itemID's and optionID's). Besides, as far as I know this tool isn't compatible with the current EP8 SQL database (only EP2). As the picture below shows, go to Tools --> Item or with a shortcut Alt+I.
4) Now just type any kind of item name to the box on the right - "Item ID" and start customizing your gear. You can add upto 4 slots and you can upgrade an item upto +7 (YOU HAVE TO MANUALLY UPGARADE FROM +7 to +15 since EP2 didn't support +15). Also you can choose craft options, if you like.
Let's, for example try to add a SIGMetal Orb and add options to it. Let's make it of Outrageous SIGMetal Orb +6 (magicskill amp +7%) with 2 slots - each slot has Critical Damage.
It looks something like this:
From this, we use the ItemKind (=ITEMID) and Option (=OPTIONS).
5) Now when that's done, let's open MS SQL Server Management Studio.
The query you need to Execute on CabalCash (I'll show it in 6. furthermore):
-USERNUM - this is the number of your account (I use 3 in my case). You can look it up from MS SQL Server Management Studio, if you go to Databases --> CabalCash --> Tables --> dbo.CashAccount.Code:exec up_AddMyCashItemByItem 'USERNUM','0','1','ITEMID','OPTIONS','DURATION'
-0 - leave it AS IT IS.
-1 - This is the ServerIdx. This is usually 1.. But it may not be. You can make it sure by having a look at /etc/cabal/WorldSvr_01_01.ini in CentOS.
-ITEMID - Quite self-explanatory, this is the ID of the item you take from the Preview area in Balq's tools.
-OPTIONS - also self-explanatory, but just in case, this is the option ID you also take from the Preview area of Balq's tools.
-DURATION - put 31 to make the item permanent..
6) Now just click New Query from the upper left corner and replace the info you got from Balq's tools.
For example, lets try to add the SIGMetal Orb I did earlier.
Let's execute this:
PS! Make sure that before you press Execute or shortcut key F5, you select the right database from the upper left corner. YOU HAVE TO change it to CabalCash, otherwise it won't add the desired item to your account (if you don't select CabalCash, SQLMS will just give you an error).
Code:exec up_AddMyCashItemByItem '3','0','1','50765','536880345','31'
7)After executing the query, let's open cabal and see, if the item came to my account.
In my case, it did:
As for items that aren't in Balq's tools (for example Ring of Luck +3), you can find the ITEMID's from http://forum.ragezone.com/f451/add-i...4/#post7460138.
And.. as for adding +8 to +15 items, go here: http://forum.ragezone.com/f460/addin...-items-906391/. IF YOU WANT to upgrade items manually ingame, just execute this query on CabalCash (this adds Percet Core (Highest) x15 to your account which is needed to upgrade from +0 to +15):
Code:exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31' exec up_AddMyCashItemByItem '1','0','1','632','0','31'
Well, I hope some of you found this tutorial useful/helpful.
Be sure to hit LIKE, if you did! :-)
Best wishes,
Henri






.jpg)
Reply With Quote


