Jump to content

Recommended Posts

Posted

Well, after searching I found this AIO pack for Sony Ericsson mobile owners!

 

Here u are!

 

AIO Megapack Contains:

 

[*]450 Games

[*]300 Screen Savers

[*]Themes Creator v3.27

[*]100 Themes

[*] EA Games

[*] 1000 Java Games + 10 Applications

[*] 130 Applications

 

 

EA™ Mobile - All Games For Sony Ericsson

 

i627_ea.giflogo_sony_ericsson.jpg

 

 

* EA.NBA.Live.07

* EA.TiGER.WOODS.PGA.TOUR.07

* EA.Bournout

* EA.Mobile.The.Sims.2.Pets

* EA.Mobile.Need.for.speed.CARBON

* EA.Medal.Of.Honor

* EA.FiFA.WORLD.CUP.3D

* EA.NFS.MostWanted.3D

* EA.Uefa.Champions.Leaugue.06-07

* EA.The.Sims.2

* EA.Fifa.07

* EA.Air.Hockey

* EA.Harry.Potter.and.the.Order.of.the.Phoenix

* EA.NASCAR.07

* EA.The.Simpsons.-.Minutes.to.meltdown

* EA.Madden.NFL.08

 

No RaR Pass

 

~DOWNLOADS~

 

[*] Themes + Themes Creator

[*] 450 Games

[*] 300 Screensavers

[*] 1105 Games in 90 mb

[*] EA™ Mobile - All Games

[*] 1000 Java Games + 10 Applications

[*] 130 Applications (RAR Pass if needed: R@pidSh@r3Sucks)

http://rapidshare.com/files/26449846/3333.rar
http://rapidshare.com/files/26467365/2222.part1.rar
http://rapidshare.com/files/26476066/2222.part2.rar

Posted

UPLOADING NEW LINKS...

>.>

 

I found a keygen for a program inside so I removed it and I am uploading again: Games, Themes, Themes Creator, Screen Savers

 

BTW There are amazing games inside!!!

Posted

Are you sure all these things are offered free from sites?

Or it's just a collection which is not legal.. ?

Posted

Are you sure all these things are offered free from sites?

Or it's just a collection which is not legal.. ?

I can't be absolutely sure... There are sites where u must pay to get some games but in other sites,not warez necesserily, are totally free...

Com'on... I have posted again similar topic and I hadn't problems...

 

[*]Themes + Themes Creator link added!

 

@mishkarap

No, u can't... But I will make a new topic for Nokia Owners soon...!

 

Edit: [*]Screensavers downloading link added...

Posted

I've got SE k700i, is it valid for my mobile? And how much space should I have free before transfering it into mobile?

Posted

I've got SE k700i, is it valid for my mobile? And how much space should I have free before transfering it into mobile?

I think that u can use them...

Well, about the space...

 

Themes==> 19.5 MB

Screensavers==> 27.5 MB

Games==> 46.1 MB

___________________

Total==> 93.1 MB

 

 

EDIT: Games downloading link added! The pack is full now!

Posted

nice packs :P does they work on SE k750i ?

 

P.S.Can you find and pack for Nokia xD

 

tnx for reading :p

Yes, they work for k750 too!

My friend I am too tired atm...

I will make a similar topic for Nokia soon...

 

BTW First post updated

 

[*] 1105 Java Games only in 90 mb added!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
    • i think it's the auto sorting of the interface that sucks, check InventoryWnd script in interface.u, or completely disable the request item list packet when toggling the inventory window (also in InventoryWnd script or similar name)
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock