What happens if you increase the inventorySize column in the _Char table? I can remember that my client also crashed when I had a too high inventorySize in my emulator. It was at the third page I think.
As you may have seen ingame, the 3 pages fit perfectly visually in the inventory layout - so I doubt that increasing it works.
But you might test it out by increasing the _Char inventory size by 32, as well as adding 32 new lines into _Inventory up to Slot 139
I don't know about the structure of the inventory, but by adding more slots, one could make a scrolldown panel on the left side, like in browsers. Just to avoid increasing the inventory window itself.
I don't know about the structure of the inventory, but by adding more slots, one could make a scrolldown panel on the left side, like in browsers. Just to avoid increasing the inventory window itself.
Yes,a scrolldown panel would fits perfectly D: like ch perfectworld has
Well, ppl are already talking about making a new emu, because there are many customizations, and vsro files aren't made for custom psro servers.
This is a good idea to implent, if the project once comes alive.
Emulator would be rather good for just adding all the new content joymax are coming up with ex. Arabian race(whenever it comes) to keep the server up to date. To much customization won't draw players because people still wanna play silkroad.
first update InventorySize in _Char table (make 110)
insert to _Inventory table = CharID,110,0
you successfuly increased your chars inventory size to 110 but you will get crash when logged into game
to prevent crash :
open sro_client with olly
PHP Code:
006B6685 . 3C 03 CMP AL,3
to
PHP Code:
006B6685 . 3C 04 CMP AL,4
and
PHP Code:
006B70BC . 3C 03 CMP AL,3
to
PHP Code:
006B70BC . 3C 04 CMP AL,4
but page 4 replaced with page 3 because 3 page hardcoded in sro_client you can look this addresses :
[Develope] CO CMS [ Web 2.0 ] 09/29/2009 - CO2 Private Server - 12 Replies So here is again a small demo of upcoming website theme for Conquer Online. I will release the logo & some psd files with it. Nothing fancy, but hey better then whole white site.
Image URL : http://i38.tinypic.com/idvs4i.png
Enjoy & most of all comment in any way.
New Bypass Idea *IDEA NOT A HACK* 01/19/2009 - Soldier Front - 5 Replies Think about it..xfire to bypass GameGuard.
I dunno about anyone else or why it hasn't been mentioned ..or maybe it has.
But let me give you an example of what i mean.
You would Inject your "wallhack.dll" into the xfire.exe process.
Then Login to xFire.Then login to SF and let your Xfire ingame Load up.
Since xfire layers its chat windows over the SF screen freely without causing the ALT+TAB error
that means its has some kind of control over the D3D.
Idea:Possibly good potential idea! 10/26/2005 - Conquer Online 2 - 3 Replies Well today I was thinking and it was stated that it's impossible to view if you have a +1 item unless you look in your inventory, but it is generated before its picked up.
This could be a big job, could be worth it if it was possible and done correctly though. Turn the items on the floors into items in your inventory images, I should probably explain a bit more. The images that are used in your inventory, put those on the floor. That way if you moused over the image it'd show the +1...