cabalmain(no xtrap) cashshop hex problem
Hey everybody,
ill use the cabalmain(no xtrap version) in combination with language folder changed from english > portuguese. Everything works fine i can play on my server without Errors.
Now i want to get http://forum.ragezone.com/f459/chump...6/index17.html up and running.
For that i need to hex my cabalmain and replace the cashshop link. My Problem is that i cant find that link. Ill search almost every Word : "http" , "shop" , "cash" but i cant find the right hex code.
I think the cabalmain does not have the standard Cashshop adresse(http://shop.cabal.ogplanet.com/cabal...fault.aspx?v1=
) anymore.
Did someone manage to change this link ? I really need a bit help with that.
Thanks :)
Re: cabalmain(no xtrap) cashshop hex problem
for cashshop it's something on ini I think it's on LoginSvr or check from those INI's :)
Re: cabalmain(no xtrap) cashshop hex problem
Quote:
Originally Posted by
Myster Dev
for cashshop it's something on ini I think it's on LoginSvr or check from those INI's :)
That i already done .
I have done Step 4 but Step 5 is the one i got Problems with. Cant find the Link in hex editor . Already tried many keywords in the search function.
Quote:
4. In etc/cabal/WorldSvr_XX_YY.ini set the following:
UseCashShop=1
Only enable it on WorldSvrs you want the shop available from.
5. Open cabalmain.exe in a hex editor and look around 0x3dee8c. The actual address
will be different for different cabalmain.exes but the string you are looking
for (assiming it hans't been changed already) is:
http://shop.cabal.ogplanet.com/cabal...fault.aspx?v1=
Once you have found the string is being used for the cash shop address and replace:
http://www.myserver.com/webshop.php?v1=
The string must be properly zero terminated and cannot be longer than 63 chars
unless you know how to relocate the string in the exe.
To see exactly what address the client is using hit the cash shop button in
game. Right-click and select Properties. That will help you find it in the exe
using a search ;)