Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

No items in game, BeGa Admin tool no connection, language change

Newbie Spellweaver
Joined
Nov 2, 2015
Messages
14
Reaction score
0
Hello everyone, this is the second time I write this guide because I accidently hit F5 in the process...
I'm new here and I just started yesterday.
So I have some questions ofc ;)

Centos OS: 5.8 I think (from LordAres guide)
Windows OS: 7, 64 bit

Centos LAN IP: 192.168.178.41
Windows LAN IP: 192.168.178.118

Do u have turned off firewall?(Yes/No): Yes the Centos/Vm firewall and my windows firewall.
Describe ur problem:

I started to set up a server yesterday and I thought it will be a good idea to use the Infinity Cabal files.
I followed LordAres's and roplys_'s guides and bookmarked like 30 threads.
The only difference I made was to use the Infinity Cabal Database from (Infinity Files 2014\Database).
I did make a test account via query in my MSSQL 2008 R2 and it worked, I can even join my server and walk around!

I have 4 questions/ problems for now:

The first one is probably the easiest, my BeGa Admin tool does not connect to my database. I know that it doesn't work with the Infinity Cabal database, I'm just wondering why it doesn't connect.
Which IP, Port, username and password am I supposed to use there?
I used the internal CentOS Ip which is stated above and the 1433 port I think.
username and password from sa ?

The second problem is that I have absolutely no items ingame.
That's probably because I used the Infinity Cabal database instead of a clean EP8 one...
Take a look yourself:



Can anyone tell me what I did wrong? Maybe I mixed something up because I'm new and did everything at the same time :D

My third problem is that I've been reading Dens666 's guide on how to edit cabalmain.exe and I changed those man and woman .ech thingies.
I don't really understand what they mean, can anyone explain that to me please?
Which one of those am I supposed to use?

Take a look:



My last problem is that I can't use any other cabalmain.exe except the one from (Infinity Files 2014\Client Files)
I tried to edit this one myself and I was able to change the "husky" and delete the "breaklee" .
But when I try to use the multilang. cabalmain.exe from (@PX200) here https://forum.ragezone.com/f459/cabalmain-374-public-multilang-support-965191/
My client doesn't work and Xtrap gives an error.

So how do I edit a cabalmain.exe correctly to have the english version?

I hope someone can explain all this to me and I hope I can do it, even though I'm a beginner.

PS: If you need any logs, tell me which one you need...because I think I mixed up all the .ini settings too ^^''
And don't just link me any threads, I've been reading a lot of them.
 
Newbie Spellweaver
Joined
Nov 2, 2015
Messages
14
Reaction score
0
Okay I can tell you what I added : 3581="Hellforged - Blade" and then I used it..
Okay I will recheck the XOR Keys, I did read the whole thread because multiple people had problems with it.
I can't start learning now because I'm facinated by this and I need to test stuff ingame :D
My GM char does no dmg with his skills xD Only with normal attack xDD
 
Upvote 0
Newbie Spellweaver
Joined
Nov 2, 2015
Messages
14
Reaction score
0
Thanks ^^ I don't know the GM commands xD
I wonder if I'm able to add Force Core (Highest) to any npc or item shop myself :D
I need to search the item ID first :D
OMG the cabal_msg.enc is in BR xDD
 
Upvote 0
Newbie Spellweaver
Joined
Nov 2, 2015
Messages
14
Reaction score
0
Okay I was able to put items into a already existing NPC ;)
I didn't find out how to delete items from a character via database(I don't know which one) on my own, some characters are bugged and can't login.

I will try to find me some help in this forum now ;)

EDIT 1:
Okay I've searched my database for a stored procedure to get or delete information about my inventory / equipment and I found this one:

dbo.cabal_tool_GetEquipment

Then I righclicked it > Execute Stored Procedure...

USE [Server01]
GO

DECLARE @return_value int

EXEC @return_value = [dbo].[cabal_tool_GetEquipment] 8

SELECT 'Return Value' = @return_value

GO


8 is my character index...

Now I get a weird Data
0xA62E0000910D0000000000000B0000000000E50D000001000004F7000000060000000000760E00000200000400000000090000000000760E00000000000400000000120000000000760E00000300000400000000080000000000740E00000000000400000000100000000000740E000001000004000000000F0000000000780E00000000000400000000130000000000750E000001000004000000000E0000000000750E000000000004000000000D0000000000760E00000100000400000000110000000000D8FD010000000004F8182848030000000000DEFD010000000004F4142444000000000000D2FD010002000004F8182848020000000000CCFD010000000004F8182848010000000000980100000400000400000000070000000000ECFD010001000004F4142444040000000000ED0D000000000004000000000A0000000000

What do I do with that?
I wanted to check if this item is in my inventory or my equipment.
Item ID is 3565="Astral Bike Card - PW5"
I didn't know that I can't add RW5 and PW5 so that's why my char is bugged now.

I also got the GetInventory,SetInventory, SetEquipment

EDIT2:

Okay I found out how to do this, I encoded the item id of PW5 to HEX and wrote it backwards, then I searched for it in my EQUIPMENT DATA and found it, I exchanged it with the DATA for RW3 and now I can login again ;)
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 17, 2017
Messages
10
Reaction score
0
same problem now.. after launch new server no visual all item can you help me? ty
 
Upvote 0
Back
Top